]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
gdb: Add tracepoint support for powerpc.
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
b04fd3be
MK
12016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
2
3 * linux-ppc-low.c (ppc_supports_tracepoints): New function.
4 (struct linux_target_ops): Wire in the above.
5
c40c8d4b
YQ
62016-03-03 Yao Qi <yao.qi@linaro.org>
7
8 * linux-low.c: Update comments to start_step_over.
9
0f8288ae
YQ
102016-03-03 Yao Qi <yao.qi@linaro.org>
11
12 PR server/19736
13 * linux-low.c (handle_extended_wait): Set child suspended
14 if event_lwp->bp_reinsert isn't zero.
15
fdbd04a8
YQ
162016-03-02 Yao Qi <yao.qi@linaro.org>
17
18 * linux-low.c (linux_resume_one_lwp_throw): Replace code with
19 enqueue_pending_signal.
20
6896a8fa
MK
212016-03-02 Marcin Kościelnicki <koriakin@0x04.net>
22
23 * tracepoint.c (cmd_qtstart): Only set ipa_tdesc_idx if agent
24 is actually loaded.
25
ab503087
MK
262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
27
28 * linux-s390-low.c (s390_num_regs_3264): Define on 31-bit too.
29 (s390_regmap_3264) [!__s390x__]: New global.
30 (s390_collect_ptrace_register): Skip map entries containing -1.
31 (s390_supply_ptrace_register): Ditto.
32 (s390_fill_gprs_high): New function.
33 (s390_store_gprs_high): New function.
34 (s390_regsets): Add NT_S390_HIGH_GPRS.
35 (s390_get_hwcap): Enable on 31-bit.
36 (have_hwcap_s390_high_gprs): Enable on 31-bit.
37 (s390_arch_setup): Enable detection of high GPRs, TDB, VX on 31-bit.
38 Detect NT_S390_HIGH_GPRS.
39 (s390_usrregs_info_3264): Enable on 31-bit.
40 (s390_regs_info): Enable regs_info_3264 on 31-bit.
41 (initialize_low_arch): Initialize s390_regsets_info_3264 on 31-bit.
42
ae91f625
MK
432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
44
45 PR gdb/13808
46 * Makefile.in: Add i386-*-linux-ipa.o and amd64-*-linux-ipa.o.
47 * configure.srv: Ditto.
48 * linux-aarch64-ipa.c (get_ipa_tdesc): New function.
49 (initialize_low_tracepoint): Remove ipa_tdesc assignment.
50 * linux-amd64-ipa.c: Add "linux-x86-tdesc.h" include.
51 (init_registers_amd64_linux): Remove prototype.
52 (tdesc_amd64_linux): Remove declaration.
53 (get_ipa_tdesc): New function.
54 (initialize_low_tracepoint): Remove ipa_tdesc assignment,
55 initialize remaining tdescs.
56 * linux-i386-ipa.c: Add "linux-x86-tdesc.h" include.
57 (init_registers_i386_linux): Remove prototype.
58 (tdesc_i386_linux): Remove declaration.
59 (get_ipa_tdesc): New function.
60 (initialize_low_tracepoint): Remove ipa_tdesc assignment,
61 initialize remaining tdescs.
62 * linux-low.c (linux_get_ipa_tdesc_idx): New function.
63 (linux_target_ops): wire in linux_get_ipa_tdesc_idx.
64 * linux-low.h (struct linux_target_ops): Add get_ipa_tdesc_idx.
65 * linux-x86-low.c: Move tdesc declarations to linux-x86-tdesc.h.
66 (x86_get_ipa_tdesc_idx): New function.
67 (the_low_target): Wire in x86_get_ipa_tdesc_idx.
68 * linux-x86-tdesc.h: New file.
69 * target.h (struct target_ops): Add get_ipa_tdesc_idx.
70 (target_get_ipa_tdesc_idx): New macro.
71 * tracepoint.c (ipa_tdesc_idx): New macro.
72 (struct ipa_sym_addresses): Add addr_ipa_tdesc_idx.
73 (symbol_list): Add ipa_tdesc_idx.
74 (cmd_qtstart): Write ipa_tdesc_idx in the target.
75 (ipa_tdesc): Remove.
76 (ipa_tdesc_idx): New variable.
77 (get_context_regcache): Use get_ipa_tdesc.
78 (gdb_collect): Ditto.
79 (gdb_probe): Ditto.
80 * tracepoint.h (get_ipa_tdesc): New prototype.
81 (ipa_tdesc): Remove.
82
e7ad2f14
PA
832016-02-24 Pedro Alves <palves@redhat.com>
84
85 * linux-low.c (check_stopped_by_breakpoint): Rename to ...
86 (save_stop_reason): ... this. Use GDB_ARCH_IS_TRAP_HWBKPT and
87 handle ambiguous GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.
88 Factor out common code between the USE_SIGTRAP_SIGINFO and
89 !USE_SIGTRAP_SIGINFO blocks.
90 (linux_low_filter_event): Call save_stop_reason instead of
91 check_stopped_by_breakpoint and check_stopped_by_watchpoint.
92 Update comments.
93 (linux_wait_1): Update comments.
94
657f9cde
WW
952016-02-24 Wei-cheng Wang <cole945@gmail.com>
96
97 * linux-ppc-low.c (ppc_supports_z_point_type): New function:
98 (ppc_insert_point, ppc_remove_point): Insert/remove z-packet breakpoints.
99 (ppc64_emit_ops_vector): Add target ops - ppc_supports_z_point_type,
100 ppc_insert_point, ppc_remove_point.
101
b00b61e1
MK
1022016-02-17 Marcin Kościelnicki <koriakin@0x04.net>
103
104 * linux-s390-low.c (s390_supports_z_point_type): New function.
105 (struct linux_target_ops): Wire s390_supports_z_point_type in.
106
553cb527
YQ
1072016-02-16 Yao Qi <yao.qi@linaro.org>
108
109 * linux-arm-low.c (get_next_pcs_syscall_next_pc): Remove argument
110 PC. Get pc from regcache_read_pc.
111
a5652c21
YQ
1122016-02-12 Yao Qi <yao.qi@linaro.org>
113
114 * linux-aarch64-low.c (aarch64_get_pc): Call linux_get_pc_64bit
115 or linux_get_pc_32bit.
116 (aarch64_set_pc): Call linux_set_pc_64bit or linux_set_pc_32bit.
117
ed443b61
YQ
1182016-02-12 Yao Qi <yao.qi@linaro.org>
119
120 * linux-arm-low.c (get_next_pcs_ops): Initialize it with
121 arm_linux_get_next_pcs_fixup.
122
020ecd38
MK
1232016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
124
125 * tracepoint.c (x_tracepoint_action_download): Change
126 write_inferior_data_ptr to write_inferior_data_pointer.
127 (cmd_qtstart): Likewise.
128 (write_inferior_data_ptr): Remove.
129 (download_agent_expr): Change write_inferior_data_ptr to
130 write_inferior_data_pointer.
131 (download_tracepoint_1): Likewise.
132 (download_tracepoint): Likewise.
133 (download_trace_state_variables): Likewise.
134
7cae9051
WW
1352016-02-11 Wei-cheng Wang <cole945@gmail.com>
136 Marcin Kościelnicki <koriakin@0x04.net>
137
138 * tracepoint.c (struct tracepoint_action_ops): Remove.
139 (struct tracepoint_action): Remove ops.
140 (m_tracepoint_action_download, r_tracepoint_action_download)
141 (x_tracepoint_action_download, l_tracepoint_action_download): Adjust
142 size and offset accordingly.
143 (m_tracepoint_action_ops, r_tracepoint_action_ops)
144 (x_tracepoint_action_ops, l_tracepoint_action_ops): Remove.
145 (tracepoint_action_send, tracepoint_action_download): New functions.
146 Helpers for trace action handlers.
147 (add_tracepoint_action): Remove setup actions ops.
148 (download_tracepoint_1, tracepoint_send_agent): Call helper functions.
149
9f6a71b4
YQ
1502016-02-10 Yao Qi <yao.qi@linaro.org>
151
152 * regcache.c (regcache_raw_read_unsigned): Clear *VAL.
153
1e94266c
SM
1542016-02-09 Simon Marchi <simon.marchi@ericsson.com>
155
156 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
157 to AC_OUTPUT.
158 * configure: Regenerate.
159
8adce034
SM
1602016-02-09 Simon Marchi <simon.marchi@ericsson.com>
161
162 * linux-aarch64-low.c (aarch64_linux_siginfo_fixup): Change
163 void * to gdb_byte *.
164 * linux-low.c (siginfo_fixup): Likewise.
165 (linux_xfer_siginfo): Likewise.
166 * linux-low.h (struct linux_target_ops) <siginfo_fixup>:
167 Likewise.
168 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
169
93813b37
WT
1702016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
171
172 * configure.srv (x86_64-*-linux*): Add amd64-linux-siginfo.o
173 to srv_tgtobj.
174 (i[34567]86-*-linux*): Add amd64-linux-siginfo.o
175 to srv_tgtobj.
176 * linux-x86-low.c [__x86_64__]: Include
177 "nat/amd64-linux-siginfo.h".
178 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
179 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
180 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
181 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
182 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
183 (cpt_si_fd, si_timerid, si_overrun): Move from
184 nat/amd64-linux-siginfo.c.
185 * Makefile.in (amd64-linux-siginfo.o:): New rule.
186
8424cc97
SM
1872016-01-28 Simon Marchi <simon.marchi@ericsson.com>
188
189 * server.c (skip_to_semicolon): Remove.
190 (process_point_options): Use strchrnul instead of
191 skip_to_semicolon.
192
4d18591b
YQ
1932016-01-26 Yao Qi <yao.qi@linaro.org>
194
195 * linux-arm-low.c (arm_gdbserver_get_next_pcs): Remove argument pc.
196 * linux-low.c (install_software_single_step_breakpoints): Don't
197 call regcache_read_pc.
198 * linux-low.h (struct linux_target_ops) <get_next_pcs>: Remove
199 argument pc.
200
d8020970
YQ
2012016-01-26 Yao Qi <yao.qi@linaro.org>
202
203 * linux-low.c (install_software_single_step_breakpoints): Call
204 regcache_read_pc instead of get_pc.
205
8b207339
YQ
2062016-01-26 Yao Qi <yao.qi@linaro.org>
207
208 * remote-utils.c (remote_close) [!USE_WIN32API]: Ignore SIGIO.
209 (unblock_async_io): Rename to ...
210 (block_unblock_async_io): ... it. New function.
211 (enable_async_io): Don't install SIGIO handler. Unblock it
212 instead.
213 (disable_async_io): Don't ignore SIGIO. Block it instead.
214 (initialize_async_io): Install SIGIO handler. Don't call
215 unblock_async_io.
216
18879fef
YQ
2172016-01-26 Yao Qi <yao.qi@linaro.org>
218
219 * remote-utils.c (getpkt): If the buffer isn't empty, and the
220 first character is '\003', call *the_target->request_interrupt.
221
a0f8e08a
YQ
2222016-01-25 Yao Qi <yao.qi@linaro.org>
223
224 * remote-utils.c (new_thread_notify): Remove.
225 (dead_thread_notify): Likewise.
226 * remote-utils.h (new_thread_notify): Remove declaration.
227 (dead_thread_notify): Likewise.
228
cc5fd9ab
MK
2292016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
230
231 * gdb.trace/pending.exp: Fix expected message on continue.
232
99e8eb11
MK
2332016-01-22 Marcin Kościelnicki <koriakin@0x04.net>
234
235 * tracepoint.c (write_inferior_data_ptr): Cast to uintptr_t, so that
236 it works properly on big-endian machines where sizeof (CORE_ADDR)
237 != sizeof (void *).
238
a994041d
PA
2392016-01-21 Pedro Alves <palves@redhat.com>
240
241 * Makefile.in (COMPILER_CFLAGS, CXXFLAGS): New.
242 (INTERNAL_CFLAGS_BASE): Use COMPILER_CFLAGS instead of CFLAGS.
243 * configure: Regenerate.
244
f7a6a40d
YQ
2452016-01-21 Yao Qi <yao.qi@linaro.org>
246
247 * linux-arm-low.c (arm_sigreturn_next_pc): Add parameter
248 is_thumb and set it according to CPSR saved on the stack.
249 (get_next_pcs_syscall_next_pc): Pass is_thumb to
250 arm_sigreturn_next_pc.
251
6f69e520
YQ
2522016-01-18 Yao Qi <yao.qi@linaro.org>
253
254 * linux-low.c (linux_set_pc_64bit): New function.
255 (linux_get_pc_64bit): New function.
256 * linux-low.h (linux_set_pc_64bit, linux_get_pc_64bit):
257 Declare.
258 * linux-sparc-low.c (debug_threads): Remove declaration.
259 (sparc_get_pc): Remove.
260 (the_low_target): Use linux_get_pc_64bit instead of
261 sparc_get_pc.
262 * linux-tile-low.c (tile_get_pc, tile_set_pc): Remove.
263 (the_low_target): Use linux_get_pc_64bit and
264 linux_set_pc_64bit.
265
276d4552
YQ
2662016-01-18 Yao Qi <yao.qi@linaro.org>
267
268 * linux-arm-low.c (debug_threads): Remove declaration.
269 (arm_get_pc, arm_set_pc): Remove.
270 (the_low_target): Use linux_get_pc_32bit and
271 linux_set_pc_32bit.
272 * linux-bfin-low.c (bfin_get_pc, bfin_set_pc): Remove.
273 (the_low_target): Use linux_get_pc_32bit and
274 linux_set_pc_32bit.
275 * linux-cris-low.c (debug_threads): Remove declaration.
276 (cris_get_pc, cris_set_pc,): Remove.
277 (the_low_target): Use linux_get_pc_32bit and
278 linux_set_pc_32bit.
279 * linux-crisv32-low.c (debug_threads): Remove declaration.
280 (cris_get_pc, cris_set_pc): Remove.
281 (the_low_target): Use linux_get_pc_32bit and
282 linux_set_pc_32bit.
283 * linux-low.c: Include inttypes.h.
284 (linux_get_pc_32bit, linux_set_pc_32bit): New functions.
285 * linux-low.h (linux_get_pc_32bit, linux_set_pc_32bit): Declare.
286 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Remove.
287 (the_low_target): Use linux_get_pc_32bit and
288 linux_set_pc_32bit.
289 * linux-m68k-low.c (m68k_get_pc, m68k_set_pc): Remove.
290 (the_low_target): Use linux_get_pc_32bit and
291 linux_set_pc_32bit.
292 * linux-nios2-low.c (nios2_get_pc, nios2_set_pc): Remove.
293 (the_low_target): Use linux_get_pc_32bit and
294 linux_set_pc_32bit.
295 * linux-sh-low.c (sh_get_pc, sh_set_pc): Remove.
296 (the_low_target): Use linux_get_pc_32bit and
297 linux_set_pc_32bit.
298 * linux-xtensa-low.c (xtensa_get_pc, xtensa_set_pc): Remove.
299 (the_low_target): Use linux_get_pc_32bit and
300 linux_set_pc_32bit.
301
eb0edac8
GB
3022016-01-18 Gary Benson <gbenson@redhat.com>
303
304 * configure.ac (AC_FUNC_FORK): New check.
305 * config.in: Regenerate.
306 * configure: Likewise.
307
1b451dda
YQ
3082016-01-14 Yao Qi <yao.qi@linaro.org>
309
310 * linux-aarch32-low.c (thumb2_breakpoint): Make it static.
311 * linux-aarch32-low.h (thumb2_breakpoint): Remove declaration.
312 * linux-arm-low.c (arm_gdbserver_get_next_pcs): Pass 1 to
313 arm_get_next_pcs_ctor.
314
82075af2
JS
3152016-01-12 Josh Stone <jistone@redhat.com>
316 Philippe Waroquiers <philippe.waroquiers@skynet.be>
317
318 * inferiors.h: Include "gdb_vecs.h".
319 (struct process_info): Add syscalls_to_catch.
320 * inferiors.c (remove_process): Free syscalls_to_catch.
321 * remote-utils.c (prepare_resume_reply): Report syscall_entry and
322 syscall_return stops.
323 * server.h (UNKNOWN_SYSCALL, ANY_SYSCALL): Define.
324 * server.c (handle_general_set): Handle QCatchSyscalls.
325 (handle_query): Report support for QCatchSyscalls.
326 * target.h (struct target_ops): Add supports_catch_syscall.
327 (target_supports_catch_syscall): New macro.
328 * linux-low.h (struct linux_target_ops): Add get_syscall_trapinfo.
329 (struct lwp_info): Add syscall_state.
330 * linux-low.c (handle_extended_wait): Mark syscall_state as an entry.
331 Maintain syscall_state and syscalls_to_catch across exec.
332 (get_syscall_trapinfo): New function, proxy to the_low_target.
333 (linux_low_ptrace_options): Enable PTRACE_O_TRACESYSGOOD.
334 (linux_low_filter_event): Toggle syscall_state entry/return for
335 syscall traps, and set it ignored for all others.
336 (gdb_catching_syscalls_p): New function.
337 (gdb_catch_this_syscall_p): New function.
338 (linux_wait_1): Handle SYSCALL_SIGTRAP.
339 (linux_resume_one_lwp_throw): Add PTRACE_SYSCALL possibility.
340 (linux_supports_catch_syscall): New function.
341 (linux_target_ops): Install it.
342 * linux-x86-low.c (x86_get_syscall_trapinfo): New function.
343 (the_low_target): Install it.
344
8f13a3ce
MF
3452016-01-12 Mike Frysinger <vapier@gentoo.org>
346
347 * acinclude.m4: Include new ../warning.m4 file.
348 * configure: Regenerated.
349 * configure.ac: Replace all warning logic with AM_GDB_WARNINGS.
350
5b3da067
MF
3512016-01-12 Mike Frysinger <vapier@gentoo.org>
352
353 * ax.c (is_goto_target): Mark static.
354 * linux-low.c (register_addr): Likewise.
355 (linux_fetch_registers, linux_store_registers): Likewise.
356 * mem-break.c (any_persistent_commands): Fix old prototype.
357 (add_commands_to_breakpoint): Mark static.
358 * regcache.c (find_register_by_name): Delete unused func.
359 * remote-utils.c (hex_or_minus_one): Mark static.
360 * server.c (monitor_show_help): Mark static.
361 (handle_query, handle_v_cont, handle_v_attach, handle_v_kill,
362 handle_v_requests): Likewise.
363
bc504a31
PA
3642016-01-12 Pedro Alves <palves@redhat.com>
365
366 Remove use of the registered trademark symbol throughout.
367
5a0dd67a
YQ
3682016-01-08 Yao Qi <yao.qi@linaro.org>
369
370 * remote-utils.c (getpkt): If c is '\003', call target hook
371 request_interrupt.
372
b2ca446f
YQ
3732016-01-06 Yao Qi <yao.qi@linaro.org>
374
375 * linux-aarch32-low.h (arm_abi_breakpoint): Move to
376 linux-aarch32-low.c.
377 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
378 (arm_breakpoint_len, thumb_breakpoint_len): Likewise.
379 (thumb2_breakpoint, thumb2_breakpoint_len): Likewise.
380 (thumb2_breakpoint): Declare.
381 * linux-aarch32-low.c (arm_abi_breakpoint): Moved from
382 linux-aarch32-low.h.
383 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
384 (arm_breakpoint_len, thumb_breakpoint_len): Likewise.
385 (thumb2_breakpoint, thumb2_breakpoint_len): Likewise.
386
edd88788
JB
3872016-01-01 Joel Brobecker <brobecker@adacore.com>
388
389 * gdbreplay.c (gdbreplay_version): Change copyright year in
390 version message.
391 * server.c (gdbserver_version): Likewise.
392
65da7f14
PP
3932015-12-28 Patrick Palka <patrick@parcs.ath.cx>
394
395 * server.c (crc32_table): Delete.
396 (crc32): Use libiberty's xcrc32 function.
397
4abd5ed2
JB
3982015-12-22 Joel Brobecker <brobecker@adacore.com>
399
400 * lynx-low.c (lynx_delete_thread_callback): New function.
401 (lynx_mourn): Properly delete our process and all of its
402 threads. Remove call to clear_inferiors.
403
0e50fe5c
JB
4042015-12-22 Joel Brobecker <brobecker@adacore.com>
405
406 * target.c (thread_search_callback): Add check that
407 the thread_stopped target callback is not NULL before
408 calling it.
409
35adc03f
YQ
4102015-12-21 Yao Qi <yao.qi@linaro.org>
411
412 * linux-aarch32-low.h [__aarch64__]: Use arm_abi_breakpoint
413 arm breakpoint.
414
bd2b2909
AT
4152015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
416
417 * server.c (handle_query): Call target_supports_software_single_step.
418
7fe5e27e
AT
4192015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
420
421 * linux-low.c (single_step): New function.
422 (linux_resume_one_lwp_throw): Call single_step.
423 (start_step_over): Likewise.
424
d9311bfa
AT
4252015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
426
427 * Makefile.in (SFILES): Append arch/arm-linux.c,
428 arch/arm-get-next-pcs.c.
429 (arm-linux.o): New rule.
430 (arm-get-next-pcs.o): New rule.
431 * configure.srv (arm*-*-linux*): Add arm-get-next-pcs.o,
432 arm-linux.o.
433 * linux-aarch32-low.c (arm_abi_breakpoint): Remove macro. Moved
434 to linux-aarch32-low.c.
435 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
436 (arm_breakpoint_len, thumb_breakpoint): Likewise.
437 (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
438 (thumb2_breakpoint_len): Likewise.
439 (arm_is_thumb_mode): Make non-static.
440 * linux-aarch32-low.h (arm_abi_breakpoint): New macro. Moved
441 from linux-aarch32-low.c.
442 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
443 (arm_breakpoint_len, thumb_breakpoint): Likewise.
444 (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
445 (thumb2_breakpoint_len): Likewise.
446 (arm_is_thumb_mode): New declaration.
447 * linux-arm-low.c: Include arch/arm-linux.h
448 aarch/arm-get-next-pcs.h, sys/syscall.h.
449 (get_next_pcs_ops): New struct.
450 (get_next_pcs_addr_bits_remove): New function.
451 (get_next_pcs_is_thumb): New function.
452 (get_next_pcs_read_memory_unsigned_integer): Likewise.
453 (arm_sigreturn_next_pc): Likewise.
454 (get_next_pcs_syscall_next_pc): Likewise.
455 (arm_gdbserver_get_next_pcs): Likewise.
456 (struct linux_target_ops) <arm_gdbserver_get_next_pcs>:
457 Initialize.
458 * linux-low.h: Move CORE_ADDR vector definition to gdb_vecs.h.
459 * server.h: Include gdb_vecs.h.
460
68ce2059
AT
4612015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
462
463 * Makefile.in (SFILES): Append common/common-regcache.c.
464 (OBS): Append common-regcache.o.
465 (common-regcache.o): New rule.
466 * regcache.c (init_register_cache): Initialize cache to
467 REG_UNAVAILABLE.
468 (regcache_raw_read_unsigned): New function.
469 * regcache.h (REG_UNAVAILABLE, REG_VALID): Replaced by shared
470 register_status enum.
471
fa5308bd
AT
4722015-12-18 Antoine Tremblay <antoine.tremblay@ericsson.com>
473
474 * linux-aarch64-low.c (the_low_targets): Rename
475 breakpoint_reinsert_addr to get_next_pcs.
476 * linux-arm-low.c (the_low_targets): Likewise.
477 * linux-bfin-low.c (the_low_targets): Likewise.
478 * linux-cris-low.c (the_low_targets): Likewise.
479 * linux-crisv32-low.c (the_low_targets): Likewise.
480 * linux-low.c (can_software_single_step): Likewise.
481 (install_software_single_step_breakpoints): New function.
482 (start_step_over): Use install_software_single_step_breakpoints.
483 * linux-low.h: New CORE_ADDR vector.
484 (struct linux_target_ops) Rename breakpoint_reinsert_addr to
485 get_next_pcs.
486 * linux-mips-low.c (the_low_targets): Likewise.
487 * linux-nios2-low.c (the_low_targets): Likewise.
488 * linux-sparc-low.c (the_low_targets): Likewise.
489
4a6ed09b
PA
4902015-12-17 Pedro Alves <palves@redhat.com>
491
492 * linux-low.c (linux_kill_one_lwp): Remove references to
493 LinuxThreads.
494 (kill_lwp): Remove HAVE_TKILL_SYSCALL check. No longer fall back
495 to 'kill'.
496 (linux_init_signals): Delete.
497 (initialize_low): Adjust.
498 * thread-db.c (thread_db_init): Remove LinuxThreads reference.
499
7544db95
PA
5002015-12-16 Pedro Alves <palves@redhat.com>
501
502 * configure.ac (compiler warning flags): When testing a
503 -Wno-foo option, check whether -Wfoo works instead.
504 * configure: Regenerate.
505
8020350c
DB
5062015-12-11 Don Breazeal <donb@codesourcery.com>
507
508 * server.c (process_serial_event): Don't exit from gdbserver
509 in remote mode if there are still active inferiors.
510
db91f502
YQ
5112015-12-11 Yao Qi <yao.qi@linaro.org>
512
513 * linux-aarch64-low.c (aarch64_breakpoint_at): Call
514 arm_breakpoint_at if the process is 32-bit.
515
b37a6290
YQ
5162015-12-11 Yao Qi <yao.qi@linaro.org>
517
518 * linux-aarch32-low.c [__aarch64__]: Use arm_abi_breakpoint
519 arm breakpoint.
520
17b1509a
YQ
5212015-12-07 Yao Qi <yao.qi@linaro.org>
522
523 * configure.srv: Append arm.o to srv_tgtobj for
524 aarch64*-*-linux* target.
525 * linux-aarch32-low.c (arm_abi_breakpoint): New macro. Moved
526 from linux-arm-low.c.
527 (arm_eabi_breakpoint, arm_breakpoint): Likewise.
528 (arm_breakpoint_len, thumb_breakpoint): Likewise.
529 (thumb_breakpoint_len, thumb2_breakpoint): Likewise.
530 (thumb2_breakpoint_len): Likewise.
531 (arm_is_thumb_mode, arm_breakpoint_at): Likewise.
532 (arm_breakpoint_kinds): Likewise.
533 (arm_breakpoint_kind_from_pc): Likewise.
534 (arm_sw_breakpoint_from_kind): Likewise.
535 (arm_breakpoint_kind_from_current_state): Likewise.
536 * linux-aarch32-low.h (arm_breakpoint_kind_from_pc): Declare.
537 (arm_sw_breakpoint_from_kind): Declare.
538 (arm_breakpoint_kind_from_current_state): Declare.
539 (arm_breakpoint_at): Declare.
540 * linux-aarch64-low.c (aarch64_sw_breakpoint_from_kind): Call
541 arm_sw_breakpoint_from_kind if process is 32-bit.
542 (aarch64_breakpoint_kind_from_pc): New function.
543 (aarch64_breakpoint_kind_from_current_state): New function.
544 (the_low_target): Initialize fields breakpoint_kind_from_pc
545 and breakpoint_kind_from_current_state.
546 * linux-arm-low.c (arm_breakpoint_kinds): Move to
547 linux-aarch32-low.c.
548 (arm_abi_breakpoint, arm_eabi_breakpoint): Likewise.
549 (arm_breakpoint, arm_breakpoint_len): Likewise.
550 (thumb_breakpoint, thumb_breakpoint_len): Likewise.
551 (thumb2_breakpoint, thumb2_breakpoint_len): Likewise.
552 (arm_is_thumb_mode): Likewise.
553 (arm_breakpoint_at): Likewise.
554 (arm_breakpoint_kind_from_pc): Likewise.
555 (arm_sw_breakpoint_from_kind): Likewise.
556 (arm_breakpoint_kind_from_current_state): Likewise.
557
558 Revert:
559 2015-08-04 Yao Qi <yao.qi@linaro.org>
560
561 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
562 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
563 * server.c (extended_protocol): Remove "static".
564 * server.h (extended_protocol): Declare it.
565
ece66d65
JS
5662015-12-04 Josh Stone <jistone@redhat.com>
567
568 * target.h (struct target_ops) <arch_setup>: Rename to ...
569 (struct target_ops) <post_create_inferior>: ... this.
570 (target_arch_setup): Rename to ...
571 (target_post_create_inferior): ... this, calling post_create_inferior.
572 * server.c (start_inferior): Update target_arch_setup calls to
573 target_post_create_inferior.
574 * linux-low.c (linux_low_ptrace_options): Forward declare.
575 (linux_arch_setup): Update its comment for general use.
576 (linux_post_create_inferior): New, run arch_setup and setup ptrace.
577 (struct linux_target_ops): Use linux_post_create_inferior.
578 * lynx-low.c (struct lynx_target_ops): Update arch_setup stub comment
579 to post_create_inferior.
580 * nto-low.c (struct nto_target_ops): Likewise.
581 * spu-low.c (struct spu_target_ops): Likewise.
582 * win32-low.c (struct win32_target_ops): Likewise.
583
e58c48b4
AT
5842015-12-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
585
586 * linux-arm-low.c: Remove duplicate arch/arm.h include.
587
fbec8956
AT
5882015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
589
590 * linux-arm-low.c (arm_reinsert_addr): Remove function.
591 (struct linux_target_ops <breakpoint_reinsert_addr>: Set to NULL.
592 * linux-cris-low.c (cris_reinsert_addr> Remove function.
593 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
594 * linux-crisv32-low.c (cris_reinsert_addr): Remove function.
595 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
596 * linux-mips-low.c (mips_reinsert_addr): Remove function.
597 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
598 * linux-nios2-low.c (nios2_reinsert_addr): Remove function.
599 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
600 * linux-sparc-low.c (sparc_reinsert_addr): Remove function.
601 (struct linux_target_ops) <breakpoint_reinsert_addr>: Set to NULL.
602
9b4c5f87
AT
6032015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
604
605 * linux-low.c (linux_look_up_symbols): Don't call
606 linux_supports_traceclone.
607 * linux-low.h (thread_db_init): Remove use_events argument.
608 * thread-db.c (thread_db_use_event): Remove global variable.
609 (struct thread_db) <td_thr_event_enable_p>: Remove field.
610 (struct thread_db) <td_create_bp>: Remove field.
611 (thread_db_create_event): Remove function.
612 (thread_db_enable_reporting): Likewise.
613 (find_one_thread): Don't check for thread_db_use_events.
614 (attach_thread): Likewise.
615 (thread_db_load_search): Remove td_thr_event_enable_p initialization.
616 (try_thread_db_load_1): Don't check for thread_db_use_events.
617 (thread_db_init): Remove use_events argument and thread events
618 handling.
619 (remove_thread_event_breakpoints): Remove function.
620 (thread_db_detach): Remove call to remove_thred_event_breakpoints.
621
7d00775e
AT
6222015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
623
624 * linux-aarch64-low.c (aarch64_supports_hardware_single_step):
625 New function.
626 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
627 * linux-arm-low.c (arm_supports_hardware_single_step): New function.
628 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
629 * linux-bfin-low.c (bfin_supports_hardware_single_step): New function.
630 (struct linux_target_ops) <bfin_supports_hardware_single_step>:
631 Initialize.
632 * linux-crisv32-low.c (cris_supports_hardware_single_step):
633 New function.
634 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
635 * linux-low.c (can_hardware_single_step): Use
636 supports_hardware_single_step.
637 (can_software_single_step): New function.
638 (start_step_over): Call can_software_single_step.
639 (linux_supports_hardware_single_step): New function.
640 (struct target_ops) <supports_software_single_step>: Initialize.
641 * linux-low.h (struct linux_target_ops)
642 <supports_hardware_single_step>: Initialize.
643 * linux-m32r-low.c (m32r_supports_hardware_single_step): New function.
644 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
645 * linux-ppc-low.c (ppc_supports_hardware_single_step): New function.
646 (struct linux_target_ops) <supports_hardware_single_step> Initialize.
647 * linux-s390-low.c (s390_supports_hardware_single_step): New function.
648 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
649 * linux-sh-low.c (sh_supports_hardware_single_step): New function.
650 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
651 * linux-tic6x-low.c (tic6x_supports_hardware_single_step): New function.
652 (struct linux_target_ops) <tic6x_supports_hardware_single_step>:
653 Initialize.
654 * linux-tile-low.c (tile_supports_hardware_single_step): New function.
655 (struct linux_target_ops) <tile_supports_hardware_single_step>:
656 Initialize.
657 * linux-x86-low.c (x86_supports_hardware_single_step) New function.
658 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
659 * linux-xtensa-low.c (xtensa_supports_hardware_single_step):
660 New function.
661 (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
662 * target.h (struct target_ops): <supports_software_single_step>:
663 New field.
664 (target_supports_software_single_step): New macro.
665
2d97cd35
AT
6662015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
667
668 * linux-low.c (linux_wait_1): Fix pc advance condition.
669 * mem-break.c (reinsert_breakpoint_inserted_here): New function.
670 * mem-break.h (reinsert_breakpoint_inserted_here): New declaration.
671
769ef81f
AT
6722015-11-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
673
674 * linux-arm-low.c (arm_is_thumb_mode): New function.
675 (arm_breakpoint_at): Use arm_is_thumb_mode.
676 (arm_breakpoint_kind_from_current_state): New function.
677 (struct linux_target_ops) <breakpoint_kind_from_current_state>:
678 Initialize.
679 * linux-low.c (linux_wait_1): Call breakpoint_kind_from_current_state.
680 (linux_breakpoint_kind_from_current_state): New function.
681 (struct target_ops <breakpoint_kind_from_current_state>: Initialize.
682 * linux-low.h (struct linux_target_ops)
683 <breakpoint_kind_from_current_state>: New field.
684 * target.h (struct target_ops): Likewise.
685 (target_breakpoint_kind_from_current_state): New macro.
686
1bebeeca
PA
6872015-11-30 Pedro Alves <palves@redhat.com>
688
689 * linux-low.c (linux_resume): Wake up the event loop before
690 returning.
691
a67a9fae
PA
6922015-11-30 Pedro Alves <palves@redhat.com>
693
694 * mem-break.c (check_gdb_bp_preconditions): Remove current_thread
695 check.
696 (set_gdb_breakpoint): If prepare_to_access_memory fails, set *ERR
697 to -1.
698 * target.c (struct thread_search): New structure.
699 (thread_search_callback): New function.
700 (prev_general_thread): New global.
701 (prepare_to_access_memory, done_accessing_memory): New functions.
702 * target.h (prepare_to_access_memory, done_accessing_memory):
703 Replace macros with function declarations.
704
f2faf941
PA
7052015-11-30 Pedro Alves <palves@redhat.com>
706
707 PR 14618
708 * linux-low.c (linux_wait_1): If the last resumed thread is gone,
709 report TARGET_WAITKIND_NO_RESUMED.
710 * remote-utils.c (prepare_resume_reply): Handle
711 TARGET_WAITKIND_NO_RESUMED.
712 * server.c (report_no_resumed): New global.
713 (handle_query) <qSupported>: Handle "no-resumed+". Report
714 "no-resumed+" support.
715 (resume): When the target reports TARGET_WAITKIND_NO_RESUMED, only
716 return error if the client doesn't support no-resumed events.
717 (push_stop_notification): New function.
718 (handle_target_event): Use it. Report TARGET_WAITKIND_NO_RESUMED
719 events if the client supports them.
720
a681f9c9
PA
7212015-11-30 Pedro Alves <palves@redhat.com>
722
723 * linux-low.c (thread_still_has_status_pending_p): Don't check
724 vCont;t here.
725 (lwp_resumed): New function.
726 (status_pending_p_callback): Return early if the LWP is not
727 supposed to be resumed.
728
65706a29
PA
7292015-11-30 Pedro Alves <palves@redhat.com>
730
731 * linux-low.c (handle_extended_wait): Assert that the LWP's
732 waitstatus is TARGET_WAITKIND_IGNORE. If GDB wants to hear about
733 thread create events, leave the new child's status pending.
734 (linux_low_filter_event): If GDB wants to hear about thread exit
735 events, leave the LWP marked dead and don't delete it.
736 (linux_wait_for_event_filtered): Don't check for thread exit.
737 (filter_exit_event): New function.
738 (linux_wait_1): Use it, when returning an exit event.
739 (linux_resume_one_lwp_throw): Assert that the LWP's
740 waitstatus is TARGET_WAITKIND_IGNORE.
741 * remote-utils.c (prepare_resume_reply): Handle
742 TARGET_WAITKIND_THREAD_CREATED and TARGET_WAITKIND_THREAD_EXITED.
743 * server.c (report_thread_events): New global.
744 (handle_general_set): Handle QThreadEvents.
745 (handle_query) <qSupported>: Handle and report QThreadEvents+;
746 (handle_target_event): Handle TARGET_WAITKIND_THREAD_CREATED and
747 TARGET_WAITKIND_THREAD_EXITED.
748 * server.h (report_thread_events): Declare.
749
56cf4bed
PA
7502015-11-30 Pedro Alves <palves@redhat.com>
751
752 * linux-low.c (resume_stopped_resumed_lwps): Don't check whether
753 the thread's last_resume_kind was resume_stop.
754
500c1d85
PA
7552015-11-30 Pedro Alves <palves@redhat.com>
756
757 * linux-low.c (linux_attach): In non-stop mode, wait for one stop
758 before returning.
759
de979965
PA
7602015-11-30 Pedro Alves <palves@redhat.com>
761
762 * server.c (handle_v_requests): Handle vCtrlC.
763
34c65914
PA
7642015-11-30 Pedro Alves <palves@redhat.com>
765
766 * gdbthread.h (find_any_thread_of_pid): Declare.
767 * inferiors.c (thread_of_pid, find_any_thread_of_pid): New
768 functions.
769 * server.c (handle_query): If current_thread is NULL, look for
770 another thread of the selected process.
771
79efa585 7722015-11-26 Daniel Colascione <dancol@dancol.org>
01a49af8 773 Simon Marchi <simon.marchi@ericsson.com>
79efa585
SM
774
775 * linux-low.c (linux_target_ops): Use linux_proc_tid_get_name.
776 * server.c (handle_qxfer_threads_worker): Refactor to include thread
777 name in reply.
778 * target.h (struct target_ops) <thread_name>: New field.
779 (target_thread_name): New macro.
780
80d82c19
JB
7812015-11-23 Joel Brobecker <brobecker@adacore.com>
782
783 * regcache.h (regcache_invalidate_pid): Add declaration.
784 * regcache.c (regcache_invalidate_pid): New function, extracted
785 from regcache_invalidate.
786 (regcache_invalidate): Reimplement using regcache_invalidate_pid.
787 Add trivial documentation comment.
788 * lynx-low.c: Use regcache_invalidate_pid instead of
789 regcache_invalidate.
790
64da5dd5
JB
7912015-11-23 Joel Brobecker <brobecker@adacore.com>
792
793 * configure.ac: Do not call AC_CHECK_TYPES for Elf32_auxv_t
794 and Elf64_auxv_t if the target is Android.
795
37ce4055
DE
7962015-11-22 Doug Evans <xdje42@gmail.com>
797
798 * target.h: #include <sys/types.h>.
799
06e03fff
PA
8002015-11-19 Pedro Alves <palves@redhat.com>
801
802 * linux-low.c (linux_process_qsupported): Change prototype.
803 Adjust.
804 * linux-low.h (struct linux_target_ops) <process_qsupported>:
805 Change prototype.
806 * linux-x86-low.c (x86_linux_process_qsupported): Change prototype
807 and adjust to loop over all features.
808 * server.c (handle_query) <qSupported>: Adjust to call
809 target_process_qsupported once, passing it a vector of unprocessed
810 features.
811 * target.h (struct target_ops) <process_qsupported>: Change
812 prototype.
813 (target_process_qsupported): Adjust.
814
9a084706
PA
8152015-11-19 Pedro Alves <palves@redhat.com>
816
817 * configure.ac (ERROR_ON_WARNING): Don't check whether in C++
818 mode.
819 * configure: Regenerate.
820
dad44a1f
PA
8212015-11-19 Pedro Alves <palves@redhat.com>
822
823 * configure: Regenerate.
824
231c0592
YQ
8252015-11-19 Yao Qi <yao.qi@linaro.org>
826
827 * linux-aarch64-low.c (emit_data_processing_reg): Change opcode
828 type to uint32_t.
829
6c1c9a8b
YQ
8302015-11-19 Yao Qi <yao.qi@linaro.org>
831
832 * linux-aarch64-low.c (enum aarch64_operand_type): New.
833 (struct aarch64_operand): Move enum out.
834
9caa3311
YQ
8352015-11-19 Yao Qi <yao.qi@linaro.org>
836
837 * linux-aarch64-low.c (aarch64_fill_fpregset): Cast buf to
838 struct user_fpsimd_state *.
839 (aarch64_store_fpregset): Likewise.
840
6a69a054
YQ
8412015-11-19 Yao Qi <yao.qi@linaro.org>
842
843 * linux-aarch64-low.c (aarch64_fill_gregset): Cast buf to
844 struct user_pt_regs *.
845 (aarch64_store_gregset): Likewise.
846
1798301e
PA
8472015-11-18 Pedro Alves <palves@redhat.com>
848
849 * Makefile.in (all_object_files): Add $IPA_OBJS.
850
ce7715e2
PA
8512015-11-17 Pedro Alves <palves@redhat.com>
852
853 * win32-low.c (win32_resume): Use gdb_signal_from_host,
854 GDB_SIGNAL_0 and gdb_signal_to_string.
855
c0879059
PA
8562015-11-17 Pedro Alves <palves@redhat.com>
857
858 * win32-low.c (handle_output_debug_string): Remove parameter.
859 (win32_kill): Remove our_status local and adjust call to
860 handle_output_debug_string.
861 (get_child_debug_event): Adjust call to
862 handle_output_debug_string.
863
1996e237
SM
8642015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
865
866 * linux-mips-low.c (mips_fill_gregset): Add cast.
867 (mips_store_gregset): Likewise.
868 (mips_fill_fpregset): Likewise.
869 (mips_store_fpregset): Likewise.
870
cbec665b
SM
8712015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
872
873 * linux-mips-low.c (mips_add_watchpoint): Rename private to
874 priv.
875
eb3e3c67
SM
8762015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
877
878 * linux-mips-low.c (mips_linux_new_thread): Change type of
879 watch_type to enum target_hw_bp_type.
880
171de4b8
SM
8812015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
882
883 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type):
884 Change return type to arm_hwbp_type.
885
04248ead
SM
8862015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
887
888 * linux-aarch32-low.c (arm_fill_gregset): Add cast.
889 (arm_store_gregset): Likewise.
890 * linux-arm-low.c (arm_get_hwcap): Likewise.
891 (arm_read_description): Likewise.
892
04b3479c
SM
8932015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
894
895 * linux-aarch32-low.c (aarch32_regsets): Use NULL_REGSET.
896
2bc84e8a
SM
8972015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
898
899 * linux-ppc-low.c (ppc_get_hwcap): Add cast.
900 (ppc_fill_vsxregset): Likewise.
901 (ppc_store_vsxregset): Likewise.
902 (ppc_fill_vrregset): Likewise.
903 (ppc_store_vrregset): Likewise.
904 (ppc_fill_evrregset): Likewise.
905 (ppc_store_evrregset): Likewise.
906
e6c5bb05
SM
9072015-11-03 Simon Marchi <simon.marchi@polymtl.ca>
908
909 * linux-ppc-low.c (ppc_usrregs_info): Remove
910 forward-declaration.
911 (ppc_arch_setup): Move lower in file.
912
7ea45d72
SM
9132015-10-30 Simon Marchi <simon.marchi@ericsson.com>
914
915 * proc-service.c (ps_pdread): Change CORE_ADDR cast to uintptr_t.
916 (ps_pdwrite): Likewise.
917
69291610
HW
9182015-10-29 Henrik Wallin <henrik.wallin@windriver.com>
919
920 * linux-arm-low.c (arm_new_thread): Move pointer dereference
921 to after assert checks.
922
b42945fd
SM
9232015-10-29 Simon Marchi <simon.marchi@ericsson.com>
924
925 * proc-service.c (ps_pdread): Add/adjust casts.
926 (ps_pdwrite): Add/adjust casts.
927
d6f85c84
SM
9282015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
929
930 * server.c (handle_search_memory_1): Cast return value of
931 memmem.
932
f98cd059
SM
9332015-10-29 Simon Marchi <simon.marchi@polymtl.ca>
934
935 * server.c (write_qxfer_response): Change type of data to
936 gdb_byte *.
937
d2412fa5
PA
9382015-10-29 Pedro Alves <palves@redhat.com>
939
940 * mem-break.c (Z_packet_to_bkpt_type): Add cast.
941
c17414a2
PA
9422015-10-29 Pedro Alves <palves@redhat.com>
943
944 * tracepoint.c (clear_installed_tracepoints): Add casts.
945
e053fbc4
PA
9462015-10-29 Pedro Alves <palves@redhat.com>
947
948 * server.c (handle_v_cont, process_serial_event): Add enum
949 gdb_signal casts to signal parsing code.
950
add67df8
PA
9512015-10-29 Pedro Alves <palves@redhat.com>
952
953 * linux-low.h (NULL_REGSET): Define.
954 * linux-aarch64-low.c (aarch64_regsets): Use NULL_REGSET.
955 * linux-arm-low.c (arm_regsets): Likewise.
956 * linux-crisv32-low.c (cris_regsets): Likewise.
957 * linux-m68k-low.c (m68k_regsets): Likewise.
958 * linux-mips-low.c (mips_regsets): Likewise.
959 * linux-nios2-low.c (nios2_regsets): Likewise.
960 * linux-ppc-low.c (ppc_regsets): Likewise.
961 * linux-s390-low.c (s390_regsets): Likewise.
962 * linux-sh-low.c (sh_regsets): Likewise.
963 * linux-sparc-low.c (sparc_regsets): Likewise.
964 * linux-tic6x-low.c (tic6x_regsets): Likewise.
965 * linux-tile-low.c (tile_regsets): Likewise.
966 * linux-x86-low.c (x86_regsets): Likewise.
967 * linux-xtensa-low.c (xtensa_regsets): Likewise.
968
50bc912a
PA
9692015-10-29 Pedro Alves <palves@redhat.com>
970
971 * linux-low.h (NULL_REGSET): Define.
972 * linux-aarch64-low.c (aarch64_regsets): Use NULL_REGSET.
973 * linux-arm-low.c (arm_regsets): Likewise.
974 * linux-crisv32-low.c (cris_regsets): Likewise.
975 * linux-m68k-low.c (m68k_regsets): Likewise.
976 * linux-mips-low.c (mips_regsets): Likewise.
977 * linux-nios2-low.c (nios2_regsets): Likewise.
978 * linux-ppc-low.c (ppc_regsets): Likewise.
979 * linux-s390-low.c (s390_regsets): Likewise.
980 * linux-sh-low.c (sh_regsets): Likewise.
981 * linux-sparc-low.c (sparc_regsets): Likewise.
982 * linux-tic6x-low.c (tic6x_regsets): Likewise.
983 * linux-tile-low.c (tile_regsets): Likewise.
984 * linux-x86-low.c (x86_regsets): Likewise.
985 * linux-xtensa-low.c (xtensa_regsets): Likewise.
986
682b2546
DE
9872015-10-26 Doug Evans <dje@google.com>
988
989 * linux-low.c (__SIGRTMIN): Move to nat/linux-nat.h.
990
963843d4
DE
9912015-10-26 Doug Evans <dje@google.com>
992
993 * linux-low.c (W_STOPCODE): Moved to common/gdb_wait.h.
994
d41401ac
DE
9952015-10-26 Doug Evans <dje@google.com>
996
997 * thread-db.c (find_one_thread): Cast ti.ti_tid to unsigned long
998 for debug_printf.
999 (attach_thread, find_new_threads_callback): Ditto.
1000
3db28855
AT
10012015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
1002
1003 * mem-break.h (set_breakpoint_data): Remove.
1004
fb78e89c
AT
10052015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
1006
1007 * nto-low.c (nto_sw_breakpoint_from_kind): New function.
1008 (struct target_ops) <sw_breakpoint_from_kind>: Initialize.
1009 (initialize_low): Remove set_breakpoint_data call.
1010 * spu-low.c (spu_sw_breakpoint_from_kind): New function.
1011 (struct target_ops) <sw_breakpoint_from_kind>: Iniitalize.
1012 (initialize_low): Remove set_breakpoint_data call.
1013 * win32-low.c (win32_sw_breakpoint_from_kind): New function.
1014 (struct target_ops) <sw_breakpoint_from_kind>: Initialize.
1015 (initialize_low): Remove set_breakpoint_data call.
1016
2e6ee069
AT
10172015-10-23 Antoine Tremblay <antoine.tremblay@ericsson.com>
1018
1019 * linux-low.c (default_breakpoint_kind_from_pc): Move to target.c.
1020 * mem-break.c (set_breakpoint_at): Use target_breakpoint_kind_from_pc.
1021 * target.c (default_breakpoint_kind_from_pc): Moved from linux-low.c
1022 * target.h (target_breakpoint_kind_from_pc): New macro.
1023
1652a986
AT
10242015-10-22 Antoine Tremblay <antoine.tremblay@ericsson.com>
1025
1026 * linux-low.c (default_breakpoint_kind_from_pc): New function.
1027 (linux_breakpoint_kind_from_pc): Use default_breakpoint_kind_from_pc for
1028 the default breakpoint kind.
1029
abeead09
AT
10302015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1031
1032 * linux-arm-low.c (arm_supports_z_point_type): Add software
1033 breakpoint support.
1034
b0b4b501
AT
10352015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1036
1037 * linux-arm-low.c: Refactor breakpoint definitions.
1038 (arm_breakpoint_at): Adjust for arm_abi_breakpoint.
1039 (arm_sw_breakpoint_from_kind): Adjust for arm_breakpoint.
1040
8689682c
AT
10412015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1042
1043 * Makefile.in: Add arm.c/o.
1044 * configure.srv: Likewise.
1045 * linux-arm-low.c (arm_breakpoint_kinds): New enum.
1046 (arm_breakpoint_kind_from_pc): New function.
1047 (arm_sw_breakpoint_from_kind): Return proper kind.
1048 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize.
1049
27165294
AT
10502015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1051
1052 * linux-low.c (initialize_low): Ajdust for breakpoint global variables
1053 removal.
1054 * mem-break.c : Remove breakpoint_data/breakpoint_len global variables.
1055 (struct raw_breakpoint) <size>: Remove.
1056 (struct raw_breakpoint) <kind>: Add.
1057 (bp_size): New function.
1058 (bp_opcode): Likewise.
1059 (find_raw_breakpoint_at): Adjust for kind.
1060 (insert_memory_breakpoint): Adjust for kind call bp_size,bp_opcode.
1061 (remove_memory_breakpoint): Adjust for kind call bp_size.
1062 (set_raw_breakpoint_at): Adjust for kind.
1063 (set_breakpoint): Likewise.
1064 (set_breakpoint_at): Call breakpoint_kind_from_pc.
1065 (delete_raw_breakpoint): Adjust for kind.
1066 (delete_breakpoint): Likewise.
1067 (find_gdb_breakpoint): Likewise.
1068 (set_gdb_breakpoint_1): Likewise.
1069 (set_gdb_breakpoint): Likewise.
1070 (delete_gdb_breakpoint_1): Likewise.
1071 (delete_gdb_breakpoint): Likewise.
1072 (uninsert_raw_breakpoint): Likewise.
1073 (reinsert_raw_breakpoint): Likewise.
1074 (set_breakpoint_data): Remove.
1075 (validate_inserted_breakpoint): Adjust for kind call bp_size,bp_opcode.
1076 (check_mem_read): Adjust for kind call bp_size.
1077 (check_mem_write): Adjust for kind call bp_size,bp_opcode.
1078 (clone_one_breakpoint): Adjust for kind.
1079 * mem-break.h (set_gdb_breakpoint): Likewise.
1080 (delete_gdb_breakpoint): Likewise.
1081 * server.c (process_serial_event): Likewise.
1082
dd373349
AT
10832015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1084
1085 * linux-aarch64-low.c (aarch64_sw_breakpoint_from_kind): New function.
1086 (struct linux_target_ops) <breakpoint>: Remove.
1087 (struct linux_target_ops) <breakpoint_len>: Remove.
1088 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1089 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1090 * linux-arm-low.c (arm_breakpoint_kind_from_pc): New function.
1091 (arm_sw_breakpoint_from_kind): New function.
1092 * linux-bfin-low.c (bfin_sw_breakpoint_from_kind): New function.
1093 (struct linux_target_ops) <breakpoint>: Remove.
1094 (struct linux_target_ops) <breakpoint_len>: Remove.
1095 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1096 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1097 * linux-cris-low.c (cris_sw_breakpoint_from_kind): New function.
1098 (struct linux_target_ops) <breakpoint>: Remove.
1099 (struct linux_target_ops) <breakpoint_len>: Remove.
1100 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1101 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1102 * linux-crisv32-low.c (cris_sw_breakpoint_from_kind): New function.
1103 (struct linux_target_ops) <breakpoint>: Remove.
1104 (struct linux_target_ops) <breakpoint_len>: Remove.
1105 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1106 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1107 * linux-low.c (linux_wait_1): Call breakpoint_kind_from_pc
1108 and sw_breakpoint_from_kind to increment the pc.
1109 (linux_breakpoint_kind_from_pc): New function.
1110 (linux_sw_breakpoint_from_kind): New function.
1111 (struct target_ops) <sw_breakpoint_from_kind>: Initialize field.
1112 (initialize_low): Call breakpoint_kind_from_pc and
1113 sw_breakpoint_from_kind to replace breakpoint_data/len.
1114 * linux-low.h (struct linux_target_ops) <breakpoint_kind_from_pc>:
1115 New field.
1116 (struct linux_target_ops) <sw_breakpoint_from_kind>: Likewise.
1117 * linux-m32r-low.c (m32r_sw_breakpoint_from_kind): New function.
1118 (struct linux_target_ops) <breakpoint>: Remove.
1119 (struct linux_target_ops) <breakpoint_len>: Remove.
1120 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1121 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1122 * linux-m68k-low.c (m68k_sw_breakpoint_from_kind): New function.
1123 (struct linux_target_ops) <breakpoint>: Remove.
1124 (struct linux_target_ops) <breakpoint_len>: Remove.
1125 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1126 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1127 * linux-mips-low.c (mips_sw_breakpoint_from_kind): New function.
1128 (struct linux_target_ops) <breakpoint>: Remove.
1129 (struct linux_target_ops) <breakpoint_len>: Remove.
1130 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1131 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1132 * linux-nios2-low.c (nios2_sw_breakpoint_from_kind): New function.
1133 (struct linux_target_ops) <breakpoint>: Remove.
1134 (struct linux_target_ops) <breakpoint_len>: Remove.
1135 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1136 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1137 * linux-ppc-low.c (ppc_sw_breakpoint_from_kind): New function.
1138 (struct linux_target_ops) <breakpoint>: Remove.
1139 (struct linux_target_ops) <breakpoint_len>: Remove.
1140 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1141 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1142 * linux-s390-low.c (s390_sw_breakpoint_from_kind): New function.
1143 (struct linux_target_ops) <breakpoint>: Remove.
1144 (struct linux_target_ops) <breakpoint_len>: Remove.
1145 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1146 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1147 * linux-sh-low.c (sh_sw_breakpoint_from_kind): New function.
1148 (struct linux_target_ops) <breakpoint>: Remove.
1149 (struct linux_target_ops) <breakpoint_len>: Remove.
1150 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1151 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1152 * linux-sparc-low.c (sparc_sw_breakpoint_from_kind): New function.
1153 (struct linux_target_ops) <breakpoint>: Remove.
1154 (struct linux_target_ops) <breakpoint_len>: Remove.
1155 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1156 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1157 * linux-tic6x-low.c (tic6x_sw_breakpoint_from_kind): New function.
1158 (struct linux_target_ops) <breakpoint>: Remove.
1159 (struct linux_target_ops) <breakpoint_len>: Remove.
1160 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1161 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1162 * linux-tile-low.c (tile_sw_breakpoint_from_kind): New function.
1163 * linux-x86-low.c (x86_sw_breakpoint_from_kind): New function.
1164 (struct linux_target_ops) <breakpoint>: Remove.
1165 (struct linux_target_ops) <breakpoint_len>: Remove.
1166 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1167 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1168 * linux-xtensa-low.c (xtensa_sw_breakpoint_from_kind) New function.
1169 (struct linux_target_ops) <breakpoint>: Remove.
1170 (struct linux_target_ops) <breakpoint_len>: Remove.
1171 (struct linux_target_ops) <breakpoint_kind_from_pc>: Initialize field.
1172 (struct linux_target_ops) <sw_breakpoint_from_kind>: Initialize field.
1173
4cd98a19
AT
11742015-10-21 Antoine Tremblay <antoine.tremblay@ericsson.com>
1175
1176 * linux-cris-low.c (cris_get_pc): Remove void arg.
1177
774ee6d2
AR
11782015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
1179
1180 * gdbserver/nto-low.c (nto_insert_point, nto_remove_point): Fix
1181 variable name.
1182
833dcd29
AR
11832015-10-16 Aleksandar Ristovski <aristovski@qnx.com>
1184
1185 * inferiors.c (thread_pid_matches_callback): New function.
1186 (find_thread_process): New function.
1187 (remove_thread): Reset current_thread.
1188 (remove_process): Assert threads have been removed first.
1189
8d689ee5
YQ
11902015-10-15 Yao Qi <yao.qi@linaro.org>
1191
1192 * linux-aarch64-low.c (aarch64_insert_point): Set len to 2
1193 if it is 3.
1194 (aarch64_remove_point): Likewise.
1195 * regcache.c (regcache_register_size): New function.
1196
1c2e1515
YQ
11972015-10-12 Yao Qi <yao.qi@linaro.org>
1198
1199 * linux-aarch64-low.c: Update all callers as emit_load_store
1200 is renamed to aarch64_emit_load_store.
1201
e1c587c3
YQ
12022015-10-12 Yao Qi <yao.qi@linaro.org>
1203
1204 * linux-aarch64-low.c: Update all callers of function renaming
1205 from emit_insn to aarch64_emit_insn.
1206
b6542f81
YQ
12072015-10-12 Yao Qi <yao.qi@linaro.org>
1208
1209 * linux-aarch64-low.c (enum aarch64_opcodes): Move to
1210 arch/aarch64-insn.h.
1211 (struct aarch64_memory_operand): Likewise.
1212 (ENCODE): Likewise.
1213 (emit_insn): Move to arch/aarch64-insn.c.
1214 (emit_b, emit_bcond, emit_cb, emit_tb): Remove.
1215 (emit_load_store): Move to arch/aarch64-insn.c.
1216 (emit_ldr, emit_ldrb, emit_ldrsw, emit_nop): Remove.
1217 (can_encode_int32): Remove.
1218
246994ce
YQ
12192015-10-12 Yao Qi <yao.qi@linaro.org>
1220
1221 * linux-aarch64-low.c (extract_signed_bitfield): Remove.
1222 (aarch64_decode_ldr_literal): Move to gdb/arch/aarch64-insn.c.
1223 (aarch64_relocate_instruction): Likewise.
1224 (struct aarch64_insn_data): Move to gdb/arch/aarch64-insn.h.
1225 (struct aarch64_insn_visitor): Likewise.
1226
0badd99f
YQ
12272015-10-12 Yao Qi <yao.qi@linaro.org>
1228
1229 * linux-aarch64-low.c (struct aarch64_insn_data): New.
1230 (struct aarch64_insn_visitor): New.
1231 (struct aarch64_insn_relocation_data): New.
1232 (aarch64_ftrace_insn_reloc_b): New function.
1233 (aarch64_ftrace_insn_reloc_b_cond): Likewise.
1234 (aarch64_ftrace_insn_reloc_cb): Likewise.
1235 (aarch64_ftrace_insn_reloc_tb): Likewise.
1236 (aarch64_ftrace_insn_reloc_adr): Likewise.
1237 (aarch64_ftrace_insn_reloc_ldr_literal): Likewise.
1238 (aarch64_ftrace_insn_reloc_others): Likewise.
1239 (visitor): New.
1240 (aarch64_relocate_instruction): Use visitor.
1241
dfaffe9d
YQ
12422015-10-12 Yao Qi <yao.qi@linaro.org>
1243
1244 * linux-aarch64-low.c (aarch64_relocate_instruction): Return
1245 int. Add argument buf.
1246 (aarch64_install_fast_tracepoint_jump_pad): Pass buf to
1247 aarch64_relocate_instruction.
1248
70b439f0
YQ
12492015-10-12 Yao Qi <yao.qi@linaro.org>
1250
1251 * linux-aarch64-low.c (aarch64_relocate_instruction): Add
1252 argument insn. Remove local variable insn. Don't call
1253 target_read_uint32.
1254 (aarch64_install_fast_tracepoint_jump_pad): Call
1255 target_read_uint32.
1256
7781c06f
YQ
12572015-09-30 Yao Qi <yao.qi@linaro.org>
1258
1259 * linux-aarch64-low.c (emit_movk): Shorten a long line.
1260 (emit_load_store_pair): Likewise.
1261
9a3c8263
SM
12622015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * dll.c (match_dll): Add cast(s).
1265 (unloaded_dll): Likewise.
1266 * linux-low.c (second_thread_of_pid_p): Likewise.
1267 (delete_lwp_callback): Likewise.
1268 (count_events_callback): Likewise.
1269 (select_event_lwp_callback): Likewise.
1270 (linux_set_resume_request): Likewise.
1271 * server.c (accumulate_file_name_length): Likewise.
1272 (emit_dll_description): Likewise.
1273 (handle_qxfer_threads_worker): Likewise.
1274 (visit_actioned_threads): Likewise.
1275 * thread-db.c (any_thread_of): Likewise.
1276 * tracepoint.c (same_process_p): Likewise.
1277 (match_blocktype): Likewise.
1278 (build_traceframe_info_xml): Likewise.
1279
224c3ddb
SM
12802015-09-25 Simon Marchi <simon.marchi@ericsson.com>
1281
1282 * ax.c (gdb_parse_agent_expr): Add cast to allocation result
1283 assignment.
1284 (gdb_unparse_agent_expr): Likewise.
1285 * hostio.c (require_data): Likewise.
1286 (handle_pread): Likewise.
1287 * linux-low.c (disable_regset): Likewise.
1288 (fetch_register): Likewise.
1289 (store_register): Likewise.
1290 (get_dynamic): Likewise.
1291 (linux_qxfer_libraries_svr4): Likewise.
1292 * mem-break.c (delete_fast_tracepoint_jump): Likewise.
1293 (set_fast_tracepoint_jump): Likewise.
1294 (uninsert_fast_tracepoint_jumps_at): Likewise.
1295 (reinsert_fast_tracepoint_jumps_at): Likewise.
1296 (validate_inserted_breakpoint): Likewise.
1297 (clone_agent_expr): Likewise.
1298 * regcache.c (init_register_cache): Likewise.
1299 * remote-utils.c (putpkt_binary_1): Likewise.
1300 (decode_M_packet): Likewise.
1301 (decode_X_packet): Likewise.
1302 (look_up_one_symbol): Likewise.
1303 (relocate_instruction): Likewise.
1304 (monitor_output): Likewise.
1305 * server.c (handle_search_memory): Likewise.
1306 (handle_qxfer_exec_file): Likewise.
1307 (handle_qxfer_libraries): Likewise.
1308 (handle_qxfer): Likewise.
1309 (handle_query): Likewise.
1310 (handle_v_cont): Likewise.
1311 (handle_v_run): Likewise.
1312 (captured_main): Likewise.
1313 * target.c (write_inferior_memory): Likewise.
1314 * thread-db.c (try_thread_db_load_from_dir): Likewise.
1315 * tracepoint.c (init_trace_buffer): Likewise.
1316 (add_tracepoint_action): Likewise.
1317 (add_traceframe): Likewise.
1318 (add_traceframe_block): Likewise.
1319 (cmd_qtdpsrc): Likewise.
1320 (cmd_qtdv): Likewise.
1321 (cmd_qtstatus): Likewise.
1322 (response_source): Likewise.
1323 (response_tsv): Likewise.
1324 (cmd_qtnotes): Likewise.
1325 (gdb_collect): Likewise.
1326 (initialize_tracepoint): Likewise.
1327
afbe19f8
PL
13282015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1329
1330 * linux-aarch64-low-.c: Include ax.h and tracepoint.h.
1331 (enum aarch64_opcodes) <RET>, <SUBS>, <AND>, <ORR>, <ORN>,
1332 <EOR>, <LSLV>, <LSRV>, <ASRV>, <SBFM>, <UBFM>, <CSINC>, <MUL>,
1333 <NOP>: New.
1334 (enum aarch64_condition_codes): New enum.
1335 (w0): New static global.
1336 (fp): Likewise.
1337 (lr): Likewise.
1338 (struct aarch64_memory_operand) <type>: New
1339 MEMORY_OPERAND_POSTINDEX type.
1340 (postindex_memory_operand): New helper function.
1341 (emit_ret): New function.
1342 (emit_load_store_pair): New function, factored out of emit_stp
1343 with support for MEMORY_OPERAND_POSTINDEX.
1344 (emit_stp): Rewrite using emit_load_store_pair.
1345 (emit_ldp): New function.
1346 (emit_load_store): Likewise.
1347 (emit_ldr): Mention post-index instruction in comment.
1348 (emit_ldrh): New function.
1349 (emit_ldrb): New function.
1350 (emit_ldrsw): Mention post-index instruction in comment.
1351 (emit_str): Likewise.
1352 (emit_subs): New function.
1353 (emit_cmp): Likewise.
1354 (emit_and): Likewise.
1355 (emit_orr): Likewise.
1356 (emit_orn): Likewise.
1357 (emit_eor): Likewise.
1358 (emit_mvn): Likewise.
1359 (emit_lslv): Likewise.
1360 (emit_lsrv): Likewise.
1361 (emit_asrv): Likewise.
1362 (emit_mul): Likewise.
1363 (emit_sbfm): Likewise.
1364 (emit_sbfx): Likewise.
1365 (emit_ubfm): Likewise.
1366 (emit_ubfx): Likewise.
1367 (emit_csinc): Likewise.
1368 (emit_cset): Likewise.
1369 (emit_nop): Likewise.
1370 (emit_ops_insns): New helper function.
1371 (emit_pop): Likewise.
1372 (emit_push): Likewise.
1373 (aarch64_emit_prologue): New function.
1374 (aarch64_emit_epilogue): Likewise.
1375 (aarch64_emit_add): Likewise.
1376 (aarch64_emit_sub): Likewise.
1377 (aarch64_emit_mul): Likewise.
1378 (aarch64_emit_lsh): Likewise.
1379 (aarch64_emit_rsh_signed): Likewise.
1380 (aarch64_emit_rsh_unsigned): Likewise.
1381 (aarch64_emit_ext): Likewise.
1382 (aarch64_emit_log_not): Likewise.
1383 (aarch64_emit_bit_and): Likewise.
1384 (aarch64_emit_bit_or): Likewise.
1385 (aarch64_emit_bit_xor): Likewise.
1386 (aarch64_emit_bit_not): Likewise.
1387 (aarch64_emit_equal): Likewise.
1388 (aarch64_emit_less_signed): Likewise.
1389 (aarch64_emit_less_unsigned): Likewise.
1390 (aarch64_emit_ref): Likewise.
1391 (aarch64_emit_if_goto): Likewise.
1392 (aarch64_emit_goto): Likewise.
1393 (aarch64_write_goto_address): Likewise.
1394 (aarch64_emit_const): Likewise.
1395 (aarch64_emit_call): Likewise.
1396 (aarch64_emit_reg): Likewise.
1397 (aarch64_emit_pop): Likewise.
1398 (aarch64_emit_stack_flush): Likewise.
1399 (aarch64_emit_zero_ext): Likewise.
1400 (aarch64_emit_swap): Likewise.
1401 (aarch64_emit_stack_adjust): Likewise.
1402 (aarch64_emit_int_call_1): Likewise.
1403 (aarch64_emit_void_call_2): Likewise.
1404 (aarch64_emit_eq_goto): Likewise.
1405 (aarch64_emit_ne_goto): Likewise.
1406 (aarch64_emit_lt_goto): Likewise.
1407 (aarch64_emit_le_goto): Likewise.
1408 (aarch64_emit_gt_goto): Likewise.
1409 (aarch64_emit_ge_got): Likewise.
1410 (aarch64_emit_ops_impl): New static global variable.
1411 (aarch64_emit_ops): New target function, return
1412 &aarch64_emit_ops_impl.
1413 (struct linux_target_ops): Install it.
1414
bb903df0
PL
14152015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1416
1417 * Makefile.in (linux-aarch64-ipa.o, aarch64-ipa.o): New rules.
1418 * configure.srv (aarch64*-*-linux*): Add linux-aarch64-ipa.o and
1419 aarch64-ipa.o.
1420 * linux-aarch64-ipa.c: New file.
1421 * linux-aarch64-low.c: Include arch/aarch64-insn.h, inttypes.h
1422 and endian.h.
1423 (aarch64_get_thread_area): New target method.
1424 (extract_signed_bitfield): New helper function.
1425 (aarch64_decode_ldr_literal): New function.
1426 (enum aarch64_opcodes): New enum.
1427 (struct aarch64_register): New struct.
1428 (struct aarch64_operand): New struct.
1429 (x0): New static global.
1430 (x1): Likewise.
1431 (x2): Likewise.
1432 (x3): Likewise.
1433 (x4): Likewise.
1434 (w2): Likewise.
1435 (ip0): Likewise.
1436 (sp): Likewise.
1437 (xzr): Likewise.
1438 (aarch64_register): New helper function.
1439 (register_operand): Likewise.
1440 (immediate_operand): Likewise.
1441 (struct aarch64_memory_operand): New struct.
1442 (offset_memory_operand): New helper function.
1443 (preindex_memory_operand): Likewise.
1444 (enum aarch64_system_control_registers): New enum.
1445 (ENCODE): New macro.
1446 (emit_insn): New helper function.
1447 (emit_b): New function.
1448 (emit_bcond): Likewise.
1449 (emit_cb): Likewise.
1450 (emit_tb): Likewise.
1451 (emit_blr): Likewise.
1452 (emit_stp): Likewise.
1453 (emit_ldp_q_offset): Likewise.
1454 (emit_stp_q_offset): Likewise.
1455 (emit_load_store): Likewise.
1456 (emit_ldr): Likewise.
1457 (emit_ldrsw): Likewise.
1458 (emit_str): Likewise.
1459 (emit_ldaxr): Likewise.
1460 (emit_stxr): Likewise.
1461 (emit_stlr): Likewise.
1462 (emit_data_processing_reg): Likewise.
1463 (emit_data_processing): Likewise.
1464 (emit_add): Likewise.
1465 (emit_sub): Likewise.
1466 (emit_mov): Likewise.
1467 (emit_movk): Likewise.
1468 (emit_mov_addr): Likewise.
1469 (emit_mrs): Likewise.
1470 (emit_msr): Likewise.
1471 (emit_sevl): Likewise.
1472 (emit_wfe): Likewise.
1473 (append_insns): Likewise.
1474 (can_encode_int32_in): New helper function.
1475 (aarch64_relocate_instruction): New function.
1476 (aarch64_install_fast_tracepoint_jump_pad): Likewise.
1477 (aarch64_get_min_fast_tracepoint_insn_len): Likewise.
1478 (struct linux_target_ops): Install aarch64_get_thread_area,
1479 aarch64_install_fast_tracepoint_jump_pad and
1480 aarch64_get_min_fast_tracepoint_insn_len.
1481
787749ea
PL
14822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
1483
1484 * Makefile.in (aarch64-insn.o): New rule.
1485 * configure.srv (aarch64*-*-linux*): Add aarch64-insn.o.
1486
9812b2e6
YQ
14872015-09-21 Yao Qi <yao.qi@linaro.org>
1488
1489 * ax.c [!IN_PROCESS_AGENT] (gdb_agent_op_sizes): Define it.
1490
18fe412b
YQ
14912015-09-21 Yao Qi <yao.qi@linaro.org>
1492
1493 * tracepoint.c (max_jump_pad_size): Remove.
1494
a0cc84cd
YQ
14952015-09-18 Yao Qi <yao.qi@linaro.org>
1496
1497 * linux-aarch64-low.c: Don't include sys/uio.h.
1498 (ps_get_thread_area): Call aarch64_ps_get_thread_area.
1499
d78908cf
WW
15002015-09-16 Wei-cheng Wang <cole945@gmail.com>
1501
1502 * tracepoint.c (eval_result_type): Change prototype.
1503 (condition_true_at_tracepoint): Fix argument to compiled_cond.
1504
d57e0d50
PA
15052015-09-15 Pedro Alves <palves@redhat.com>
1506
1507 * remote-utils.c (prepare_resume_reply) <TARGET_WAITKIND_EXECD>:
1508 Check whether to report exec events instead of checking whether
1509 multiprocess is enabled.
1510
5a676acc
PA
15112015-09-15 Pedro Alves <palves@redhat.com>
1512
1513 PR remote/18965
1514 * remote-utils.c (prepare_resume_reply): Merge
1515 TARGET_WAITKIND_VFORK_DONE switch case with the
1516 TARGET_WAITKIND_FORKED case.
1517
7c5d0fad
YQ
15182015-09-15 Yao Qi <yao.qi@linaro.org>
1519
1520 * server.c (handle_query): Check string comparison using
1521 "else if" instead of "if".
1522
750ce8d1
YQ
15232015-09-15 Yao Qi <yao.qi@linaro.org>
1524
1525 * server.c (vCont_supported): New global variable.
1526 (handle_query): Set vCont_supported to 1 if "vContSupported+"
1527 matches. Append ";vContSupported+" to own_buf.
1528 (handle_v_requests): Append ";s;S" to own_buf if target supports
1529 hardware single step or vCont_supported is false.
1530 (capture_main): Set vCont_supported to zero.
1531
70b90b91
YQ
15322015-09-15 Yao Qi <yao.qi@linaro.org>
1533
1534 * linux-low.c (linux_supports_conditional_breakpoints): Rename
1535 it to ...
1536 (linux_supports_hardware_single_step): ... New function.
1537 (linux_target_ops): Update.
1538 * lynx-low.c (lynx_target_ops): Set field
1539 supports_hardware_single_step to target_can_do_hardware_single_step.
1540 * nto-low.c (nto_target_ops): Likewise.
1541 * spu-low.c (spu_target_ops): Likewise.
1542 * win32-low.c (win32_target_ops): Likewise.
1543 * target.c (target_can_do_hardware_single_step): New function.
1544 * target.h (struct target_ops) <supports_conditional_breakpoints>:
1545 Remove. <supports_hardware_single_step>: New field.
1546 (target_supports_conditional_breakpoints): Remove.
1547 (target_supports_hardware_single_step): New macro.
1548 (target_can_do_hardware_single_step): Declare.
1549 * server.c (handle_query): Use target_supports_hardware_single_step
1550 instead of target_supports_conditional_breakpoints.
1551
ade90bde
YQ
15522015-09-15 Yao Qi <yao.qi@linaro.org>
1553
1554 * linux-aarch64-low.c (aarch64_linux_siginfo_fixup): New
1555 function.
1556 (struct linux_target_ops the_low_target): Install
1557 aarch64_linux_siginfo_fixup.
1558
94585166
DB
15592015-09-11 Don Breazeal <donb@codesourcery.com>
1560 Luis Machado <lgustavo@codesourcery.com>
1561
1562 * linux-low.c (linux_mourn): Static declaration.
1563 (linux_arch_setup): Move in front of
1564 handle_extended_wait.
1565 (linux_arch_setup_thread): New function.
1566 (handle_extended_wait): Handle exec events. Call
1567 linux_arch_setup_thread. Make event_lwp argument a
1568 pointer-to-a-pointer.
1569 (check_zombie_leaders): Do not check stopped threads.
1570 (linux_low_ptrace_options): Add PTRACE_O_TRACEEXEC.
1571 (linux_low_filter_event): Add lwp and thread for exec'ing
1572 non-leader thread if leader thread has been deleted.
1573 Refactor code into linux_arch_setup_thread and call it.
1574 Pass child lwp pointer by reference to handle_extended_wait.
1575 (linux_wait_for_event_filtered): Update comment.
1576 (linux_wait_1): Prevent clobbering exec event status.
1577 (linux_supports_exec_events): New function.
1578 (linux_target_ops) <supports_exec_events>: Initialize new member.
1579 * lynx-low.c (lynx_target_ops) <supports_exec_events>: Initialize
1580 new member.
1581 * remote-utils.c (prepare_resume_reply): New stop reason 'exec'.
1582 * server.c (report_exec_events): New global variable.
1583 (handle_query): Handle qSupported query for exec-events feature.
1584 (captured_main): Initialize report_exec_events.
1585 * server.h (report_exec_events): Declare new global variable.
1586 * target.h (struct target_ops) <supports_exec_events>: New
1587 member.
1588 (target_supports_exec_events): New macro.
1589 * win32-low.c (win32_target_ops) <supports_exec_events>:
1590 Initialize new member.
1591
0568462b
MM
15922015-09-09 Markus Metzger <markus.t.metzger@intel.com>
1593
1594 * linux-low.c (linux_low_enable_btrace): Remove.
1595 (linux_target_ops): Replace linux_low_enable_btrace with
1596 linux_enable_btrace.
1597
39edd165
YQ
15982015-09-03 Yao Qi <yao.qi@linaro.org>
1599
1600 * linux-aarch64-low.c (aarch64_insert_point): Call
1601 aarch64_handle_watchpoint if aarch64_linux_region_ok_for_watchpoint
1602 returns true.
1603
1db33b5a
UW
16042015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1605
1606 * linux-low.c (check_stopped_by_breakpoint): Use
1607 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
1608
ab290430
PA
16092015-08-27 Pedro Alves <palves@redhat.com>
1610
1611 * proc-service.c (ps_pdwrite): Return PS_ERR/PS_OK explicily.
1612
8d749320
SM
16132015-08-26 Simon Marchi <simon.marchi@ericsson.com>
1614
6711b7f8
SM
1615 * ax.c (gdb_parse_agent_expr): Replace xmalloc-family function with
1616 the XNEW-family equivalent.
8d749320
SM
1617 (compile_bytecodes): Likewise.
1618 * dll.c (loaded_dll): Likewise.
1619 * event-loop.c (append_callback_event): Likewise.
1620 (create_file_handler): Likewise.
1621 (create_file_event): Likewise.
1622 * hostio.c (handle_open): Likewise.
1623 * inferiors.c (add_thread): Likewise.
1624 (add_process): Likewise.
1625 * linux-aarch64-low.c (aarch64_linux_new_process): Likewise.
1626 * linux-arm-low.c (arm_new_process): Likewise.
1627 (arm_new_thread): Likewise.
1628 * linux-low.c (add_to_pid_list): Likewise.
1629 (linux_add_process): Likewise.
1630 (handle_extended_wait): Likewise.
1631 (add_lwp): Likewise.
1632 (enqueue_one_deferred_signal): Likewise.
1633 (enqueue_pending_signal): Likewise.
1634 (linux_resume_one_lwp_throw): Likewise.
1635 (linux_resume_one_thread): Likewise.
1636 (linux_read_memory): Likewise.
1637 (linux_write_memory): Likewise.
1638 * linux-mips-low.c (mips_linux_new_process): Likewise.
1639 (mips_linux_new_thread): Likewise.
1640 (mips_add_watchpoint): Likewise.
1641 * linux-x86-low.c (initialize_low_arch): Likewise.
1642 * lynx-low.c (lynx_add_process): Likewise.
1643 * mem-break.c (set_raw_breakpoint_at): Likewise.
1644 (set_breakpoint): Likewise.
1645 (add_condition_to_breakpoint): Likewise.
1646 (add_commands_to_breakpoint): Likewise.
1647 (clone_agent_expr): Likewise.
1648 (clone_one_breakpoint): Likewise.
1649 * regcache.c (new_register_cache): Likewise.
1650 * remote-utils.c (look_up_one_symbol): Likewise.
1651 * server.c (queue_stop_reply): Likewise.
1652 (start_inferior): Likewise.
1653 (queue_stop_reply_callback): Likewise.
1654 (handle_target_event): Likewise.
1655 * spu-low.c (fetch_ppc_memory): Likewise.
1656 (store_ppc_memory): Likewise.
1657 * target.c (set_target_ops): Likewise.
1658 * thread-db.c (thread_db_load_search): Likewise.
1659 (try_thread_db_load_1): Likewise.
1660 * tracepoint.c (add_tracepoint): Likewise.
1661 (add_tracepoint_action): Likewise.
1662 (create_trace_state_variable): Likewise.
1663 (cmd_qtdpsrc): Likewise.
1664 (cmd_qtro): Likewise.
1665 (add_while_stepping_state): Likewise.
1666 * win32-low.c (child_add_thread): Likewise.
1667 (get_image_name): Likewise.
1668
ed8b7b42
YQ
16692015-08-25 Yao Qi <yao.qi@linaro.org>
1670
1671 * linux-aarch64-low.c (aarch64_linux_new_thread): Remove.
1672
db3cb7cb
YQ
16732015-08-25 Yao Qi <yao.qi@linaro.org>
1674
1675 * Makefile.in (aarch64-linux.o): New rule.
1676 * configure.srv (aarch64*-*-linux*): Append aarch64-linux.o to
1677 srv_tgtobj.
1678 * linux-aarch64-low.c: Include nat/aarch64-linux.h.
1679 (aarch64_init_debug_reg_state): Make it extern.
1680 (aarch64_linux_prepare_to_resume): Remove.
1681
f6011a1c
YQ
16822015-08-25 Yao Qi <yao.qi@linaro.org>
1683
1684 * linux-aarch64-low.c (aarch64_linux_prepare_to_resume): Use
1685 lwp_arch_private_info and ptid_of_lwp.
1686
88e2cf7e
YQ
16872015-08-25 Yao Qi <yao.qi@linaro.org>
1688
1689 * linux-aarch64-low.c (aarch64_get_debug_reg_state): Add argument pid.
1690 Find proc_info by find_process_pid. All callers updated.
1691
5e35436e
YQ
16922015-08-25 Yao Qi <yao.qi@linaro.org>
1693
1694 * linux-aarch64-low.c (struct arch64_dr_update_callback_param):
1695 Remove.
1696 (debug_reg_change_callback): Remove.
1697 (aarch64_notify_debug_reg_change): Remove.
1698
4a8a7965
YQ
16992015-08-25 Yao Qi <yao.qi@linaro.org>
1700
1701 * linux-aarch64-low.c (aarch64_notify_debug_reg_change):
1702 Call current_lwp_ptid.
1703
32a271ee
YQ
17042015-08-25 Yao Qi <yao.qi@linaro.org>
1705
1706 * linux-aarch64-low.c (debug_reg_change_callback): Use
1707 debug_printf.
1708
0d51c8d7
YQ
17092015-08-25 Yao Qi <yao.qi@linaro.org>
1710
1711 * linux-aarch64-low.c (debug_reg_change_callback): Use phex.
1712
31a43dd5
YQ
17132015-08-25 Yao Qi <yao.qi@linaro.org>
1714
1715 * linux-aarch64-low.c (debug_reg_change_callback): Remove comments.
1716
8ee52567
YQ
17172015-08-25 Yao Qi <yao.qi@linaro.org>
1718
1719 * linux-aarch64-low.c (debug_reg_change_callback): Re-indent
1720 the code.
1721
ff3f0f45
YQ
17222015-08-25 Yao Qi <yao.qi@linaro.org>
1723
1724 * linux-aarch64-low.c (aarch64_dr_update_callback_param) <pid>:
1725 Remove.
1726 (debug_reg_change_callback): Remove argument entry and add argument
1727 lwp. Remove local variable thread. Don't print thread id in the
1728 debugging output. Don't check whether pid of thread equals to pid.
1729 (aarch64_notify_debug_reg_change): Don't set param.pid. Call
1730 iterate_over_lwps instead find_inferior.
1731
3d40fbb5
PA
17322015-08-24 Pedro Alves <palves@redhat.com>
1733
1734 * inferiors.c (get_first_process): New function.
1735 * inferiors.h (get_first_process): New declaration.
1736 * remote-utils.c (read_ptid): Default to the first process in the
1737 list, instead of to the current thread's process.
1738
438e1e42
PA
17392015-08-24 Pedro Alves <palves@redhat.com>
1740
1741 * debug.c: Include gdb_sys_time.h instead of sys/time.h.
1742 * event-loop.c: Likewise.
1743 * remote-utils.c: Likewise.
1744 * tracepoint.c: Likewise.
1745
a8c6d4fc
PA
17462015-08-24 Pedro Alves <palves@redhat.com>
1747
1748 * spu-low.c (spu_request_interrupt): Use lwpid_of instead of
1749 ptid_get_lwp.
1750
99b0bb12
PA
17512015-08-21 Pedro Alves <palves@redhat.com>
1752
1753 * ax.c (gdb_eval_agent_expr): Return expr_eval_unhandled_opcode
1754 instead of literal 1.
1755
f8904751
PA
17562015-08-21 Pedro Alves <palves@redhat.com>
1757
1758 * tdesc.c (default_description): Explicitly zero-initialize.
1759
465a859e
PA
17602015-08-21 Pedro Alves <palves@redhat.com>
1761
1762 PR gdb/18749
1763 * inferiors.c (remove_thread): Discard any pending stop reply for
1764 this thread.
1765 * server.c (remove_all_on_match_pid): Rename to ...
1766 (remove_all_on_match_ptid): ... this. Work with a filter ptid
1767 instead of a pid.
1768 (discard_queued_stop_replies): Change parameter to a ptid. Now
1769 extern.
1770 (handle_v_kill, kill_inferior_callback, captured_main)
1771 (process_serial_event): Adjust.
1772 * server.h (discard_queued_stop_replies): Declare.
1773
f0db101d
PA
17742015-08-21 Pedro Alves <palves@redhat.com>
1775
1776 * linux-low.c (wait_for_sigstop): Always switch to no thread
1777 selected if the previously current thread dies.
1778 * lynx-low.c (lynx_request_interrupt): Use the first thread's
1779 process instead of the current thread's.
1780 * remote-utils.c (input_interrupt): Don't check if there's no
1781 current thread.
1782 * server.c (gdb_read_memory, gdb_write_memory): If setting the
1783 current thread to the general thread fails, error out.
1784 (handle_qxfer_auxv, handle_qxfer_libraries)
1785 (handle_qxfer_libraries_svr4, handle_qxfer_siginfo)
1786 (handle_qxfer_spu, handle_qxfer_statictrace, handle_qxfer_fdpic)
1787 (handle_query): Check if there's a thread selected instead of
1788 checking whether there's any thread in the thread list.
1789 (handle_qxfer_threads, handle_qxfer_btrace)
1790 (handle_qxfer_btrace_conf): Don't error out early if there's no
1791 thread in the thread list.
1792 (handle_v_cont, myresume): Don't set the current thread to the
1793 continue thread.
1794 (process_serial_event) <Hg handling>: Also set thread_id if the
1795 previous general thread is still alive.
1796 (process_serial_event) <g/G handling>: If setting the current
1797 thread to the general thread fails, error out.
1798 * spu-low.c (spu_resume, spu_request_interrupt): Use the first
1799 thread's lwp instead of the current thread's.
1800 * target.c (set_desired_thread): If the desired thread was not
1801 found, leave the current thread pointing to NULL. Return an int
1802 (boolean) indicating success.
1803 * target.h (set_desired_thread): Change return type to int.
1804
40045d91
MF
18052015-08-20 Max Filippov <jcmvbkbc@gmail.com>
1806
1807 * configure.srv (xtensa*-*-linux*): Add srv_linux_thread_db=yes.
1808 * linux-xtensa-low.c (arch/xtensa.h gdb_proc_service.h): New
1809 #includes.
1810 (ps_get_thread_area): New function.
1811
45face3b
GB
18122015-08-19 Gary Benson <gbenson@redhat.com>
1813
1814 * hostio.c (handle_pread): Do not attempt to read more data
1815 than hostio_reply_with_data can fit in a packet.
1816
16d5f642
JB
18172015-08-18 Joel Brobecker <brobecker@adacore.com>
1818
1819 * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
1820
a738da3a
MF
18212015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
1822
1823 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP_REL.
1824
33ebda9d
PA
18252015-08-06 Pedro Alves <palves@redhat.com>
1826
1827 * tracepoint.c (expr_eval_result): Now an int.
1828
a44892be
PA
18292015-08-06 Pedro Alves <palves@redhat.com>
1830
1831 * gdbthread.h (struct regcache): Forward declare.
1832 (struct thread_info) <regcache_data>: Now a struct regcache
1833 pointer.
1834 * inferiors.c (inferior_regcache_data)
1835 (set_inferior_regcache_data): Now work with struct regcache
1836 pointers.
1837 * inferiors.h (struct regcache): Forward declare.
1838 (inferior_regcache_data, set_inferior_regcache_data): Now work
1839 with struct regcache pointers.
1840 * regcache.c (get_thread_regcache, regcache_invalidate_thread)
1841 (free_register_cache_thread): Remove struct regcache pointer
1842 casts.
1843
608a1e46
PA
18442015-08-06 Pedro Alves <palves@redhat.com>
1845
1846 * server.c (captured_main): On error, print the exception message
1847 to stderr, and if run_once is set, throw a quit.
1848
f0ce0d3a
PA
18492015-08-06 Pedro Alves <palves@redhat.com>
1850
1851 * linux-low.c (move_out_of_jump_pad_callback): Temporarily switch
1852 the current thread.
1853
bf47e248
PA
18542015-08-06 Pedro Alves <palves@redhat.com>
1855
1856 * linux-low.c (linux_write_memory): Rewrite debug output to avoid
1857 reading beyond the passed in buffer length.
1858
b6b9ffcc
PL
18592015-08-06 Pierre Langlois <pierre.langlois@arm.com>
1860
1861 * tracepoint.c (symbol_list) <required>: Remove.
1862
863d01bd
PA
18632015-08-06 Pedro Alves <palves@redhat.com>
1864
1865 * linux-low.c (handle_extended_wait): Set the fork child's suspend
1866 count if stopping and suspending threads.
1867 (check_stopped_by_breakpoint): If stopped by trace, set the LWP's
1868 stop reason to TARGET_STOPPED_BY_SINGLE_STEP.
1869 (linux_detach): Complete an ongoing step-over.
1870 (lwp_suspended_inc, lwp_suspended_decr): New functions. Use
1871 throughout.
1872 (resume_stopped_resumed_lwps): Don't resume a suspended thread.
1873 (linux_wait_1): If passing a signal to the inferior after
1874 finishing a step-over, unsuspend and re-resume all lwps. If we
1875 see a single-step event but the thread should be continuing, don't
1876 pass the trap to gdb.
1877 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback): Use
1878 internal_error instead of gdb_assert.
1879 (enqueue_pending_signal): New function.
1880 (check_ptrace_stopped_lwp_gone): Add debug output.
1881 (start_step_over): Use internal_error instead of gdb_assert.
1882 (complete_ongoing_step_over): New function.
1883 (linux_resume_one_thread): Don't resume a suspended thread.
1884 (proceed_one_lwp): If the LWP is stepping over a breakpoint, reset
1885 it stepping.
1886
00db26fa
PA
18872015-08-06 Pedro Alves <palves@redhat.com>
1888
1889 * linux-low.c (add_lwp): Set waitstatus to TARGET_WAITKIND_IGNORE.
1890 (linux_thread_alive): Use lwp_is_marked_dead.
1891 (extended_event_reported): Delete.
1892 (linux_wait_1): Check if waitstatus is TARGET_WAITKIND_IGNORE
1893 instead of extended_event_reported.
1894 (mark_lwp_dead): Don't set the 'dead' flag. Store the waitstatus
1895 as well.
1896 (lwp_is_marked_dead): New function.
1897 (lwp_running): Use lwp_is_marked_dead.
1898 * linux-low.h: Delete 'dead' field, and update 'waitstatus's
1899 comment.
1900
ad071a30
PA
19012015-08-06 Pedro Alves <palves@redhat.com>
1902
1903 * linux-low.c (linux_wait_1): Move fork event output out of the
1904 !report_to_gdb check. Pass event_child->waitstatus to
1905 target_waitstatus_to_string instead of ourstatus.
1906
524b57e6
YQ
19072015-08-04 Yao Qi <yao.qi@linaro.org>
1908
1909 * linux-aarch64-low.c (aarch64_supports_tracepoints): Return 0
1910 if current_thread is 32 bit.
1911
6085d6f6
YQ
19122015-08-04 Yao Qi <yao.qi@linaro.org>
1913
1914 * linux-aarch64-low.c (aarch64_supports_z_point_type): Return
1915 0 for Z_PACKET_SW_BP if it may be used in multi-arch debugging.
1916 * server.c (extended_protocol): Remove "static".
1917 * server.h (extended_protocol): Declare it.
1918
8a7e4587
YQ
19192015-08-04 Yao Qi <yao.qi@linaro.org>
1920
1921 * linux-aarch64-low.c (aarch64_get_pc): Get PC register on
1922 both aarch64 and aarch32.
1923 (aarch64_set_pc): Likewise.
1924
3b53ae99
YQ
19252015-08-04 Yao Qi <yao.qi@linaro.org>
1926
1927 * configure.srv (case aarch64*-*-linux*): Append arm-with-neon.o
1928 to srv_regobj and append arm-core.xml arm-vfpv3.xml and
1929 arm-with-neon.xml to srv_xmlfiles.
1930 * linux-aarch64-low.c: Include linux-aarch32-low.h.
1931 (is_64bit_tdesc): New function.
1932 (aarch64_linux_read_description): New function.
1933 (aarch64_arch_setup): Call aarch64_linux_read_description.
1934 (regs_info): Rename to regs_info_aarch64.
1935 (aarch64_regs_info): Return right regs_info.
1936 (initialize_low_arch): Call initialize_low_arch_aarch32.
1937
bd9e6534
YQ
19382015-08-04 Yao Qi <yao.qi@linaro.org>
1939
1940 * configure.srv (srv_tgtobj): Add linux-aarch32-low.o.
1941 * linux-aarch32-low.c: New file.
1942 * linux-aarch32-low.h: New file.
1943 * linux-arm-low.c (arm_fill_gregset): Move it to
1944 linux-aarch32-low.c.
1945 (arm_store_gregset): Likewise.
1946 (arm_fill_vfpregset): Call arm_fill_vfpregset_num
1947 (arm_store_vfpregset): Call arm_store_vfpregset_num.
1948 (arm_arch_setup): Check if PTRACE_GETREGSET works.
1949 (regs_info): Rename to regs_info_arm.
1950 (arm_regs_info): Return regs_info_aarch32 if
1951 have_ptrace_getregset is 1 and target description is
1952 arm_with_neon or arm_with_vfpv3.
1953 (initialize_low_arch): Don't call init_registers_arm_with_neon.
1954 Call initialize_low_arch_aarch32 instead.
1955
ded48a5e
YQ
19562015-08-04 Yao Qi <yao.qi@linaro.org>
1957
1958 * linux-x86-low.c (have_ptrace_getregset): Move it to ...
1959 * linux-low.c: ... here.
1960 * linux-low.h (have_ptrace_getregset): Declare it.
1961
96e9210f
PA
19622015-08-04 Pedro Alves <palves@redhat.com>
1963
1964 * thread-db.c (struct thread_db): Use new typedefs.
1965 (try_thread_db_load_1): Define local TDB_DLSYM macro and use it in
1966 CHK calls.
1967 (disable_thread_event_reporting): Cast result of dlsym to
1968 destination function pointer type.
1969 (thread_db_mourn): Use td_ta_delete_ftype.
1970
af60a1ef
SL
19712015-08-03 Sandra Loosemore <sandra@codesourcery.com>
1972
1973 * linux-nios2-low.c (NIOS2_BREAKPOINT): Conditionalize for
1974 arch variant.
1975 (CDX_BREAKPOINT): Define for R2.
1976 (nios2_breakpoint_at): Check for CDX_BREAKPOINT when R2.
1977 (the_low_target): Add comments.
1978
e8b41681
YQ
19792015-07-30 Yao Qi <yao.qi@linaro.org>
1980
1981 * linux-arm-low.c (arm_hwcap): Remove it.
1982 (arm_read_description): New local variable arm_hwcap. Don't
1983 set arm_hwcap to zero.
1984
89abb039
YQ
19852015-07-30 Yao Qi <yao.qi@linaro.org>
1986
1987 * linux-arm-low.c (arm_fill_wmmxregset): Don't use arm_hwcap.
1988 Use regcache->tdesc instead.
1989 (arm_store_wmmxregset): Likewise.
1990 (arm_fill_vfpregset): Likewise.
1991 (arm_store_vfpregset): Likewise.
1992
deca266c
YQ
19932015-07-30 Yao Qi <yao.qi@linaro.org>
1994
1995 * linux-arm-low.c: Include arch/arm.h.
1996 (arm_fill_gregset): Don't use arm_num_regs and arm_regmap.
1997 (arm_store_gregset): Likewise.
1998
aa58a496
SM
19992015-07-29 Simon Marchi <simon.marchi@ericsson.com>
2000
2001 * linux-mips-low.c (mips_linux_prepare_to_resume): Add NULL as
2002 ptrace's 4th parameter.
2003
50904b25
YQ
20042015-07-27 Yao Qi <yao.qi@linaro.org>
2005
2006 * configure.srv (case aarch64*-*-linux*): Don't set
2007 srv_linux_usrregs.
2008
5826e159
PA
20092015-07-24 Pedro Alves <palves@redhat.c: Likewise.om>
2010
2011 * linux-aarch64-low.c: Include nat/gdb_ptrace.h instead of
2012 sys/ptrace.h.
2013 * linux-arm-low.c: Likewise.
2014 * linux-cris-low.c: Likewise.
2015 * linux-crisv32-low.c: Likewise.
2016 * linux-low.c: Likewise.
2017 * linux-m68k-low.c: Likewise.
2018 * linux-mips-low.c: Likewise.
2019 * linux-nios2-low.c: Likewise.
2020 * linux-s390-low.c: Likewise.
2021 * linux-sparc-low.c: Likewise.
2022 * linux-tic6x-low.c: Likewise.
2023 * linux-tile-low.c: Likewise.
2024 * linux-x86-low.c: Likewise.
2025
54019719
PA
20262015-07-24 Pedro Alves <palves@redhat.com>
2027
2028 * config.in: Regenerate.
2029 * configure: Regenerate.
2030
eb7aa561
PA
20312015-07-24 Pedro Alves <palves@redhat.com>
2032
2033 * acinclude.m4: Include ../ptrace.m4.
2034 * configure.ac: Call GDB_AC_PTRACE.
2035 * config.in, configure: Regenerate.
2036
55d7b841
YQ
20372015-07-24 Yao Qi <yao.qi@linaro.org>
2038
2039 * linux-low.c (linux_create_inferior): Remove setting to
2040 proc->priv->new_inferior.
2041 (linux_attach): Likewise.
2042 (linux_low_filter_event): Likewise.
2043 * linux-low.h (struct process_info_private) <new_inferior>: Remove.
2044
c06cbd92
YQ
20452015-07-24 Yao Qi <yao.qi@linaro.org>
2046
2047 * linux-low.c (linux_arch_setup): New function.
2048 (linux_low_filter_event): If proc->tdesc is NULL and
2049 proc->attached is true, call the_low_target.arch_setup.
2050 Otherwise, keep status pending, and return.
2051 (linux_resume_one_lwp_throw): Don't call get_pc if
2052 thread->while_stepping isn't NULL. Don't call
2053 get_thread_regcache if proc->tdesc is NULL.
2054 (need_step_over_p): Return 0 if proc->tdesc is NULL.
2055 (linux_target_ops): Install arch_setup.
2056 * server.c (start_inferior): Call the_target->arch_setup.
2057 * target.h (struct target_ops) <arch_setup>: New field.
2058 (target_arch_setup): New marco.
2059 * lynx-low.c (lynx_target_ops): Update.
2060 * nto-low.c (nto_target_ops): Update.
2061 * spu-low.c (spu_target_ops): Update.
2062 * win32-low.c (win32_target_ops): Update.
2063
5ae3ebba
YQ
20642015-07-24 Yao Qi <yao.qi@linaro.org>
2065
2066 * linux-low.c (linux_add_process): Don't set
2067 proc->priv->new_inferior.
2068 (linux_create_inferior): Set proc->priv->new_inferior to 1.
2069 (linux_attach): Likewise.
2070
eb97750b
YQ
20712015-07-24 Yao Qi <yao.qi@linaro.org>
2072
2073 * server.c (start_inferior): Code refactor.
2074
51aee833
YQ
20752015-07-24 Yao Qi <yao.qi@linaro.org>
2076
2077 * server.c (process_serial_event): Set general_thread.
2078
af1b22f3
YQ
20792015-07-21 Yao Qi <yao.qi@linaro.org>
2080
2081 * linux-aarch64-low.c (aarch64_arch_setup): Remove code and call
2082 aarch64_linux_get_debug_reg_capacity.
2083
554717a3
YQ
20842015-07-17 Yao Qi <yao.qi@linaro.org>
2085
2086 * Makefile.in (aarch64-linux-hw-point.o): New rule.
2087 * configure.srv (srv_tgtobj): Append aarch64-linux-hw-point.o.
2088 * linux-aarch64-low.c: Include nat/aarch64-linux-hw-point.h.
2089 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
2090 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
2091 (AARCH64_HWP_ALIGNMENT): Likewise.
2092 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
2093 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
2094 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
2095 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
2096 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
2097 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
2098 (struct aarch64_debug_reg_state): Likewise.
2099 (struct arch_lwp_info): Likewise.
2100 (aarch64_align_watchpoint): Likewise.
2101 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
2102 (aarch64_watchpoint_length): Likewise.
2103 (aarch64_point_encode_ctrl_reg): Likewise
2104 (aarch64_point_is_aligned): Likewise.
2105 (aarch64_align_watchpoint): Likewise.
2106 (aarch64_linux_set_debug_regs):
2107 (aarch64_dr_state_insert_one_point): Likewise.
2108 (aarch64_dr_state_remove_one_point): Likewise.
2109 (aarch64_handle_breakpoint): Likewise.
2110 (aarch64_handle_aligned_watchpoint): Likewise.
2111 (aarch64_handle_unaligned_watchpoint): Likewise.
2112 (aarch64_handle_watchpoint): Likewise.
2113
c67ca4de
YQ
21142015-07-17 Yao Qi <yao.qi@linaro.org>
2115
2116 * linux-aarch64-low.c (aarch64_handle_breakpoint): Add argument state
2117 and don't aarch64_get_debug_reg_state. All callers update.
2118 (aarch64_handle_aligned_watchpoint): Likewise.
2119 (aarch64_handle_unaligned_watchpoint): Likewise.
2120 (aarch64_handle_watchpoint): Likewise.
2121 (aarch64_insert_point): Call aarch64_get_debug_reg_state earlier.
2122 (aarch64_remove_point): Likewise.
2123
25abf979
YQ
21242015-07-17 Yao Qi <yao.qi@linaro.org>
2125
2126 * linux-aarch64-low.c (aarch64_show_debug_reg_state): Use
2127 debug_printf.
2128 (aarch64_handle_unaligned_watchpoint): Likewise.
2129
db1ff28b
JK
21302015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 Revert the previous 3 commits:
2133 Move gdb_regex* to common/
2134 Move linux_find_memory_regions_full & co.
2135 gdbserver build-id attribute generator
2136
700ca40f
JK
21372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2138 Jan Kratochvil <jan.kratochvil@redhat.com>
2139
2140 gdbserver build-id attribute generator.
2141 * linux-low.c (nat/linux-maps.h, search.h, rsp-low.h): Include.
2142 (ElfXX_Ehdr, ElfXX_Phdr, ElfXX_Nhdr): New.
2143 (ELFXX_FLD, ELFXX_SIZEOF, ELFXX_ROUNDUP, BUILD_ID_INVALID): New.
2144 (find_phdr): New.
2145 (get_dynamic): Use find_pdhr to traverse program headers.
2146 (struct mapping_entry, mapping_entry_s, free_mapping_entry_vec)
2147 (compare_mapping_entry_range, struct find_memory_region_callback_data)
2148 (read_build_id, find_memory_region_callback, lrfind_mapping_entry)
2149 (get_hex_build_id): New.
2150 (linux_qxfer_libraries_svr4): Add optional build-id attribute
2151 to reply XML document.
2152
9904185c
JK
21532015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2154 Jan Kratochvil <jan.kratochvil@redhat.com>
2155
2156 * target.c: Include target/target-utils.h and fcntl.h.
2157 (target_fileio_read_stralloc_1_pread, target_fileio_read_stralloc_1)
2158 (target_fileio_read_stralloc): New functions.
2159
6e5b4429
JK
21602015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2161
2162 * Makefile.in (OBS): Add gdb_regex.o.
2163 (gdb_regex.o): New.
2164 * config.in: Rebuilt.
2165 * configure: Rebuilt.
2166
ddc98fbf
JK
21672015-07-15 Aleksandar Ristovski <aristovski@qnx.com
2168 Jan Kratochvil <jan.kratochvil@redhat.com>
2169
2170 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
2171 * Makefile.in (OBS): Add target-utils.o.
2172 (linux-maps.o, target-utils.o): New.
2173 * configure.srv (srv_linux_obj): Add linux-maps.o.
2174
e57bb7a0
PL
21752015-07-15 Pierre Langlois <pierre.langlois@arm.com>
2176
2177 * linux-aarch64-low.c (aarch64_supports_range_stepping): New
2178 function, return 1.
2179 (the_low_target): Install it.
2180
586b02a9
PA
21812015-07-14 Pedro Alves <palves@redhat.com>
2182
2183 * linux-low.c (kill_wait_lwp): Don't assert if waitpid fails.
2184 Instead, ignore ECHILD, and throw an error for other errnos.
2185
58c1b36c
PA
21862015-07-10 Pedro Alves <palves@redhat.com>
2187
2188 * event-loop.c (struct callback_event) <data>: Change type to
2189 gdb_client_data instance instead of gdb_client_data pointer.
2190 (append_callback_event): Adjust.
2191
421530db
PL
21922015-07-10 Pierre Langlois <pierre.langlois@arm.com>
2193
2194 * linux-aarch64-low.c: Add comments for each linux_target_ops
2195 method. Remove comments already covered in target_ops and
2196 linux_target_ops definitions.
2197 (the_low_target): Add comments for each unimplemented method.
2198
c2d65f38
YQ
21992015-07-09 Yao Qi <yao.qi@linaro.org>
2200
2201 * linux-aarch64-low.c (aarch64_regmap): Remove.
2202 (aarch64_usrregs_info): Remove.
2203 (regs_info): Set field usrregs to NULL.
2204
b20a6524
MM
22052015-07-02 Markus Metzger <markus.t.metzger@intel.com>
2206
2207 * linux-low.c: Include "rsp-low.h"
2208 (linux_low_encode_pt_config, linux_low_encode_raw): New.
2209 (linux_low_read_btrace): Support BTRACE_FORMAT_PT.
2210 (linux_low_btrace_conf): Support BTRACE_FORMAT_PT.
2211 (handle_btrace_enable_pt): New.
2212 (handle_btrace_general_set): Support "pt".
2213 (handle_btrace_conf_general_set): Support "pt:size".
2214
96c97461
PL
22152015-06-29 Pierre Langlois <pierre.langlois@arm.com>
2216
2217 * linux-aarch64-low.c (aarch64_supports_z_point_type): Enable for
2218 Z_PACKET_SW_BP.
2219
37d66942
PL
22202015-06-29 Pierre Langlois <pierre.langlois@arm.com>
2221
2222 * linux-aarch64-low.c: Remove comment about endianness.
2223 (aarch64_breakpoint): Change type to gdb_byte[]. Set to "brk #0".
2224 (aarch64_breakpoint_at): Change type of insn to gdb_byte[]. Use
2225 memcmp.
2226
dc06243f
GB
22272015-06-24 Gary Benson <gbenson@redhat.com>
2228
2229 * linux-i386-ipa.c (stdint.h): Do not include.
2230 * lynx-i386-low.c (stdint.h): Likewise.
2231 * lynx-ppc-low.c (stdint.h): Likewise.
2232 * mem-break.c (stdint.h): Likewise.
2233 * thread-db.c (stdint.h): Likewise.
2234 * tracepoint.c (stdint.h): Likewise.
2235 * win32-low.c (stdint.h): Likewise.
2236
124e13d9
SM
22372015-06-18 Simon Marchi <simon.marchi@ericsson.com>
2238
2239 * server.c (write_qxfer_response): Update call to
2240 remote_escape_output.
2241
909c2cda
JK
22422015-06-15 Aleksandar Ristovski <aristovski@qnx.com
2243 Jan Kratochvil <jan.kratochvil@redhat.com>
2244
2245 Merge multiple hex conversions.
2246 * gdbreplay.c (tohex): Rename to 'fromhex'.
2247 (logchar): Use fromhex.
2248
24c05f46
JK
22492015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2250
2251 * server.c (handle_qxfer_libraries): Set `version' attribute for
2252 <library-list>.
2253
14d2069a
GB
22542015-06-10 Gary Benson <gbenson@redhat.com>
2255
2256 * target.h (struct target_ops) <multifs_open>: New field.
2257 <multifs_unlink>: Likewise.
2258 <multifs_readlink>: Likewise.
2259 * linux-low.c (nat/linux-namespaces.h): New include.
2260 (linux_target_ops): Initialize the_target->multifs_open,
2261 the_target->multifs_unlink and the_target->multifs_readlink.
2262 * hostio.h (hostio_handle_new_gdb_connection): New declaration.
2263 * hostio.c (hostio_fs_pid): New static variable.
2264 (hostio_handle_new_gdb_connection): New function.
2265 (handle_setfs): Likewise.
2266 (handle_open): Use the_target->multifs_open as appropriate.
2267 (handle_unlink): Use the_target->multifs_unlink as appropriate.
2268 (handle_readlink): Use the_target->multifs_readlink as
2269 appropriate.
2270 (handle_vFile): Handle vFile:setfs packets.
2271 * server.c (handle_query): Call hostio_handle_new_gdb_connection
2272 after target_handle_new_gdb_connection.
2273
4b8b5e72
GB
22742015-06-10 Gary Benson <gbenson@redhat.com>
2275
2276 * configure.ac (AC_CHECK_FUNCS): Add setns.
2277 * config.in: Regenerate.
2278 * configure: Likewise.
2279 * Makefile.in (SFILES): Add nat/linux-namespaces.c.
2280 (linux-namespaces.o): New rule.
2281 * configure.srv (srv_linux_obj): Add linux-namespaces.o.
2282
3ac2e371
GB
22832015-06-09 Gary Benson <gbenson@redhat.com>
2284
2285 * hostio.c (handle_open): Process mode argument with
2286 fileio_to_host_mode.
2287
ca9b78ce
YQ
22882015-06-01 Yao Qi <yao.qi@linaro.org>
2289
2290 * linux-s390-low.c (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
2291 * linux-x86-low.c: Likewise.
2292
bfacd19d
DB
22932015-05-28 Don Breazeal <donb@codesourcery.com>
2294
2295 * linux-low.c (handle_extended_wait): Initialize
2296 thread_info.last_resume_kind for new fork children.
2297
452003ef
PA
22982015-05-15 Pedro Alves <palves@redhat.com>
2299
2300 * target.h (target_handle_new_gdb_connection): Rewrite using if
2301 wrapped in do/while.
2302
1041a03c
JB
23032015-05-14 Joel Brobecker <brobecker@adacore.com>
2304
2305 * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check.
2306 * configure, config.in: Regenerate.
2307 * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t):
2308 Declare typedef.
2309
c269dbdb
DB
23102015-05-12 Don Breazeal <donb@codesourcery.com>
2311
2312 * linux-low.c (handle_extended_wait): Handle PTRACE_EVENT_FORK and
2313 PTRACE_EVENT_VFORK_DONE.
2314 (linux_low_ptrace_options, extended_event_reported): Add vfork
2315 events.
2316 * remote-utils.c (prepare_resume_reply): New stop reasons "vfork"
2317 and "vforkdone" for RSP 'T' Stop Reply Packet.
2318 * server.h (report_vfork_events): Declare
2319 global variable.
2320
3a8a0396
DB
23212015-05-12 Don Breazeal <donb@codesourcery.com>
2322
2323 * linux-aarch64-low.c (aarch64_linux_new_fork): New function.
2324 (the_low_target) <new_fork>: Initialize new member.
2325 * linux-arm-low.c (arm_new_fork): New function.
2326 (the_low_target) <new_fork>: Initialize new member.
2327 * linux-low.c (handle_extended_wait): Call new target function
2328 new_fork.
2329 * linux-low.h (struct linux_target_ops) <new_fork>: New member.
2330 * linux-mips-low.c (mips_add_watchpoint): New function
2331 extracted from mips_insert_point.
2332 (the_low_target) <new_fork>: Initialize new member.
2333 (mips_linux_new_fork): New function.
2334 (mips_insert_point): Call mips_add_watchpoint.
2335 * linux-x86-low.c (x86_linux_new_fork): New function.
2336 (the_low_target) <new_fork>: Initialize new member.
2337
de0d863e
DB
23382015-05-12 Don Breazeal <donb@codesourcery.com>
2339
2340 * linux-low.c (handle_extended_wait): Implement return value,
2341 rename argument 'event_child' to 'event_lwp', handle
2342 PTRACE_EVENT_FORK, call internal_error for unrecognized event.
2343 (linux_low_ptrace_options): New function.
2344 (linux_low_filter_event): Call linux_low_ptrace_options,
2345 use different argument fo linux_enable_event_reporting,
2346 use return value from handle_extended_wait.
2347 (extended_event_reported): New function.
2348 (linux_wait_1): Call extended_event_reported and set
2349 status to report fork events.
2350 (linux_write_memory): Add pid to debug message.
2351 (reset_lwp_ptrace_options_callback): New function.
2352 (linux_handle_new_gdb_connection): New function.
2353 (linux_target_ops): Initialize new structure member.
2354 * linux-low.h (struct lwp_info) <waitstatus>: New member.
2355 * lynx-low.c: Initialize new structure member.
2356 * remote-utils.c (prepare_resume_reply): Implement stop reason
2357 "fork" for "T" stop message.
2358 * server.c (handle_query): Call handle_new_gdb_connection.
2359 * server.h (report_fork_events): Declare global flag.
2360 * target.h (struct target_ops) <handle_new_gdb_connection>:
2361 New member.
2362 (target_handle_new_gdb_connection): New macro.
2363 * win32-low.c: Initialize new structure member.
2364
ddcbc397
DB
23652015-05-12 Don Breazeal <donb@codesourcery.com>
2366
2367 * mem-break.c (APPEND_TO_LIST): Define macro.
2368 (clone_agent_expr): New function.
2369 (clone_one_breakpoint): New function.
2370 (clone_all_breakpoints): New function.
2371 * mem-break.h: Declare new functions.
2372
89245bc0
DB
23732015-05-12 Don Breazeal <donb@codesourcery.com>
2374
2375 * linux-low.c (linux_supports_fork_events): New function.
2376 (linux_supports_vfork_events): New function.
2377 (linux_target_ops): Initialize new structure members.
2378 (initialize_low): Call linux_check_ptrace_features.
2379 * lynx-low.c (lynx_target_ops): Initialize new structure
2380 members.
2381 * server.c (report_fork_events, report_vfork_events):
2382 New global flags.
2383 (handle_query): Add new features to qSupported packet and
2384 response.
2385 (captured_main): Initialize new global variables.
2386 * target.h (struct target_ops) <supports_fork_events>:
2387 New member.
2388 <supports_vfork_events>: New member.
2389 (target_supports_fork_events): New macro.
2390 (target_supports_vfork_events): New macro.
2391 * win32-low.c (win32_target_ops): Initialize new structure
2392 members.
2393
835205d0
GB
23942015-05-12 Gary Benson <gbenson@redhat.com>
2395
2396 * server.c (handle_qxfer_exec_file): Use current process
2397 if annex is empty.
2398
21e94bd9
SL
23992015-05-08 Sandra Loosemore <sandra@codesourcery.com>
2400
2401 * linux-nios2-low.c: Include elf/common.h. Adjust comments.
2402 Remove HAVE_PTRACE_GETREGS conditionals.
2403 (nios2_regsets): Use PTRACE_GETREGSET and PTRACE_SETREGSET
2404 instead of PTRACE_GETREGS and PTRACE_SETREGS.
2405
45614f15
YQ
24062015-05-08 Yao Qi <yao.qi@linaro.org>
2407
2408 * linux-low.c (linux_supports_conditional_breakpoints): New
2409 function.
2410 (linux_target_ops): Install new target method.
2411 * lynx-low.c (lynx_target_ops): Install NULL hook for
2412 supports_conditional_breakpoints.
2413 * nto-low.c (nto_target_ops): Likewise.
2414 * spu-low.c (spu_target_ops): Likewise.
2415 * win32-low.c (win32_target_ops): Likewise.
2416 * server.c (handle_query): Check
2417 target_supports_conditional_breakpoints.
2418 * target.h (struct target_ops) <supports_conditional_breakpoints>:
2419 New field.
2420 (target_supports_conditional_breakpoints): New macro.
2421
80ad801e
PA
24222015-05-06 Pedro Alves <palves@redhat.com>
2423
2424 PR server/18081
2425 * server.c (start_inferior): If the process exits, mourn it.
2426
819843c7
GB
24272015-04-21 Gary Benson <gbenson@redhat.com>
2428
2429 * hostio.c (fileio_open_flags_to_host): Factored out to
2430 fileio_to_host_openflags in common/fileio.c. Single use
2431 updated.
2432
a2d5a9d7
MF
24332015-04-17 Max Filippov <jcmvbkbc@gmail.com>
2434
2435 * linux-xtensa-low.c (xtensa_fill_gregset)
2436 (xtensa_store_gregset): Check XCHAL_HAVE_LOOPS instead of
2437 XCHAL_HAVE_LOOP.
2438
deb44829
MF
24392015-04-17 Max Filippov <jcmvbkbc@gmail.com>
2440
2441 * linux-xtensa-low.c (xtensa_usrregs_info): Remove.
2442 (regs_info): Replace usrregs pointer with NULL.
2443
e57f1de3
GB
24442015-04-17 Gary Benson <gbenson@redhat.com>
2445
2446 * target.h (struct target_ops) <pid_to_exec_file>: New field.
2447 * linux-low.c (linux_target_ops): Initialize pid_to_exec_file.
2448 * server.c (handle_qxfer_exec_file): New function.
2449 (qxfer_packets): Add exec-file entry.
2450 (handle_query): Report qXfer:exec-file:read as supported packet.
2451
62828379
RN
24522015-04-14 Romain Naour <romain.naour@openwide.fr> (tiny change)
2453
2454 * linux-low.c (linux_read_offsets): Remove get_thread_lwp.
2455
b88bb450
GB
24562015-04-09 Gary Benson <gbenson@redhat.com>
2457
2458 * hostio-errno.c (errno_to_fileio_error): Remove function.
2459 Update caller to use remote_fileio_to_fio_error.
2460
c8f4bfdd
YQ
24612015-04-09 Yao Qi <yao.qi@linaro.org>
2462
2463 * linux-low.c (linux_insert_point): Call
2464 insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
2465 (linux_remove_point): Call remove_memory_breakpoint if type is
2466 raw_bkpt_type_sw.
2467 * linux-x86-low.c (x86_insert_point): Don't call
2468 insert_memory_breakpoint.
2469 (x86_remove_point): Don't call remove_memory_breakpoint.
2470
41f98f02
PA
24712015-04-01 Pedro Alves <palves@redhat.com>
2472 Cleber Rosa <crosa@redhat.com>
2473
2474 * server.c (gdbserver_usage): Reorganize and extend the usage
2475 message.
2476
2bf6fb9d
PA
24772015-03-24 Pedro Alves <palves@redhat.com>
2478
2479 * linux-low.c (check_stopped_by_breakpoint): Tweak debug log
2480 output. Also dump TRAP_TRACE.
2481 (linux_low_filter_event): In debug output, distinguish a
2482 resume_stop SIGSTOP from a delayed SIGSTOP.
2483
369f6daa
GB
24842015-03-24 Gary Benson <gbenson@redhat.com>
2485
2486 * linux-x86-low.c (x86_linux_new_thread): Moved to
2487 nat/x86-linux.c.
2488 (x86_linux_prepare_to_resume): Likewise.
2489
8e5d4070
GB
24902015-03-24 Gary Benson <gbenson@redhat.com>
2491
2492 * Makefile.in (x86-linux-dregs.o): New rule.
2493 * configure.srv: Add x86-linux-dregs.o to relevant targets.
2494 * linux-x86-low.c: Include nat/x86-linux-dregs.h.
2495 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
2496 (x86_linux_dr_get): Likewise.
2497 (x86_linux_dr_set): Likewise.
2498 (update_debug_registers_callback): Likewise.
2499 (x86_linux_dr_set_addr): Likewise.
2500 (x86_linux_dr_get_addr): Likewise.
2501 (x86_linux_dr_set_control): Likewise.
2502 (x86_linux_dr_get_control): Likewise.
2503 (x86_linux_dr_get_status): Likewise.
2504 (x86_linux_update_debug_registers): Likewise.
2505
2b95d440
GB
25062015-03-24 Gary Benson <gbenson@redhat.com>
2507
2508 * linux-x86-low.c (x86_linux_update_debug_registers):
2509 New function, factored out from...
2510 (x86_linux_prepare_to_resume): ...this.
2511
14b0bc68
GB
25122015-03-24 Gary Benson <gbenson@redhat.com>
2513
2514 * linux-x86-low.c (x86_linux_dr_get): Update comments.
2515 (x86_linux_dr_set): Likewise.
2516 (update_debug_registers_callback): Likewise.
2517 (x86_linux_dr_set_addr): Likewise.
2518 (x86_linux_dr_get_addr): Likewise.
2519 (x86_linux_dr_set_control): Likewise.
2520 (x86_linux_dr_get_control): Likewise.
2521 (x86_linux_dr_get_status): Likewise.
2522 (x86_linux_prepare_to_resume): Likewise.
2523
5dfe6ca8
GB
25242015-03-24 Gary Benson <gbenson@redhat.com>
2525
2526 * linux-x86-low.c (x86_linux_dr_get): Add assertion.
2527 Use perror_with_name. Pass string through gettext.
2528 (x86_linux_dr_set): Likewise.
2529
d33472ad
GB
25302015-03-24 Gary Benson <gbenson@redhat.com>
2531
2532 * linux-x86-low.c (x86_dr_low_set_addr): Rename to...
2533 (x86_linux_dr_set_addr): ...this.
2534 (x86_dr_low_get_addr): Rename to...
2535 (x86_linux_dr_get_addr): ...this.
2536 (x86_dr_low_set_control): Rename to...
2537 (x86_linux_dr_set_control): ...this.
2538 (x86_dr_low_get_control): Rename to...
2539 (x86_linux_dr_get_control): ...this.
2540 (x86_dr_low_get_status): Rename to...
2541 (x86_linux_dr_get_status): ...this.
2542 (x86_dr_low): Update with new function names.
2543
4b134ca1
GB
25442015-03-24 Gary Benson <gbenson@redhat.com>
2545
2546 * Makefile.in (x86-linux.o): New rule.
2547 * configure.srv: Add x86-linux.o to relevant targets.
2548 * linux-low.c (lwp_set_arch_private_info): New function.
2549 (lwp_arch_private_info): Likewise.
2550 * linux-x86-low.c: Include nat/x86-linux.h.
2551 (arch_lwp_info): Removed structure.
2552 (update_debug_registers_callback):
2553 Use lwp_set_debug_registers_changed.
2554 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
2555 and lwp_set_debug_registers_changed.
2556 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
2557
34c703da
GB
25582015-03-24 Gary Benson <gbenson@redhat.com>
2559
2560 * linux-low.h (linux_target_ops) <new_thread>: Changed signature.
2561 * linux-arm-low.c (arm_new_thread): Likewise.
2562 * linux-aarch64-low.c (aarch64_linux_new_thread): Likewise.
2563 * linux-mips-low.c (mips_linux_new_thread): Likewise.
2564 * linux-x86-low.c (x86_linux_new_thread): Likewise.
2565 * linux-low.c (add_lwp): Update the_low_target.new_thread call.
2566
cff068da
GB
25672015-03-24 Gary Benson <gbenson@redhat.com>
2568
2569 * linux-low.c (ptid_of_lwp): New function.
2570 (lwp_is_stopped): Likewise.
2571 (lwp_stop_reason): Likewise.
2572 * linux-x86-low.c (update_debug_registers_callback):
2573 Use lwp_is_stopped.
2574 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
2575 lwp_stop_reason.
2576
b2f7c7e8
GB
25772015-03-24 Gary Benson <gbenson@redhat.com>
2578
2579 * linux-low.h (linux_stop_lwp): Remove declaration.
2580
6d4ee8c6
GB
25812015-03-24 Gary Benson <gbenson@redhat.com>
2582
2583 * linux-low.h: Include nat/linux-nat.h.
2584 * linux-low.c (iterate_over_lwps_args): New structure.
2585 (iterate_over_lwps_filter): New function.
2586 (iterate_over_lwps): Likewise.
2587 * linux-x86-low.c (update_debug_registers_callback):
2588 Update signature to what iterate_over_lwps expects.
2589 Remove PID check that iterate_over_lwps now performs.
2590 (x86_dr_low_set_addr): Use iterate_over_lwps.
2591 (x86_dr_low_set_control): Likewise.
2592
70a0bb6b
GB
25932015-03-24 Gary Benson <gbenson@redhat.com>
2594
2595 * linux-x86-low.c (x86_debug_reg_state): New function.
2596 (x86_linux_prepare_to_resume): Use the above.
2597
7b669087
GB
25982015-03-24 Gary Benson <gbenson@redhat.com>
2599
2600 * linux-low.c (current_lwp_ptid): New function.
2601 * linux-x86-low.c: Include nat/linux-nat.h.
2602 (x86_dr_low_get_addr): Use current_lwp_ptid.
2603 (x86_dr_low_get_control): Likewise.
2604 (x86_dr_low_get_status): Likewise.
2605
eef49a3d
PA
26062015-03-20 Pedro Alves <palves@redhat.com>
2607
2608 * tracepoint.c (cmd_qtstatus): Make "str" const.
2609
b2333d22
PA
26102015-03-20 Pedro Alves <palves@redhat.com>
2611
2612 * server.c (handle_general_set): Make "req_str" const.
2613
23f238d3
PA
26142015-03-19 Pedro Alves <palves@redhat.com>
2615
2616 * linux-low.c (linux_resume_one_lwp): Rename to ...
2617 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
2618 instead call perror_with_name.
2619 (check_ptrace_stopped_lwp_gone): New function.
2620 (linux_resume_one_lwp): Reimplement as wrapper around
2621 linux_resume_one_lwp_throw that swallows errors if the LWP is
2622 gone.
2623
91baf43f
PA
26242015-03-19 Pedro Alves <palves@redhat.com>
2625
2626 * linux-low.c (count_events_callback, select_event_lwp_callback):
2627 No longer check whether the thread has resume_stop as last resume
2628 kind.
2629
8bf3b159
PA
26302015-03-19 Pedro Alves <palves@redhat.com>
2631
2632 * linux-low.c (count_events_callback, select_event_lwp_callback):
2633 Use the lwp's status_pending_p field, not the thread's.
2634
b90fc188
PA
26352015-03-19 Pedro Alves <palves@redhat.com>
2636
2637 * linux-low.c (select_event_lwp_callback): Update comments to
2638 no longer mention SIGTRAP.
2639
464b0089
GB
26402015-03-18 Gary Benson <gbenson@redhat.com>
2641
2642 * server.c (handle_query): Do not report vFile:fstat as supported.
2643
aa9e327f
GB
26442015-03-11 Gary Benson <gbenson@redhat.com>
2645
2646 * hostio.c (sys/types.h): New include.
2647 (sys/stat.h): Likewise.
2648 (common-remote-fileio.h): Likewise.
2649 (handle_fstat): New function.
2650 (handle_vFile): Handle vFile:fstat packets.
aa9e327f 2651
791c0056
GB
26522015-03-11 Gary Benson <gbenson@redhat.com>
2653
2654 * configure.ac (AC_CHECK_MEMBERS): Add checks for
2655 struct stat.st_blocks and struct stat.st_blksize.
2656 * configure: Regenerate.
2657 * config.in: Likewise.
2658 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
2659 (OBS): Add common-remote-fileio.o.
2660 (common-remote-fileio.o): New rule.
2661
9a9df970
PA
26622015-03-09 Pedro Alves <palves@redhat.com>
2663
2664 * tracepoint.c (gdb_agent_helper_thread): Cast '&sockaddr' to
2665 'struct sockaddr' pointer in 'accept' call.
2666
9eb1356e
PA
26672015-03-09 Pedro Alves <palves@redhat.com>
2668
2669 Revert:
2670 2015-03-07 Pedro Alves <palves@redhat.com>
2671 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
2672 or <winsock2.h> here. Instead include "gdb_socket.h".
2673 (remote_open): Use union gdb_sockaddr_u.
2674 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
2675 or <winsock2.h> here. Instead include "gdb_socket.h".
2676 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
2677 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
2678 or <sys/un.h>.
2679 (init_named_socket, gdb_agent_helper_thread): Use union
2680 gdb_sockaddr_u.
2681
aac331e4
PA
26822015-03-07 Pedro Alves <palves@redhat.com>
2683
2684 * configure.ac (build_warnings): Move
2685 -Wdeclaration-after-statement to the C-specific set.
2686 * configure: Regenerate.
2687
366c75fc
PA
26882015-03-07 Pedro Alves <palves@redhat.com>
2689
2690 * gdbreplay.c: No longer include <netinet/in.h>, <sys/socket.h>,
2691 or <winsock2.h> here. Instead include "gdb_socket.h".
2692 (remote_open): Use union gdb_sockaddr_u.
2693 * remote-utils.c: No longer include <netinet/in.h>, <sys/socket.h>
2694 or <winsock2.h> here. Instead include "gdb_socket.h".
2695 (handle_accept_event, remote_prepare): Use union gdb_sockaddr_u.
2696 * tracepoint.c: Include "gdb_socket.h" instead of <sys/socket.h>
2697 or <sys/un.h>.
2698 (init_named_socket, gdb_agent_helper_thread): Use union
2699 gdb_sockaddr_u.
2700
492d29ea
PA
27012015-03-07 Pedro Alves <palves@redhat.com>
2702
2703 Adjust all callers of TRY_CATCH to use TRY/CATCH/END_CATCH
2704 instead.
2705
60a191ed
YQ
27062015-03-06 Yao Qi <yao.qi@linaro.org>
2707
2708 * linux-aarch64-low.c (aarch64_insert_point): Use
2709 show_debug_regs as a boolean.
2710 (aarch64_remove_point): Likewise.
2711
f5771b1d
PA
27122015-03-05 Pedro Alves <palves@redhat.com>
2713
2714 * lynx-low.c (lynx_target_ops): Install NULL hooks for
2715 stopped_by_sw_breakpoint, supports_stopped_by_sw_breakpoint,
2716 stopped_by_hw_breakpoint, supports_stopped_by_hw_breakpoint.
2717 * nto-low.c (nto_target_ops): Likewise.
2718 * spu-low.c (spu_target_ops): Likewise.
2719 * win32-low.c (win32_target_ops): Likewise.
2720
3e572f71
PA
27212015-03-04 Pedro Alves <palves@redhat.com>
2722
72f4393d 2723 * linux-low.c (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]:
3e572f71
PA
2724 Decide whether a breakpoint triggered based on the SIGTRAP's
2725 siginfo.si_code.
72f4393d
L
2726 (thread_still_has_status_pending_p) [USE_SIGTRAP_SIGINFO]: Don't check whether a
2727 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
3e572f71
PA
2728 (linux_low_filter_event): Check for breakpoints before checking
2729 watchpoints.
2730 (linux_wait_1): Don't re-increment the PC if relying on SIGTRAP's
2731 siginfo.si_code.
72f4393d
L
2732 (linux_stopped_by_sw_breakpoint)
2733 (linux_supports_stopped_by_sw_breakpoint)
2734 (linux_stopped_by_hw_breakpoint)
2735 (linux_supports_stopped_by_hw_breakpoint): New functions.
2736 (linux_target_ops): Install new target methods.
3e572f71 2737
1ec68e26
PA
27382015-03-04 Pedro Alves <palves@redhat.com>
2739
2740 * remote-utils.c (prepare_resume_reply): Report swbreak/hbreak.
2741 * server.c (swbreak_feature, hwbreak_feature): New globals.
2742 (handle_query) <qSupported>: Handle "swbreak+" and "hwbreak+".
2743 (captured_main): Clear swbreak_feature and hwbreak_feature.
2744 * server.h (swbreak_feature, hwbreak_feature): Declare.
2745 * target.h (struct target_ops) <stopped_by_sw_breakpoint,
2746 supports_stopped_by_sw_breakpoint, stopped_by_hw_breakpoint,
2747 supports_stopped_by_hw_breakpoint>: New fields.
2748 (target_supports_stopped_by_sw_breakpoint)
2749 (target_stopped_by_sw_breakpoint)
2750 (target_supports_stopped_by_hw_breakpoint)
2751 (target_stopped_by_hw_breakpoint): Declare.
2752
15c66dd6
PA
27532015-03-04 Pedro Alves <palves@redhat.com>
2754
2755 enum lwp_stop_reason -> enum target_stop_reason
2756 * linux-low.c (check_stopped_by_breakpoint): Adjust.
2757 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
2758 (linux_wait_1, stuck_in_jump_pad_callback)
2759 (move_out_of_jump_pad_callback, linux_resume_one_lwp)
2760 (linux_stopped_by_watchpoint):
2761 * linux-low.h (enum lwp_stop_reason): Delete.
2762 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
2763 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
2764
98fc70d6
YQ
27652015-03-04 Yao Qi <yao.qi@linaro.org>
2766
2767 * Makefile.in (SFILES): Add linux-aarch64-low.c.
2768
dd2ac174
GB
27692015-03-03 Gary Benson <gbenson@redhat.com>
2770
2771 * hostio.c (handle_vFile): Fix prefix lengths.
2772
d68e53f4
MM
27732015-03-03 Markus Metzger <markus.t.metzger@intel.com>
2774
2775 * linux-low.c (linux_low_enable_btrace): Do not overwrite non-zero
2776 ptr_bits.
2777
bf2d68ab
AA
27782015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2779
2780 * Makefile.in (s390-vx-linux64.c, s390-tevx-linux64.c)
2781 (s390x-vx-linux64.c, s390x-tevx-linux64.c): New rules.
2782 (clean): Add "rm -f" for above C files.
2783 * configure.srv (srv_regobj): Add s390-vx-linux64.o,
2784 s390-tevx-linux64.o, s390x-vx-linux64.o, and s390x-tevx-linux64.o.
2785 (srv_xmlfiles): Add s390-vx-linux64.xml, s390-tevx-linux64.xml,
2786 s390x-vx-linux64.xml, s390x-tevx-linux64.xml, and s390-vx.xml.
2787 * linux-s390-low.c (HWCAP_S390_VX): New macro.
2788 (init_registers_s390_vx_linux64, init_registers_s390_tevx_linux64)
2789 (init_registers_s390x_vx_linux64)
2790 (init_registers_s390x_tevx_linux64)
2791 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
2792 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): New extern
2793 declarations.
2794 (s390_fill_vxrs_low, s390_store_vxrs_low, s390_fill_vxrs_high)
2795 (s390_store_vxrs_high): New functions.
2796 (s390_regsets): Add entries for NT_S390_VXRS_LOW and
2797 NT_S390_VXRS_HIGH.
2798 (s390_arch_setup): Add logic for selecting one of the new target
2799 descriptions. Activate the new vector regsets if applicable.
2800 (initialize_low_arch): Also invoke init_registers_s390_vx_linux64,
2801 init_registers_s390_tevx_linux64, init_registers_s390x_vx_linux64,
2802 and init_registers_s390x_tevx_linux64.
2803
c966a859
PA
28042015-03-01 Pedro Alves <palves@redhat.com>
2805
2806 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Constify 'raw_regs'
2807 parameter.
2808
4180215b
PA
28092015-02-27 Pedro Alves <palves@redhat.com>
2810
2811 * linux-x86-low.c (u_debugreg_offset): New function.
2812 (x86_linux_dr_get, x86_linux_dr_set): Use it.
2813
749bab01
PA
28142015-02-27 Pedro Alves <palves@redhat.com>
2815
2816 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
2817 [!HAVE_PROC_SERVICE_H] (struct ps_prochandle): Forward declare.
2818 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
2819 ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
2820 (ps_lsetfpregs, ps_getpid)
2821 (ps_get_thread_area, ps_pglobal_lookup, ps_pstop, ps_pcontinue)
2822 (ps_lstop, ps_lcontinue, ps_lgetxregsize, ps_lgetxregs)
2823 (ps_lsetxregs, ps_plog): Declare.
2824
3c14e5a3
PA
28252015-02-27 Pedro Alves <palves@redhat.com>
2826
2827 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Use
2828 IP_AGENT_EXPORT_FUNC.
2829 * linux-i386-ipa.c (gdb_agent_get_raw_reg): Use
2830 IP_AGENT_EXPORT_FUNC.
2831 * tracepoint.c (ATTR_USED, ATTR_NOINLINE, ATTR_CONSTRUCTOR)
2832 (IP_AGENT_EXPORT): Delete.
2833 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
2834 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
2835 (gdb_trampoline_buffer_error, collecting, gdb_collect)
2836 (stop_tracing, flush_trace_buffer, about_to_request_buffer_space)
2837 (trace_buffer_is_full, stopping_tracepoint, expr_eval_result)
2838 (error_tracepoint, tracepoints, tracing, trace_buffer_ctrl)
2839 (trace_buffer_ctrl_curr, trace_buffer_lo, trace_buffer_hi)
2840 (traceframe_read_count, traceframe_write_count)
2841 (traceframes_created, trace_state_variables, get_raw_reg)
2842 (get_trace_state_variable_value, set_trace_state_variable_value)
2843 (ust_loaded, helper_thread_id, cmd_buf): Use
2844 IPA_SYM_EXPORTED_NAME.
2845 (stop_tracing, flush_trace_buffer): Use IP_AGENT_EXPORT_FUNC.
2846 (tracepoints) Use IP_AGENT_EXPORT_VAR.
2847 (stopping_tracepoint, trace_buffer_is_full, expr_eval_result): Use
2848 IP_AGENT_EXPORT_VAR and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
2849 (last_tracepoint): Move into !IN_PROCESS_AGENT block.
2850 (error_tracepoint): Use IP_AGENT_EXPORT_VAR and wrap in
2851 EXTERN_C_PUSH/EXTERN_C_POP.
2852 (trace_state_variables): Use IP_AGENT_EXPORT_VAR.
2853 (trace_buffer_lo, trace_buffer_hi): Use IP_AGENT_EXPORT_VAR and
2854 wrap in EXTERN_C_PUSH/EXTERN_C_POP.
2855 (trace_buffer_ctrl, trace_buffer_ctrl_curr)
2856 (traceframe_write_count, traceframe_read_count)
2857 (traceframes_created, tracing): Use IP_AGENT_EXPORT_VAR.
2858 (about_to_request_buffer_space, get_trace_state_variable_value)
2859 (set_trace_state_variable_value): Use IP_AGENT_EXPORT_FUNC.
2860 (collecting): Use IP_AGENT_EXPORT_VAR and wrap in
2861 EXTERN_C_PUSH/EXTERN_C_POP.
2862 (gdb_collect): Use IP_AGENT_EXPORT_FUNC.
2863 (ust_loaded, cmd_buf): Use IP_AGENT_EXPORT_VAR.
2864 (helper_thread_id, gdb_agent_capability): Use IP_AGENT_EXPORT_VAR
2865 and wrap in EXTERN_C_PUSH/EXTERN_C_POP.
2866 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
2867 (gdb_trampoline_buffer, gdb_trampoline_buffer_end)
2868 (gdb_trampoline_buffer_error): Use IP_AGENT_EXPORT_VAR.
2869 * tracepoint.h (ATTR_USED, ATTR_NOINLINE, EXPORTED_SYMBOL):
2870 Define.
2871 (IP_AGENT_EXPORT_FUNC, IP_AGENT_EXPORT_VAR)
2872 (IP_AGENT_EXPORT_VAR_DECL): Define.
2873 (tracing): Declare.
2874 (gdb_agent_get_raw_reg): Declare.
2875
fe978cb0
PA
28762015-02-27 Tom Tromey <tromey@redhat.com>
2877 Pedro Alves <palves@redhat.com>
2878
2879 Rename symbols whose names are reserved C++ keywords throughout.
2880
3bc3d82a
PA
28812015-02-27 Pedro Alves <palves@redhat.com>
2882
2883 * Makefile.in (COMPILER): New, get it from autoconf.
2884 (CXX): Get from autoconf instead.
2885 (COMPILE.pre): Use COMPILER.
2886 (CC-LD): Rename to ...
2887 (CC_LD): ... this. Use COMPILER.
2888 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT), $(IPA_LIB)): Adjust.
2889 (CXX_FOR_TARGET): Default to g++ instead of gcc.
2890 * acinclude.m4: Include build-with-cxx.m4.
2891 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
2892 Disable -Werror by default if building in C++ mode.
2893 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
2894 -Wno-narrowing in C++ mode. Run supported-warning-flags tests with
2895 the C++ compiler. Save/restore CXXFLAGS too.
2896 * configure: Regenerate.
2897
07697489
PA
28982015-02-27 Pedro Alves <palves@redhat.com>
2899
2900 * acinclude.m4: Include libiberty.m4.
2901 * configure.ac: Call libiberty_INIT.
2902 * config.in, configure: Regenerate.
2903
9beb7c4e
PA
29042015-02-26 Pedro Alves <palves@redhat.com>
2905
2906 * linux-low.c (linux_wait_1): When incrementing the PC past a
2907 program breakpoint always use the_low_target.breakpoint_len as
2908 increment, rather than the maximum between that and
2909 the_low_target.decr_pc_after_break.
2910
8090aef2
PA
29112015-02-23 Pedro Alves <palves@redhat.com>
2912
2913 * linux-low.c (check_stopped_by_breakpoint): Don't check if the
2914 thread was doing a step-over; always adjust the PC if
2915 we stepped over a permanent breakpoint.
2916 (linux_wait_1): If we stepped over breakpoint that was on top of a
2917 permanent breakpoint, manually advance the PC past it.
2918
bc9540e8
PA
29192015-02-23 Pedro Alves <palves@redhat.com>
2920
2921 * linux-x86-low.c (REGSIZE): Define in both 32-bit and 64-bit
2922 modes.
2923 (x86_fill_gregset, x86_store_gregset): Use it when handling
2924 $orig_eax.
2925
2db9a427
PA
29262015-02-20 Pedro Alves <palves@redhat.com>
2927
2928 * thread-db.c: Include "nat/linux-procfs.h".
2929 (thread_db_init): Skip listing new threads if the kernel supports
2930 PTRACE_EVENT_CLONE and /proc/PID/task/ is accessible.
2931
afa8d396
PA
29322015-02-20 Pedro Alves <palves@redhat.com>
2933
2934 * linux-low.c (status_pending_p_callback): Use ptid_match.
2935
c9587f88
AT
29362015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
2937
2938 PR breakpoints/16812
2939 * linux-low.c (wstatus_maybe_breakpoint): Remove.
2940 (linux_low_filter_event): Update wstatus_maybe_breakpoint name.
2941 (linux_wait_1): Report SIGTRAP,SIGILL,SIGSEGV.
2942
b05ec7a5
AT
29432015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2944
2945 PR breakpoints/15956
2946 * tracepoint.c (cmd_qtinit): Add check for current_thread.
2947
d33501a5
MM
29482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2949
2950 * linux-low.c (linux_low_btrace_conf): Print size.
2951 * server.c (handle_btrace_conf_general_set): New.
2952 (hanle_general_set): Call handle_btrace_conf_general_set.
2953 (handle_query): Report Qbtrace-conf:bts:size as supported.
2954
f4abbc16
MM
29552015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2956
2957 * linux-low.c (linux_low_enable_btrace): Update parameters.
2958 (linux_low_btrace_conf): New.
2959 (linux_target_ops)<to_btrace_conf>: Initialize.
2960 * server.c (current_btrace_conf): New.
2961 (handle_btrace_enable): Rename to ...
2962 (handle_btrace_enable_bts): ... this. Pass &current_btrace_conf
2963 to target_enable_btrace. Update comment. Update users.
2964 (handle_qxfer_btrace_conf): New.
2965 (qxfer_packets): Add btrace-conf entry.
2966 (handle_query): Report qXfer:btrace-conf:read as supported packet.
2967 * target.h (target_ops)<enable_btrace>: Update parameters and comment.
2968 (target_ops)<read_btrace_conf>: New.
2969 (target_enable_btrace): Update parameters.
2970 (target_read_btrace_conf): New.
2971
043c3577
MM
29722015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2973
2974 * server.c (handle_btrace_general_set): Remove call to
2975 target_supports_btrace.
2976 (supported_btrace_packets): New.
2977 (handle_query): Call supported_btrace_packets.
2978 * target.h: include btrace-common.h.
2979 (btrace_target_info): Removed.
2980 (supports_btrace, target_supports_btrace): Update parameters.
2981
734b0e4b
MM
29822015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2983
2984 * Makefile.in (SFILES): Add common/btrace-common.c.
2985 (OBS): Add common/btrace-common.o.
2986 (btrace-common.o): Add build rules.
2987 * linux-low: Include btrace-common.h.
2988 (linux_low_read_btrace): Use struct btrace_data. Call
2989 btrace_data_init and btrace_data_fini.
2990
d6c146e9
PA
29912015-02-06 Pedro Alves <palves@redhat.com>
2992
2993 * thread-db.c (find_new_threads_callback): Add debug output.
2994
20ba1ce6
PA
29952015-02-04 Pedro Alves <palves@redhat.com>
2996
2997 * linux-low.c (handle_extended_wait): Don't resume LWPs here.
2998 (resume_stopped_resumed_lwps): New function.
2999 (linux_wait_for_event_filtered): Use it.
3000
8cc73a39
SDJ
30012015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
3002
3003 * Makefile.in (SFILES): Add linux-personality.c.
3004 (linux-personality.o): New rule.
3005 * configure.srv (srv_linux_obj): Add linux-personality.o to the
3006 list of objects to be built.
3007 * linux-low.c: Include nat/linux-personality.h.
3008 (linux_create_inferior): Remove code to disable address space
3009 randomization (moved to ../nat/linux-personality.c). Create
3010 cleanup to disable address space randomization.
3011
fb23d554
SDJ
30122015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
3013
3014 * Makefile.in (posix-strerror.o): New rule.
3015 (mingw-strerror.o): Likewise.
3016 * configure: Regenerated.
3017 * configure.ac: Source file ../common/common.host. Initialize new
3018 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
3019
cdf43629
YQ
30202015-01-14 Yao Qi <yao@codesourcery.com>
3021
3022 * Makefile.in (SFILES): Add nat/ppc-linux.c.
3023 (ppc-linux.o): New rule.
3024 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
3025 * configure.ac: AC_CHECK_FUNCS(getauxval).
3026 * config.in: Re-generated.
3027 * configure: Re-generated.
3028 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
3029 ppc64_64bit_inferior_p
3030
514c5338
YQ
30312015-01-14 Yao Qi <yao@codesourcery.com>
3032
3033 * linux-ppc-low.c: Include "nat/ppc-linux.h".
3034 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
3035 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
3036 (PT_ORIG_R3, PT_TRAP): Likewise.
3037 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
3038 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
3039 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
3040
3368c1e5
JB
30412015-01-10 Joel Brobecker <brobecker@adacore.com>
3042
3043 * i387-fp.c (i387_cache_to_xsave): In look over
3044 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
3045 zmmh_low_space field by use of zmmh_high_space.
3046
582511be
PA
30472015-01-09 Pedro Alves <palves@redhat.com>
3048
3049 * linux-low.c (step_over_bkpt): Move higher up in the file.
3050 (handle_extended_wait): Don't store the stop_pc here.
3051 (get_stop_pc): Adjust comments and rename to ...
3052 (check_stopped_by_breakpoint): ... this. Record whether the LWP
3053 stopped for a software breakpoint or hardware breakpoint.
3054 (thread_still_has_status_pending_p): New function.
3055 (status_pending_p_callback): Use
3056 thread_still_has_status_pending_p. If the event is no longer
3057 interesting, resume the LWP.
3058 (handle_tracepoints): Add assert.
3059 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
3060 (wstatus_maybe_breakpoint): New function.
3061 (cancel_breakpoint): Delete function.
3062 (check_stopped_by_watchpoint): New function, factored out from
3063 linux_low_filter_event.
3064 (lp_status_maybe_breakpoint): Delete function.
3065 (linux_low_filter_event): Remove filter_ptid argument.
3066 Leave thread group exits pending here. Store the LWP's stop PC.
3067 Always leave events pending.
3068 (linux_wait_for_event_filtered): Pull all events out of the
3069 kernel, and leave them all pending.
3070 (count_events_callback, select_event_lwp_callback): Consider all
3071 events.
3072 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
3073 (select_event_lwp): Only give preference to the stepping LWP in
3074 all-stop mode. Adjust comments.
3075 (ignore_event): New function.
3076 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
3077 references to cancel_breakpoints. Adjust to renames. Also give
3078 equal priority to all LWPs that have had events in non-stop mode.
3079 If reporting a software breakpoint event, unadjust the LWP's PC.
3080 (linux_wait): If linux_wait_1 returned an ignored event, retry.
3081 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
3082 Adjust.
3083 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
3084 (resume_status_pending_p): Use thread_still_has_status_pending_p.
3085 (linux_stopped_by_watchpoint): Adjust.
3086 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
3087 * linux-low.h (enum lwp_stop_reason): New.
3088 (struct lwp_info) <stop_pc>: Adjust comment.
3089 <stopped_by_watchpoint>: Delete field.
3090 <stop_reason>: New field.
3091 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
3092 * mem-break.c (software_breakpoint_inserted_here)
3093 (hardware_breakpoint_inserted_here): New function.
3094 * mem-break.h (software_breakpoint_inserted_here)
3095 (hardware_breakpoint_inserted_here): Declare.
3096 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
3097 (cancel_breakpoints): Delete.
3098 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
3099 (upload_fast_traceframes): Remove references to
3100 cancel_breakpoints.
3101
a33e3959
PA
31022015-01-09 Pedro Alves <palves@redhat.com>
3103
3104 * thread-db.c (find_new_threads_callback): Ignore thread if the
3105 kernel thread ID is -1.
3106
8784d563
PA
31072015-01-09 Pedro Alves <palves@redhat.com>
3108
3109 * linux-low.c (linux_attach_fail_reason_string): Move to
3110 nat/linux-ptrace.c, and rename.
3111 (linux_attach_lwp): Update comment.
3112 (attach_proc_task_lwp_callback): New function.
3113 (linux_attach): Adjust to rename and use
3114 linux_proc_attach_tgid_threads.
3115 (linux_attach_fail_reason_string): Delete declaration.
3116
76f2b779
JB
31172015-01-01 Joel Brobecker <brobecker@adacore.com>
3118
3119 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
3120 * server.c (gdbserver_version): Likewise.
3121
fafcc06a
SDJ
31222014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
3123
3124 * remote-utils.c: Include ctype.h.
3125 (input_interrupt): Explicitly handle the case when the char
3126 received is the NUL byte. Improve the printing of non-ASCII
3127 characters.
3128
beed38b8
JB
31292014-12-16 Joel Brobecker <brobecker@adacore.com>
3130
3131 * linux-low.c (linux_low_filter_event): Update call to
3132 linux_enable_event_reporting following the addition of
3133 a new parameter to that function.
3134
bf330350
CU
31352014-12-16 Catalin Udma <catalin.udma@freescale.com>
3136
3137 PR server/17457
3138 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
3139 (AARCH64_FPCR_REGNO): Likewise.
3140 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
3141 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
3142 (aarch64_store_fpregset): Likewise.
3143
5227d625
JB
31442014-12-15 Joel Brobecker <brobecker@adacore.com>
3145
3146 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
3147 Remove FIXME comment about assumption about N.
3148
f93b65a0
JB
31492014-12-13 Joel Brobecker <brobecker@adacore.com>
3150
3151 * configure.ac: If large-file support is disabled in GDBserver,
3152 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
3153 * configure: Regenerate.
3154
e5a9158d
AA
31552014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3156
3157 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
3158 warning upon ENODATA from ptrace.
3159 * linux-s390-low.c (s390_store_tdb): New.
3160 (s390_regsets): Add regset for NT_S390_TDB.
3161
feea5f36
AA
31622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3163
3164 * linux-low.c (regsets_store_inferior_registers): Skip regsets
3165 without a fill_function.
3166 * linux-s390-low.c (s390_fill_last_break): Remove.
3167 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
3168 (s390_arch_setup): Use regset's size instead of fill_function for
3169 loop end condition.
3170
098dbe61
AA
31712014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
3174 the regset's store function when ptrace returned an error.
3175 * regcache.c (get_thread_regcache): Invalidate register cache
3176 before fetching inferior's registers.
3177
28eef672
AA
31782014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
3179
3180 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
3181 while-loop as for-loop.
3182 (regsets_store_inferior_registers): Likewise.
3183
bdca27a2
YQ
31842014-11-28 Yao Qi <yao@codesourcery.com>
3185
3186 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
3187 * config.in, configure: Re-generate.
3188 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
3189 is defined.
3190
9c232dda
YQ
31912014-11-21 Yao Qi <yao@codesourcery.com>
3192
3193 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
3194 (AC_CHECK_HEADERS): Remove malloc.h.
3195 * configure: Re-generated.
3196 * config.in: Re-generated.
3197 * server.h: Don't include alloca.h and malloc.h.
3198 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
3199 Don't include malloc.h.
3200
43968415
JB
32012014-11-17 Joel Brobecker <brobecker@adacore.com>
3202
3203 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
3204 corresponding ERRNO check in same block.
3205
40e91bc7
PA
32062014-11-12 Pedro Alves <palves@redhat.com>
3207
3208 * server.c (cont_thread): Update comment.
3209 (start_inferior, attach_inferior): No longer clear cont_thread.
3210 (handle_v_cont): No longer set cont_thread.
3211 (captured_main): Clear cont_thread each time a GDB connects.
3212
c2c118cf
PA
32132014-11-12 Pedro Alves <palves@redhat.com>
3214
3215 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
3216 thread, and don't resume all threads if the Hc thread has exited.
3217
78708b7c
PA
32182014-11-12 Pedro Alves <palves@redhat.com>
3219
3220 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
3221 the process group instead of to a specific LWP.
3222
a2abc7de
PA
32232014-10-15 Pedro Alves <palves@redhat.com>
3224
3225 PR server/17487
3226 * win32-arm-low.c (arm_set_thread_context): Remove current_event
3227 parameter.
3228 (arm_set_thread_context): Delete.
3229 (the_low_target): Adjust.
3230 * win32-i386-low.c (debug_registers_changed)
3231 (debug_registers_used): Delete.
3232 (update_debug_registers_callback): New function.
3233 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
3234 needing to update their debug registers.
3235 (win32_get_current_dr): New function.
3236 (x86_dr_low_get_addr, x86_dr_low_get_control)
3237 (x86_dr_low_get_status): Fetch the debug register from the thread
3238 record's context.
3239 (i386_initial_stuff): Adjust.
3240 (i386_get_thread_context): Remove current_event parameter. Don't
3241 clear debug_registers_changed nor copy DR values to
3242 debug_reg_state.
3243 (i386_set_thread_context): Delete.
3244 (i386_prepare_to_resume): New function.
3245 (i386_thread_added): Mark the thread as needing to update irs
3246 debug registers.
3247 (the_low_target): Remove i386_set_thread_context and install
3248 i386_prepare_to_resume.
3249 * win32-low.c (win32_get_thread_context): Adjust.
3250 (win32_set_thread_context): Use SetThreadContext
3251 directly.
3252 (win32_prepare_to_resume): New function.
3253 (win32_require_context): New function, factored out from ...
3254 (thread_rec): ... this.
3255 (continue_one_thread): Call win32_prepare_to_resume on each thread
3256 we're about to continue.
3257 (win32_resume): Call win32_prepare_to_resume on the event thread.
3258 * win32-low.h (struct win32_thread_info)
3259 <debug_registers_changed>: New field.
3260 (struct win32_target_ops): Change prototype of set_thread_context,
3261 delete set_thread_context and add prepare_to_resume.
3262 (win32_require_context): New declaration.
3263
a442d071
GB
32642014-10-08 Gary Benson <gbenson@redhat.com>
3265
3266 * server.h: Do not include common-exceptions.h.
3267
6f1947e8
GB
32682014-10-08 Gary Benson <gbenson@redhat.com>
3269
3270 * server.h: Do not include cleanups.h.
3271
63b434a4
JH
32722014-09-30 James Hogan <james.hogan@imgtec.com>
3273
3274 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
3275 mips64-dsp-linux.c.
3276
c4d9ceb6
YQ
32772014-09-23 Yao Qi <yao@codesourcery.com>
3278
3279 * linux-low.c (lp_status_maybe_breakpoint): New function.
3280 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
3281 (count_events_callback): Likewise.
3282 (select_event_lwp_callback): Likewise.
3283 (cancel_breakpoints_callback): Likewise.
3284
89a5711c
DB
32852014-09-19 Don Breazeal <donb@codesourcery.com>
3286
3287 * linux-low.c (handle_extended_wait): Call
3288 linux_ptrace_get_extended_event.
3289 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
3290 linux_is_extended_waitstatus.
3291
bffc0964
JB
32922014-09-16 Joel Brobecker <brobecker@adacore.com>
3293
3294 * Makefile.in (CPPFLAGS): Define.
3295 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
3296 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
3297
0bfdf32f
GB
32982014-09-16 Gary Benson <gbenson@redhat.com>
3299
3300 * inferiors.h (current_inferior): Renamed as...
3301 (current_thread): New variable. All uses updated.
3302 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
3303 (maybe_move_out_of_jump_pad): Likewise.
3304 (cancel_breakpoint): Likewise.
3305 (linux_low_filter_event): Likewise.
3306 (wait_for_sigstop): Likewise.
3307 (linux_resume_one_lwp): Likewise.
3308 (need_step_over_p): Likewise.
3309 (start_step_over): Likewise.
3310 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
3311 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
3312 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
3313 and save_inferior as saved_thread.
3314 * regcache.c (get_thread_regcache): Renamed saved_inferior as
3315 saved_thread.
3316 (regcache_invalidate_thread): Likewise.
3317 * remote-utils.c (prepare_resume_reply): Likewise.
3318 * thread-db.c (thread_db_get_tls_address): Likewise.
3319 (disable_thread_event_reporting): Likewise.
3320 (remove_thread_event_breakpoints): Likewise.
3321 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
3322 as saved_thread.
3323 * target.h (set_desired_inferior): Renamed as...
3324 (set_desired_thread): New declaration. All uses updated.
3325 * server.c (myresume): Updated comment to reference thread instead
3326 of inferior.
3327 (handle_serial_event): Likewise.
3328 (handle_target_event): Likewise.
3329
361c8ade
GB
33302014-09-12 Tom Tromey <tromey@redhat.com>
3331 Gary Benson <gbenson@redhat.com>
3332
3333 * regcache.h: Include common-regcache.h.
3334 (regcache_read_pc): Don't declare.
3335 * regcache.c (get_thread_regcache_for_ptid): New function.
3336
bd9269f7
GB
33372014-09-11 Tom Tromey <tromey@redhat.com>
3338 Gary Benson <gbenson@redhat.com>
3339
3340 * symbol.c: New file.
3341 * Makefile.in (SFILES): Add symbol.c.
3342 (OBS): Add symbol.o.
3343
f8c1d06b
GB
33442014-09-11 Gary Benson <gbenson@redhat.com>
3345
3346 * target.c (target_stop_ptid, target_continue_ptid): New
3347 functions.
3348
721ec300
GB
33492014-09-11 Tom Tromey <tromey@redhat.com>
3350 Gary Benson <gbenson@redhat.com>
3351
3352 * target.h: Include target/target.h.
3353 * target.c (target_read_memory, target_read_uint32)
3354 (target_write_memory): New functions.
3355
c5e92cca
GB
33562014-09-11 Gary Benson <gbenson@redhat.com>
3357
3358 * server.h (debug_hw_points): Don't declare.
3359 * server.c (debug_hw_points): Don't define. Replace all uses
3360 with show_debug_regs.
3361 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
3362 all uses with show_debug_regs.
3363
2e4bb98a
EBM
33642014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3365
3366 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
3367 endianness into account.
3368 (ppc_supply_ptrace_register): Likewise.
3369
ac740bc7
JH
33702014-09-03 James Hogan <james.hogan@imgtec.com>
3371
3372 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
3373 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
3374
97ea6506
GB
33752014-09-03 Gary Benson <gbenson@redhat.com>
3376
3377 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
3378 ALL_DEBUG_ADDRESS_REGISTERS.
3379
df7e5265
GB
33802014-09-02 Gary Benson <gbenson@redhat.com>
3381
3382 * i386-low.h: Renamed as...
3383 * x86-low.h: New file. All type, function and variable name
3384 prefixes changed from "i386_" to "x86_". All references updated.
3385 * i386-low.c: Renamed as...
3386 * x86-low.c: New file. All type, function and variable name
3387 prefixes changed from "i386_" to "x86_". All references updated.
3388
ed859da7
GB
33892014-09-02 Gary Benson <gbenson@redhat.com>
3390
3391 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
3392 (x86_linux_new_thread): Likewise.
3393
860789c7
GB
33942014-08-29 Gary Benson <gbenson@redhat.com>
3395
3396 * server.h (setjmp.h): Do not include.
3397 (toplevel): Do not declare.
3398 (common-exceptions.h): Include.
3399 (cleanups.h): Likewise.
3400 * server.c (toplevel): Do not define.
3401 (exit_code): New static global.
3402 (detach_or_kill_for_exit_cleanup): New function.
3403 (main): New function. Original main renamed to...
3404 (captured_main): New function.
3405 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
3406
ff55e1b5
GB
34072014-08-29 Gary Benson <gbenson@redhat.com>
3408
3409 * Makefile.in (SFILES): Add common/common-exceptions.c.
3410 (OBS): Add common-exceptions.o.
3411 (common-exceptions.o): New rule.
3412 * utils.c (prepare_to_throw_exception): New function.
3413
e9bcb658
GB
34142014-08-29 Gary Benson <gbenson@redhat.com>
3415
3416 * config.in: Regenerate.
3417 * configure: Likewise.
3418
e3180625
GB
34192014-08-29 Gary Benson <gbenson@redhat.com>
3420
3421 * Makefile.in (SFILES): Add common/cleanups.c.
3422 (OBS): cleanups.o.
3423 (cleanups.o): New rule.
3424
e3d6ba5d
GB
34252014-08-29 Gary Benson <gbenson@redhat.com>
3426
3427 * utils.c (internal_vwarning): New function.
3428
7096e886
GB
34292014-08-28 Gary Benson <gbenson@redhat.com>
3430
3431 * utils.h (fatal): Remove declaration.
3432 * utils.c (fatal): Remove function.
3433
14ce3192
GB
34342014-08-28 Gary Benson <gbenson@redhat.com>
3435
3436 * tracepoint.c (gdb_agent_init): Replace fatal with
3437 perror_with_name.
3438 (initialize_tracepoint): Likewise.
3439
50278d59
GB
34402014-08-28 Gary Benson <gbenson@redhat.com>
3441
3442 * remote-utils.c (remote_prepare): Replace fatal with error.
3443
aa96c426
GB
34442014-08-28 Gary Benson <gbenson@redhat.com>
3445
3446 * linux-low.c (linux_async): Replace fatal with warning.
3447 Tidy up and return.
3448 (linux_start_non_stop): Return -1 if linux_async failed.
3449
f7160e97
GB
34502014-08-28 Gary Benson <gbenson@redhat.com>
3451
3452 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
3453 gdb_assert.
3454 (i386_dr_low_get_addr): Remove vague comment.
3455 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
3456 gdb_assert.
3457
38e08fca
GB
34582014-08-28 Gary Benson <gbenson@redhat.com>
3459
3460 * inferiors.c (get_thread_process): Replace check with gdb_assert.
3461 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
3462 internal_error.
3463 (linux_resume_one_lwp): Likewise.
3464 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
3465 gdb_assert.
3466 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
3467 with internal_error.
3468 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
3469 (init_register_cache): Replace fatal with gdb_assert_not_reached.
3470 (find_register_by_name): Replace fatal with internal_error.
3471 (find_regno): Likewise.
3472 * tdesc.c (init_target_desc): Replace check with gdb_assert.
3473 * thread-db.c (thread_db_create_event): Likewise.
3474 (thread_db_load_search): Likewise.
3475 (try_thread_db_load_1): Likewise.
3476 * tracepoint.c (get_jump_space_head): Replace fatal with
3477 internal_error.
3478 (claim_trampoline_space): Likewise.
3479 (have_fast_tracepoint_trampoline_buffer): Likewise.
3480 (cmd_qtstart): Likewise.
3481 (stop_tracing): Likewise.
3482 (fast_tracepoint_collecting): Likewise.
3483 (target_malloc): Likewise.
3484 (download_tracepoint): Likewise.
3485 (download_trace_state_variables): Replace check with gdb_assert.
3486 (upload_fast_traceframes): Replace fatal with internal_error.
3487
34abf635
GB
34882014-08-19 Tom Tromey <tromey@redhat.com>
3489 Gary Benson <gbenson@redhat.com>
3490
3491 * Makefile.in (SFILES): Add common/common-debug.c.
3492 (OBS): Add common-debug.o.
3493 (common-debug.o): New rule.
3494 * debug.h (debug_printf): Don't declare.
3495 * debug.c (debug_printf): Renamed and rewritten as...
3496 (debug_vprintf): New function.
3497
f6e94d78
GB
34982014-08-19 Gary Benson <gbenson@redhat.com>
3499
3500 * utils.h: Do not include print-utils.h.
3501
9239eeab
GB
35022014-08-19 Tom Tromey <tromey@redhat.com>
3503 Gary Benson <gbenson@redhat.com>
3504
3505 * server.h: Add static assertion.
3506 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
3507
ef87c8bb
GB
35082014-08-19 Tom Tromey <tromey@redhat.com>
3509 Gary Benson <gbenson@redhat.com>
3510
3511 * Makefile.in (SFILES): Add common/errors.c.
3512 (OBS): Add errors.o.
3513 (IPA_OBS): Add errors-ipa.o.
3514 (errors.o): New rule.
3515 (errors-ipa.o): Likewise.
3516 * utils.h (perror_with_name, error, warning): Don't declare.
3517 * utils.c (warning): Renamed and rewritten as...
3518 (vwarning): New function.
3519 (error): Renamed and rewritten as...
3520 (verror): New function.
3521 (internal_error): Renamed and rewritten as...
3522 (internal_verror): New function.
3523
bb974a24
GB
35242014-08-07 Gary Benson <gbenson@redhat.com>
3525
3526 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
3527 * configure: Regenerate.
3528 * config.in: Likewise.
3529 * server.h: Do not include errno.h.
3530 * event-loop.c: Likewise.
3531 * hostio-errno.c: Likewise.
3532 * linux-low.c: Likewise.
3533 * remote-utils.c: Likewise.
3534 * spu-low.c: Likewise.
3535 * utils.c: Likewise.
3536 * gdbreplay.c: Unconditionally include errno.h.
3537
6d3d12eb
GB
35382014-08-07 Gary Benson <gbenson@redhat.com>
3539
3540 * server.h: Do not include string.h.
3541 * event-loop.c: Likewise.
3542 * linux-low.c: Likewise.
3543 * regcache.c: Likewise.
3544 * remote-utils.c: Likewise.
3545 * spu-low.c: Likewise.
3546 * utils.c: Likewise.
3547
dccbb609
GB
35482014-08-07 Gary Benson <gbenson@redhat.com>
3549
3550 * server.h: Do not include gdb_assert.h.
3551
e76df0d0
GB
35522014-08-07 Gary Benson <gbenson@redhat.com>
3553
3554 * server.h: Do not include common-utils.h.
3555
4cb9c816
GB
35562014-08-07 Gary Benson <gbenson@redhat.com>
3557
3558 * server.h: Do not include ptid.h.
3559 * notif.h: Likewise.
3560
3995eeee
GB
35612014-08-07 Gary Benson <gbenson@redhat.com>
3562
3563 * server.h: Do not include gdb_locale.h.
3564
cb9f1a9b
GB
35652014-08-07 Gary Benson <gbenson@redhat.com>
3566
3567 * server.h: Do not include gdb/signals.h.
3568 * win32-low.c: Likewise.
3569
a5fceff8
GB
35702014-08-07 Gary Benson <gbenson@redhat.com>
3571
3572 * server.h: Do not include pathmax.h.
3573
b9391142
GB
35742014-08-07 Gary Benson <gbenson@redhat.com>
3575
3576 * server.h: Do not include libiberty.h.
3577 * linux-bfin-low.c: Likewise.
3578
0e443c87
GB
35792014-08-07 Gary Benson <gbenson@redhat.com>
3580
3581 * server.h: Do not include ansidecl.h.
3582
8ebb3f56
GB
35832014-08-07 Gary Benson <gbenson@redhat.com>
3584
3585 * linux-x86-low.c: Do not include stddef.h.
3586 * lynx-ppc-low.c: Likewise.
3587 * tracepoint.c: Likewise.
3588
8980bdf6
GB
35892014-08-07 Gary Benson <gbenson@redhat.com>
3590
3591 * server.h: Do not include stdarg.h.
3592 * nto-low.c: Likewise.
3593
d7096f71
GB
35942014-08-07 Gary Benson <gbenson@redhat.com>
3595
3596 * server.h: Do not include stdlib.h.
3597 * inferiors.c: Likewise.
3598 * linux-low.c: Likewise.
3599 * regcache.c: Likewise.
3600 * spu-low.c: Likewise.
3601 * tracepoint.c: Likewise.
3602 * utils.c: Likewise.
3603
d02f550d
GB
36042014-08-07 Gary Benson <gbenson@redhat.com>
3605
3606 * server.h: Do not include stdio.h.
3607 * linux-low.c: Likewise.
3608 * remote-utils.c: Likewise.
3609 * spu-low.c: Likewise.
3610 * utils.c: Likewise.
3611 * wincecompat.c: Likewise.
3612
87f6c4e3
GB
36132014-08-06 Gary Benson <gbenson@redhat.com>
3614
3615 * regcache.c (init_register_cache): Move conditionals inside if.
3616
7089dca4
GB
36172014-08-06 Gary Benson <gbenson@redhat.com>
3618
3619 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
3620
462f517e
GB
36212014-07-31 Gary Benson <gbenson@redhat.com>
3622
3623 * ax.h: Do not include server.h.
3624 * gdbthread.h: Likewise.
3625 * lynx-low.h: Likewise.
3626 * notif.h: Likewise.
3627
976411d6
GB
36282014-07-30 Gary Benson <gbenson@redhat.com>
3629
3630 * server.h: Include common-defs.h.
3631 Do not include config.h or build-gnulib-gdbserver/config.h.
3632
d41f6d8e
GB
36332014-07-30 Gary Benson <gbenson@redhat.com>
3634
3635 * hostio-errno.c: Move server.h to top of includes list.
3636 * inferiors.c: Likewise.
3637 * linux-x86-low.c: Likewise.
3638 * notif.c: Include server.h.
3639
314c6a35
TT
36402014-07-24 Tom Tromey <tromey@redhat.com>
3641 Gary Benson <gbenson@redhat.com>
3642
3643 * server.h (CORE_ADDR): Now unsigned.
3644
69ff6be5
PA
36452014-07-16 Pedro Alves <palves@redhat.com>
3646
3647 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
3648
ce9e3fe7
PA
36492014-07-15 Pedro Alves <palves@redhat.com>
3650
3651 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
3652 copy.
3653
e76126e8
PA
36542014-07-11 Pedro Alves <palves@redhat.com>
3655
3656 * linux-low.c (kill_wait_lwp): New function, based on
3657 kill_one_lwp_callback, but use my_waitpid directly.
3658 (kill_one_lwp_callback, linux_kill): Use it.
3659
8e9db26e
PA
36602014-06-23 Pedro Alves <palves@redhat.com>
3661
3662 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
3663 before setting DR0..DR3.
3664
698b3e08
GB
36652014-06-20 Gary Benson <gbenson@redhat.com>
3666
3667 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
3668 * configure: Regenerated.
3669 * config.in: Likewise.
3670
125f8a3d
GB
36712014-06-20 Gary Benson <gbenson@redhat.com>
3672
3673 * Makefile.in (SFILES): Update locations for files moved
3674 from common to nat.
3675 (object file files): Reordered.
3676
42995dbd
GB
36772014-06-20 Gary Benson <gbenson@redhat.com>
3678
3679 * i386-low.h (i386_dr_low_can_set_addr): Removed.
3680 (i386_dr_low_set_addr): Likewise.
3681 (i386_dr_low_get_addr): Likewise.
3682 (i386_dr_low_can_set_control): Likewise.
3683 (i386_dr_low_set_control): Likewise.
3684 (i386_dr_low_get_control): Likewise.
3685 (i386_dr_low_get_status): Likewise.
3686 (i386_get_debug_register_length): Likewise.
3687 * linux-x86-low.c (i386_dr_low_set_addr):
3688 Changed signature. Made static.
3689 (i386_dr_low_get_addr): Likewise.
3690 (i386_dr_low_set_control): Likewise.
3691 (i386_dr_low_get_control): Likewise.
3692 (i386_dr_low_get_status): Likewise.
3693 (i386_dr_low): New global variable.
3694 * win32-i386-low.c (i386_dr_low_set_addr):
3695 Changed signature. Made static.
3696 (i386_dr_low_get_addr): Likewise.
3697 (i386_dr_low_set_control): Likewise.
3698 (i386_dr_low_get_control): Likewise.
3699 (i386_dr_low_get_status): Likewise.
3700 (i386_dr_low): New global variable.
3701
e1d2394b
MS
37022014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
3703
3704 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
3705 * Makefile.in (AR, AR_FLAGS): Define.
3706 * configure: Regenerate.
3707
3a8ee006
GB
37082014-06-19 Gary Benson <gbenson@redhat.com>
3709
3710 * Makefile.in (i386-dregs.o): New rule.
3711 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
3712 * i386-low.c (target.h): Remove include.
3713 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
3714 (DR_CONTROL_SHIFT): Likewise.
3715 (DR_CONTROL_SIZE): Likewise.
3716 (DR_RW_EXECUTE): Likewise.
3717 (DR_RW_WRITE): Likewise.
3718 (DR_RW_READ): Likewise.
3719 (DR_RW_IORW): Likewise.
3720 (DR_LEN_1): Likewise.
3721 (DR_LEN_2): Likewise.
3722 (DR_LEN_4): Likewise.
3723 (DR_LEN_8): Likewise.
3724 (DR_LOCAL_ENABLE_SHIFT): Likewise.
3725 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
3726 (DR_ENABLE_SIZE): Likewise.
3727 (DR_LOCAL_SLOWDOWN): Likewise.
3728 (DR_GLOBAL_SLOWDOWN): Likewise.
3729 (DR_CONTROL_RESERVED): Likewise.
3730 (I386_DR_CONTROL_MASK): Likewise.
3731 (I386_DR_VACANT): Likewise.
3732 (I386_DR_LOCAL_ENABLE): Likewise.
3733 (I386_DR_GLOBAL_ENABLE): Likewise.
3734 (I386_DR_DISABLE): Likewise.
3735 (I386_DR_SET_RW_LEN): Likewise.
3736 (I386_DR_GET_RW_LEN): Likewise.
3737 (I386_DR_WATCH_HIT): Likewise.
3738 (i386_wp_op_t): Likewise.
3739 (i386_show_dr): Likewise.
3740 (i386_length_and_rw_bits): Likewise.
3741 (i386_insert_aligned_watchpoint): Likewise.
3742 (i386_remove_aligned_watchpoint): Likewise.
3743 (i386_handle_nonaligned_watchpoint): Likewise.
3744 i386_update_inferior_debug_regs(): Likewise.
3745 (i386_dr_insert_watchpoint): Likewise.
3746 (i386_dr_remove_watchpoint): Likewise.
3747 (i386_dr_region_ok_for_watchpoint): Likewise.
3748 (i386_dr_stopped_data_address): Likewise.
3749 (i386_dr_stopped_by_watchpoint): Likewise.
3750
8f26655c
GB
37512014-06-19 Gary Benson <gbenson@redhat.com>
3752
3753 * i386-low.c (i386_dr_show): Renamed to
3754 i386_show_dr and made static. All uses updated.
3755 (i386_dr_length_and_rw_bits): Renamed to
3756 i386_length_and_rw_bits and made static.
3757 All uses updated.
3758 (i386_dr_insert_aligned_watchpoint): Renamed to
3759 i386_insert_aligned_watchpoint and made static.
3760 All uses updated.
3761 (i386_dr_remove_aligned_watchpoint): Renamed to
3762 i386_remove_aligned_watchpoint and made static.
3763 All uses updated.
3764 (i386_dr_update_inferior_debug_regs): Renamed to
3765 i386_update_inferior_debug_regs and made static.
3766 All uses updated.
3767
b9228891
GB
37682014-06-18 Gary Benson <gbenson@redhat.com>
3769
5171def3
GB
3770 * i386-low.h (i386_dr_low_can_set_addr): New macro.
3771 (i386_dr_low_can_set_control): Likewise.
3772 (i386_get_debug_register_length): Likewise.
3773 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
3774 (i386_dr_low_can_set_control): Likewise.
3775 (i386_get_debug_register_length): Likewise.
3776
37772014-06-17 Gary Benson <gbenson@redhat.com>
3778
b9228891
GB
3779 * i386-low.h (i386-dregs.h): New include.
3780 (DR_FIRSTADDR): Now in i386-dregs.h.
3781 (DR_LASTADDR): Likewise.
3782 (DR_NADDR): Likewise.
3783 (DR_STATUS): Likewise.
3784 (DR_CONTROL): Likewise.
3785 (i386_debug_reg_state): Likewise.
3786 (i386_dr_insert_watchpoint): Likewise.
3787 (i386_dr_remove_watchpoint): Likewise.
3788 (i386_dr_region_ok_for_watchpoint): Likewise.
3789 (i386_dr_stopped_data_address): Likewise.
3790 (i386_dr_stopped_by_watchpoint): Likewise.
3791 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
3792
4be83cc2
GB
37932014-06-18 Gary Benson <gbenson@redhat.com>
3794
3795 * i386-low.h (i386_low_insert_watchpoint): Renamed to
3796 i386_dr_insert_watchpoint.
3797 (i386_low_remove_watchpoint): Renamed to
3798 i386_dr_remove_watchpoint.
3799 (i386_low_region_ok_for_watchpoint): Renamed to
3800 i386_dr_region_ok_for_watchpoint.
3801 (i386_low_stopped_data_address): Renamed to
3802 i386_dr_stopped_data_address.
3803 (i386_low_stopped_by_watchpoint): Renamed to
3804 i386_dr_stopped_by_watchpoint.
3805 * i386-low.c (i386_show_dr): Renamed to
3806 i386_dr_show and made nonstatic. All uses updated.
3807 (i386_length_and_rw_bits): Renamed to
3808 i386_dr_length_and_rw_bits and made nonstatic.
3809 All uses updated.
3810 (i386_insert_aligned_watchpoint): Renamed to
3811 i386_dr_insert_aligned_watchpoint and made nonstatic.
3812 All uses updated.
3813 (i386_remove_aligned_watchpoint): Renamed to
3814 i386_dr_remove_aligned_watchpoint and made nonstatic.
3815 All uses updated.
3816 (i386_update_inferior_debug_regs): Renamed to
3817 i386_dr_update_inferior_debug_regs and made nonstatic.
3818 All uses updated.
3819 (i386_low_insert_watchpoint): Renamed to
3820 i386_dr_insert_watchpoint. All uses updated.
3821 (i386_low_remove_watchpoint): Renamed to
3822 i386_dr_remove_watchpoint. All uses updated.
3823 (i386_low_region_ok_for_watchpoint): Renamed to
3824 i386_dr_region_ok_for_watchpoint. All uses updated.
3825 (i386_low_stopped_data_address): Renamed to
3826 i386_dr_stopped_data_address. All uses updated.
3827 (i386_low_stopped_by_watchpoint): Renamed to
3828 i386_dr_stopped_by_watchpoint. All uses updated.
3829
131aa0d4
GB
38302014-06-18 Gary Benson <gbenson@redhat.com>
3831
3832 * i386-low.c (i386_dr_low_can_set_addr): New macro.
3833 (i386_dr_low_can_set_control): Likewise.
3834 (i386_insert_aligned_watchpoint): New check.
3835
d9305f7f
GB
38362014-06-18 Gary Benson <gbenson@redhat.com>
3837
3838 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
3839 Renamed to state.
3840
e927c9fc
GB
38412014-06-18 Gary Benson <gbenson@redhat.com>
3842
3843 * i386-low.c (i386_length_and_rw_bits): Use internal_error
3844 instead of fatal and error.
3845 (i386_handle_nonaligned_watchpoint): Likewise.
3846
1b6d4134
GB
38472014-06-18 Gary Benson <gbenson@redhat.com>
3848
3849 * i386-low.c (i386_get_debug_register_length): New macro.
3850 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
3851 (i386_show_dr): Use debug_printf instead of fprintf. Use
3852 phex to format values.
3853
6e62758f
GB
38542014-06-18 Gary Benson <gbenson@redhat.com>
3855
3856 * i386-low.h: Comment changes.
3857 * i386-low.c: Likewise.
3858
fc6e2f03
GB
38592014-06-18 Gary Benson <gbenson@redhat.com>
3860
3861 * i386-low.c: Whitespace changes.
3862
f9d1eeed
TT
38632014-06-12 Tom Tromey <tromey@redhat.com>
3864
3865 * utils.c (freeargv): Remove.
3866
0b04e523
TT
38672014-06-12 Tom Tromey <tromey@redhat.com>
3868
3869 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
3870 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
3871 (parse_debug_format_options): Likewise.
3872 (gdbserver_usage): Likewise.
3873 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
3874 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
3875 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
3876 against libiberty.
3877 ($(LIBGNU)): Depend on libiberty.
3878 (all-lib): Recurse into all subdirs.
3879 (install-only): Invoke "install" target in subdirs.
3880 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
3881 targets.
3882 * configure: Rebuild.
3883 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
3884 for vasprintf, vsnprintf, or gettimeofday.
3885 * configure.srv: Don't add safe-ctype.o or lbasename.o to
3886 srv_tgtobj.
3887
270c9937
JB
38882014-06-05 Joel Brobecker <brobecker@adacore.com>
3889
3890 * development.sh: Delete.
3891 * Makefile.in (config.status): Adjust dependency on development.sh.
3892 * configure.ac: Adjust development.sh source call.
3893 * configure: Regenerate.
3894
0a261ed8
PA
38952014-06-02 Pedro Alves <palves@redhat.com>
3896
3897 * ax.c (gdb_free_agent_expr): New function.
3898 * ax.h (gdb_free_agent_expr): New declaration.
3899 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
3900 list.
3901 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
3902 static.
3903 (clear_breakpoint_conditions_and_commands): New function.
3904 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
3905 (clear_breakpoint_conditions_and_commands): New declaration.
3906
e9dae05e
RR
39072014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3908
3909 * linux-aarch64-low.c (asm/ptrace.h): Include.
3910
5876f503
JK
39112014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 Fix TLS access for -static -pthread.
3914 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
3915 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
3916 (thread_db_load_search, try_thread_db_load_1): Initialize it.
3917
802e8e6d
PA
39182014-05-20 Pedro Alves <palves@redhat.com>
3919
3920 * linux-aarch64-low.c (aarch64_insert_point)
3921 (aarch64_remove_point): No longer check whether the type is
3922 supported here. Adjust to new interface.
3923 (the_low_target): Install aarch64_supports_z_point_type as
3924 supports_z_point_type method.
3925 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
3926 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
3927 instead of a Z packet char. Adjust.
3928 (arm_supports_z_point_type): New function.
3929 (arm_insert_point, arm_remove_point): Adjust to new interface.
3930 (the_low_target): Install arm_supports_z_point_type.
3931 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
3932 (cris_insert_point, cris_remove_point): Adjust to new interface.
3933 Don't check whether the type is supported here.
3934 (the_low_target): Install cris_supports_z_point_type.
3935 * linux-low.c (linux_supports_z_point_type): New function.
3936 (linux_insert_point, linux_remove_point): Adjust to new interface.
3937 * linux-low.h (struct linux_target_ops) <insert_point,
3938 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
3939 raw_breakpoint pointer parameter.
3940 <supports_z_point_type>: New method.
3941 * linux-mips-low.c (mips_supports_z_point_type): New function.
3942 (mips_insert_point, mips_remove_point): Adjust to new interface.
3943 Use mips_supports_z_point_type.
3944 (the_low_target): Install mips_supports_z_point_type.
3945 * linux-ppc-low.c (the_low_target): Install NULL as
3946 supports_z_point_type method.
3947 * linux-s390-low.c (the_low_target): Install NULL as
3948 supports_z_point_type method.
3949 * linux-sparc-low.c (the_low_target): Install NULL as
3950 supports_z_point_type method.
3951 * linux-x86-low.c (x86_supports_z_point_type): New function.
3952 (x86_insert_point): Adjust to new insert_point interface. Use
3953 insert_memory_breakpoint. Adjust to new
3954 i386_low_insert_watchpoint interface.
3955 (x86_remove_point): Adjust to remove_point interface. Use
3956 remove_memory_breakpoint. Adjust to new
3957 i386_low_remove_watchpoint interface.
3958 (the_low_target): Install x86_supports_z_point_type.
3959 * lynx-low.c (lynx_target_ops): Install NULL as
3960 supports_z_point_type callback.
3961 * nto-low.c (nto_supports_z_point_type): New.
3962 (nto_insert_point, nto_remove_point): Adjust to new interface.
3963 (nto_target_ops): Install nto_supports_z_point_type.
3964 * mem-break.c: Adjust intro comment.
3965 (struct raw_breakpoint) <raw_type, size>: New fields.
3966 <inserted>: Update comment.
3967 <shlib_disabled>: Delete field.
3968 (enum bkpt_type) <gdb_breakpoint>: Delete value.
3969 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
3970 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
3971 (raw_bkpt_type_to_target_hw_bp_type): New function.
3972 (find_enabled_raw_code_breakpoint_at): New function.
3973 (find_raw_breakpoint_at): New type and size parameters. Use them.
3974 (insert_memory_breakpoint): New function, based off
3975 set_raw_breakpoint_at.
3976 (remove_memory_breakpoint): New function.
3977 (set_raw_breakpoint_at): Reimplement.
3978 (set_breakpoint): New, based on set_breakpoint_at.
3979 (set_breakpoint_at): Reimplement.
3980 (delete_raw_breakpoint): Go through the_target->remove_point
3981 instead of assuming memory breakpoints.
3982 (find_gdb_breakpoint_at): Delete.
3983 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
3984 (find_gdb_breakpoint): New function.
3985 (set_gdb_breakpoint_at): Delete.
3986 (z_type_supported): New function.
3987 (set_gdb_breakpoint_1): New function, loosely based off
3988 set_gdb_breakpoint_at.
3989 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
3990 (delete_gdb_breakpoint_at): Delete.
3991 (delete_gdb_breakpoint_1): New function, loosely based off
3992 delete_gdb_breakpoint_at.
3993 (delete_gdb_breakpoint): New function.
3994 (clear_gdb_breakpoint_conditions): Rename to ...
3995 (clear_breakpoint_conditions): ... this. Don't handle a NULL
3996 breakpoint.
3997 (add_condition_to_breakpoint): Make static.
3998 (add_breakpoint_condition): Take a struct breakpoint pointer
3999 instead of an address. Adjust.
4000 (gdb_condition_true_at_breakpoint): Rename to ...
4001 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
4002 z_type parameter.
4003 (gdb_condition_true_at_breakpoint): Reimplement.
4004 (add_breakpoint_commands): Take a struct breakpoint pointer
4005 instead of an address. Adjust.
4006 (gdb_no_commands_at_breakpoint): Rename to ...
4007 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
4008 parameter. Return true if no breakpoint was found. Change debug
4009 output.
4010 (gdb_no_commands_at_breakpoint): Reimplement.
4011 (run_breakpoint_commands): Rename to ...
4012 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
4013 and change return type to boolean.
4014 (run_breakpoint_commands): New function.
4015 (gdb_breakpoint_here): Also check for Z1 breakpoints.
4016 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
4017 breakpoint. Go through the_target->remove_point instead of
4018 assuming memory breakpoint.
4019 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
4020 software and hardware breakpoints.
4021 (reinsert_raw_breakpoint): Go through the_target->insert_point
4022 instead of assuming memory breakpoint.
4023 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
4024 software and hardware breakpoints.
4025 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
4026 Check both software and hardware breakpoints.
4027 (validate_inserted_breakpoint): Assert the breakpoint is a
4028 software breakpoint. Set the inserted flag to -1 instead of
4029 setting shlib_disabled.
4030 (delete_disabled_breakpoints): Adjust.
4031 (validate_breakpoints): Only validate software breakpoints.
4032 Adjust to inserted flag change.
4033 (check_mem_read, check_mem_write): Skip breakpoint types other
4034 than software breakpoints. Adjust to inserted flag change.
4035 * mem-break.h (enum raw_bkpt_type): New enum.
4036 (raw_breakpoint, struct process_info): Forward declare.
4037 (Z_packet_to_target_hw_bp_type): Delete declaration.
4038 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
4039 (set_gdb_breakpoint, delete_gdb_breakpoint)
4040 (clear_breakpoint_conditions): New declarations.
4041 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
4042 (breakpoint_inserted_here): Update comment.
4043 (add_breakpoint_condition, add_breakpoint_commands): Replace
4044 address parameter with a breakpoint pointer parameter.
4045 (gdb_breakpoint_here): Update comment.
4046 (delete_gdb_breakpoint_at): Delete.
4047 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
4048 * server.c (process_point_options): Take a struct breakpoint
4049 pointer instead of an address. Adjust.
4050 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
4051 delete_gdb_breakpoint.
4052 * spu-low.c (spu_target_ops): Install NULL as
4053 supports_z_point_type method.
4054 * target.h: Include mem-break.h.
4055 (struct target_ops) <prepare_to_access_memory>: Update comment.
4056 <supports_z_point_type>: New field.
4057 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
4058 instead of a char. Also take a raw breakpoint pointer.
4059 * win32-arm-low.c (the_low_target): Install NULL as
4060 supports_z_point_type.
4061 * win32-i386-low.c (i386_supports_z_point_type): New function.
4062 (i386_insert_point, i386_remove_point): Adjust to new interface.
4063 (the_low_target): Install i386_supports_z_point_type.
4064 * win32-low.c (win32_supports_z_point_type): New function.
4065 (win32_insert_point, win32_remove_point): Adjust to new interface.
4066 (win32_target_ops): Install win32_supports_z_point_type.
4067 * win32-low.h (struct win32_target_ops):
4068 <supports_z_point_type>: New method.
4069 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
4070 instead of a char. Also take a raw breakpoint pointer.
4071
932539e3
PA
40722014-05-20 Pedro Alves <palves@redhat.com>
4073
4074 * mem-break.h: Include break-common.h.
4075 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
4076 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
4077 (Z_packet_to_target_hw_bp_type): New declaration.
4078 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
4079 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
4080 (Z_PACKET_ACCESS_WP): Delete macros.
4081 (Z_packet_to_hw_type): Delete function.
4082 * i386-low.h: Don't include break-common.h here.
4083 (Z_packet_to_hw_type): Delete declaration.
4084 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
4085 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
4086 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
4087 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
4088 * linux-aarch64-low.c: Don't include break-common.h here.
4089 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
4090 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
4091 (Z_packet_to_target_hw_bp_type): Delete function.
4092 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
4093 function.
4094 (mips_insert_point, mips_remove_point): Use
4095 Z_packet_to_target_hw_bp_type.
4096
4ff0d3d8
PA
40972014-05-20 Pedro Alves <palves@redhat.com>
4098
4099 * linux-aarch64-low.c: Include break-common.h.
4100 (enum target_point_type): Delete.
4101 (Z_packet_to_point_type): Rename to ...
4102 (Z_packet_to_target_hw_bp_type): ... this, and return a
4103 target_hw_bp_type instead.
4104 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
4105 instead of an enum target_point_type.
4106 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
4107 breakpoint type.
4108 (aarch64_dr_state_insert_one_point)
4109 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
4110 (aarch64_handle_aligned_watchpoint)
4111 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
4112 Take an enum target_hw_bp_type instead of an enum
4113 target_point_type.
4114 (aarch64_supports_z_point_type): New function.
4115 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
4116 use Z_packet_to_target_hw_bp_type.
4117
786dc519
JB
41182014-05-20 Joel Brobecker <brobecker@adacore.com>
4119
4120 * configure.ac: Only use -Werror by default when DEVELOPMENT
4121 is true.
4122 * configure: Regenerate.
4123
9e0aa64f
JK
41242014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 Fix gdbserver qGetTLSAddr for x86_64 -m32.
4127 * linux-x86-low.c (X86_64_USER_REGS): New.
4128 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
4129
2b577b92
YQ
41302014-04-28 Yao Qi <yao@codesourcery.com>
4131
4132 * Makefile.in (i386-avx512.c): Fix the typo of generated file
4133 name.
4134
94611da2
PA
41352014-04-25 Pedro Alves <palves@redhat.com>
4136
4137 PR server/16255
4138 * linux-low.c (linux_attach_fail_reason_string): New function.
4139 (linux_attach_lwp): Delete.
4140 (linux_attach_lwp_1): Rename to ...
4141 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
4142 argument. Remove "initial" parameter. Return int instead of
4143 void. Don't error or warn here.
4144 (linux_attach): Adjust to call linux_attach_lwp. Call error on
4145 failure to attach to the tgid. Call warning when failing to
4146 attach to an lwp.
4147 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
4148 argument. Remove "initial" parameter. Return int instead of
4149 void. Don't error or warn here.
4150 (linux_attach_fail_reason_string): New declaration.
4151 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
4152 interface change. Use linux_attach_fail_reason_string.
4153
01f9f808
MS
41542014-04-24 Michael Sturm <michael.sturm@mintel.com>
4155 Walfred Tedeschi <walfred.tedeschi@intel.com>
4156
4157 * Makefile.in: Added rules to handle new files
4158 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
4159 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
4160 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
4161 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
4162 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
4163 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
4164 x32-avx512-linux.o.
4165 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
4166 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
4167 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
4168 i386/x32-avx512.xml.
4169 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
4170 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
4171 i386/x32-avx512-linux.xml.
4172 * i387-fp.c (num_avx512_k_registers): New constant for number
4173 of K registers.
4174 (num_avx512_zmmh_low_registers): New constant for number of
4175 lower ZMM registers (0-15).
4176 (num_avx512_zmmh_high_registers): New constant for number of
4177 higher ZMM registers (16-31).
4178 (num_avx512_ymmh_registers): New contant for number of higher
4179 YMM registers (ymm16-31 added by avx521 on x86_64).
4180 (num_avx512_xmm_registers): New constant for number of higher
4181 XMM registers (xmm16-31 added by AVX512 on x86_64).
4182 (struct i387_xsave): Add space for AVX512 registers.
4183 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
4184 Add code to handle AVX512 registers.
4185 (i387_xsave_to_cache): Add code to handle AVX512 registers.
4186 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
4187 prototypei from generated file.
4188 (tdesc_amd64_avx512_linux): Likewise.
4189 (init_registers_x32_avx512_linux): Likewise.
4190 (tdesc_x32_avx512_linux): Likewise.
4191 (init_registers_i386_avx512_linux): Likewise.
4192 (tdesc_i386_avx512_linux): Likewise.
4193 (x86_64_regmap): Add AVX512 registers.
4194 (x86_linux_read_description): Add code to handle AVX512 XSTATE
4195 mask.
4196 (initialize_low_arch): Add code to initialize AVX512 registers.
4197
51aa91f9
PA
41982014-04-23 Pedro Alves <palves@redhat.com>
4199
4200 * mem-break.c (find_gdb_breakpoint_at): Make static.
4201 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
4202
a4165e94
PA
42032014-04-23 Pedro Alves <palves@redhat.com>
4204
4205 * i386-low.c: Don't include break-common.h here.
4206 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
4207 prototype to take target_hw_bp_type as argument instead of a Z
4208 packet char.
4209 * i386-low.h: Include break-common.h here.
4210 (Z_packet_to_hw_type): Declare.
4211 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
4212 prototypes.
4213 * linux-x86-low.c (x86_insert_point): Convert the packet number to
4214 a target_hw_bp_type before calling i386_low_insert_watchpoint.
4215 (x86_remove_point): Convert the packet number to a
4216 target_hw_bp_type before calling i386_low_remove_watchpoint.
4217 * win32-i386-low.c (i386_insert_point): Convert the packet number
4218 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
4219 (i386_remove_point): Convert the packet number to a
4220 target_hw_bp_type before calling i386_low_remove_watchpoint.
4221
b8acf843
PA
42222014-04-23 Pedro Alves <palves@redhat.com>
4223
4224 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
4225
d708bcd1
PA
42262014-04-10 Pedro Alves <palves@redhat.com>
4227
4228 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
4229 Check if the condition or command is NULL before checking if the
4230 breakpoint is known. On success, return true.
4231 * mem-break.h (add_breakpoint_condition): Document return.
4232 (add_breakpoint_commands): Add describing comment.
4233 * server.c (skip_to_semicolon): New function.
4234 (process_point_options): Use it.
4235
2eec7d5b
PA
42362014-04-09 Pedro Alves <palves@redhat.com>
4237
4238 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
4239 to lwpid_of.
4240
fa96cb38
PA
42412014-02-27 Pedro Alves <palves@redhat.com>
4242
4243 PR 12702
4244 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
4245 macros.
4246 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
4247 output.
4248 (last_thread_of_process_p): Take a PID argument instead of a
4249 thread pointer.
4250 (linux_wait_for_lwp): Delete.
4251 (num_lwps, check_zombie_leaders, not_stopped_callback): New
4252 functions.
4253 (linux_low_filter_event): New function, party factored out from
4254 linux_wait_for_event.
4255 (linux_wait_for_event): Rename to ...
4256 (linux_wait_for_event_filtered): ... this. Add new filter ptid
4257 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
4258 sigsuspend. Check for zombie leaders.
4259 (linux_wait_for_event): Reimplement as wrapper around
4260 linux_wait_for_event_filtered.
4261 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
4262 a normal or signal exit is seen, it's the whole process exiting.
4263 (wait_for_sigstop): No longer a for_each_inferior callback.
4264 Rewrite on top of linux_wait_for_event_filtered.
4265 (stop_all_lwps): Call wait_for_sigstop directly.
4266 * server.c (resume, handle_target_event): Handle
4267 TARGET_WAITKIND_NO_RESUMED.
4268
d763de10
JB
42692014-02-26 Joel Brobecker <brobecker@adacore.com>
4270
4271 * win32-low.c (psapi_get_dll_name,
4272 * win32_CreateToolhelp32Snapshot): Delete.
4273 (win32_CreateToolhelp32Snapshot, win32_Module32First)
4274 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
4275 Delete.
4276 (handle_load_dll): Add function description.
4277 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
4278
850a0f76
JB
42792014-02-26 Joel Brobecker <brobecker@adacore.com>
4280
4281 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
4282 Add comment.
4283 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
4284 base address when calling win32_add_one_solib.
4285 (handle_load_dll): Delete local variable load_addr.
4286 Remove 0x1000 offset applied to DLL base address when calling
4287 win32_add_one_solib.
4288 (handle_unload_dll): Add comment.
4289
f25b3fc3
JB
42902014-02-26 Joel Brobecker <brobecker@adacore.com>
4291
4292 * win32-low.c (win32_add_all_dlls): Renames
4293 win32_ensure_ntdll_loaded. Rewrite function documentation.
4294 Adjust implementation to always load all DLLs.
4295 Add 0x1000 offset to DLL base address when calling
4296 win32_add_one_solib.
4297 (child_initialization_done): New static global.
4298 (do_initial_child_stuff): Set child_initialization_done to
4299 zero during child initialization, and 1 after. Replace call
4300 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
4301 Add comment.
4302 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
4303 (handle_unload_dll): Add function documentation.
4304 (get_child_debug_event): Ignore load and unload DLL events
4305 during child initialization.
4306
d86d4aaf
DE
43072014-02-20 Doug Evans <dje@google.com>
4308
3bc32da3 4309 Remove global all_lwps.
d86d4aaf
DE
4310 * inferiors.h (ptid_of): Move here from linux-low.h.
4311 (pid_of, lwpid_of): Ditto.
4312 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
4313 parameter is a struct thread_info * now.
4314 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
4315 directly. Pass &all_threads to find_inferior instead of &all_lwps.
4316 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
4317 directly.
4318 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
4319 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
4320 * linux-arm-low.c (update_registers_callback): Update, "entry"
4321 parameter is a struct thread_info * now.
4322 Fetch lwpid from current_inferior directly.
4323 (arm_insert_point): Pass &all_threads to find_inferior instead of
4324 &all_lwps.
4325 (arm_remove_point): Ditto.
4326 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
4327 (arm_prepare_to_resume): Fetch pid from thread.
4328 (arm_read_description): Fetch lwpid from current_inferior directly.
4329 * linux-low.c (all_lwps): Delete.
4330 (delete_lwp): Delete call to remove_inferior.
4331 (handle_extended_wait): Fetch lwpid from thread.
4332 (add_lwp): Don't set lwp->entry.id. Remove call to
4333 add_inferior_to_list.
4334 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
4335 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
4336 (kill_one_lwp_callback): Ditto.
4337 (linux_kill): Don't dereference NULL pointer.
4338 Fetch ptid,lwpid from thread.
4339 (get_detach_signal): Fetch ptid from thread.
4340 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
4341 Simplify call to regcache_invalidate_thread.
4342 (delete_lwp_callback): Update, "entry" parameter is a
4343 struct thread_info * now. Fetch pid from thread.
4344 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
4345 (status_pending_p_callback): Update, "entry" parameter is a
4346 struct thread_info * now. Fetch ptid from thread.
4347 (find_lwp_pid): Update, "entry" parameter is a
4348 struct thread_info * now.
4349 (linux_wait_for_lwp): Fetch pid from thread.
4350 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
4351 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
4352 (enqueue_one_deferred_signal): Fetch lwpid from thread.
4353 (dequeue_one_deferred_signal): Ditto.
4354 (cancel_breakpoint): Fetch ptid from current_inferior.
4355 (linux_wait_for_event): Pass &all_threads to find_inferior,
4356 not &all_lwps. Fetch ptid, lwpid from thread.
4357 (count_events_callback): Update, "entry" parameter is a
4358 struct thread_info * now.
4359 (select_singlestep_lwp_callback): Ditto.
4360 (select_event_lwp_callback): Ditto.
4361 (cancel_breakpoints_callback): Ditto.
4362 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
4363 not &all_lwps.
4364 (select_event_lwp): Ditto. Fetch ptid from event_thread.
4365 (unsuspend_one_lwp): Update, "entry" parameter is a
4366 struct thread_info * now.
4367 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
4368 not &all_lwps.
4369 (linux_stabilize_threads): Ditto. And for for_each_inferior.
4370 Fetch lwpid from thread, not lwp.
4371 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
4372 Pass &all_threads to find_inferior, not &all_lwps.
4373 (send_sigstop): Fetch lwpid from thread, not lwp.
4374 (send_sigstop_callback): Update, "entry" parameter is a
4375 struct thread_info * now.
4376 (suspend_and_send_sigstop_callback): Ditto.
4377 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
4378 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
4379 struct thread_info * now.
4380 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
4381 from thread, lwp.
4382 (lwp_running): Update, "entry" parameter is a
4383 struct thread_info * now.
4384 (stop_all_lwps): Fetch ptid from thread.
4385 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
4386 (linux_resume_one_lwp): Fetch lwpid from thread.
4387 (linux_set_resume_request): Update, "entry" parameter is a
4388 struct thread_info * now. Fetch pid, lwpid from thread.
4389 (resume_status_pending_p): Update, "entry" parameter is a
4390 struct thread_info * now.
4391 (need_step_over_p): Ditto. Fetch lwpid from thread.
4392 (start_step_over): Fetch lwpid from thread.
4393 (linux_resume_one_thread): Update, "entry" parameter is a
4394 struct thread_info * now. Fetch lwpid from thread.
4395 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
4396 (proceed_one_lwp): Update, "entry" parameter is a
4397 struct thread_info * now. Fetch lwpid from thread.
4398 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
4399 struct thread_info * now.
4400 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
4401 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
4402 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
4403 directly.
4404 (regsets_store_inferior_registers): Ditto.
4405 (fetch_register, store_register): Ditto.
4406 (linux_read_memory, linux_write_memory): Ditto.
4407 (linux_request_interrupt): Ditto.
4408 (linux_read_auxv): Ditto.
4409 (linux_xfer_siginfo): Ditto.
4410 (linux_qxfer_spu): Ditto.
4411 (linux_qxfer_libraries_svr4): Ditto.
4412 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
4413 moved to inferiors.h.
4414 (get_lwp): Delete.
4415 (get_thread_lwp): Update.
4416 (struct lwp_info): Delete member "entry". Simplify comment for
4417 member "thread".
4418 (all_lwps): Delete.
4419 * linux-mips-low.c (mips_read_description): Fetch lwpid from
4420 current_inferior directly.
4421 (update_watch_registers_callback): Update, "entry" parameter is a
4422 struct thread_info * now. Fetch pid from thread.
4423 (mips_linux_prepare_to_resume): Fetch ptid from thread.
4424 (mips_insert_point): Fetch lwpid from current_inferior.
4425 Pass &all_threads to find_inferior, not &all_lwps.
4426 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
4427 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
4428 directly.
4429 (mips_stopped_data_address): Ditto.
4430 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
4431 directly.
4432 * linux-tile-low.c (tile_arch_setup): Ditto.
4433 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
4434 (update_debug_registers_callback): Update, "entry" parameter is a
4435 struct thread_info * now. Fetch pid from thread.
4436 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
4437 Pass &all_threads to find_inferior, not &all_lwps.
4438 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
4439 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
4440 Pass &all_threads to find_inferior, not &all_lwps.
4441 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
4442 (i386_dr_low_get_status): Ditto.
4443 (x86_linux_prepare_to_resume): Fetch ptid from thread.
4444 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
4445 (x86_linux_read_description): Ditto.
4446 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
4447
3b8361aa
DE
44482014-02-20 Doug Evans <dje@google.com>
4449
4450 * inferiors.c (get_first_inferior): Fix buglet.
4451
f7667f0d
DE
44522014-02-19 Doug Evans <dje@google.com>
4453
4454 * gdbthread.h (add_thread): Change result type to struct thread_info *.
4455 * inferiors.c (add_thread): Change result type to struct thread_info *.
4456 All callers updated.
4457 (add_lwp): Call add_thread here instead of in callers.
4458 All callers updated.
4459 * linux-low.h (get_lwp_thread): Rewrite.
4460 (struct lwp_info): New member "thread".
4461
b3312d80
DE
44622014-02-19 Doug Evans <dje@google.com>
4463
4464 * linux-low.c (add_lwp): Change result to struct lwp_info *.
4465 All callers updated.
4466
ecc6f45c
DE
44672014-02-19 Doug Evans <dje@google.com>
4468
4469 * inferiors.c (add_thread): Fix whitespace.
4470
649ebbca
DE
44712014-02-19 Doug Evans <dje@google.com>
4472
4473 * dll.c (clear_dlls): Replace accessing list implemention details
4474 with API function.
4475 * gdbthread.h (get_first_thread): Declare.
4476 * inferiors.c (for_each_inferior_with_data): New function.
4477 (get_first_thread): New function.
4478 (find_thread_ptid): Simplify.
4479 (get_first_inferior): New function.
4480 (clear_list): Delete.
4481 (one_inferior_p): New function.
4482 (clear_inferior_list): New function.
4483 (clear_inferiors): Update.
4484 * inferiors.h (for_each_inferior_with_data): Declare.
4485 (clear_inferior_list): Declare.
4486 (one_inferior_p): Declare.
4487 (get_first_inferior): Declare.
4488 * linux-low.c (linux_wait_for_event): Replace accessing list
4489 implemention details with API function.
4490 * server.c (target_running): Ditto.
4491 (accumulate_file_name_length): New function.
4492 (emit_dll_description): New function.
4493 (handle_qxfer_libraries): Replace accessing list implemention
4494 details with API function.
4495 (handle_qxfer_threads_worker): New function.
4496 (handle_qxfer_threads_proper): Replace accessing list implemention
4497 details with API function.
4498 (handle_query): Ditto.
4499 (visit_actioned_threads_callback_ftype): New typedef.
4500 (visit_actioned_threads_data): New struct.
4501 (visit_actioned_threads): Rewrite to be find_inferior callback.
4502 (resume): Call find_inferior.
4503 (handle_status): Replace accessing list implemention
4504 details with API function.
4505 (process_serial_event): Replace accessing list implemention details
4506 with API function.
4507 * target.c (set_desired_inferior): Replace accessing list implemention
4508 details with API function.
4509 * tracepoint.c (same_process_p): New function.
4510 (gdb_agent_about_to_close): Replace accessing list implemention
4511 details with API function.
4512 * win32-low.c (child_delete_thread): Replace accessing list
4513 implemention details with API function.
4514 (match_dll_by_basename): New function.
4515 (dll_is_loaded_by_basename): New function.
4516 (win32_ensure_ntdll_loaded): Replace accessing list implemention
4517 details call to dll_is_loaded_by_basename.
4518
80894984
DE
45192014-02-19 Doug Evans <dje@google.com>
4520
4521 * dll.h (struct dll_info): Add comment.
4522 * gdbthread.h (struct thread_info): Add comment.
4523 (current_ptid): Simplify.
4524 * inferiors.c (add_process): Update.
4525 (remove_process): Update.
4526 * inferiors.h (struct process_info): Rename member "head" to "entry".
4527 * linux-low.c (delete_lwp): Update.
4528 (add_lwp): Update.
4529 (last_thread_of_process_p): Update.
4530 (kill_one_lwp_callback, linux_kill): Update.
4531 (status_pending_p_callback): Update.
4532 (wait_for_sigstop): Update. Simplify read of ptid.
4533 (start_step_over): Update.
4534 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
4535 (get_lwp_thread): Update.
4536 (struct lwp_info): Rename member "head" to "entry".
4537 * regcache.h (inferior_list_entry): Delete.
4538 * server.c (kill_inferior_callback): Update.
4539 (detach_or_kill_inferior_callback): Update.
4540 (print_started_pid): Update.
4541 (print_attached_pid): Update.
4542 (process_serial_event): Simplify read of ptid.
4543 * thread-db.c (thread_db_create_event): Update.
4544 (thread_db_get_tls_address): Update.
4545 * win32-low.c (current_inferior_ptid): Simplify.
4546
46917d26
TT
45472014-02-19 Tom Tromey <tromey@redhat.com>
4548
4549 * target.h (struct target_ops) <supports_btrace>: Add target_ops
4550 argument.
4551 (target_supports_btrace): Update.
4552
0759a81e
YQ
45532014-02-14 Yao Qi <yao@codesourcery.com>
4554
4555 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
4556 (rsp-low-ipa.o): New target.
4557
a7191e8b
TT
45582014-02-12 Tom Tromey <tromey@redhat.com>
4559
4560 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
4561 convert_ascii_to_int.
4562 * regcache.c (registers_to_string): Likewise.
4563 * remote-utils.c (decode_M_packet): Likewise.
4564 * server.c (process_serial_event): Likewise.
4565
ff0e980e
TT
45662014-02-12 Tom Tromey <tromey@redhat.com>
4567
4568 * server.c (handle_query, handle_v_run): Use hex2bin, not
4569 unhexify.
4570 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
4571
e9371aff
TT
45722014-02-12 Tom Tromey <tromey@redhat.com>
4573
4574 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
4575 convert_int_to_ascii.
4576 * regcache.c (registers_to_string, collect_register_as_string):
4577 Likewise.
4578 * remote-utils.c (look_up_one_symbol, relocate_instruction):
4579 Likewise.
4580 * server.c (process_serial_event): Likewise.
4581 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
4582 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
4583
971dc0b8
TT
45842014-02-12 Tom Tromey <tromey@redhat.com>
4585
4586 * remote-utils.c (look_up_one_symbol, monitor_output): Use
4587 bin2hex, not hexify.
4588 * tracepoint.c (cmd_qtstatus): Likewise.
4589
0a822afb
TT
45902014-02-12 Tom Tromey <tromey@redhat.com>
4591
4592 * remote-utils.c (monitor_output): Pass explicit length to
4593 hexify.
4594
9c3d6531
TT
45952014-02-12 Tom Tromey <tromey@redhat.com>
4596
4597 * tracepoint.c: Include rsp-low.h.
4598 * server.c: Include rsp-low.h.
4599 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
4600 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
4601 declare.
4602 * remote-utils.c: Include rsp-low.h.
4603 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
4604 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
4605 (convert_int_to_ascii, convert_ascii_to_int): Move to
4606 common/rsp-low.c.
4607 * regcache.c: Include rsp-low.h.
4608 * ax.c: Include rsp-low.h.
4609 * Makefile.in (SFILES): Add common/rsp-low.c.
4610 (OBS): Add rsp-low.o.
4611 (rsp-low.o): New target.
4612
01fd3ea5
TT
46132014-02-12 Tom Tromey <tromey@redhat.com>
4614
4615 * utils.h (pulongest, plongest, phex_nz): Don't declare.
4616 Include print-utils.h.
4617 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
4618 (plongest, thirty_two, phex_nz): Remove.
4619 * Makefile.in (SFILES): Add common/print-utils.c.
4620 (OBS): Add print-utils.o.
4621 (print-utils-ipa.o): New target.
4622 (print-utils.o): New target.
4623 (IPA_OBJS): Add print-utils-ipa.o.
4624
e99dc820
TT
46252014-02-06 Tom Tromey <tromey@redhat.com>
4626
4627 * Makefile.in (SFILES): Fix indentation.
4628
ee1e2d4f
DE
46292014-02-05 Doug Evans <dje@google.com>
4630
4631 * linux-low.c (linux_wait_for_event): Improve comment.
4632 (linux_wait_1): Keep current_inferior in sync with event_child.
4633
f5a02773
DE
46342014-01-22 Doug Evans <dje@google.com>
4635
4636 * gdbthread.h (gdb_id_to_thread): Delete, unused.
4637
87ce2a04
DE
46382014-01-22 Doug Evans <dje@google.com>
4639
4640 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
4641 * configure: Regenerate.
4642 * config.in: Regenerate.
4643 * Makefile.in (SFILES): Add debug.c.
4644 (OBS): Add debug.o.
4645 * debug.c: New file.
4646 * debug.h: New file.
4647 * linux-aarch64-low.c (*): Update all debugging printfs to use
4648 debug_printf instead of fprintf.
4649 * linux-arm-low.c (*): Ditto.
4650 * linux-cris-low.c (*): Ditto.
4651 * linux-crisv32-low.c (*): Ditto.
4652 * linux-m32r-low.c (*): Ditto.
4653 * linux-sparc-low.c (*): Ditto.
4654 * linux-x86.c (*): Ditto.
4655 * linux-low.c (*): Ditto.
4656 (linux_wait_1): Add calls to debug_enter, debug_exit.
4657 (linux_wait): Remove redundant debugging printf.
4658 (stop_all_lwps): Add calls to debug_enter, debug_exit.
4659 (linux_resume, unstop_all_lwps): Ditto.
4660 * mem-break.c (*): Update all debugging printfs to use
4661 debug_printf instead of fprintf.
4662 * remote-utils.c (*): Ditto.
4663 * thread-db.c (*): Ditto.
4664 * server.c #include <ctype.h>, "gdb_vecs.h".
4665 (debug_threads): Moved to debug.c.
4666 (*): Update all debugging printfs to use debug_printf instead of
4667 fprintf.
4668 (start_inferior): Replace call to fflush with call to debug_flush.
4669 (monitor_show_help): Mention set debug-format.
4670 (parse_debug_format_options): New function.
4671 (handle_monitor_command): Handle "monitor set debug-format".
4672 (gdbserver_usage): Mention --debug-format.
4673 (main): Parse --debug-format.
4674 * server.h (debug_threads): Declaration moved to debug.h.
4675 #include "debug.h".
4676 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
4677 trace_debug_1 that uses debug_printf.
4678 (tracepoint_look_up_symbols): Update all debugging printfs to use
4679 debug_printf instead of fprintf.
4680
e671835b
BS
46812014-01-20 Baruch Siach <baruch@tkos.co.il>
4682
4683 * linux-xtensa-low.c: Include asm/ptrace.h instead of
4684 sys/ptrace.h.
4685
b5737fa9
PA
46862014-01-17 Pedro Alves <palves@redhat.com>
4687
ea38d2a9 4688 PR build/16445
c7faa97a
PA
4689 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
4690 defined after including gdb_proc_service.h.
b5737fa9 4691
40ed484e
DE
46922014-01-16 Doug Evans <dje@google.com>
4693
4694 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
4695 (match_dll): Use it.
4696
969c39fb
MM
46972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4698
4699 * target.h (target_ops) <read_btrace>: Change parameters and
4700 return type to allow error reporting.
4701 * server.c (handle_qxfer_btrace): Support delta reads. Pass
4702 trace reading errors on.
4703 * linux-low.c (linux_low_read_btrace): Pass trace reading
4704 errors on.
4705 (linux_low_disable_btrace): New.
4706
ab7f45ba
DE
47072014-01-15 Doug Evans <dje@google.com>
4708
4709 * inferiors.c (thread_id_to_gdb_id): Delete.
4710 * inferiors.h (thread_id_to_gdb_id): Delete.
4711
66af0f44
EZ
47122014-01-13 Eli Zaretskii <eliz@gnu.org>
4713
4714 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
4715 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
4716 versions.
4717
9939e131
PA
47182014-01-08 Pedro Alves <palves@redhat.com>
4719
4720 * server.c (handle_status): Don't discard previous queued stop
4721 replies or thread's pending status here.
4722 (main) <disconnection>: Do it here instead.
4723
b7ea362b
PA
47242014-01-08 Pedro Alves <palves@redhat.com>
4725
4726 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
4727 * server.c (visit_actioned_threads, handle_pending_status): New
4728 function.
4729 (handle_v_cont): Factor out parts to ...
4730 (resume): ... this new function. If in all-stop, and a thread
4731 being resumed has a pending status, report it without actually
4732 resuming.
4733 (myresume): Adjust to use the new 'resume' function.
4734 (clear_pending_status_callback, set_pending_status_callback)
4735 (find_status_pending_thread_callback): New functions.
4736 (handle_status): Handle the case of multiple threads having
4737 interesting statuses to report. Report threads' real last signal
4738 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
4739 with an interesting thread to report the status for, instead of
4740 always reporting the status of the first thread.
4741
28498c42
JB
47422014-01-01 Joel Brobecker <brobecker@adacore.com>
4743
4744 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
4745 * gdbreplay.c (gdbreplay_version): Likewise.
4746
f45c82da
YZ
47472013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
4748
4749 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
4750 iov.iov_len with the real length in use.
4751
379a5e2d
JB
47522013-12-13 Joel Brobecker <brobecker@adacore.com>
4753
4754 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
4755 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
4756 for all targets that use win32-low.c.
4757 * win32-low.c (win32_ensure_ntdll_loaded): New function.
4758 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
4759
4210d83e
PA
47602013-12-13 Pedro Alves <palves@redhat.com>
4761
4762 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
4763 if equal to TARGET_WAITKIND_LOADED.
4764 * win32-low.c (cached_status): New static global.
4765 (win32_wait): Add declaration.
4766 (do_initial_child_stuff): Flush all initial pending debug events
4767 up to the initial breakpoint.
4768 (win32_wait): If CACHED_STATUS was set, return that instead
4769 of doing a real wait. Remove the code resuming the execution
4770 of the inferior after receiving a TARGET_WAITKIND_LOADED event
4771 during the initial phase. Also remove the code changing
4772 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
4773 TARGET_WAITKIND_STOPPED.
4774
e7f0d979
YQ
47752013-12-11 Yao Qi <yao@codesourcery.com>
4776
4777 * notif.c (handle_notif_ack): Return 0 if no notification
4778 matches.
4779
ebcf782c
DE
47802013-11-20 Doug Evans <dje@google.com>
4781
4782 * linux-low.c (linux_set_resume_request): Fix comment.
4783
20ad9378
DE
47842013-11-20 Doug Evans <dje@google.com>
4785
4786 * linux-low.c (resume_status_pending_p): Tweak comment.
4787
a196ebeb
WT
47882013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
4789
4790 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
4791 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
4792 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
4793 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
4794 (srv_amd64_regobj): Add amd64-mpx.o.
4795 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
4796 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
4797 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
4798 * i387-fp.c (num_pl_bnd_register) Added constant.
4799 (num_pl_bnd_cfg_registers) Added constant.
4800 (struct i387_xsave) Added reserved area and MPX fields.
4801 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
4802 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
4803 function.
4804 (tdesc_i386_mpx_linux): Add MPX amd64 target.
4805 (init_registers_amd64_mpx_linux): Declare new function.
4806 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
4807 (x86_64_regmap): Add MPX registers.
4808 (x86_linux_read_description): Add MPX case.
4809 (initialize_low_arch): Initialize MPX targets.
4810
0080a2f6
TT
48112013-11-18 Tom Tromey <tromey@redhat.com>
4812
4813 * configure: Rebuild.
4814 * configure.ac: Don't check for stdlib.h.
4815 * gdbreplay.c: Unconditionally include stdlib.h.
4816
2978b111
TT
48172013-11-18 Tom Tromey <tromey@redhat.com>
4818
4819 * config.in: Rebuild.
4820 * configure: Rebuild.
4821 * configure.ac: Don't use AC_HEADER_DIRENT.
4822
a3d08894
TT
48232013-11-18 Tom Tromey <tromey@redhat.com>
4824
4825 * server.h: Don't check HAVE_STRING_H.
4826 * gdbreplay.c: Don't check HAVE_STRING_H.
4827 * configure: Rebuild.
4828
0a5dd17d
TT
48292013-11-18 Tom Tromey <tromey@redhat.com>
4830
4831 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
4832 LIBGNU.
4833
1bd2f0ba
TT
48342013-11-08 Tom Tromey <tromey@redhat.com>
4835
4836 * configure, config.in: Rebuild.
4837 * configure.ac: Remove unused configury.
4838
3266f10b
TT
48392013-11-08 Tom Tromey <tromey@redhat.com>
4840
4841 * acinclude.m4: Include common.m4, codeset.m4.
4842 * configure, config.in: Rebuild.
4843 * configure.ac: Use GDB_AC_COMMON.
4844
6682d959
AA
48452013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
4846
4847 * linux-s390-low.c (HWCAP_S390_TE): New define.
4848 (s390_arch_setup): Consider the TE field in the HWCAP for
4849 determining 'have_regset_tdb'.
4850
fd0a4d76
SDJ
48512013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
4852
4853 PR gdb/16014
4854 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
4855 call to sizeof.
4856
1a3d890b
PA
48572013-10-02 Pedro Alves <palves@redhat.com>
4858
4859 * server.c (process_serial_event): Don't output "GDBserver
4860 exiting" if GDB is connected through stdio.
4861 * target.c (mywait): Likewise, be silent if GDB is connected
4862 through stdio.
4863
97ad4581
JB
48642013-10-01 Joel Brobecker <brobecker@adacore.com>
4865
4866 * lynx-low.c (lynx_add_threads_after_attach): New function.
4867 (lynx_attach): Remove call to add_thread. Add call to
4868 lynx_add_threads_after_attach instead.
4869
5b4e221c
MF
48702013-09-28 Mike Frysinger <vapier@gentoo.org>
4871
4872 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
4873 * config.in, configure: Regenerated.
4874
ee47b2f8
YQ
48752013-09-18 Yao Qi <yao@codesourcery.com>
4876
4877 PR server/15959
4878 * server.c (start_inferior): Clear 'resume_info'.
4879
d6707650 48802013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 4881
d6707650
JW
4882 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
4883 for each register.
4884
9243dd0e 48852013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 4886
9243dd0e
JW
4887 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
4888 linux-tile-low.o to srv_tgtobj.
4889
c623a6ef
WN
48902013-09-16 Will Newton <will.newton@linaro.org>
4891
4892 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
4893 out regs.
4894
fb71d39e
PA
48952013-09-06 Pedro Alves <palves@redhat.com>
4896
4897 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
4898 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
4899 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
4900 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
4901 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
4902 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
4903
8e7e9910
PA
49042013-09-06 Pedro Alves <palves@redhat.com>
4905
4906 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
4907 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
4908
7c3a12ca
PA
49092013-09-06 Pedro Alves <palves@redhat.com>
4910
4911 * linux-amd64-ipa.c: Include tracepoint.h.
4912 * linux-i386-ipa.c: Include tracepoint.h.
4913
8eb3d7b6
RW
49142013-09-06 Ricard Wanderlof <ricardw@axis.com>
4915
4916 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
4917 (ps_get_thread_area): New function.
4918
eddddb9d
RW
49192013-09-06 Ricard Wanderlof <ricardw@axis.com>
4920
4921 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
4922 (initialize_low_arch): Call init_registers_crisv32 rather than
4923 init_register_crisv32.
4924
533b0600
PA
49252013-09-05 Pedro Alves <palves@redhat.com>
4926
4927 * server.h (handle_vFile, hostio_last_error_from_errno): Move
4928 to ...
4929 * hostio.h: ... this new file.
4930 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
4931 win32-low.c: Include hostio.h.
4932
0ce3d3b5
PA
49332013-09-05 Pedro Alves <palves@redhat.com>
4934
4935 * server.h (gdb_client_data, handler_func, callback_handler_func)
4936 (delete_file_handler, add_file_handler, append_callback_event)
4937 (delete_callback_event, start_event_loop, initialize_event_loop):
4938 Move to event-loop.h and include it.
4939 * event-loop.h: New file.
4940
799cdc37
PA
49412013-09-05 Pedro Alves <palves@redhat.com>
4942
4943 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
4944 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
4945 (loaded_dll, unloaded_dll): Move to ...
4946 * dll.h: ... this new file.
4947 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
4948
6a6bbd9d
PA
49492013-09-05 Pedro Alves <palves@redhat.com>
4950
4951 * server.h (current_process, get_thread_process, all_processes)
4952 (add_inferior_to_list, for_each_inferior, current_inferior)
4953 (remove_inferior, add_process, remove_process, find_process_pid)
4954 (have_started_inferiors_p, have_attached_inferiors_p)
4955 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
4956 (clear_inferiors, find_inferior, find_inferior_id)
4957 (inferior_target_data, set_inferior_target_data)
4958 (inferior_regcache_data, set_inferior_regcache_data): Move to
4959 inferiors.h, and include it.
4960 * inferiors.h: New file.
4961
f699aaba
PA
49622013-09-05 Pedro Alves <palves@redhat.com>
4963
4964 * server.h (struct emit_ops, current_insn_ptr, emit_error):
4965 Move ...
72f4393d 4966 * ax.h: ... here.
f699aaba 4967
c144c7a0
PA
49682013-09-05 Pedro Alves <palves@redhat.com>
4969
4970 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
4971 tracepoint.h.
4972 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
4973 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
4974 (handle_tracepoint_general_set, handle_tracepoint_query)
4975 (tracepoint_finished_step, tracepoint_was_hit)
4976 (release_while_stepping_state_list, current_traceframe)
4977 (in_readonly_region, traceframe_read_mem)
4978 (fetch_traceframe_registers, traceframe_read_sdata)
4979 (traceframe_read_info, struct fast_tpoint_collect_status)
4980 (fast_tracepoint_collecting, force_unlock_trace_buffer)
4981 (handle_tracepoit_bkpts, initialize_low_tracepoint)
4982 (supply_fast_tracepoint_registers)
4983 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
4984 (ipa_tdesc, claim_trampoline_space)
4985 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
4986 (agent_mem_read, agent_get_trace_state_variable_value)
4987 (agent_set_trace_state_variable_value, agent_tsv_read)
4988 (agent_mem_read_string, get_raw_reg_func_addr)
4989 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
4990 * tracepoint.h: ... this new file.
4991
ff42e6ab
PA
49922013-09-05 Pedro Alves <palves@redhat.com>
4993
4994 * server.h (perror_with_name, error, fatal, warning, paddress)
4995 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
4996 include it.
4997 * utils.h: New file.
4998
541af0f4
PA
49992013-09-05 Pedro Alves <palves@redhat.com>
5000
5001 * server.h (remote_debug, noack_mode, transport_is_reliable)
5002 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
5003 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
5004 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
5005 (write_enn, initialize_async_io, enable_async_io)
5006 (disable_async_io, check_remote_input_interrupt_request)
5007 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
5008 (dead_thread_notify, prepare_resume_reply)
5009 (decode_address_to_semicolon, decode_address, decode_m_packet)
5010 (decode_M_packet, decode_X_packet, decode_xfer_write)
5011 (decode_search_memory_packet, unhexify, hexify)
5012 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
5013 (look_up_one_symbol, relocate_instruction)
5014 (monitor_output): Move to remote-utils.h, and include it.
5015 * remote-utils.h: New file.
5016
eebdf26b
PA
50172013-09-05 Pedro Alves <palves@redhat.com>
5018
5019 * server.h (_): Delete.
5020
3aafd2ff
PA
50212013-09-02 Pedro Alves <palves@redhat.com>
5022
5023 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
5024 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
5025 allocated.
5026 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
5027
cee83bcb
PM
50282013-09-02 Pierre Muller <muller@sourceware.org>
5029
5030 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
5031 or WriteProcessMemory complete successfully and handle
5032 ERROR_PARTIAL_COPY error.
5033
9a13b2fa
PA
50342013-09-02 Pedro Alves <palves@redhat.com>
5035
5036 * server.c (gdb_read_memory): Return -1 on traceframe memory read
5037 error instead of EIO.
5038
602e3198
JK
50392013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5040
5041 PR server/15604
5042 * linux-low.c: Include filestuff.h.
5043 (linux_create_inferior) <pid == 0>: Call close_most_fds.
5044 * lynx-low.c: Include filestuff.h.
5045 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
5046 * server.c: Include filestuff.h.
5047 (main): Call notice_open_fds.
5048 * spu-low.c: Include filestuff.h.
5049 (spu_create_inferior) <pid == 0>: Call close_most_fds.
5050
96d7229d
LM
50512013-08-22 Luis Machado <lgustavo@codesourcery.com>
5052
5053 * Makefile.in: Explain why ../target and ../nat are not
5054 listed as include file search paths.
5055 (linux-waitpid.o): New object file rule.
5056 * configure.srv (srv_native_linux_obj): New variable.
5057 Replace all occurrences of linux native object files with
5058 $srv_native_linux_obj.
5059 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
5060 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
5061 (linux_enable_event_reporting): Remove declaration.
5062 (my_waitpid): Moved to common/linux-waitpid.c.
5063 (linux_wait_for_event): Pass ptid when calling
5064 linux_enable_event_reporting.
5065 (linux_supports_tracefork_flag): Remove.
5066 (linux_enable_event_reporting): Likewise.
5067 (linux_tracefork_grandchild): Remove.
5068 (STACK_SIZE): Moved to common/linux-ptrace.c.
5069 (linux_tracefork_child): Remove.
5070 (linux_test_for_tracefork): Remove.
5071 (linux_look_up_symbols): Call linux_supports_traceclone.
5072 (initialize_low): Remove call to linux_test_for_tracefork.
5073 * linux-low.h (PTRACE_TYPE_ARG3): Move to
5074 common/linux-ptrace.h.
5075 (PTRACE_TYPE_ARG4): Likewise.
5076 Include linux-ptrace.h.
5077
32940073
PA
50782013-08-21 Pedro Alves <palves@redhat.com>
5079
5080 * config.in: Renegerate.
5081
33b60d58 50822013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 5083
33b60d58
LM
5084 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
5085 (SFILES): Remove $(srcdir)/common/target-common.c and
5086 add $(srcdir)/target/waitstatus.c.
5087 (OBS): Remove target-common.o and add waitstatus.o.
5088 (server_h): Remove $(srcdir)/../common/target-common.h and
5089 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
5090 and $(srcdir)/../target/waitstatus.h.
5091 (target-common.o): Remove.
5092 (waitstatus.o): New target object file.
5093 * target.h: Do not include target-common.h and
5094 include target/resume.h, target/wait.h and
5095 target/waitstatus.h.
5096
b8e1b30e
LM
50972013-08-13 Luis Machado <lgustavo@codesourcery.com>
5098
5099 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
5100 to PTRACE_TYPE_ARG3.
5101 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
5102 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
5103 PTRACE_TYPE_ARG4.
5104 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
5105 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
5106
7a60ad40
YQ
51072013-07-27 Jie Zhang <jie@codesourcery.com>
5108 Daniel Jacobowitz <dan@codesourcery.com>
5109 Yao Qi <yao@codesourcery.com>
5110
5111 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
5112 (mips-linux-watch.o): New rule.
5113 (mips_linux_watch_h): New variable.
5114 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
5115 srv_tgtobj.
5116 * linux-mips-low.c: Include mips-linux-watch.h.
5117 (struct arch_process_info, struct arch_lwp_info): New.
5118 (update_watch_registers_callback): New function.
5119 (mips_linux_new_process, mips_linux_new_thread) New functions.
5120 (mips_linux_prepare_to_resume, mips_insert_point): New
5121 functions.
5122 (mips_remove_point, mips_stopped_by_watchpoint): New
5123 functions.
5124 (rsp_bp_type_to_target_hw_bp_type): New function.
5125 (mips_stopped_data_address): New function.
5126 (the_low_target): Add watchpoint support functions.
5127
de6f69ad
YQ
51282013-07-27 Yao Qi <yao@codesourcery.com>
5129
5130 * i386-low.c: Include break-common.h.
5131 (enum target_hw_bp_type): Remove.
5132
3360c0bf
LM
51332013-07-24 Luis Machado <lgustavo@codesourcery.com>
5134
5135 * Makefile.in (SFILES): /common/target-common.c.
5136 (OBS): Add target-common.o.
5137 (server_h): Add $(srcdir)/../common/target-common.h.
5138 (target-common.o): New target.
5139 * server.c (queue_stop_reply_callback): Free
5140 status string after use.
5141 * target.c (target_waitstatus_to_string): Remove.
5142 * target.h: Include target-common.h.
5143 (resume_kind): Likewise.
5144 (target_waitkind): Likewise.
5145 (target_waitstatus): Likewise.
5146 (TARGET_WNOHANG): Likewise.
5147
bd885420
YQ
51482013-07-04 Yao Qi <yao@codesourcery.com>
5149
5150 * Makefile.in (host_alias): Use @host_noncanonical@.
5151 (target_alias): Use @target_noncanonical@.
5152 * configure.ac: Use ACX_NONCANONICAL_TARGET and
5153 ACX_NONCANONICAL_HOST.
5154 * configure: Regenerated.
5155
5156 Revert:
5157 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
5158
5159 * configure.ac (version_host, version_target): Set and AC_SUBST them.
5160 * configure: Rebuild.
5161 * Makefile.in (version_host, version_target): Get from configure.
5162 (version.c): Use $(version_host) and $(version_target).
5163
17ef446e
PA
51642013-07-03 Pedro Alves <palves@redhat.com>
5165
5166 * Makefile.in (config.status): Depend on development.sh.
5167 * acinclude.m4: Include libmcheck.m4.
5168 * configure: Regenerate.
5169
7a9a7487
MG
51702013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
5171
5172 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
5173 attribute inside the parentheses.
5174 (winapi_DebugSetProcessKillOnExit): Ditto.
5175 (winapi_DebugBreakProcess): Ditto.
5176 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 5177
49b64de6
MG
51782013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
5179
5180 * notif.h (notif_event): Add a dummy member to avoid compiler
5181 errors.
5182
d5749ee7
PA
51832013-07-01 Pedro Alves <palves@redhat.com>
5184
5185 * hostio.c (HOSTIO_PATH_MAX): Define.
5186 (require_filename, handle_open, handle_unlink, handle_readlink):
5187 Use it.
5188
d8d2a3ee
PA
51892013-07-01 Pedro Alves <palves@redhat.com>
5190
5191 * server.h: Include "pathmax.h".
5192 * linux-low.c: Don't include sys/param.h.
5193 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
5194 MAXPATHLEN.
5195 * win32-low.c: Don't include sys/param.h.
5196 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
5197
bc7dea8d
PA
51982013-07-01 Pedro Alves <palves@redhat.com>
5199
5200 * event-loop.c: Don't check HAVE_UNISTD_H before including
5201 <unistd.h>.
5202 * gdbreplay.c: Likewise.
5203 * remote-utils.c: Likewise.
5204 * server.c: Likewise.
5205 * configure.ac: Don't check for unistd.h.
5206 * configure: Regenerate.
5207
d6c2da54
TT
52082013-06-28 Tom Tromey <tromey@redhat.com>
5209
5210 * Makefile.in (version.c): Use version.in, not
5211 common/version.in.
5212
257b6bec
MG
52132013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
5214
5215 * configure.ac (version_host, version_target): Set and AC_SUBST them.
5216 * configure: Rebuild.
5217 * Makefile.in (version_host, version_target): Get from configure.
5218 (version.c): Use $(version_host) and $(version_target).
5219
86ebe149
DK
52202013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
5221
5222 Fix trace-status to output user name without trailing colon.
5223 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
5224
f30aa5af
DK
52252013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
5226
5227 Fix trace-status to output proper start-time and stop-time.
5228 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
5229 output start time and stop time in hex as gdb expects.
5230
28a93511
YQ
52312013-06-26 Pedro Alves <pedro@codesourcery.com>
5232
5233 * tracepoint.c (build_traceframe_info_xml): Output trace state
5234 variables present in the trace buffer.
5235
01208463
TT
52362013-06-24 Tom Tromey <tromey@redhat.com>
5237
5238 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
5239 create-version.sh.
5240 (version.o): Remove.
5241 * gdbreplay.c: Include version.h.
5242 (version, host_name): Don't declare.
5243 * server.h: Include version.h.
5244 (version, host_name): Don't declare.
5245
760256f9
PA
52462013-06-12 Pedro Alves <palves@redhat.com>
5247
5248 * linux-x86-low.c (linux_is_elf64): Delete global.
5249 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
5250 with local linux_pid_exe_is_elf_64_file use.
5251
030031ee
PA
52522013-06-11 Pedro Alves <palves@redhat.com>
5253
5254 * linux-low.c (regset_disabled, disable_regset): New functions.
5255 (regsets_fetch_inferior_registers)
5256 (regsets_store_inferior_registers): Use them.
5257 (initialize_regsets_info); Don't allocate the disabled_regsets
5258 array here.
5259 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
5260 comment.
5261
5da6eb0a
PA
52622013-06-11 Pedro Alves <palves@redhat.com>
5263
5264 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
5265 xmalloc.
5266
7e5aaa09
PA
52672013-06-11 Pedro Alves <palves@redhat.com>
5268
5269 * linux-x86-low.c (initialize_low_arch): Call
5270 init_registers_x32_avx_linux.
5271
d878444c
JK
52722013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 Fix compatibility with Android Bionic.
5275 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
5276 it is not empty.
5277
3aee8918
PA
52782013-06-07 Pedro Alves <palves@redhat.com>
5279
5f2b57b5 5280 PR server/14823
3aee8918
PA
5281 * Makefile.in (OBS): Add tdesc.o.
5282 (IPA_OBJS): Add tdesc-ipa.o.
5283 (tdesc-ipa.o): New rule.
5284 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
5285 interface.
5286 * linux-low.c (new_inferior): Delete.
5287 (disabled_regsets, num_regsets): Delete.
5288 (linux_add_process): Adjust to set the new per-process
5289 new_inferior flag.
5290 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
5291 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
5292 was a stop. When calling arch_setup, switch the current inferior
5293 to the thread that got an event.
5294 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
5295 (regsets_fetch_inferior_registers)
5296 (regsets_store_inferior_registers): New regsets_info parameter.
5297 Adjust to use it.
5298 (linux_register_in_regsets): New regs_info parameter. Adjust to
5299 use it.
5300 (register_addr, fetch_register, store_register): New usrregs_info
5301 parameter. Adjust to use it.
5302 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
5303 parameter regs_info. Adjust to use it.
5304 (linux_fetch_registers): Get the current inferior's regs_info, and
5305 adjust to use it.
5306 (linux_store_registers): Ditto.
5307 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
5308 (initialize_low): Don't initialize the target_regsets here. Call
5309 initialize_low_arch.
5310 * linux-low.h (target_regsets): Delete declaration.
5311 (struct regsets_info): New.
5312 (struct usrregs_info): New.
5313 (struct regs_info): New.
5314 (struct process_info_private) <new_inferior>: New field.
5315 (struct linux_target_ops): Delete the num_regs, regmap, and
5316 regset_bitmap fields. New field regs_info.
5317 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
5318 * i387-fp.c (num_xmm_registers): Delete.
5319 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
5320 calls to new interface.
5321 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
5322 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
5323 Infer the number of xmm registers from the regcache's target
5324 description.
5325 * i387-fp.h (num_xmm_registers): Delete.
5326 * inferiors.c (add_thread): Don't install the thread's regcache
5327 here.
5328 * proc-service.c (gregset_info): Fetch the current inferior's
5329 regs_info. Adjust to use it.
5330 * regcache.c: Include tdesc.h.
5331 (register_bytes, reg_defs, num_registers)
5332 (gdbserver_expedite_regs): Delete.
5333 (get_thread_regcache): If the thread doesn't have a regcache yet,
5334 create one, instead of aborting gdbserver.
5335 (regcache_invalidate_one): Rename to ...
5336 (regcache_invalidate_thread): ... this.
5337 (regcache_invalidate_one): New.
5338 (regcache_invalidate): Only invalidate registers of the current
5339 process.
5340 (init_register_cache): Add target_desc parameter, and use it.
5341 (new_register_cache): Ditto. Assert the target description has a
5342 non zero registers_size.
5343 (regcache_cpy): Add assertions. Adjust.
5344 (realloc_register_cache, set_register_cache): Delete.
5345 (registers_to_string, registers_from_string): Adjust.
5346 (find_register_by_name, find_regno, find_register_by_number)
5347 (register_cache_size): Add target_desc parameter, and use it.
5348 (free_register_cache_thread, free_register_cache_thread_one)
5349 (regcache_release, register_cache_size): New.
5350 (register_size): Add target_desc parameter, and use it.
5351 (register_data, supply_register, supply_register_zeroed)
5352 (supply_regblock, supply_register_by_name, collect_register)
5353 (collect_register_as_string, collect_register_by_name): Adjust.
5354 * regcache.h (struct target_desc): Forward declare.
5355 (struct regcache) <tdesc>: New field.
5356 (init_register_cache, new_register_cache): Add target_desc
5357 parameter.
5358 (regcache_invalidate_thread): Declare.
5359 (regcache_invalidate_one): Delete declaration.
5360 (regcache_release): Declare.
5361 (find_register_by_number, register_cache_size, register_size)
5362 (find_regno): Add target_desc parameter.
5363 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
5364 declarations.
5365 * remote-utils.c: Include tdesc.h.
5366 (outreg, prepare_resume_reply): Adjust.
5367 * server.c: Include tdesc.h.
5368 (gdbserver_xmltarget): Delete declaration.
5369 (get_features_xml, process_serial_event): Adjust.
5370 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
5371 declare.
5372 (struct process_info) <tdesc>: New field.
5373 (ipa_tdesc): Declare.
5374 * tdesc.c: New file.
5375 * tdesc.h: New file.
5376 * tracepoint.c: Include tdesc.h.
5377 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
5378 (get_context_regcache): Adjust to pass ipa_tdesc down.
5379 (do_action_at_tracepoint): Adjust to get the register cache size
5380 from the context regcache's description.
5381 (traceframe_walk_blocks): Adjust to get the register cache size
5382 from the current trace frame's description.
5383 (traceframe_get_pc): Adjust to get current trace frame's
5384 description and pass it down.
5385 (gdb_collect): Adjust to get the register cache size from the
5386 IPA's description.
5387 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
5388 (gdbserver_xmltarget): Delete.
5389 (initialize_low_tracepoint): Set the ipa's target description.
5390 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
5391 (initialize_low_tracepoint): Set the ipa's target description.
5392 * linux-x86-low.c: Include tdesc.h.
5393 [__x86_64__] (is_64bit_tdesc): New.
5394 (ps_get_thread_area, x86_get_thread_area): Use it.
5395 (i386_cannot_store_register): Rename to ...
5396 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
5397 (i386_cannot_fetch_register): Rename to ...
5398 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
5399 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
5400 to new interface.
5401 (target_regsets): Rename to ...
5402 (x86_regsets): ... this.
5403 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
5404 interface.
5405 (x86_siginfo_fixup): Use is_64bit_tdesc.
5406 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
5407 (tdesc_x32_avx_linux, tdesc_x32_linux)
5408 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
5409 Declare.
5410 (x86_linux_update_xmltarget): Delete.
5411 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
5412 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
5413 (AMD64_LINUX_USER64_CS): New.
5414 (x86_linux_read_description): New, based on
5415 x86_linux_update_xmltarget.
5416 (same_process_callback): New.
5417 (x86_arch_setup_process_callback): New.
5418 (x86_linux_update_xmltarget): New.
5419 (x86_regsets_info): New.
5420 (amd64_linux_regs_info): New.
5421 (i386_linux_usrregs_info): New.
5422 (i386_linux_regs_info): New.
5423 (x86_linux_regs_info): New.
5424 (x86_arch_setup): Reimplement.
5425 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
5426 (x86_emit_ops): Ditto.
5427 (the_low_target): Adjust. Install x86_linux_regs_info,
5428 x86_cannot_fetch_register, and x86_cannot_store_register.
5429 (initialize_low_arch): New.
5430 * linux-ia64-low.c (tdesc_ia64): Declare.
5431 (ia64_fetch_register): Adjust.
5432 (ia64_usrregs_info, regs_info): New globals.
5433 (ia64_regs_info): New function.
5434 (the_low_target): Adjust.
5435 (initialize_low_arch): New function.
5436 * linux-sparc-low.c (tdesc_sparc64): Declare.
5437 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
5438 Adjust.
5439 (sparc_arch_setup): New function.
5440 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
5441 (the_low_target): Adjust.
5442 (initialize_low_arch): New function.
5443 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
5444 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
5445 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
5446 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
5447 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
5448 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
5449 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
5450 (tdesc_powerpc_isa205_vsx64l): Declare.
5451 (ppc_cannot_store_register, ppc_collect_ptrace_register)
5452 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
5453 (ppc_set_pc, ppc_get_hwcap): Adjust.
5454 (ppc_usrregs_info): Forward declare.
5455 (!__powerpc64__) ppc_regmap_adjusted: New global.
5456 (ppc_arch_setup): Adjust to the current process'es target
5457 description.
5458 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
5459 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
5460 (ppc_store_evrregset): Adjust.
5461 (target_regsets): Rename to ...
5462 (ppc_regsets): ... this, and make static.
5463 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
5464 (ppc_regs_info): New function.
5465 (the_low_target): Adjust.
5466 (initialize_low_arch): New function.
5467 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
5468 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
5469 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
5470 (tdesc_s390x_linux64v2): Declare.
5471 (s390_collect_ptrace_register, s390_supply_ptrace_register)
5472 (s390_fill_gregset, s390_store_last_break): Adjust.
5473 (target_regsets): Rename to ...
5474 (s390_regsets): ... this, and make static.
5475 (s390_get_pc, s390_set_pc): Adjust.
5476 (s390_get_hwcap): New target_desc parameter, and use it.
5477 [__s390x__] (have_hwcap_s390_high_gprs): New global.
5478 (s390_arch_setup): Adjust to set the current process'es target
5479 description. Don't adjust the regmap.
5480 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
5481 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
5482 (regs_info_3264): New globals.
5483 (s390_regs_info): New function.
5484 (the_low_target): Adjust.
5485 (initialize_low_arch): New function.
5486 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
5487 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
5488 [__mips64] (init_registers_mips_linux)
5489 (init_registers_mips_dsp_linux): Delete defines.
5490 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
5491 (have_dsp): New global.
5492 (mips_read_description): New, based on mips_arch_setup.
5493 (mips_arch_setup): Reimplement.
5494 (get_usrregs_info): New function.
5495 (mips_cannot_fetch_register, mips_cannot_store_register)
5496 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
5497 (mips_fill_fpregset, mips_store_fpregset): Adjust.
5498 (target_regsets): Rename to ...
5499 (mips_regsets): ... this, and make static.
5500 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
5501 (dsp_regs_info, regs_info): New globals.
5502 (mips_regs_info): New function.
5503 (the_low_target): Adjust.
5504 (initialize_low_arch): New function.
5505 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
5506 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
5507 Declare.
5508 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
5509 (arm_read_description): New, with bits factored from
5510 arm_arch_setup.
5511 (arm_arch_setup): Reimplement.
5512 (target_regsets): Rename to ...
5513 (arm_regsets): ... this, and make static.
5514 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
5515 (arm_regs_info): New function.
5516 (the_low_target): Adjust.
5517 (initialize_low_arch): New function.
5518 * linux-m68k-low.c (tdesc_m68k): Declare.
5519 (target_regsets): Rename to ...
5520 (m68k_regsets): ... this, and make static.
5521 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
5522 (m68k_regs_info): New function.
5523 (m68k_arch_setup): New function.
5524 (the_low_target): Adjust.
5525 (initialize_low_arch): New function.
5526 * linux-sh-low.c (tdesc_sharch): Declare.
5527 (target_regsets): Rename to ...
5528 (sh_regsets): ... this, and make static.
5529 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
5530 (sh_regs_info, sh_arch_setup): New functions.
5531 (the_low_target): Adjust.
5532 (initialize_low_arch): New function.
5533 * linux-bfin-low.c (tdesc_bfin): Declare.
5534 (bfin_arch_setup): New function.
5535 (bfin_usrregs_info, regs_info): New globals.
5536 (bfin_regs_info): New function.
5537 (the_low_target): Adjust.
5538 (initialize_low_arch): New function.
5539 * linux-cris-low.c (tdesc_cris): Declare.
5540 (cris_arch_setup): New function.
5541 (cris_usrregs_info, regs_info): New globals.
5542 (cris_regs_info): New function.
5543 (the_low_target): Adjust.
5544 (initialize_low_arch): New function.
5545 * linux-cris-low.c (tdesc_crisv32): Declare.
5546 (cris_arch_setup): New function.
5547 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
5548 (cris_regs_info): New function.
5549 (the_low_target): Adjust.
5550 (initialize_low_arch): New function.
5551 * linux-m32r-low.c (tdesc_m32r): Declare.
5552 (m32r_arch_setup): New function.
5553 (m32r_usrregs_info, regs_info): New globals.
5554 (m32r_regs_info): Adjust.
5555 (initialize_low_arch): New function.
5556 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
5557 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
5558 (tic6x_usrregs_info): Forward declare.
5559 (tic6x_read_description): New function, based on ...
5560 (tic6x_arch_setup): ... this. Reimplement.
5561 (target_regsets): Rename to ...
5562 (tic6x_regsets): ... this, and make static.
5563 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
5564 (tic6x_regs_info): New function.
5565 (the_low_target): Adjust.
5566 (initialize_low_arch): New function.
5567 * linux-xtensa-low.c (tdesc_xtensa): Declare.
5568 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
5569 (target_regsets): Rename to ...
5570 (xtensa_regsets): ... this, and make static.
5571 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
5572 globals.
5573 (xtensa_arch_setup, xtensa_regs_info): New functions.
5574 (the_low_target): Adjust.
5575 (initialize_low_arch): New function.
5576 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
5577 (nios2_arch_setup): Set the current process'es tdesc.
5578 (target_regsets): Rename to ...
5579 (nios2_regsets): ... this.
5580 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
5581 (nios2_regs_info): New function.
5582 (the_low_target): Adjust.
5583 (initialize_low_arch): New function.
a261b8f5
PA
5584 * linux-aarch64-low.c (tdesc_aarch64): Declare.
5585 (aarch64_arch_setup): Set the current process'es tdesc.
5586 (target_regsets): Rename to ...
5587 (aarch64_regsets): ... this.
5588 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
5589 (aarch64_regs_info): New function.
5590 (the_low_target): Adjust.
5591 (initialize_low_arch): New function.
3aee8918
PA
5592 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
5593 globals.
5594 (target_regsets): Rename to ...
5595 (tile_regsets): ... this.
5596 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
5597 (tile_regs_info): New function.
5598 (tile_arch_setup): Set the current process'es tdesc.
5599 (the_low_target): Adjust.
5600 (initialize_low_arch): New function.
5601 * spu-low.c (tdesc_spu): Declare.
5602 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
5603 * win32-arm-low.c (tdesc_arm): Declare.
5604 (arm_arch_setup): New function.
5605 (the_low_target): Install arm_arch_setup instead of
5606 init_registers_arm.
5607 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
5608 (init_windows_x86): Rename to ...
5609 (i386_arch_setup): ... this. Set `win32_tdesc'.
5610 (the_low_target): Adjust.
5611 * win32-low.c (win32_tdesc): New global.
5612 (child_add_thread): Don't create the thread cache here.
5613 (do_initial_child_stuff): Set the new process'es tdesc.
5614 * win32-low.h (struct target_desc): Forward declare.
5615 (win32_tdesc): Declare.
5616 * lynx-i386-low.c (tdesc_i386): Declare global.
5617 (lynx_i386_arch_setup): Set `lynx_tdesc'.
5618 * lynx-low.c (lynx_tdesc): New global.
5619 (lynx_add_process): Set the new process'es tdesc.
5620 * lynx-low.h (struct target_desc): Forward declare.
5621 (lynx_tdesc): Declare global.
5622 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
5623 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
5624 * nto-low.c (nto_tdesc): New global.
5625 (do_attach): Set the new process'es tdesc.
5626 * nto-low.h (struct target_desc): Forward declare.
5627 (nto_tdesc): Declare.
5628 * nto-x86-low.c (tdesc_i386): Declare.
5629 (nto_x86_arch_setup): Set `nto_tdesc'.
5630
b1fbec62
GB
56312013-06-04 Gary Benson <gbenson@redhat.com>
5632
5633 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
5634 to qSupported response when appropriate.
5635 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
5636 with nonzero-length annex.
5637 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
5638 arguments supplied in annex.
5639
d1ec4ce7
DE
56402013-05-31 Doug Evans <dje@google.com>
5641
ac44adcb 5642 PR server/15594
d1ec4ce7
DE
5643 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
5644 64 bits in 64-cross-32 environment.
5645
9b25f2d3
PA
56462013-05-28 Pedro Alves <palves@redhat.com>
5647
5648 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
5649 (aarch64-without-fpu.c): Delete rule.
5650 * configure.srv (aarch64*-*-linux*): Remove references to
5651 aarch64-without-fpu.o and aarch64-without-fpu.xml.
5652 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
5653 declaration.
5654
6740dc9c
PA
56552013-05-24 Pedro Alves <palves@redhat.com>
5656
5657 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
5658 instead of strchr/decode_address. Error if the range isn't split
5659 with a ','. Don't assume there's be a ':' in the action.
5660
c2d6af84
PA
56612013-05-23 Yao Qi <yao@codesourcery.com>
5662 Pedro Alves <palves@redhat.com>
5663
5664 * linux-low.c (lwp_in_step_range): New function.
5665 (linux_wait_1): If the thread was range stepping and stopped
5666 outside the stepping range, report the stop to GDB. Otherwise,
5667 continue stepping. Add range stepping debug output.
5668 (linux_set_resume_request): Copy the step range from the resume
5669 request to the lwp.
5670 (linux_supports_range_stepping): New.
5671 (linux_target_ops) <supports_range_stepping>: Set to
5672 linux_supports_range_stepping.
5673 * linux-low.h (struct linux_target_ops)
5674 <supports_range_stepping>: New field.
5675 (struct lwp_info) <step_range_start, step_range_end>: New fields.
5676 * linux-x86-low.c (x86_supports_range_stepping): New.
5677 (the_low_target) <supports_range_stepping>: Set to
5678 x86_supports_range_stepping.
5679 * server.c (handle_v_cont): Handle 'r' action.
5680 (handle_v_requests): Append ";r" if the target supports range
5681 stepping.
5682 * target.h (struct thread_resume) <step_range_start,
5683 step_range_end>: New fields.
5684 (struct target_ops) <supports_range_stepping>:
5685 New field.
5686 (target_supports_range_stepping): New macro.
5687
58794e1a
JB
56882013-05-17 Joel Brobecker <brobecker@adacore.com>
5689
5690 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
5691 confusion in comment.
5692
d631c5a7
JB
56932013-05-17 Joel Brobecker <brobecker@adacore.com>
5694
5695 * lynx-low.c (struct process_info_private): New type.
5696 (lynx_add_process): New function.
5697 (lynx_create_inferior, lynx_attach): Replace calls to
5698 add_process by calls to lynx_add_process.
5699 (lynx_resume): If PTID is null, then try using
5700 current_process()->private->last_wait_event_ptid.
5701 Add comments.
5702 (lynx_clear_inferiors): Delete. The contents of that function
5703 has been inlined in lynx_mourn;
5704 (lynx_wait_1): Save the ptid in the process's private data.
5705 (lynx_mourn): Free the process' private data. Replace call
5706 to lynx_clear_inferiors by call to clear_inferiors.
5707
96f7a20f
YQ
57082013-05-17 Yao Qi <yao@codesourcery.com>
5709
5710 * i386-low.c (i386_length_and_rw_bits): Move the comment to
5711 the right place.
5712
db0dfaa0
LM
57132013-05-16 Luis Machado <lgustavo@codesourcery.com>
5714
5715 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
5716 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
5717 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
5718 PT_TEXT_END_ADDR guards. Update comments.
5719 (linux_target_op) <read_offsets>: Conditionally define to
5720 linux_read_offsets if the target is UCLIBC and if it defines
5721 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
5722
68f5f838
SL
57232013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5724 Andrew Jenner <andrew@codesourcery.com>
5725
5726 * Makefile.in (SFILES): Add linux-nios2-low.c.
5727 (clean): Add action to delete nios2-linux.c.
5728 (nios2-linux.c): New rule.
5729 * configure.srv: Add nios2*-*-linux*.
5730 * linux-nios2-low.c: New.
5731
1ebff1fd
HAQ
57322013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
5733
5734 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
5735
f6150862
HZ
57362013-04-25 Hui Zhu <hui@codesourcery.com>
5737
5738 PR gdb/15186
f6150862
HZ
5739 * ax.c (ax_printf): Add fflush.
5740
614c279d
TT
57412013-04-22 Tom Tromey <tromey@redhat.com>
5742
5743 * Makefile.in (SFILES): Add filestuff.c.
5744 (OBS): Add filestuff.o.
5745 (filestuff.o): New target.
5746 * config.in, configure: Rebuild.
5747 * configure.ac: Check for fdwalk, pipe2.
5748
7d4e5717
PA
57492013-04-17 Pedro Alves <palves@redhat.com>
5750
5751 * configure.ac (USE_THREAD_DB): Delete variable.
5752 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
5753 Don't AC_SUBST USE_THREAD_DB.
5754 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
5755 * config.in, configure: Regenerate.
5756
d5c93e41
PA
57572013-04-16 Pedro Alves <palves@redhat.com>
5758
5759 * linux-low.h (struct lwp_info) <thread_known>: Move under
5760 the USE_THREAD_DB #ifdef.
5761
04f5fe89
PA
57622013-04-16 Pedro Alves <palves@redhat.com>
5763
5764 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
5765 (linux-low.o): Delete rule.
5766 * linux-low.h: Always include "gdb_thread_db.h" instead of
5767 conditionally including thread_db.h.
5768 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
5769 HAVE_THREAD_DB_H.
5770
480b27bf
JK
57712013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5772
5773 * Makefile.in (install-only): Fix make install regression.
5774
43662968
JK
57752013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5776
5777 Convert man pages to texinfo, new gdbinit.5 texinfo page.
5778 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
5779 installation.
5780 * gdbserver.1: Remove.
5781
3e74e146
PA
57822013-03-22 Pedro Alves <palves@redhat.com>
5783
5784 * linux-low.c (handle_extended_wait): Don't call
5785 linux_enable_event_reporting.
5786
a8347a2a
TT
57872013-03-15 Tony Theodore <tonyt@logyst.com>
5788
5789 PR build/9098:
5790 * Makefile.in (SHELL): Use @SHELL@.
5791
eeb56fa7
SDJ
57922013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
5793
5794 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
5795 compiler warning.
5796
4fa7e2ff
JB
57972013-03-13 Joel Brobecker <brobecker@adacore.com>
5798
5799 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
5800 Remove extraneous NULL element.
5801
8ddb1965
YQ
58022013-03-13 Yao Qi <yao@codesourcery.com>
5803
5804 * tracepoint.c (traceframe_read_tsv): Look for the last matched
5805 'V' block in trace frame.
5806
9accd112
MM
58072013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5808
5809 * target.h (struct target_ops): Add btrace ops.
5810 (target_supports_btrace): New macro.
5811 (target_enable_btrace): New macro.
5812 (target_disable_btrace): New macro.
5813 (target_read_btrace): New macro.
5814 * gdbthread.h (struct thread_info): Add btrace field.
5815 * server.c: Include btrace-common.h.
5816 (handle_btrace_general_set): New function.
5817 (handle_btrace_enable): New function.
5818 (handle_btrace_disable): New function.
5819 (handle_general_set): Call handle_btrace_general_set.
5820 (handle_qxfer_btrace): New function.
5821 (struct qxfer qxfer_packets[]): Add btrace entry.
5822 * inferiors.c (remove_thread): Disable btrace.
5823 * linux-low: Include linux-btrace.h.
5824 (linux_low_enable_btrace): New function.
5825 (linux_low_read_btrace): New function.
5826 (linux_target_ops): Add btrace ops.
5827 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
5828 Add srv_linux_btrace=yes.
5829 (x86_64-*-linux*): Add linux-btrace.o.
5830 Add srv_linux_btrace=yes.
5831 * configure.ac: Define HAVE_LINUX_BTRACE.
5832 * config.in: Regenerated.
5833 * configure: Regenerated.
5834
5cc22e4c
MM
58352013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5836
5837 * server.c (handle_qxfer): Preserve error message if -3 is
5838 returned.
5839 (qxfer): Document the -3 return value.
5840
7c97f91e
MM
58412013-03-11 Markus Metzger <markus.t.metzger@intel.com>
5842
5843 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
5844 (linux_btrace_h): New variable.
5845 (linux-btrace.o): New rule.
5846
be9a119c 58472013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
5848 Hafiz Abid Qadeer <abidh@codesourcery.com>
5849
5850 * tracepoint.c (trace_buffer_size): New global.
5851 (DEFAULT_TRACE_BUFFER_SIZE): New define.
5852 (init_trace_buffer): Change to one-argument function. Allocate
5853 trace buffer memory.
5854 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
5855 handle QTBuffer:size packet.
5856 (cmd_bigqtbuffer_size): New function.
5857 (initialize_tracepoint): Call init_trace_buffer with
5858 DEFAULT_TRACE_BUFFER_SIZE.
5859 * server.c (handle_query): Add QTBuffer:size in the
5860 supported packets.
5861
e64f7499
YQ
58622013-03-07 Yao Qi <yao@codesourcery.com>
5863
5864 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
5865 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
5866 of -1.
5867 (cmd_qtsp): Adjust condition. Do post increment.
5868 Set cur_action and cur_step_action back to 0.
5869
f0ae6fc3
PA
58702013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
5871
5872 PR server/15236
5873 * linux-low.c (linux_write_memory): Return early success if LEN is
5874 zero.
5875
b5b0b0af
CV
58762013-03-05 Corinna Vinschen <vinschen@redhat.de>
5877
334ad4a8 5878 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 5879
589bc927
TT
58802013-02-28 Tom Tromey <tromey@redhat.com>
5881
5882 * configure.ac: Invoke AC_SYS_LARGEFILE.
5883 * configure, config.in: Rebuild.
5884
dfe07582
CV
58852013-02-28 Corinna Vinschen <vinschen@redhat.com>
5886
5887 * win32-low.c: Throughout, fix format strings and casts of
5888 printf-like functions to avoid type related warnings on all
5889 platforms.
5890 (get_child_debug_event): Print dwDebugEventCode as hex since
5891 that's how it's usually documented.
5892
736cd585
YQ
58932013-02-28 Yao Qi <yao@codesourcery.com>
5894
5895 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
5896 pulongest.
5897
e1f58301
JW
58982013-02-27 Jiong Wang <jiwang@tilera.com>
5899
5900 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
5901 (reg-tilegx32.c): New rule.
5902 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
5903 * linux-tile-low.c (tile_arch_setup): New function. Invoke
5904 different register info initializer according to elf class.
5905 (init_registers_tilgx32): New function. The tilegx32 register info
5906 initializer.
5907 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
5908 (tile_store_gregset): Likewise.
5909
d171ca78
YQ
59102013-02-27 Yao Qi <yao@codesourcery.com>
5911
5912 * server.c (process_point_options): Print debug message when
5913 debug_threads is true.
5914
282bbdf3
YQ
59152013-02-26 Yao Qi <yao@codesourcery.com>
5916
5917 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
5918
aca22551
PA
59192013-02-19 Pedro Alves <palves@redhat.com>
5920 Kai Tietz <ktietz@redhat.com>
5921
5922 PR gdb/15161
5923
5924 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
5925 instead of strtoul to extract address from packet.
5926 (process_serial_event) <'z'>: Likewise.
5927
4f3cee1c
YQ
59282013-02-18 Yao Qi <yao@codesourcery.com>
5929
5930 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
5931
8e1d55a3
PA
59322013-02-14 Pedro Alves <palves@redhat.com>
5933
5934 Plug memory leak.
5935
5936 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
5937 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
5938
458820da
PA
59392013-02-14 Pedro Alves <palves@redhat.com>
5940
5941 * tracepoint.c (cmd_qtdpsrc): Use savestring.
5942
baea0dae
PA
59432013-02-14 Pedro Alves <palves@redhat.com>
5944
5945 * tracepoint.c (save_string): Delete.
5946 (add_tracepoint_action): Use savestring instead of save_string.
5947
0b1afbb3
PA
59482013-02-12 Pedro Alves <palves@redhat.com>
5949
5950 * linux-xtensa-low.c: Ditto.
5951 * xtensa-xtregs.c: Ditto.
5952
8a4ac37e
PA
59532013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
5954
5955 * thread-db.c (thread_db_get_tls_address): NULL pointer check
5956 thread_db.
5957
148de6bb
MS
59582013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
5959
5960 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
5961 aarch64_num_wp_regs and aarch64_num_bp_regs to
5962 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
5963
55fac6e0
MS
59642013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
5965
5966 * linux-aarch64-low.c (ps_get_thread_area): Replace
5967 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
5968
176eb98c
MS
59692013-02-04 Jim MacArthur <jim.macarthur@arm.com>
5970 Marcus Shawcroft <marcus.shawcroft@arm.com>
5971 Nigel Stephens <nigel.stephens@arm.com>
5972 Yufeng Zhang <yufeng.zhang@arm.com>
5973
5974 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
5975 (aarch64.c, aarch64-without-fpu.c): New targets.
5976 * configure.srv (aarch64*-*-linux*): New.
5977 * linux-aarch64-low.c: New file.
5978
56f7af9c
MS
59792013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
5980
43aaf8b6 5981 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
5982 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
5983 (dequeue_one_deferred_signal, linux_resume_one_thread)
5984 (fetch_register, linux_write_memory, linux_enable_event_reporting)
5985 (linux_tracefork_grandchild, linux_test_for_tracefork)
5986 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
5987 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
5988 where the argument is 0.
5989
60f662b0
YQ
59902013-01-25 Yao Qi <yao@codesourcery.com>
5991
5992 * event-loop.c: Include "queue.h".
5993 (gdb_event_p): New typedef.
5994 (struct gdb_event) <next_event>: Remove.
5995 (event_queue): Change to QUEUE(gdb_event_p).
5996 (async_queue_event): Remove.
5997 (gdb_event_xfree): New.
5998 (initialize_event_loop): New.
5999 (process_event): Use API from QUEUE.
6000 (wait_for_event): Likewise.
6001 * server.c (main): Call initialize_event_loop.
6002 * server.h (initialize_event_loop): Declare.
6003
5ae4861a
YQ
60042013-01-18 Yao Qi <yao@codesourcery.com>
6005
6006 * ax.h (struct eval_agent_expr_context): New.
6007 (gdb_eval_agent_expr): Update declaration.
6008 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
6009 TFRAME. Add new argument CTX.
6010 * server.h (struct eval_agent_expr_context): Declare.
6011 (agent_mem_read, agent_tsv_read): Update declaration.
6012 (agent_mem_read_string): Likewise.
6013 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
6014 (add_traceframe_block): Add new argument TPOINT.
6015 Increase TPOINT->traceframe_usage.
6016 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
6017 eval_tracepoint_agent_expr.
6018 (condition_true_at_tracepoint): Likewise.
6019 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
6020 (agent_mem_read_string, agent_tsv_read): Likewise.
6021
85e00e85
YQ
60222013-01-16 Yao Qi <yao@codesourcery.com>
6023
6024 * linux-low.c (linux_resume_one_lwp): Don't check
6025 'lwp->bp_reinsert != 0'.
6026
4039cf45
JB
60272013-01-07 Joel Brobecker <brobecker@adacore.com>
6028 Pedro Alves <palves@redhat.com>
6029
6030 * lynx-low.c (ptrace_request_to_str): Define a temporary
6031 macro and use it to simplify this function's implementation.
6032
9044dee2
JB
60332013-01-07 Joel Brobecker <brobecker@adacore.com>
6034
6035 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
6036 sets errno.
6037
e6352c8f
JB
60382013-01-07 Joel Brobecker <brobecker@adacore.com>
6039
6040 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
6041
50681a27
JB
60422013-01-07 Joel Brobecker <brobecker@adacore.com>
6043
6044 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
6045
3f6e77ef
JB
60462013-01-07 Joel Brobecker <brobecker@adacore.com>
6047
6048 * lynx-low.c (lynx_resume): Use the resume_info parameter
6049 to determine the ptid for the lynx_ptrace call, unless
6050 it is equal to minus_one_ptid, in which case we use the
6051 ptid of the current_inferior.
6052 (lynx_wait_1): After having received a thread create/exit
6053 event, resume the inferior's execution using the signaling
6054 thread's ptid, rather than the old ptid.
6055
7fda33ae
JB
60562013-01-07 Joel Brobecker <brobecker@adacore.com>
6057
6058 * lynx-low.c (lynx_resume): Delete variable ret.
6059
b9786c74
JB
60602013-01-01 Joel Brobecker <brobecker@adacore.com>
6061
6062 * gdbreplay.c (gdbreplay_version): Update copyright year.
6063 * server.c (gdbserver_version): Likewise.
6064
8b93d60f
JB
60652012-12-17 Joel Brobecker <brobecker@adacore.com>
6066
6067 * lynx-low.c (lynx_wait_1): Add debug trace before adding
6068 new thread.
6069
037335a7
JB
60702012-12-17 Joel Brobecker <brobecker@adacore.com>
6071
6072 * lynx-low.c (ptrace_request_to_str): Add handling for
6073 PTRACE_GETTRACESIG.
6074
52d4cbd8
JB
60752012-12-17 Joel Brobecker <brobecker@adacore.com>
6076
6077 * lynx-low.c (lynx_attach): Delete variable new_process.
6078
ab8f6ca9
JB
60792012-12-17 Joel Brobecker <brobecker@adacore.com>
6080
6081 * lynx-low.c (lynx_create_inferior): Delete variable
6082 new_process.
6083
78cbc024
JB
60842012-12-17 Joel Brobecker <brobecker@adacore.com>
6085
6086 * lynx-low.c (ptrace_request_to_str): Do not handle
6087 PTRACE_GETTHREADLIST if this macro does not exist.
6088
14a00470
YQ
60892012-12-15 Yao Qi <yao@codesourcery.com>
6090
6091 * Makefile.in (OBS): Add notif.o.
6092 * notif.c, notif.h: New.
6093 * server.c: Include "notif.h".
6094 (struct vstop_notif) <next>: Remove.
6095 <base>: New field.
6096 (queue_stop_reply): Update.
6097 (push_event, send_next_stop_reply): Remove.
6098 (discard_queued_stop_replies): Update.
6099 (notif_stop): New variable.
6100 (handle_v_stopped): Remove.
6101 (handle_v_requests): Don't call handle_v_stopped. Call
6102 handle_ack_notif instead.
6103 (queue_stop_reply_callback): Call notif_event_enque instead
6104 of queue_stop_reply.
6105 (handle_status): Don't call send_next_stop_reply, call
6106 notif_write_event instead.
6107 (kill_inferior_callback): Likewise.
6108 (detach_or_kill_inferior_callback): Likewise.
6109 (main): Call initialize_notif.
6110 (process_serial_event): Call QUEUE_is_empty.
6111 (handle_target_event): Call notif_push instead of push event.
6112 * server.h (push_event): Remove declaration.
6113
61c125b9
TT
61142012-12-10 Tom Tromey <tromey@redhat.com>
6115
6116 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
6117 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
6118 macros.
6119 (.c.o): Rewrite.
6120 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
6121 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
6122 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
6123 (amd64-linux-ipa.o, ax.o): Rewrite.
6124 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
6125 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
6126 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
6127 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
6128 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
6129 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
6130 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
6131 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
6132 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
6133 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
6134 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
6135 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
6136 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
6137 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
6138 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
6139 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
6140 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
6141 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
6142 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
6143 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
6144 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
6145 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
6146 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
6147 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
6148 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
6149 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
6150 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
6151 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
6152 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
6153 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
6154 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
6155 (reg-tilegx.o): Remove.
6156 (all_object_files): New macro.
6157 Include .deps files.
6158 * aclocal.m4, configure: Rebuild.
6159 * acinclude.m4: Include depstand.m4, lead-dot.m4.
6160 * configure.ac: Invoke ZW_CREATE_DEPDIR,
6161 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
6162
e90e9ad9
TT
61632012-12-05 Tom Tromey <tromey@redhat.com>
6164
6165 PR gdb/14917:
6166 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
6167
02d403bf 61682012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
6169
6170 * configure.ac: Check for linux/perf_event.h.
6171 * config.in: Regenerated.
6172 * configure: Regenerated.
6173
0270a750
PA
61742012-11-26 Maxime Villard <rustyBSD@gmx.fr>
6175
6176 * hostio.c (handle_readlink): Decrease buffer size
6177 parameter passed to readlink by one byte.
6178
8c29b58e
YQ
61792012-11-26 Yao Qi <yao@codesourcery.com>
6180
6181 * configure.ac (build_warnings): Append '-Wempty-body'.
6182 * configure: Regenerated.
6183 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
6184 body.
6185
8bdce1ff
PM
61862012-11-15 Pierre Muller <muller@sourceware.org>
6187
6188 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
6189 * config.in: Regenerate.
6190 * configure: Regenerate.
6191 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
6192 Use "gdb_wait.h" header instead of <sys/wait.h> header.
6193 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
6194 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
6195 header.
6196 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
6197 instead of <sys/wait.h> header.
6198 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
6199
02d403bf 62002012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
6201
6202 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
6203 (various make rules): Remove -DGDBSERVER
6204
fbd5db48
YQ
62052012-11-09 Yao Qi <yao@codesourcery.com>
6206
6207 * spu-low.c (current_ptid): Move it to ..
6208 * gdbthread.h: ... here. New.
6209 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
6210 * server.c (myresume, process_serial_event): Likewise.
6211 * thread-db.c (thread_db_find_new_threads): Likewise.
6212 * tracepoint.c (run_inferior_command): Likewise.
6213
b3dc46ff
AB
62142012-10-01 Andrew Burgess <aburgess@broadcom.com>
6215
6216 * server.c (handle_search_memory_1): Include access length in
6217 warning message.
6218
07c04788
HPN
62192012-09-05 Michael Brandt <michael.brandt@axis.com>
6220
6221 * linux-crisv32-low.c: Fix compile errors.
6222
918d227b
YQ
62232012-09-04 Yao Qi <yao@codesourcery.com>
6224
6225 * tracepoint.c (cmd_qtsv): Adjust debug message.
6226 Don't check CUR_TPOINT.
6227
18c1b81a
YQ
62282012-08-28 Yao Qi <yao@codesourcery.com>
6229
6230 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
6231 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
6232 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
6233 Remove declarations of xmalloc, xreallloc, xstrdup and
6234 freeargv.
6235 * Makefile.in (libiberty_h): New.
6236 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
6237 (linux-bfin-low.o): Append dependency 'libiberty.h'.
6238
dc82f37b
YQ
62392012-08-23 Yao Qi <yao@codesourcery.com>
6240
6241 * server.h: Remove declaration of 'xsnprintf'.
6242
406b1477
KS
62432012-08-22 Keith Seitz <keiths@redhat.com>
6244
6245 * server.h: Include build-gnulib-gbserver/config.h.
6246 * gdbreplay.c: Likewise.
6247
e6712ff1
DE
62482012-08-08 Doug Evans <dje@google.com>
6249
6250 * Makefile.in (SFILES): Add gdb_vecs.c.
6251 (OBS): Add gdb_vecs.o.
6252 (gdb_vecs_h, host_defs_h): New variables.
6253 (thread-db.o): Add $(gdb_vecs_h) dependency.
6254 (gdb_vecs.o): New rule.
6255 * thread-db.c: #include "gdb_vecs.h".
6256 (thread_db_load_search): Use a vector to iterate over path elements.
6257 Handle text appearing after "$pdir".
6258
6259 * configure.ac: Add check for strstr.
6260 * config.in: Regenerate.
6261 * configure: Regenerate.
6262
7c3270ae
UW
62632012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
6264
6265 * hostio.c (handle_pread): If pread fails, fall back to attempting
6266 lseek/read.
6267 (handle_pwrite): Likewise for pwrite.
6268
b62e2b27
UW
62692012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
6270
6271 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
6272 between unsupported TYPE and unimplementable ADDR/LEN combination.
6273 (arm_insert_point): Act on new return value.
6274
78a99e91
PA
62752012-07-31 Pedro Alves <palves@redhat.com>
6276
6277 * server.c (process_point_options): Only skip tokens if we find
6278 one that is unrecognized. Don't treat 'X' specially while
6279 skipping unrecognized tokens.
6280
fcf303ab
UW
62812012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
6282
6283 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
6284 to 4-byte-align HW breakpoint addresses for Thumb.
6285
7255706c
YQ
62862012-07-27 Yao Qi <yao@codesourcery.com>
6287
6288 PR remote/14161.
6289
6290 * server.h: Declare gdb_agent_about_to_close.
6291 * target.c (kill_inferior): Include "agent.h".
6292 New. Send command 'kill'.
6293 * target.h (kill_inferior): Removed macro.
6294 * tracepoint.c (gdb_agent_about_to_close): New.
6295 (gdb_agent_helper_thread): Handle command 'close'.
6296 Wait endlessly until the inferior stops.
6297 Install gdb_agent_remove_socket to atexit hook.
6298 (agent_socket_name): New static variable.
6299 (gdb_agent_socket_init): Replace local variable 'name' with
6300 'agent_socket_name'.
6301 (gdb_agent_remove_socket): New.
6302
5a3f286f
YQ
63032012-07-27 Yao Qi <yao@codesourcery.com>
6304
6305 * server.c (process_point_options): Stop at 'X' when parsing.
6306
961bd387
ME
63072012-07-19 Michael Eager <eager@eagercon.com>
6308
a261b8f5 6309 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
6310 to hw_execute.
6311 * linux-x86-low.c (x86_insert_point, x86_remove_point):
6312 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
6313 hardware breakpoint.
6314
aa7c7447
JK
63152012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6316
6317 * gdbserver/linux-low.c (initialize_low): Call
6318 linux_ptrace_init_warnings.
6319
7f216e7c
DE
63202012-07-02 Doug Evans <dje@google.com>
6321
6322 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
6323 pointer to int.
6324
d3ce09f5
SS
63252012-07-02 Stan Shebs <stan@codesourcery.com>
6326
6327 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
6328 (ax.o): Add it to build rule.
6329 (ax-ipa.o): Ditto.
6330 (OBS): Add format.o.
6331 (IPA_OBS): Add format.o.
6332 * server.c (handle_query): Claim support for breakpoint commands.
6333 (process_point_options): Add command case.
6334 (process_serial_event): Leave running if there are printfs in
6335 effect.
6336 * mem-break.h (any_persistent_commands): Declare.
6337 (add_breakpoint_commands): Declare.
6338 (gdb_no_commands_at_breakpoint): Declare.
6339 (run_breakpoint_commands): Declare.
6340 * mem-break.c (struct point_command_list): New struct.
6341 (struct breakpoint): New field command_list.
6342 (any_persistent_commands): New function.
6343 (add_commands_to_breakpoint): New function.
6344 (add_breakpoint_commands): New function.
6345 (gdb_no_commands_at_breakpoint): New function.
6346 (run_breakpoint_commands): New function.
6347 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
6348 locally.
6349 * ax.c: Include format.h.
6350 (ax_printf): New function.
6351 (gdb_eval_agent_expr): Add printf opcode.
6352
2f8f6aed
YQ
63532012-06-13 Yao Qi <yao@codesourcery.com>
6354
6355 * server.c (start_inferior): Remove duplicated writes to fields
6356 'last_resume_kind' and 'last_status' of 'current_inferior'.
6357
0c9070b3
YQ
63582012-06-12 Yao Qi <yao@codesourcery.com>
6359 Pedro Alves <palves@redhat.com>
6360
6361 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
6362 comment.
6363 * server.c (handle_v_cont): Extend comment.
6364
c52daf70
YQ
63652012-06-11 Yao Qi <yao@codesourcery.com>
6366
6367 * linux-low.c (linux_attach): Add 'static'.
6368
d38bbb0a
YQ
63692012-06-06 Yao Qi <yao@codesourcery.com>
6370
6371 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
6372
89dc0afd
JK
63732012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6374
6375 Fix gcc -flto compilation warning.
6376 * server.c (main): Make variable multi_mode and attach volatile.
6377
75f62ce7
TJB
63782012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6379
6380 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
6381 if the platform doesn't know about it.
6382
65f479b6
PA
63832012-05-30 Jeff Kenton <jkenton@tilera.com>
6384
6385 * Makefile.in (SFILES): Add linux-tile-low.c.
6386 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
6387 * configure.srv: Handle tilegx-*-linux*.
6388 * linux-tile-low.c: New file.
6389
0c5bf5a9
JK
63902012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
6393
a493e3e2
PA
63942012-05-24 Pedro Alves <palves@redhat.com>
6395
6396 PR gdb/7205
6397
43aaf8b6 6398 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 6399
2ea28649
PA
64002012-05-24 Pedro Alves <palves@redhat.com>
6401
6402 PR gdb/7205
6403
6404 Replace target_signal with gdb_signal throughout.
6405
8d409d16
MR
64062012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6407
6408 * linux-low.c (linux_store_registers): Avoid the copying sequence
6409 when no data has been retrieved by ptrace.
6410
23512c01
MGD
64112012-05-22 Will Deacon <will.deacon@arm.com>
6412
6413 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
6414 Include asm/ptrace.h.
6415 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
6416 already defined.
6417
4934b29e
MR
64182012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
6419
6420 * linux-low.c (linux_store_registers): Don't re-retrieve data
6421 with ptrace that has already been obtained from /proc. Always
6422 copy any data retrieved with ptrace to the buffer supplied.
6423
bde24c0a
PA
64242012-05-11 Yao Qi <yao@codesourcery.com>
6425 Pedro Alves <palves@redhat.com>
6426
6427 * linux-low.c (enum stopping_threads_kind): New.
6428 (stopping_threads): Change type to `enum stopping_threads_kind'.
6429 (handle_extended_wait): If stopping and suspending threads, leave
6430 the new_lwp suspended too.
6431 (linux_wait_for_event): Adjust.
6432 (stop_all_lwps): Set `stopping_threads' to
6433 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
6434 whether we're suspending threads or just stopping them. Assert no
6435 recursion happens.
6436
623b6bdf
YQ
64372012-04-29 Yao Qi <yao@codesourcery.com>
6438
6439 * server.h: Move some code to ...
6440 * gdbthread.h: ... here. New.
6441 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
6442 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
6443 (nto-low.o, win32-low.o): Likewise.
6444 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
6445 * regcache.c, remote-utils.c, server.c: Likewise.
6446 * target.c, tracepoint.c, win32-low.c: Likewise.
6447
f15f9948
TJB
64482012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6449
6450 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
6451 (PTRACE_ARG4_TYPE): Likewise.
6452 (PTRACE_XFER_TYPE): Likewise.
6453 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
6454 ptrace to PTRACE_ARG3_TYPE.
6455 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
6456 (PTRACE_ARG4_TYPE): Likewise.
6457 (PTRACE_XFER_TYPE): Likewise.
6458 (linux_detach_one_lwp): Cast fourth argument of
6459 ptrace to long then PTRACE_ARG4_TYPE.
6460 (regsets_fetch_inferior_registers): Cast third argument of
6461 ptrace to long then PTRACE_ARG3_TYPE.
6462 (regsets_store_inferior_registers): Likewise.
6463
38ea300a
PA
64642012-04-20 Pedro Alves <palves@redhat.com>
6465
6466 * configure: Regenerate.
6467
c971b7fa
PA
64682012-04-19 Pedro Alves <palves@redhat.com>
6469
43aaf8b6 6470 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 6471 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
6472 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
6473 (all, install-only, uninstall, clean-info, all-lib, clean): No
6474 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
6475 (maintainer-clean realclean distclean): Use subdir_do.
6476 (subdir_do): New.
6477 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 6478 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
6479 * acinclude.m4: Include acx_configure_dir.m4.
6480 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
6481 calls. Call AC_PROG_RANLIB. Configure gnulib using
6482 ACX_CONFIGURE_DIR.
6483 (GNULIB): New.
6484 (GNULIB_STDINT_H): Adjust.
6485 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
6486 * gdbreplay.c: Include build-gnulib/config.h.
6487 * server.h: Likewise.
6488 * aclocal.m4: Regenerate.
6489 * config.in: Regenerate.
6490 * configure: Regenerate.
c971b7fa 6491
809277f8
PA
64922012-04-19 Pedro Alves <palves@redhat.com>
6493
6494 * Makefile.in (LIBGNU, INCGNU): Adjust.
6495 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
6496 (all, install-only, uninstall, clean-info, all-lib, clean)
6497 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
6498 * configure.ac: Adjust AC_OUTPUT output.
6499 * aclocal.m4: Regenerate.
6500 * configure: Regenerate.
6501
fd9bb8b8
PA
65022012-04-19 Pedro Alves <palves@redhat.com>
6503
6504 * Makefile.in (generated_files): New.
6505 (server_h): Remove the explicit dependency on config.h, and depend
6506 on $generated_files.
6507
1c298c66
PA
65082012-04-19 Pedro Alves <palves@redhat.com>
6509
6510 * Makefile.in (INCGNU): Add -Ignulib.
6511
57c4b50b
PA
65122012-04-19 Pedro Alves <palves@redhat.com>
6513
6514 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
6515 (INCGNU): ... this, and spell out -I here.
6516 (GNULIB_LIB): Rename to ...
6517 (LIBGNU): ... this.
6518 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
6519
1030e047
PA
65202012-04-19 Pedro Alves <palves@redhat.com>
6521
6522 * config.in: Regenerate.
6523
447d4319
PA
65242012-04-19 Pedro Alves <palves@redhat.com>
6525
6526 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
6527 * server.h (memmem): Remove declaration.
6528 * config.in: Regenerate.
6529 * configure: Regenerate.
6530
aad9eab9
YQ
65312012-04-19 Yao Qi <yao@codesourcery.com>
6532
6533 * Makefile.in (SFILES): Add common/vec.c.
6534 (OBS): Add vec.o.
6535 (vec.o): New rule.
6536
3e10640f
YQ
65372012-04-19 Yao Qi <yao@codesourcery.com>
6538
6539 * remote-utils.c (prepare_resume_reply): Replace with macro
6540 target_core_of_thread.
6541 * server.c (handle_qxfer_threads_proper): Likewise.
6542 * target.h (traget_core_of_thread): New macro.
6543
71622373
PA
65442012-04-18 Pedro Alves <palves@redhat.com>
6545
6546 * aclocal.m4: Regenerate.
6547 * configure: Regenerate.
6548
80d26939
YQ
65492012-04-16 Yao Qi <yao@codesourcery.com>
6550
6551 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
6552 duplicated on address.
6553
42476b70
YQ
65542012-04-16 Yao Qi <yao@codesourcery.com>
6555
6556 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
6557 (struct tracepoint_action_ops) <send>: New field.
6558 (m_tracepoint_action_send, r_tracepoint_action_send): New.
6559 (agent_expr_send, x_tracepoint_action_send): New.
6560 (l_tracepoint_action_send): New.
6561 (cmd_qtdp): Download and install tracepoint
6562 according to `use_agent'.
6563 (run_inferior_command): Add one more parameter `len'.
6564 Update callers.
6565 (tracepoint_send_agent): New.
6566 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
6567
7bc83639
YQ
65682012-04-16 Yao Qi <yao@codesourcery.com>
6569
6570 * tracepoint.c (download_tracepoints): Moved to ...
6571 (cmd_qtstart): ... here.
6572
5f18041e
YQ
65732012-04-14 Yao Qi <yao@codesourcery.com>
6574
6575 * tracepoint.c: Include inttypes.h.
6576 (struct collect_memory_action): Use sized types.
6577 (struct tracepoint): Likewise.
6578 (cmd_qtdp, stop_tracing): Update print specifiers.
6579 (cmd_qtp, response_tracepoint): Likewise.
6580 (collect_data_at_tracepoint): Likewise.
6581 (collect_data_at_step): Likewise.
6582
55a8c076
YQ
65832012-04-14 Yao Qi <yao@codesourcery.com>
6584
6585 Import gnulib module inttypes.
6586 * aclocal.m4, config.in, configure: Regenerated.
6587
dc750257
YQ
65882012-04-14 Yao Qi <yao@codesourcery.com>
6589
6590 * Makefile.in (maintainer-clean, realclean, distclean): Remove
6591 Makefile and config.status at last.
6592
0ab5faf9
YQ
65932012-04-13 Yao Qi <yao@codesourcery.com>
6594
6595 * tracepoint.c: Include stdint.h unconditionally.
6596
18f5fd81
TJB
65972012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6598
6599 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
6600 on BFD_HAVE_SYS_PROCFS_TYPE.
6601 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
6602 * configure: Regenerate.
6603 * config.in: Likewise.
6604
4d47af5c
L
66052012-04-13 H.J. Lu <hongjiu.lu@intel.com>
6606
6607 * Makefile.in (clean): Also remove x32.c x32-linux.c
6608 x32-avx.c x32-avx-linux.c.
6609 (x32.o): New target.
6610 (x32.c): Likewise.
6611 (x32-linux.o): Likewise.
6612 (x32-linux.c): Likewise.
6613 (x32-avx.o): Likewise.
6614 (x32-avx.c): Likewise.
6615 (x32-avx-linux.o): Likewise.
6616 (x32-avx-linux.c): Likewise.
6617
6618 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
6619 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
6620 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
6621 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
6622 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
6623 i386/x32-avx-linux.xml.
6624
6625 * linux-x86-low.c (init_registers_x32_linux): New prototype.
6626 (init_registers_x32_avx_linux): Likwise.
6627 (x86_linux_update_xmltarget): Call init_registers_x32_linux
6628 or init_registers_x32_avx_linux if linux_is_elf64 is false.
6629
ecedbe58
PA
66302012-04-13 Pedro Alves <palves@redhat.com>
6631
6632 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
6633 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
6634 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
6635 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
6636 the sub-make.
6637
c92b5177
L
66382012-04-12 H.J. Lu <hongjiu.lu@intel.com>
6639
6640 * linux-x86-low.c (compat_x32_clock_t): New.
6641 (compat_x32_siginfo_t): Likewise.
6642 (compat_x32_siginfo_from_siginfo): Likewise.
6643 (siginfo_from_compat_x32_siginfo): Likewise.
6644 (linux_is_elf64): Likewise.
6645 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
6646 and siginfo_from_compat_x32_siginfo for x32.
6647 (x86_arch_setup): Set linux_is_elf64.
6648
214d508e
L
66492012-04-12 H.J. Lu <hongjiu.lu@intel.com>
6650
6651 PR gdb/13969
6652 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
6653 e_machine field.
6654 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
6655 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
6656 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
6657 compatible with process.
6658
c9a1864a
YQ
66592012-04-12 Yao Qi <yao@codesourcery.com>
6660
6661 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
6662 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
6663 (install-only, install-info, clean): Handle sub dir gnulib.
6664 (all-lib, am--refresh): New targets.
6665 (memmem.o): Remove target.
6666 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
6667 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
6668 (AC_REPLACE_FUNCS): Remove memmem.
6669 Invoke gl_INIT and AM_INIT_AUTOMAKE.
6670 (AC_OUTPUT): Generate Makefile in gnulib/.
6671 * aclocal.m4, config.in, configure: Regenerated.
6672
367ba2c2
MR
66732012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
6674
6675 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
6676
9d236627
PA
66772012-04-05 Pedro Alves <palves@redhat.com>
6678
6679 -Werror=strict-aliasing
6680
6681 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
6682 pointer.
6683
111217b3
PA
66842012-04-04 Pedro Alves <palves@redhat.com>
6685
6686 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
6687 (sparc_store_gregset_from_stack, sparc_store_gregset)
6688 (sparc_breakpoint_at): Fix formatting.
6689
8365dcf5
TJB
66902012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6691
6692 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
6693 are available.
6694 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
6695 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
6696 * config.in: Regenerate.
6697 * configure: Likewise.
6698
689cc2ae
PA
66992012-03-29 Pedro Alves <palves@redhat.com>
6700
6701 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
6702 Correct ptrace arguments.
6703
c14dfd32
PA
67042012-03-28 Pedro Alves <palves@redhat.com>
6705
6706 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
6707 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
6708 (IA64_FR1_REGNUM): New defines.
6709 (ia64_fetch_register): New.
6710 (the_low_target): Install it.
6711 * linux-low.h (struct linux_target_ops) <fetch_register>: New
6712 field.
6713 * linux-low.c (linux_fetch_registers): Try the
6714 the_low_target.fetch_register hook first.
6715
6716 * linux-arm-low.c (the_low_target): Adjust.
6717 * linux-bfin-low.c (the_low_target): Adjust.
6718 * linux-cris-low.c (the_low_target): Adjust.
6719 * linux-crisv32-low.c (the_low_target): Adjust.
6720 * linux-m32r-low.c (the_low_target): Adjust.
6721 * linux-m68k-low.c (the_low_target): Adjust.
6722 * linux-mips-low.c (the_low_target): Adjust.
6723 * linux-ppc-low.c (the_low_target): Adjust.
6724 * linux-s390-low.c (the_low_target): Adjust.
6725 * linux-sh-low.c (the_low_target): Adjust.
6726 * linux-sparc-low.c (the_low_target): Adjust.
6727 * linux-tic6x-low.c (the_low_target): Adjust.
6728 * linux-x86-low.c (the_low_target): Adjust.
6729 * linux-xtensa-low.c (the_low_target): Adjust.
6730
63c88e13
PA
67312012-03-26 Pedro Alves <palves@redhat.com>
6732
6733 * server.c (handle_qxfer_libraries): Don't bail early if
6734 the_target->qxfer_libraries_svr4 is not NULL.
6735
fb723180
PA
67362012-03-26 Pedro Alves <palves@redhat.com>
6737
6738 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
6739
0afae3cf
PA
67402012-03-23 Pedro Alves <palves@redhat.com>
6741
6742 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
6743 "library-list-svr4" element's start tag when the the DSO list is
6744 empty.
6745
485f1ee4
PA
67462012-03-23 Pedro Alves <palves@redhat.com>
6747
6748 * linux-low.c (read_one_ptr): Read the inferior's pointer through
6749 a variable whose type size is the same as the inferior's pointer
6750 size.
6751
a5362b9a
TS
67522012-03-21 Thomas Schwinge <thomas@codesourcery.com>
6753
6754 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
6755 struct siginfo.
6756 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
6757 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
6758 * linux-low.h: Include <signal.h>.
6759 (struct siginfo): Remove forward declaration.
6760 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
6761 struct siginfo.
6762
d226c142
MF
67632012-03-21 Mike Frysinger <vapier@gentoo.org>
6764
6765 * .gitignore: Ignore more files.
6766
122f36ef
PA
67672012-03-19 Pedro Alves <palves@redhat.com>
6768 Jan Kratochvil <jan.kratochvil@redhat.com>
6769
6770 * server.c (cont_thread, general_thread): Add describing comments.
6771 (start_inferior): Clear `cont_thread'.
6772 (handle_v_cont): Don't set `cont_thread' if resuming all threads
6773 of a process.
6774
fc3e5175
YQ
67752012-03-15 Yao Qi <yao@codesourcery.com>
6776
6777 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
6778 handling to ...
6779 (cmd_qtdp): ... here.
6780
8d0d92cd
YQ
67812012-03-15 Yao Qi <yao@codesourcery.com>
6782
6783 * tracepoint.c (struct tracepoint_action_ops): New.
6784 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
6785 (m_tracepoint_action_download): New.
6786 (r_tracepoint_action_download): New.
6787 (x_tracepoint_action_download): New.
6788 (l_tracepoint_action_download): New.
6789 (add_tracepoint_action): Install `action->ops' according type.
6790 (download_tracepoint_1): Move code `download' function pointer
6791 of various tracepoint_action_ops.
6792
87b0bb13
JK
67932012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6794
6795 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
6796 linux_ptrace_attach_warnings.
6797
5f572dec
JK
67982012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 * Makefile.in (linux-ptrace.o): New.
6801 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
6802 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
6803 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
6804 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
6805 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
6806 of these targets.
6807 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
6808
f4647387
YQ
68092012-03-08 Yao Qi <yao@codesourcery.com>
6810 Pedro Alves <palves@redhat.com>
6811
6812 Fix PR server/13392.
6813 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
6814 offset of JMP insn.
6815 * tracepoint.c (remove_tracepoint): New.
6816 (cmd_qtdp): Call remove_tracepoint when failed to install.
6817
9b224c5e
PA
68182012-03-07 Pedro Alves <palves@redhat.com>
6819
6820 * linux-low.c (get_detach_signal): New.
6821 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
6822 Pass on pending signals to PTRACE_DETACH. Check the result of the
6823 ptrace call.
6824 * server.c (program_signals, program_signals_p): New.
6825 (handle_general_set): Handle QProgramSignals.
6826 * server.h (program_signals, program_signals_p): Declare.
6827
e237a7e2
JK
68282012-03-05 Pedro Alves <palves@redhat.com>
6829 Jan Kratochvil <jan.kratochvil@redhat.com>
6830
6831 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
6832 New comment why.
6833
5808517f
YQ
68342012-03-03 Yao Qi <yao@codesourcery.com>
6835
6836 * tracepoint.c (tracepoint_look_up_symbols): Update call to
6837 agent_look_up_symbols.
6838
58b4daa5
YQ
68392012-03-03 Yao Qi <yao@codesourcery.com>
6840
6841 * Makefile.in (linux-low.o): Keep dependence on agent.h.
6842 (linux-x86-low.o): Likewise.
6843 * server.h: Remove in_process_agent_loaded.
6844 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
6845 common/agent.c.
6846 Update callers.
6847
8ffcbaaf
YQ
68482012-03-03 Yao Qi <yao@codesourcery.com>
6849
6850 * tracepoint.c (gdb_agent_capability): New global.
6851 (in_process_agent_loaded_ust): Renamed to
6852 `in_process_agent_supports_ust'.
6853 Update callers.
6854 (in_process_agent_supports_ust): Call agent_capability_check.
6855 (clear_installed_tracepoints): Assert that agent supports
6856 agent.
6857
d1feda86
YQ
68582012-03-03 Yao Qi <yao@codesourcery.com>
6859
6860 * linux-low.c (linux_supports_agent): New.
6861 (linux_target_ops): Initialize field `supports_agent' with
6862 linux_supports_agent.
6863 * target.h (struct target_ops) <supports_agent>: New.
6864 (target_supports_agent): New macro.
6865 * server.c (handle_general_set): Handle packet 'QAgent'.
6866 (handle_query): Send `QAgent+'.
6867 * Makefile.in (server.o): Depends on agent.h.
6868
2fa291ac
YQ
68692012-03-03 Yao Qi <yao@codesourcery.com>
6870
6871 * Makefile.in (OBS): Add agent.o.
6872 Add new rule for agent.o.
6873 Track dependence of tracepoint.c on agent.h.
6874 * tracepoint.c (run_inferior_command_1):
6875 (run_inferior_command): Call agent_run_command.
6876 (gdb_ust_connect_sync_socket): Deleted. Move it to
6877 common/agent.c.
6878 (resume_thread, stop_thread): Likewise.
6879 (gdb_ust_socket_init): Renamed to ...
6880 (gdb_agent_socket_init): ... New.
6881 (gdb_ust_thread): Renamed to ...
6882 (gdb_agent_helper_thread): ... New.
6883 (gdb_ust_init): Move some code to ...
6884 (gdb_agent_init): ... here. New.
6885 [HAVE_UST]: Call gdb_ust_init.
6886 (initialize_tracepoint_ftlib): Call gdb_agent_init.
6887 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
6888 * config.in, configure: Regenerated.
6889
05044653
PA
68902012-03-02 Pedro Alves <palves@redhat.com>
6891
6892 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
6893 * linux-low.c (struct simple_pid_list): New.
6894 (stopped_pids): New a struct simple_pid_list pointer.
6895 (add_to_pid_list, pull_pid_from_list): New.
6896 (handle_extended_wait): Don't assume the first signal new children
6897 report is SIGSTOP. Adjust call to pull_pid_from_list.
6898 (linux_wait_for_lwp): Adjust.
6899
8d00225b
YQ
69002012-03-02 Yao Qi <yao@codesourcery.com>
6901
6902 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
6903 debug log.
6904
19560ba5
YQ
69052012-03-02 Yao Qi <yao@codesourcery.com>
6906
6907 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
6908 `stop_pc' and `tpoint'. Update caller.
6909
1faeff08
MR
69102012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
6911
6912 * linux-low.h (linux_target_ops): Add regset_bitmap member.
6913 * linux-low.c (use_linux_regsets): New macro.
6914 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
6915 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
6916 (linux_register_in_regsets): New function.
6917 (usr_fetch_inferior_registers): Skip registers covered by
6918 regsets.
6919 (usr_store_inferior_registers): Likewise.
6920 (usr_fetch_inferior_registers): New macro.
6921 (usr_store_inferior_registers): Likewise.
6922 (linux_fetch_registers): Handle mixed regset/non-regset targets.
6923 (linux_store_registers): Likewise.
6924 * linux-mips-low.c (init_registers_mips_dsp_linux): New
6925 prototype.
6926 (init_registers_mips64_dsp_linux): Likewise.
6927 (init_registers_mips_linux): New macro.
6928 (init_registers_mips_dsp_linux): Likewise.
6929 (mips_dsp_num_regs): Likewise.
6930 (DSP_BASE, DSP_CONTROL): New fallback macros.
6931 (mips_base_regs): New macro.
6932 (mips_regmap): Use it. Fix the size.
6933 (mips_dsp_regmap): New variable.
6934 (mips_dsp_regset_bitmap): Likewise.
6935 (mips_arch_setup): New function.
6936 (mips_cannot_fetch_register): Use the_low_target.regmap rather
6937 than mips_regmap.
6938 (mips_cannot_store_register): Likewise.
6939 (the_low_target): Update .arch_setup, .num_regs and .regmap
6940 initializers. Add .regset_bitmap initializer.
6941 * linux-arm-low.c (the_low_target): Add .regset_bitmap
6942 initializer.
6943 * linux-bfin-low.c (the_low_target): Likewise.
6944 * linux-cris-low.c (the_low_target): Likewise.
6945 * linux-crisv32-low.c (the_low_target): Likewise.
6946 * linux-ia64-low.c (the_low_target): Likewise.
6947 * linux-m32r-low.c (the_low_target): Likewise.
6948 * linux-m68k-low.c (the_low_target): Likewise.
6949 * linux-ppc-low.c (the_low_target): Likewise.
6950 * linux-s390-low.c (the_low_target): Likewise.
6951 * linux-sh-low.c (the_low_target): Likewise.
6952 * linux-sparc-low.c (the_low_target): Likewise.
6953 * linux-tic6x-low.c (the_low_target): Likewise.
6954 * linux-x86-low.c (the_low_target): Likewise.
6955 * linux-xtensa-low.c (the_low_target): Likewise.
6956 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
6957 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
6958 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
6959 srv_xmlfiles.
6960 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
6961 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
6962
c03e6ccc
YQ
69632012-02-29 Yao Qi <yao@codesourcery.com>
6964 Pedro Alves <palves@redhat.com>
6965
6966 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
6967 `step_over_finished' is true.
6968
644cebc9
PA
69692012-02-27 Pedro Alves <palves@redhat.com>
6970
6971 * linux-low.c (pid_is_stopped): Delete, moved to common/.
6972 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
6973
c14d7ab2
PA
69742012-02-27 Pedro Alves <palves@redhat.com>
6975
6976 PR server/9684
6977 * linux-low.c (pid_is_stopped): New.
6978 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
6979
412c89dd
LM
69802012-02-25 Luis Machado <lgustavo@codesourcery.com>
6981
6982 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
6983 of conditions.
6984
b745defe
MR
69852012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
6986
6987 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
6988
9f3a5c85
LM
69892012-02-24 Luis Machado <lgustavo@codesourcery>
6990
6991 * server.c (handle_query): Advertise support for target-side
6992 breakpoint condition evaluation.
6993 (process_point_options): New function.
6994 (process_serial_event): When inserting a breakpoint, check for
6995 a target-side condition that should be evaluated.
6996
6997 * mem-break.c: Include regcache.h and ax.h.
6998 (point_cond_list_t): New data structure.
6999 (breakpoint) <cond_list>: New field.
7000 (find_gdb_breakpoint_at): Make non-static.
7001 (delete_gdb_breakpoint_at): Clear any target-side
7002 conditions.
7003 (clear_gdb_breakpoint_conditions): New function.
7004 (add_condition_to_breakpoint): Likewise.
7005 (add_breakpoint_condition): Likewise.
7006 (gdb_condition_true_at_breakpoint): Likewise.
7007 (gdb_breakpoint_here): Return result directly instead
7008 of going through a local variable.
7009
7010 * mem-break.h (find_gdb_breakpoint_at): New prototype.
7011 (clear_gdb_breakpoint_conditions): Likewise.
7012 (add_breakpoint_condition): Likewise.
7013 (gdb_condition_true_at_breakpoint): Likewise.
7014
7015 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
7016 (need_step_over_p): Take target-side breakpoint condition into
7017 consideration.
7018
5e1dc496
LM
70192012-02-24 Luis Machado <lgustavo@codesourcery>
7020
7021 * server.h: Include tracepoint.h.
7022 (agent_mem_read, agent_get_trace_state_variable_value,
7023 agent_set_trace_state_variable_value,
7024 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
7025 get_set_tsv_func_addr): New prototypes.
7026
7027 * ax.h: New include file.
7028 * ax.c: New source file.
7029
7030 * tracepoint.c: Include ax.h.
7031 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
7032 agent_expr, eval_result_type): Move to ax.h.
7033 (parse_agent_expr): Rename to ...
7034 (gdb_parse_agent_expr): ... this, make it non-static and move
7035 to ax.h.
7036 (unparse_agent_expr) Rename to ...
7037 (gdb_unparse_agent_expr): ... this, make it non-static and move
7038 to ax.h.
7039 (eval_agent_expr): Rename to ...
7040 (eval_tracepoint_agent_expr): ... this.
7041 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
7042 forward declarations.
7043 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
7044 (agent_get_trace_state_variable_value): New function.
7045 (agent_set_trace_state_variable_value): New function.
7046 (cmd_qtdp): Call gdb_parse_agent_expr (...).
7047 (response_tracepoint): Call gdb_unparse_agent_expr (...).
7048 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
7049 (condition_true_at_tracepoint): Likewise.
7050 (parse_agent_expr): Rename to ...
7051 (gdb_parse_agent_expr): ... this and move to ax.c.
7052 (unparse_agent_expr): Rename to ...
7053 (gdb_unparse_agent_expr): ... this and move to ax.c.
7054 (gdb_agent_op_name): Move to ax.c.
7055 (eval_agent_expr): Rename to ...
7056 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
7057 and move to ax.c.
7058 (eval_tracepoint_agent_expr): New function.
7059 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 7060 non-static.
5e1dc496
LM
7061 (current_insn_ptr, emit_error, struct bytecode_address): Move to
7062 ax.c.
7063 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
7064 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
7065 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
7066 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
7067 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
7068 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
7069 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
7070 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
7071 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
7072 (compile_bytecodes): Remove forward declaration.
7073 (is_goto_target): Move to ax.c.
7074 (compile_bytecodes): Move to ax.c and call
7075 agent_get_trace_state_variable_value (...) and
7076 agent_set_trace_state_variable_value (...).
7077
7078 * Makefile.in: Update ax.c and IPA dependencies.
7079
277e4e52
PA
70802012-02-24 Pedro Alves <palves@redhat.com>
7081
7082 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
7083 (cmd_bigqtbuffer_circular): ... this. Only handle
7084 'QTBuffer:circular:'.
7085 (handle_tracepoint_general_set): Adjust.
7086
bf4c19f7
YQ
70872012-02-16 Yao Qi <yao@codesourcery.com>
7088
7089 * inferiors.c: Move code to ...
7090 * dll.c: .... here. New.
7091 * server.h: Declare clear_dlls.
7092 * Makefile.in (SFILES): Add dll.c.
7093 (OBS): Add dll.o
7094 (dll.o): New rule.
7095
d73f2619
YQ
70962012-02-11 Yao Qi <yao@codesourcery.com>
7097
7098 * server.c: (handle_monitor_command): Add a new parameter
7099 `own_buf'.
7100 (handle_query): Update caller.
7101
f8255c2a
JB
71022012-02-09 Joel Brobecker <brobecker@adacore.com>
7103
7104 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
7105 * configure, config.in: Regenerate.
7106 * hostio.c: Provide an alternate implementation if HAVE_READLINK
7107 is not defined.
7108
da84f473
PA
71092012-02-02 Pedro Alves <palves@redhat.com>
7110
7111 Try SIGKILL first, then PTRACE_KILL.
7112 * linux-low.c (linux_kill_one_lwp): New.
7113 (linux_kill_one_lwp): Rename to ...
7114 (kill_one_lwp_callback): ... this. Use the new
7115 linux_kill_one_lwp.
7116
e886a173
PA
71172012-02-02 Pedro Alves <palves@redhat.com>
7118
7119 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
7120 inferior.
7121
be07f1a2
PA
71222012-01-27 Pedro Alves <palves@redhat.com>
7123
7124 * linux-low.c (linux_child_pid_to_exec_file): Delete.
7125 (elf_64_file_p): Make static.
7126 (linux_pid_exe_is_elf_64_file): New.
7127 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
7128 Delete declarations.
7129 (linux_pid_exe_is_elf_64_file): Declare.
7130 * linux-x86-low.c (x86_arch_setup): Use
7131 linux_pid_exe_is_elf_64_file.
7132
d8301ad1
JK
71332012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7134
7135 * linux-low.c (linux_wait_for_event_1): Rename to ...
7136 (linux_wait_for_event): ... here and merge it with former
7137 linux_wait_for_event - new variable wait_ptid, use it.
7138 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
7139
01b17894
PA
71402012-01-23 Pedro Alves <palves@redhat.com>
7141
7142 * server.c (main): Avoid yet another case of infinite loop while
7143 detaching/killing after a longjmp.
7144
e825046f
JK
71452012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 Code cleanup.
7148 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
7149
b9e7b9c3
UW
71502012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7151
7152 * hostio.c (handle_readlink): New function.
7153 (handle_vFile): Call it to handle "vFile:readlink" packets.
7154
901f9912
UW
71552012-01-20 Pedro Alves <palves@redhat.com>
7156 Ulrich Weigand <ulrich.weigand@linaro.org>
7157
7158 * server.c (handle_v_requests): Only support vAttach and vRun to
7159 start multiple processes when in extended protocol mode.
7160
fc1ab1a0
PA
71612012-01-17 Pedro Alves <palves@redhat.com>
7162
7163 * tracepoint.c (initialize_tracepoint): Use mmap instead of
7164 memalign plus mprotect to allocate the scratch buffer.
7165
7d5d4e98
PA
71662012-01-13 Pedro Alves <palves@redhat.com>
7167
7168 * server.c (attach_inferior): Clear `cont_thread'.
7169
f128d5e9
PA
71702012-01-13 Pedro Alves <palves@redhat.com>
7171
7172 * server.c (main): Avoid infinite loop while detaching/killing
7173 after a longjmp.
7174
06db92f0
DE
71752012-01-09 Doug Evans <dje@google.com>
7176
7177 * server.c (start_inferior): Set last_ptid in --wrapper case.
7178
32d92999
YQ
71792012-01-06 Yao Qi <yao@codesourcery.com>
7180
7181 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
7182 defined.
7183 [IN_PROCESS_AGENT] (debug_agent): New global variable.
7184
5e0a92a9
YQ
71852012-01-04 Yao Qi <yao@codesourcery.com>
7186
7187 * tracepoint.c (cmd_qtdp): Print debug message
7188 for static tracepoint.
7189
ae639e8c
YQ
71902012-01-04 Yao Qi <yao@codesourcery.com>
7191
7192 * tracepoint.c (trace_vdebug): Differentiate debug message
7193 between gdbserver and IPA.
7194
f72429c5
YQ
71952012-01-03 Yao Qi <yao@codesourcery.com>
7196
7197 * tracepoint.c (tracepoint_was_hit): Don't collect for
7198 static tracepoint.
7199
12c3e59c
JB
72002012-01-02 Joel Brobecker <brobecker@adacore.com>
7201
7202 * terminal.h: Reformat copyright header.
7203
67827812
JB
72042012-01-02 Joel Brobecker <brobecker@adacore.com>
7205
7206 * server.c (gdbserver_version): Update copyright year.
7207 * gdbreplay.c (gdbreplay_version): Likewise.
7208
3e52c33d
JK
72092011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7210
7211 * linux-low.c (linux_create_inferior): Put empty if clause for write.
7212
7213 Revert:
7214 2011-12-18 Hui Zhu <teawater@gmail.com>
7215 * linux-low.c (linux_create_inferior): Save return value to ret.
7216
66f1260e
HZ
72172011-12-18 Hui Zhu <teawater@gmail.com>
7218
7219 * linux-low.c (linux_create_inferior): Save return value to ret.
7220
e77616d7
DE
72212011-12-16 Doug Evans <dje@google.com>
7222
e7b06c57
DE
7223 * linux-low.c (linux_create_inferior): If stdio connection,
7224 redirect stdin from /dev/null, stdout to stderr.
7225 * remote-utils.c (remote_is_stdio): New static global.
7226 (remote_connection_is_stdio): New function.
7227 (remote_prepare): Handle stdio connection.
7228 (remote_open): Ditto.
7229 (remote_close): Don't close stdin for stdio connections.
7230 (read_prim,write_prim): New functions. Replace all calls to
7231 read/write to these.
7232 * server.c (main): Watch for "-" argument. Move call to
7233 remote_prepare before start_inferior.
7234 * server.h (STDIO_CONNECTION_NAME): New macro.
7235 (remote_connection_is_stdio): Declare.
7236
e77616d7
DE
7237 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
7238 in debugging output.
7239
82067193
YQ
72402011-12-15 Yao Qi <yao@codesourcery.com>
7241
7242 * tracepoint.c: Include sys/syscall.h.
7243 (gdb_ust_thread): Remove preprocessor conditional.
7244
82bfbe7e
PA
72452011-12-14 Pedro Alves <pedro@codesourcery.com>
7246
7247 * linux-low.c (linux_detach_one_lwp): Call
7248 the_low_target.prepare_to_resume before detaching.
7249
712c6575
YQ
72502011-12-14 Yao Qi <yao@codesourcery.com>
7251
7252 * tracepoint.c (gdb_ust_thread): Don't ignore return value
7253 of write.
7254
d54d1edf
YQ
72552011-12-14 Yao Qi <yao@codesourcery.com>
7256
7257 * i386-low.c (i386_low_stopped_data_address): Initialize local
7258 variable `control'.
7259
6210a125
PA
72602011-12-13 Pedro Alves <pedro@codesourcery.com>
7261
7262 PR remote/13492
7263
7264 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
7265 DR_CONTROL unless necessary. Extend comments.
7266 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
7267 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
7268
2ece8244
YQ
72692011-12-13 Yao Qi <yao@codesourcery.com>
7270
7271 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
7272 macros.
7273 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
7274
784867a5
JK
72752011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7276
7277 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
7278 Print new debug message for such case.
7279
6bf36717
JK
72802011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 Fix overlapping memcpy.
7283 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
7284 the read_inferior_memory transfer.
7285 (delete_fast_tracepoint_jump): New variable buf. Use it for the
7286 write_inferior_memory transfer.
7287 (set_fast_tracepoint_jump): New variable buf. Use it for the
7288 read_inferior_memory and write_inferior_memory transfers.
7289 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
7290 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
7291 Use it for the write_inferior_memory transfer.
7292 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
7293 buffers.
7294
50275556
MR
72952011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
7296
7297 * linux-low.c (fetch_register, store_register): Make code
7298 consistent, fix formatting.
7299
7325beb4
MR
73002011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
7301
7302 * linux-low.c (usr_store_inferior_registers): Factor out code
7303 to handle individual registers into...
7304 (store_register): ... this new function.
7305
c642a434
UW
73062011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7307
7308 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
7309 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
7310 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
7311 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
7312 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
7313 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
7314 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
7315 (srv_xmlfiles): Add new XML files.
7316
7317 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
7318 and <sys/uio.h>.
7319 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
7320 (init_registers_s390_linux32v1): Add prototype.
7321 (init_registers_s390_linux32v2): Likewise.
7322 (init_registers_s390_linux64v1): Likewise.
7323 (init_registers_s390_linux64v2): Likewise.
7324 (init_registers_s390x_linux64v1): Likewise.
7325 (init_registers_s390x_linux64v2): Likewise.
7326 (s390_num_regs): Increment to 52.
7327 (s390_regmap): Add orig_r2 register.
7328 (s390_num_regs_3264): Increment to 68.
7329 (s390_regmap_3264): Add orig_r2 register.
7330 (s390_collect_ptrace_register): Handle orig_r2 register.
7331 (s390_supply_ptrace_register): Likewise.
7332 (s390_fill_last_break): New function.
7333 (s390_store_last_break): Likewise.
7334 (s390_fill_system_call): New function.
7335 (s390_store_system_call): Likewise.
7336 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
7337 register sets.
7338 (s390_check_regset): New function.
7339 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
7340 NT_S390_SYSTEM_CALL regsets and use appropriate description.
7341 Update target_regsets for available register sets.
7342
2268b414
JK
73432011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
7344 Jan Kratochvil <jan.kratochvil@redhat.com>
7345
7346 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
7347 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
7348 New.
7349 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
7350 * linux-low.h (struct process_info_private): New member r_debug.
7351 * server.c (handle_qxfer_libraries): Call
7352 the_target->qxfer_libraries_svr4.
7353 (handle_qxfer_libraries_svr4): New function.
7354 (qxfer_packets): New entry "libraries-svr4".
7355 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
7356 * target.h (struct target_ops): New member qxfer_libraries_svr4.
7357 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
7358 PACKET_qXfer_libraries_svr4.
7359
d6db1fab
UW
73602011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7361
7362 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
7363 PSW address/mask between 8-byte and 16-byte formats.
7364 (s390_supply_ptrace_register): Likewise.
7365 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
7366 basic addressing mode bit.
7367
242f5f1c
SS
73682011-11-24 Stan Shebs <stan@codesourcery.com>
7369
7370 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
7371
f196051f
SS
73722011-11-17 Stan Shebs <stan@codesourcery.com>
7373
7374 * tracepoint.c (struct tracepoint): New field traceframe_usage.
7375 (tracing_start_time): New global.
7376 (tracing_stop_time): New global.
7377 (tracing_user_name): New global.
7378 (tracing_notes): New global.
7379 (tracing_stop_note): New global.
7380 (cmd_qtstart): Set traceframe_usage, start_time.
7381 (stop_tracing): Set stop_time.
7382 (cmd_qtstatus): Report additional status.
7383 (cmd_qtp): New function.
7384 (handle_tracepoint_query): Call it.
7385 (cmd_qtnotes): New function.
7386 (handle_tracepoint_general_set): Call it.
7387 (get_timestamp): Rename from tsv_get_timestamp.
7388
405f8e94
SS
73892011-11-14 Stan Shebs <stan@codesourcery.com>
7390 Kwok Cheung Yeung <kcy@codesourcery.com>
7391
7392 * linux-x86-low.c (small_jump_insn): New.
7393 (i386_install_fast_tracepoint_jump_pad): Add arguments for
7394 trampoline and error message, build a trampoline and issue a small
7395 jump instruction to it.
7396 (x86_install_fast_tracepoint_jump_pad): Add arguments for
7397 trampoline and error message.
7398 (x86_get_min_fast_tracepoint_insn_len): New.
7399 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
7400 * linux-low.h (struct linux_target_ops): Add arguments to
7401 install_fast_tracepoint_jump_pad operation, add new operation.
7402 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
7403 arguments.
7404 (linux_get_min_fast_tracepoint_insn_len): New function.
7405 (linux_target_op): Add new operation.
7406 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
7407 (gdb_trampoline_buffer_end): Ditto.
7408 (gdb_trampoline_buffer_error): Ditto.
7409 (struct ipa_sym_addresses): Add fields for new IPA variables.
7410 (symbol_list): Add entries for new IPA variables.
7411 (struct tracepoint): Add fields to hold the address range of the
7412 trampoline used by the tracepoint.
7413 (trampoline_buffer_head): New static variable.
7414 (trampoline_buffer_tail): Ditto.
7415 (claim_trampoline_space): New function.
7416 (have_fast_tracepoint_trampoline_buffer): New function.
7417 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
7418 structure.
7419 (install_fast_tracepoint): Ditto, also add error buffer argument.
7420 (cmd_qtminftpilen): New function.
7421 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
7422 (fast_tracepoint_from_trampoline_address): New function.
7423 (fast_tracepoint_collecting): Handle trampoline as part of jump
7424 pad space.
7425 (set_trampoline_buffer_space): New function.
7426 (initialize_tracepoint): Initialize new IPA variables.
7427 * target.h (struct target_ops): Add arguments to
7428 install_fast_tracepoint_jump_pad operation, add new
7429 get_min_fast_tracepoint_insn_len operation.
7430 (target_get_min_fast_tracepoint_insn_len): New.
7431 (install_fast_tracepoint_jump_pad): Add arguments.
7432 * server.h (IPA_BUFSIZ): Define.
7433 * linux-i386-ipa.c: Include extra header files.
7434 (initialize_fast_tracepoint_trampoline_buffer): New function.
7435 (initialize_low_tracepoint): Call it.
7436 * server.h (set_trampoline_buffer_space): Declare.
7437 (claim_trampoline_space): Ditto.
7438 (have_fast_tracepoint_trampoline_buffer): Ditto.
7439
1e4d1764
YQ
74402011-11-14 Yao Qi <yao@codesourcery.com>
7441
7442 * server.c (handle_query): Handle InstallInTrace for qSupported.
7443 * tracepoint.c (add_tracepoint): Sort list.
7444 (install_tracepoint, download_tracepoint): New.
7445 (cmd_qtdp): Call them to install and download tracepoints.
7446 (sort_tracepoints): Removed.
7447 (cmd_qtstart): Update.
7448
5c73ff4e
YQ
74492011-11-14 Yao Qi <yao@codesourcery.com>
7450
7451 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
7452 * mem-break.h: Declare.
7453 * tracepoint.c (cmd_qtstart): Move some code to ...
7454 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
7455 New.
7456 (download_tracepoints): Move some code to ...
7457 (download_tracepoint_1): ... here. New.
7458
86a30030
YQ
74592011-11-08 Yao Qi <yao@codesourcery.com>
7460
7461 * remote-utils.c (relocate_instruction): A comment fix.
7462
8d26e50c
JB
74632011-11-07 Joel Brobecker <brobecker@adacore.com>
7464
7465 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
7466 (i386_dr_low_get_control, i386_dr_low_get_status): Use
7467 dr_status_mirror and dr_control_mirror from debug_reg_state.
7468 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
7469 (i386_initial_stuff): Remove use of deleted globals.
7470 (i386_get_thread_context, i386_set_thread_context,
7471 i386_thread_added): Use dr_status_mirror and dr_control_mirror
7472 from debug_reg_state.
7473
a59306a3
YQ
74742011-11-05 Yao Qi <yao@codesourcery.com>
7475
7476 * tracepoint.c (gdb_collect): Loop over tracepoints of same
7477 address as TPOINT's.
7478
3065dfb6
SS
74792011-11-02 Stan Shebs <stan@codesourcery.com>
7480
7481 * tracepoint.c (agent_mem_read_string): New function.
7482 (eval_agent_expr): Call it for tracenz.
7483 * server.c (handle_query): Report support for tracenz.
7484
fd0d8c7c
YQ
74852011-11-02 Yao Qi <yao@codesourcery.com>
7486
7487 * tracepoint.c (cmd_qtstart): Remove unused local variables.
7488
609086b1
YQ
74892011-11-02 Yao Qi <yao@codesourcery.com>
7490
7491 * target.h: Fix a typo in comment.
7492
b9fd1791
PA
74932011-10-31 Pedro Alves <pedro@codesourcery.com>
7494
7495 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
7496 clobber the breakpoints' shadows with fast tracepoint jumps.
7497 * mem-break.h (check_mem_write): Add `myaddr' parameter.
7498 * target.c (write_inferior_memory): Also pass MYADDR down to
7499 check_mem_write.
7500
03583c20
UW
75012011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
7502
7503 * configure.ac: Check support for personality routine.
7504 * configure: Regenerate.
7505 * config.in: Likewise.
7506 * linux-low.c: Include <sys/personality.h>.
7507 Define ADDR_NO_RANDOMIZE if necessary.
7508 (linux_create_inferior): Disable address space randomization when
7509 forking inferior, if requested.
7510 (linux_supports_disable_randomization): New function.
7511 (linux_target_ops): Install it.
7512 * server.h (disable_randomization): Declare.
7513 * server.c (disable_randomization): New global variable.
7514 (handle_general_set): Handle QDisableRandomization.
7515 (handle_query): Likewise for qSupported.
7516 (main): Support --disable-randomization and --no-disable-randomization
7517 command line arguments.
7518 * target.h (struct target_ops): Add supports_disable_randomization.
7519 (target_supports_disable_randomization): New macro.
7520
723b724b
MF
75212011-09-29 Mike Frysinger <vapier@gentoo.org>
7522
7523 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
7524 ifdef check.
7525 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
7526 [!PT_GETDSBT] (target_loadmap): New definition.
7527 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
7528 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
7529 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
7530 and PT_GETDSBT to LINUX_LOADMAP.
7531 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
7532 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
7533
55329a5c 75342011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
7535
7536 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
7537 (arm_linux_hwbp_cap): New static variable.
7538 (arm_linux_get_hwbp_cap): Replace by ...
7539 (arm_linux_init_hwbp_cap): ... this new function.
7540 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
7541 (arm_linux_get_hw_watchpoint_count): Likewise.
7542 (arm_linux_get_hw_watchpoint_max_length): Likewise.
7543 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
7544 (arm_prepare_to_resume): Use perror_with_name instead of error.
7545
55329a5c 75462011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
7547
7548 * linux-arm-low.c: Include <signal.h>.
7549 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
7550 (struct arm_linux_hwbp_cap): New data type.
7551 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
7552 (struct arm_linux_hw_breakpoint): New data type.
7553 (MAX_BPTS, MAX_WPTS): Define.
7554 (struct arch_process_info, struct arch_lwp_info): New data types.
7555 (arm_linux_get_hwbp_cap): New function.
7556 (arm_linux_get_hw_breakpoint_count): Likewise.
7557 (arm_linux_get_hw_watchpoint_count): Likewise.
7558 (arm_linux_get_hw_watchpoint_max_length): Likewise.
7559 (arm_hwbp_control_initialize): Likewise.
7560 (arm_hwbp_control_is_enabled): Likewise.
7561 (arm_hwbp_control_is_initialized): Likewise.
7562 (arm_hwbp_control_disable): Likewise.
7563 (arm_linux_hw_breakpoint_equal): Likewise.
7564 (arm_linux_hw_point_initialize): Likewise.
7565 (struct update_registers_data): New data structure.
7566 (update_registers_callback: New function.
7567 (arm_insert_point): Likewise.
7568 (arm_remove_point): Likewise.
7569 (arm_stopped_by_watchpoint): Likewise.
7570 (arm_stopped_data_address): Likewise.
7571 (arm_new_process): Likewise.
7572 (arm_new_thread): Likewise.
7573 (arm_prepare_to_resume): Likewise.
7574 (the_low_target): Register arm_insert_point, arm_remove_point,
7575 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
7576 arm_new_thread, and arm_prepare_to_resume.
7577
6b9801d4
SS
75782011-09-15 Stan Shebs <stan@codesourcery.com>
7579
7580 * server.h (struct emit_ops): Add compare-goto fields.
7581 * tracepoint.c (gdb_agent_op_sizes): New table.
7582 (emit_eq_goto): New function.
7583 (emit_ne_goto): New function.
7584 (emit_lt_goto): New function.
7585 (emit_le_goto): New function.
7586 (emit_gt_goto): New function.
7587 (emit_ge_goto): New function.
7588 (is_goto_target): New function.
7589 (compile_bytecodes): Recognize special cases of compare-goto
7590 combinations and call specialized emitters for them.
7591 * linux-x86-low.c (amd64_emit_eq_goto): New function.
7592 (amd64_emit_ne_goto): New function.
7593 (amd64_emit_lt_goto): New function.
7594 (amd64_emit_le_goto): New function.
7595 (amd64_emit_gt_goto): New function.
7596 (amd64_emit_ge_goto): New function.
7597 (amd64_emit_ops): Add the new functions.
7598 (i386_emit_eq_goto): New function.
7599 (i386_emit_ne_goto): New function.
7600 (i386_emit_lt_goto): New function.
7601 (i386_emit_le_goto): New function.
7602 (i386_emit_gt_goto): New function.
7603 (i386_emit_ge_goto): New function.
7604 (i386_emit_ops): Add the new functions.
7605
bf15cbda
SS
76062011-09-08 Stan Shebs <stan@codesourcery.com>
7607
7608 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
7609 (i386_emit_epilogue): Restore %ebx.
7610
943ca1dd
JZ
76112011-08-31 Jie Zhang <jzhang918@gmail.com>
7612
7613 * server.c (step_thread): Remove definition.
7614 (process_serial_event): Don't handle Hs.
7615 * server.h (step_thread): Remove declaration.
7616 * target.c (set_desired_inferior): Remove use of step_thread.
7617
e3deef73
LM
76182011-08-24 Luis Machado <lgustavo@codesourcery.com>
7619
7620 * linux-low.c: Include linux-procfs.h.
7621 (linux_attach_lwp_1): Update comments.
7622 (linux_attach): Scan for existing threads when attaching to a
7623 process that is the tgid.
7624 * Makefile.in: Update dependencies.
7625
13da1c97
LM
76262011-08-24 Luis Machado <lgustavo@codesourcery.com>
7627
7628 * configure.srv: Add linux-procfs.o dependencies.
7629
881127c9
YQ
76302011-08-14 Yao Qi <yao@codesourcery.com>
7631
7632 * target.h (struct target_ops): Fix indent.
7633 * win32-low.c (win32_target_ops): Fix comment.
7634
58dbd541
YQ
76352011-08-14 Andrew Jenner <andrew@codesourcery.com>
7636 Yao Qi <yao@codesourcery.com>
7637
7638 * Makefile.in (clean): Remove tic6x-*.c files.
7639 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
7640 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
7641 (tic6x-c64xp-linux.c): Likewise.
7642 * configure.srv: Add support for tic6x-*-uclinux.
7643 * linux-tic6x-low.c: New.
7644 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
7645
78d85199
YQ
76462011-08-14 Andrew Stubbs <ams@codesourcery.com>
7647 Yao Qi <yao@codesourcery.com>
7648
7649 * target.h (struct target_ops): Add read_loadmap.
7650 * linux-low.c (struct target_loadseg): New type.
7651 (struct target_loadmap): New type.
7652 (linux_read_loadmap): New function.
7653 (linux_target_ops): Add linux_read_loadmap.
7654 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
7655 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
7656 to NULL.
78d85199 7657
a959a88d
EZ
76582011-08-05 Eli Zaretskii <eliz@gnu.org>
7659
7660 * win32-low.c: Include <stdint.h>.
7661
1ced966e
PA
76622011-07-22 Pedro Alves <pedro@codesourcery.com>
7663
7664 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
7665 to the inferior here.
7666 (i386_remove_aligned_watchpoint): Ditto.
7667 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
7668 fit part of the watchpoint in the debug registers.
7669 (i386_update_inferior_debug_regs): New.
7670 (i386_low_insert_watchpoint): Work on a local mirror of the debug
7671 registers, and only update the inferior on success.
7672 (i386_low_remove_watchpoint): Ditto.
7673
d26e3629
KY
76742011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
7675
7676 * linux-low.c (compare_ints, unique, list_threads, show_process,
7677 linux_core_of_thread): Delete.
7678 (linux_target_ops): Change linux_core_of_thread to
7679 linux_common_core_of_thread.
7680 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
7681 * utils.c (malloc_failure): Change type of argument.
7682 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
7683 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
7684 common/linux-osdata.c, common/ptid.c and common/buffer.c.
7685 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
7686 (IPA_OBJS): Add common-utils-ipa.o.
7687 (ptid_h, linux_osdata_h): New macros.
7688 (server_h): Add common/common-utils.h, common/xml-utils.h,
7689 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
7690 common/ptid.h.
7691 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
7692 ptid.o, buffer.o): New rules.
7693 (linux-low.o): Add common/linux-osdata.h as a dependency.
7694 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
7695 * configure.ac: Add AC_HEADER_DIRENT check.
7696 * config.in: Regenerate.
7697 * configure: Regenerate.
7698 * remote-utils.c (xml_escape_text): Delete.
7699 (buffer_grow, buffer_free, buffer_init, buffer_finish,
7700 buffer_xml_printf): Move to common/buffer.c.
7701 * server.c (main): Remove call to initialize_inferiors.
7702 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
7703 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
7704 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
7705 internal_error, gdb_assert, gdb_assert_fail): Delete.
7706 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
7707 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
7708 common/buffer.h.
7709 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
7710 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
7711 initialize_inferiors): Delete.
7712
2275a1a7
PA
77132011-07-20 Pedro Alves <pedro@codesourcery.com>
7714
7715 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
7716 symbol error.
7717
0a5b1e09
PA
77182011-05-31 Pedro Alves <pedro@codesourcery.com>
7719
7720 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
7721 assertion.
7722 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
7723
6938fd34
YQ
77242011-05-26 Yao Qi <yao@codesourcery.com>
7725
7726 * Makefile.in (thread-db.o): Track dependence to
7727 common/gdb_thread_db.h.
7728 * thread-db.c: include gdb_thread_db.h from right place.
7729
b481f9e0
TT
77302011-05-16 Adrian Cornish <gnu@bluedreamer.com>
7731
7732 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
7733 __FILE__ and __LINE__ to internal_error.
7734
98a5dd13
DE
77352011-05-13 Doug Evans <dje@google.com>
7736
7737 * thread-db.c (try_thread_db_load_from_sdir): New function.
7738 (try_thread_db_load_from_dir): New function.
7739 (thread_db_load_search): Handle $sdir, ignore $pdir.
7740 Remove trying of system directories if search of
7741 libthread-db-search-path fails, that is now done via $sdir.
7742
d248b706
KY
77432011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
7744
7745 * server.c (handle_query): Add EnableDisableTracepoints to the list
7746 of supported features.
43aaf8b6 7747 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 7748 tracepoints.
43aaf8b6
PA
7749 (cmd_qtenable_disable): New.
7750 (cmd_qtstart): Install tracepoints even if disabled.
7751 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
7752 receiving a QTEnable or QTDisable packet.
7753 (gdb_collect): Skip data collection if fast tracepoint is disabled.
7754 (ust_marker_to_static_tracepoint): Do not ignore disabled static
7755 tracepoints.
7756 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 7757
84e578fb
DE
77582011-05-10 Doug Evans <dje@google.com>
7759
7760 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
7761
71f55dd8
DE
77622011-05-04 Doug Evans <dje@google.com>
7763
7764 * linux-low.c (linux_join): Skip process lookup.
7765 * spu-low.c (spu_join): Ditto.
7766 * server.c (join_inferiors_callback): Delete.
7767 (process_serial_event): For 'D' packet (detach) call join_inferior
7768 directly.
7769
4d393d60
JM
77702011-05-04 Joseph Myers <joseph@codesourcery.com>
7771
7772 * README: Don't mention xscale*-*-linux*.
7773 * configure.srv (xscale*-*-linux*): Don't handle target.
7774
b00ad6ff
NF
77752011-04-27 Nathan Froyd <froydnj@codesourcery.com>
7776
7777 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
7778 casting pointers.
7779 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
7780 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
7781 (i386_emit_void_call_2): Likewise.
7782
af96c192
YQ
77832011-04-26 Yao Qi <yao@codesourcery.com>
7784
43aaf8b6
PA
7785 * linux-low.c: Move common macros to linux-ptrace.h.
7786 Include linux-ptrace.h.
af96c192
YQ
7787 * Makefile.in (linux_ptrace_h): New.
7788 (linux-low.o): Depends on linux-ptrace.h.
7789
03f2bd59
JK
77902011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7791
7792 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
7793 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
7794 (remote_prepare): New function with most of the TCP code from ...
7795 (remote_open): ... here. Detect PORT here unconditionally. Move also
7796 setting transport_is_reliable.
7797 * server.c (run_once): New variable.
7798 (gdbserver_usage): Document it.
7799 (main): Set run_once for `--once'. Call remote_prepare. Exit after
7800 the first run if RUN_ONCE.
7801 * server.h (run_once, remote_prepare): New declarations.
7802
7a9dd1b2
TT
78032011-04-19 Tom Tromey <tromey@redhat.com>
7804
7805 * win32-low.c (handle_load_dll): Remove duplicate "the".
7806
81239425
PM
78072011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
7808
7809 Remove support for old Cygwin 1.5 versions.
7810 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
7811 function to avoid warning.
7812 (win32_add_one_solib): Use cygwin_conv_path function to avoid
7813 warning.
7814
9e0627f1
PM
78152011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
7816
7817 * gdbserver/server.h (Macro _): Define it if not available.
7818
588eebee
MS
78192011-03-14 Michael Snyder <msnyder@vmware.com>
7820
348af9f7 7821 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 7822
43f70d4c
JB
78232011-03-10 Joel Brobecker <brobecker@adacore.com>
7824
7825 * Makefile.in (maintainer-clean realclean distclean): Remove
7826 "make ... subdir_do" command.
7827
348af9f7
MS
78282011-03-10 Michael Snyder <msnyder@vmware.com>
7829
7830 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
7831
7832 * server.c (handle_v_run): Free alloced buffer on early return.
7833
e637a4f5
YQ
78342011-03-09 Yao Qi <yao@codesourcery.com>
7835
7836 Revert:
7837 2011-03-04 Yao Qi <yao@codesourcery.com>
7838
7839 * Makefile.in: Remove GNU make feature --directory.
7840
7841 2011-03-05 Yao Qi <yao@codesourcery.com>
7842
7843 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
7844 (subdir_do): New make target. Copied from gdb/Makefile.
7845 (maintainer-clean, realclean, distclean, clean): Call corresponding
7846 make targets in common/Makefile.
7847
7848 2011-02-11 Yao Qi <yao@codesourcery.com>
7849
7850 * configure.ac: Call AC_PROG_RANLIB.
7851 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
7852 * configure: Regenerate.
7853
e6edda56
JK
78542011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7855
7856 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
7857
e5141119
JB
78582011-03-06 Yao Qi <yao@codesourcery.com>
7859
7860 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
7861
64794aa4
JB
78622011-03-05 Yao Qi <yao@codesourcery.com>
7863
7864 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
7865 (subdir_do): New make target. Copied from gdb/Makefile.
7866 (maintainer-clean, realclean, distclean, clean): Call corresponding
7867 make targets in common/Makefile.
7868
7a762829
YQ
78692011-03-04 Yao Qi <yao@codesourcery.com>
7870
7871 * Makefile.in: Remove GNU make feature --directory.
7872
348af9f7
MS
78732011-03-04 Michael Snyder <msnyder@vmware.com>
7874
7875 * server.c (queue_stop_reply): Call xmalloc not malloc.
7876
78772011-03-02 Michael Snyder <msnyder@vmware.com>
7878
7879 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
7880
9f72fee2
MS
78812011-02-28 Michael Snyder <msnyder@vmware.com>
7882
588eebee
MS
7883 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
7884 (cmd_qtframe): Ditto.
7885 (cmd_qtbuffer): Ditto.
7886 (cmd_bigqtbuffer): Ditto.
7887
9f72fee2
MS
7888 * utils.c (decimal2str): Initialize 'width' to nine, then
7889 don't mess with it.
7890
8040bd49
UW
78912011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
7892
7893 * hostio.c (require_data): Free *data, not data.
7894
7e52cbd0
JK
78952011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * hostio.c (require_data): Use free, not xfree.
7898
9130f83e
MS
78992011-02-27 Michael Snyder <msnyder@vmware.com>
7900
4b812f4e
MS
7901 * server.c (handle_query): Discard unused value.
7902
9130f83e
MS
7903 * hostio.c (require_data): Free malloc memory before returning
7904 error.
7905
69d37113
MS
79062011-02-26 Michael Snyder <msnyder@vmware.com>
7907
7908 * linux-low.c (list_threads): Call closedir for dirent.
7909
35f5825a
MS
79102011-02-27 Michael Snyder <msnyder@vmware.com>
7911
2a589cef
MS
7912 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
7913 a case statement falls through.
7914
0adea5f7
MS
7915 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
7916
35f5825a
MS
7917 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
7918 in comparison.
7919
238f1c74
MS
79202011-02-26 Michael Snyder <msnyder@vmware.com>
7921
7922 * utils.c (decimal2str): Eliminate dead code and dead param.
7923 (pulongest): Drop dead param from call to decimal2str.
7924 (plongest): Ditto.
7925
633ff500
JB
79262011-02-24 Joel Brobecker <brobecker@adacore.com>
7927
7928 Revert the following patch (not approved yet):
7929 2011-02-21 Hui Zhu <teawater@gmail.com>
7930 * tracepoint.c (tp_printf): New function.
7931 (eval_agent_expr): Handle gdb_agent_op_printf.
7932
f9c6ff72
HZ
79332011-02-21 Hui Zhu <teawater@gmail.com>
7934
7935 * tracepoint.c (tp_printf): New function.
7936 (eval_agent_expr): Handle gdb_agent_op_printf.
7937
94d5e490
TT
79382011-02-18 Tom Tromey <tromey@redhat.com>
7939
7940 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
7941 (tracepoint.o): Likewise.
7942 * tracepoint.c (enum gdb_agent_op): Use ax.def.
7943 (gdb_agent_op_names): Likewise.
7944
c7f96d2b
TT
79452011-02-18 Tom Tromey <tromey@redhat.com>
7946
7947 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
7948 gdb_agent_op_rot>: New constants.
7949 (gdb_agent_op_names): Add pick and roll.
7950 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
7951 cases.
7952
0feedb2c
JK
79532011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 * aclocal.m4: Regenerated with aclocal-1.11.1.
7956
b3b9301e
PA
79572011-02-14 Pedro Alves <pedro@codesourcery.com>
7958
7959 * server.c (handle_qxfer_traceframe_info): New.
7960 (qxfer_packets): Register "traceframe-info".
7961 (handle_query): Report support for qXfer:traceframe-info:read+.
7962 * tracepoint.c (match_blocktype): New.
7963 (traceframe_find_block_type): Rename to ...
7964 (traceframe_walk_blocks): ... this. Add callback filter argument,
7965 and use it.
7966 (traceframe_find_block_type): New, reimplemented on top of
7967 traceframe_walk_blocks.
7968 (build_traceframe_info_xml): New.
7969 (traceframe_read_info): New.
7970 * server.h (traceframe_read_info): Declare.
7971
4f3e6fb7
YQ
79722011-02-11 Yao Qi <yao@codesourcery.com>
7973
7974 * configure.ac: Call AC_PROG_RANLIB.
7975 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
7976 * configure: Regenerate.
7977
764880b7
PA
79782011-02-07 Pedro Alves <pedro@codesourcery.com>
7979
7980 * server.c (gdb_read_memory): Change return semantics to allow
7981 partial transfers.
7982 (handle_search_memory_1): Adjust.
7983 (process_serial_event) <'m' packet>: Handle partial transfers.
7984 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
7985
1c79eb8a
PA
79862011-01-28 Pedro Alves <pedro@codesourcery.com>
7987
7988 * regcache.c (init_register_cache): Initialize
7989 regcache->register_status.
7990 (free_register_cache): Release regcache->register_status.
7991 (regcache_cpy): Copy register_status.
7992 (registers_to_string): Print 'x's for unavailable registers.
7993 (supply_register): Mark the register's status valid or
7994 unavailable, depending on whether a buffer was passed in or not.
7995 (supply_register_zeroed): New.
7996 (supply_regblock): Mark the registers' status valid or
7997 unavailable, depending on whether a buffer was passed in or not.
7998 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
7999 (struct regcache): New `register_status' field.
8000 (supply_register_zeroed): Declare.
8001 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
8002 supply_register_zeroed, rather than passing a NULL buffer to
8003 supply_register.
8004 * tracepoint.c (fetch_traceframe_registers): Update comment.
8005
85724a0e
PA
80062011-01-28 Pedro Alves <pedro@codesourcery.com>
8007
8008 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
8009 buffer explicit.
8010
d08aafef
PA
80112011-01-25 Pedro Alves <pedro@codesourcery.com>
8012
8013 * server.h (decode_xfer_write): Change prototype.
8014 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
8015 and don't extract the annex here.
8016 * server.c (decode_xfer_read): Remove `annex' parameter,
8017 and don't extract the annex here.
8018 (decode_xfer): New.
8019 (struct qxfer): New.
8020 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
8021 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
8022 (handle_qxfer_statictrace): New functions, abstracted out from
8023 handle_query, and made to use the struct qxfer interface.
8024 (handle_threads_qxfer_proper): Rename to ...
8025 (handle_qxfer_threads_proper): ... this.
8026 (handle_threads_qxfer): Rename to ...
8027 (handle_qxfer_threads): ... this. Adjust.
8028 (qxfer_packets): New array.
8029 (handle_qxfer): New function.
8030 (handle_query): Use handle_qxfer.
8031
493e2a69
MS
80322011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
8033
8034 * gdbreplay.c: Shorten lines of >= 80 columns.
8035 * linux-low.c: Ditto.
8036 * linux-ppc-low.c: Ditto.
8037 * linux-s390-low.c: Ditto.
8038 * linux-sparc-low.c: Ditto.
8039 * linux-x86-low.c: Ditto.
8040 * linux-xtensa-low.c: Ditto.
8041 * mem-break.c: Ditto.
8042 * nto-low.c: Ditto.
8043 * regcache.h: Ditto.
8044 * remote-utils.c: Ditto.
8045 * server.c: Ditto.
8046 * server.h: Ditto.
8047 * thread-db.c: Ditto.
8048 * tracepoint.c: Ditto.
8049 * utils.c: Ditto.
8050 * win32-low.h: Ditto.
8051
44944448
JB
80522011-01-05 Joel Brobecker <brobecker@adacore.com>
8053
8054 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
8055 update.
8056
71ce852c
JB
80572011-01-01 Joel Brobecker <brobecker@adacore.com>
8058
8059 * server.c (gdbserver_version): Update copyright year in version
8060 output.
8061 * gdbreplay.c (gdbreplay_version): Ditto.
8062
eb826dc6
MF
80632010-12-29 Jie Zhang <jie.zhang@analog.com>
8064
8065 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
8066 * linux-bfin-low.c: New file.
8067 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
8068 PT_DATA_ADDR for BFIN targets.
8069 * Makefile.in (SFILES): Add linux-bfin-low.c.
8070 (clean): Remove reg-bfin.c.
8071 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
8072 * README: Mention supported Blackfin targets.
8073
39ab222a
MF
80742010-12-23 Mike Frysinger <vapier@gentoo.org>
8075
8076 * .gitignore: New file.
8077
a1f2ce7d
MF
80782010-11-16 Mike Frysinger <vapier@gentoo.org>
8079
8080 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
8081
f474844c
JZ
80822010-10-22 Jie Zhang <jie@codesourcery.com>
8083
8084 * Makefile.in: Add FLAGS_TO_PASS variable.
8085 (install): Remove dependency of install-only and recursively
8086 invoke make for install-only.
8087
f1048712
DE
80882010-10-04 Doug Evans <dje@google.com>
8089
8090 * Makefile.in (uninstall): Use $(DESTDIR).
8091
b53a1623
PA
80922010-09-24 Pedro Alves <pedro@codesourcery.com>
8093
e6ee044d
PA
8094 PR gdb/11842
8095
b53a1623
PA
8096 * linux-x86-low.c (compat_siginfo_from_siginfo)
8097 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
8098 si_code is < 0. Check for si_code == SI_TIMER before checking for
8099 si_code < 0.
8100
fa1bd1e4
JB
81012010-09-13 Joel Brobecker <brobecker@adacore.com>
8102
8103 * lynx-i386-low.c: New file.
8104 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
8105
47fac8f8
JB
81062010-09-13 Joel Brobecker <brobecker@adacore.com>
8107
8108 * lynx-low.c (ptrace_request_to_str): Remove handling for
8109 request values that have been removed in LynxOS 5.x.
8110
1adfc54d
JB
81112010-09-13 Joel Brobecker <brobecker@adacore.com>
8112
8113 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
8114 <ptrace.h>
8115
c2a66c29
NS
81162010-09-09 Nathan Sidwell <nathan@codesourcery.com>
8117
8118 * configure.ac: Add --enable-inprocess-agent option.
8119 * configure: Rebuilt.
8120
32fcada3
YQ
81212010-09-06 Yao Qi <yao@codesourcery.com>
8122
8123 * linux-low.c (linux_kill): Remove unused variable.
8124 (linux_stabilize_threads): Likewise.
8125 * server.c (start_inferior): Likewise.
8126 (queue_stop_reply_callback): Likewise.
8127 * tracepoint.c (do_action_at_tracepoint): Likewise.
8128
0cccb683
YQ
81292010-09-06 Yao Qi <yao@codesourcery.com>
8130
8131 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
8132 on return.
8133
423ec54c
JK
81342010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8135
8136 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
8137
12ac6819
PA
81382010-09-06 Pedro Alves <pedro@codesourcery.com>
8139
8140 * Makefile.in (install-only): Replace $IPA_DEPFILES with
8141 "$(IPA_DEPFILES)".
8142
8ed54b31
JB
81432010-09-01 Joel Brobecker <brobecker@adacore.com>
8144
8145 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
8146 gdbserver/lynx-ppc-low.c: New files.
8147 * Makefile.in (lynx_low_h): New variable.
8148 (lynx-low.o, lynx-ppc-low.o): New rules.
8149 * configure.ac: On LynxOS, link with -lnetinet.
8150 * configure.srv: Add handling of powerpc-*-lynxos* targets.
8151 * configure: regenerate.
8152
bb0116a4
JB
81532010-09-01 Joel Brobecker <brobecker@adacore.com>
8154
8155 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
8156 * configure.ac: Add check for vasprintf and vsnprintf.
8157 * configure, config.in: Regenerate.
8158 * server.h (vasprintf, vsnprintf): Add conditional declarations.
8159
a778ab81 81602010-09-01 Joel Brobecker <brobecker@adacore.com>
8161
8162 * gdbreplay.c: Move include of alloca.h up, next to include of
8163 malloc.h.
8164 * server.h: Add include of malloc.h.
8165 * mem-break.c: Remove include of malloc.h.
8166 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
8167
8b034a19 81682010-09-01 Joel Brobecker <brobecker@adacore.com>
8169
8170 * Makefile.in (memmem.o): Build with -Wno-error.
8171
81722010-09-01 Joel Brobecker <brobecker@adacore.com>
8173
8174 * utils.c (xsnprintf): Make non-static.
8175 * server.h: Add xsnprintf declaration.
8176 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
8177 replace calls to snprintf by calls to xsnprintf throughout.
8178
81792010-09-01 Joel Brobecker <brobecker@adacore.com>
8180
8181 * configure.ac: Add configure check for alloca.
8182 * configure, config.in: Regenerate.
8183 * server.h: Include alloca.h if it exists.
8184 * gdbreplay.c: Include alloca.h if it exists.
8185
1a981360
PA
81862010-08-28 Pedro Alves <pedro@codesourcery.com>
8187
8188 * linux-low.c (__SIGRTMIN): Define if not already defined.
8189 (linux_create_inferior): Check for __ANDROID__ rather than
8190 __SIGRTMIN.
8191 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
8192 are already deferred.
8193 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
8194 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
8195 stopped and already has a pending signal to report.
8196 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
8197 a pending signal to report or is moving out of a jump pad.
8198 (linux_init_signals): Check for __ANDROID__ rather than
8199 __SIGRTMIN.
8200
b4d51a55
PA
82012010-08-28 Pedro Alves <pedro@codesourcery.com>
8202
8203 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
8204 debug_threads check. Avoid a linear search when not doing debug
8205 output.
8206
ec48365d
PA
82072010-08-27 Pedro Alves <pedro@codesourcery.com>
8208
8209 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
8210 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
8211 (struct file_handler) <fd>: Change type to gdb_fildes_t.
8212 (process_event): Change local fd's type to gdb_fildes_t.
8213 (create_file_handler): Adjust prototype.
8214 (delete_file_handler): Adjust prototype.
8215 (handle_file_event): Adjust prototype. Use pfildes.
8216 (create_file_event): Adjsut prototype.
8217 * remote-utils.c (remote_desc, listen_desc): Change type to
8218 gdb_fildes_t.
8219 * server.h: New gdb_fildes_t typedef.
8220 [USE_WIN32API]: Include winsock2.h.
8221 (delete_file_handler, add_file_handler): Adjust prototypes.
8222 (pfildes): Declare.
8223 * utils.c (pfildes): New.
8224
854d88f0
PA
82252010-08-27 Pedro Alves <pedro@codesourcery.com>
8226
8227 * configure.ac (build_warnings): Add -Wno-char-subscripts.
8228 * configure: Regenerate.
8229
0146f85b
PA
82302010-08-27 Pedro Alves <pedro@codesourcery.com>
8231
8232 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
8233 (linux_done_accessing_memory): ... this.
8234 (linux_target_ops): Adjust.
8235 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
8236 * nto-low.c (nto_target_ops): Adjust comment.
8237 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
8238 * spu-low.c (spu_target_ops): Adjust comment.
8239 * target.h (target_ops): Rename unprepare_to_access_memory field
8240 to done_accessing_memory.
8241 (unprepare_to_access_memory): Rename to ...
8242 (done_accessing_memory): ... this.
8243
90d74c30
PA
82442010-08-26 Pedro Alves <pedro@codesourcery.com>
8245
8246 * linux-low.c (linux_prepare_to_access_memory): New.
8247 (linux_unprepare_to_access_memory): New.
8248 (linux_target_ops): Install them.
8249 * server.c (read_memory): Rename to ...
8250 (gdb_read_memory): ... this. Use
8251 prepare_to_access_memory/prepare_to_access_memory.
8252 (write_memory): Rename to ...
8253 (gdb_write_memory): ... this. Use
8254 prepare_to_access_memory/prepare_to_access_memory.
8255 (handle_search_memory_1): Adjust.
8256 (process_serial_event): Adjust.
8257 * target.h (struct target_ops): New fields
8258 prepare_to_access_memory and unprepare_to_access_memory.
8259 (prepare_to_access_memory, unprepare_to_access_memory): New.
8260 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
8261 prepare_to_access_memory/prepare_to_access_memory.
8262 * nto-low.c (nto_target_ops): Adjust.
8263 * spu-low.c (spu_target_ops): Adjust.
8264 * win32-low.c (win32_target_ops): Adjust.
8265
fd467969
PA
82662010-08-26 Pedro Alves <pedro@codesourcery.com>
8267
8268 * Makefile.in (WARN_CFLAGS): Get it from configure.
8269 (WERROR_CFLAGS): New.
8270 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
8271 * configure.ac: Introduce --enable-werror, which adds -Werror to
8272 the compiler command line. Enabled by default. Disable with
8273 --disable-werror. Add -Wdeclaration-after-statement
8274 Wpointer-arith and -Wformat-nonliteral to warning flags.
8275 * configure: Regenerate.
8276
331e2f5f
PA
82772010-08-26 Pedro Alves <pedro@codesourcery.com>
8278
8279 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
8280
e581f2b4
PA
82812010-08-26 Pedro Alves <pedro@codesourcery.com>
8282
8283 * gdbreplay.c (remote_error): New.
8284 (gdbchar): New.
8285 (expect): Use gdbchar. Check for error reading from GDB.
8286 Clarify sync error output.
8287 (play): Check for errors writing to GDB.
8288 * linux-low.c (sigchld_handler): Really ignore `write' errors.
8289 * remote-utils.c (getpkt): Check for errors writing to the remote
8290 descriptor.
8291
3c11dd79
PA
82922010-08-25 Pedro Alves <pedro@codesourcery.com>
8293
8294 * linux-low.c (linux_wait_1): Move non-debugging code out of
8295 `debug_threads' control.
8296
d20a8ad9
PA
82972010-08-25 Pedro Alves <pedro@codesourcery.com>
8298
8299 * linux-low.c (linux_wait_1): Don't set last_status here.
8300 * server.c (push_event, queue_stop_reply_callback): Assert we're
8301 not pushing a TARGET_WAITKIND_IGNORE event.
8302 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
8303 (myresume, handle_target_event): Set the thread's last_resume_kind
8304 and last_status from the target returned status.
8305
964e4306
PA
83062010-08-25 Pedro Alves <pedro@codesourcery.com>
8307
8308 PR threads/10729
8309
8310 * linux-x86-low.c (update_debug_registers_callback): New.
8311 (i386_dr_low_set_addr): Use it.
8312 (i386_dr_low_get_addr): New.
8313 (i386_dr_low_set_control): Use update_debug_registers_callback.
8314 (i386_dr_low_get_control): New.
8315 (i386_dr_low_get_status): Adjust.
8316 * linux-low.c (linux_stop_lwp): New.
8317 * linux-low.h (linux_stop_lwp): Declare.
8318
8319 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
8320 argument instead of a i386_debug_reg_state.
8321 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
8322 a i386_debug_reg_state.
8323 (i386_insert_aligned_watchpoint): Adjust.
8324 (i386_remove_aligned_watchpoint): Adjust.
8325 (i386_low_stopped_data_address): Read the debug registers from the
8326 inferior instead of from the mirrors.
8327 * i386-low.h (struct i386_debug_reg_state): Extend comment.
8328 (i386_dr_low_get_addr): Declare.
8329 (i386_dr_low_get_control): Declare.
8330 (i386_dr_low_get_status): Change prototype.
8331
8332 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
8333 (i386_dr_low_get_addr): New.
8334 (i386_dr_low_get_control): New.
8335 (i386_dr_low_get_status): Adjust prototype. Return
8336 dr_status_mirror.
8337 (i386_initial_stuff): Clear dr_status_mirror and
8338 dr_control_mirror.
8339 (i386_get_thread_context): Adjust.
8340 (i386_set_thread_context): Adjust.
8341 (i386_thread_added): Adjust.
8342
5f21a75b
PA
83432010-08-24 Pedro Alves <pedro@codesourcery.com>
8344
8345 * linux-low.h (linux_thread_area): Delete declaration.
8346
3e4c1235
TS
83472010-08-11 Thomas Schwinge <thomas@codesourcery.com>
8348
8349 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
8350 after its termination.
8351
1971b033
PA
83522010-08-09 Pedro Alves <pedro@codesourcery.com>
8353
8354 * linux-low.c (gdb_wants_lwp_stopped): Delete.
8355 (gdb_wants_all_stopped): Delete.
8356 (linux_wait_1): Don't call them.
8357 * server.c (handle_v_cont): Tag all threads as want-stopped.
8358 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
8359 stopped as "client-wants-stopped".
8360
310444ac
PA
83612010-07-31 Pedro Alves <pedro@codesourcery.com>
8362
8363 * Makefile.in (signals_h): New.
8364 (server_h): Depend on it.
8365 (server.o): Don't depend on $(signals_def).
8366 (signals.o): Depend on $(signals_def).
8367
a19cae16
JK
83682010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 * Makefile.in (signals_def): New.
8371 (server_h): Append include/gdb/signals.h and signals_def.
8372 (server.o): Append signals_def.
8373
30d50328
JK
83742010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8375
8376 * server.c (handle_target_event): Use target_signal_to_host for
8377 resume_info.sig initialization.
8378 * target.h (struct thread_resume) <sig>: New comment.
8379
5c3216e2
OS
83802010-07-20 Ozkan Sezer <sezeroz@gmail.com>
8381
c6f46ca0
OS
8382 * server.c (handle_query): strcpy() the returned string from paddress()
8383 instead of sprintf().
5c3216e2
OS
8384 * utils.c (paddress): Return phex_nz().
8385
6bd31874
JB
83862010-07-07 Joel Brobecker <brobecker@adacore.com>
8387
8388 * server.c (handle_v_cont): Call mourn_inferior if process
8389 just exited.
8390 (myresume): Likewise.
8391
0fb4aa4b
PA
83922010-07-01 Pedro Alves <pedro@codesourcery.com>
8393
8394 Static tracepoints, and integration with UST.
8395
8396 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
8397 * mem-break.c (uninsert_all_breakpoints)
8398 (reinsert_all_breakpoints): New.
8399 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
8400 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
8401 (gdb_agent_ust_loaded, helper_thread_id)
8402 (gdb_agent_helper_thread_id): New macros.
8403 (struct ipa_sym_addresses): Add addr_ust_loaded,
8404 addr_helper_thread_id, addr_cmd_buf.
8405 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
8406 (in_process_agent_loaded_ust): New.
8407 (write_e_ust_not_loaded): New.
8408 (maybe_write_ipa_ust_not_loaded): New.
8409 (struct collect_static_trace_data_action): New.
8410 (enum tracepoint_type) <static_tracepoint>: New.
8411 (struct tracepoint) <handle>: Mention static tracepoints.
8412 (struct static_tracepoint_ctx): New.
8413 (CMD_BUF_SIZE): New.
8414 (add_tracepoint_action): Handle static tracepoint actions.
8415 (unprobe_marker_at): New.
8416 (clear_installed_tracepoints): Handle static tracepoints.
8417 (cmd_qtdp): Handle static tracepoints.
8418 (probe_marker_at): New.
8419 (cmd_qtstart): Handle static tracepoints.
8420 (response_tracepoint): Handle static tracepoints.
8421 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
8422 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
8423 (get_context_regcache): Handle static tracepoints.
8424 (do_action_at_tracepoint): Handle static tracepoint actions.
8425 (traceframe_find_block_type): Handle static trace data blocks.
8426 (traceframe_read_sdata): New.
8427 (download_tracepoints): Download static tracepoint actions.
8428 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
8429 (GDB_PROBE_NAME): New.
8430 (ust_ops): New.
8431 (GET_UST_SYM): New.
8432 (USTF): New.
8433 (dlsym_ust): New.
8434 (ust_marker_to_static_tracepoint): New.
8435 (gdb_probe): New.
8436 (collect_ust_data_at_tracepoint): New.
8437 (gdb_ust_probe): New.
8438 (UNIX_PATH_MAX, SOCK_DIR): New.
8439 (gdb_ust_connect_sync_socket): New.
8440 (resume_thread, stop_thread): New.
8441 (run_inferior_command): New.
8442 (init_named_socket): New.
8443 (gdb_ust_socket_init): New.
8444 (cstr_to_hexstr): New.
8445 (next_st): New.
8446 (first_marker, next_marker): New.
8447 (response_ust_marker): New.
8448 (cmd_qtfstm, cmd_qtsstm): New.
8449 (unprobe_marker_at, probe_marker_at): New.
8450 (cmd_qtstmat, gdb_ust_thread): New.
8451 (gdb_ust_init): New.
8452 (initialize_tracepoint_ftlib): Call gdb_ust_init.
8453 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
8454 (ST_REGENTRY): New.
8455 (x86_64_st_collect_regmap): New.
8456 (X86_64_NUM_ST_COLLECT_GREGS): New.
8457 (AMD64_RIP_REGNUM): New.
8458 (supply_static_tracepoint_registers): New.
8459 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
8460 (ST_REGENTRY): New.
8461 (i386_st_collect_regmap): New.
8462 (i386_NUM_ST_COLLECT_GREGS): New.
8463 (supply_static_tracepoint_registers): New.
8464 * server.c (handle_query): Handle qXfer:statictrace:read.
8465 <qSupported>: Report support for StaticTracepoints, and
8466 qXfer:statictrace:read features.
8467 * server.h (traceframe_read_sdata)
8468 (supply_static_tracepoint_registers): Declare.
8469 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
8470 (unpack_varlen_hex): Include in IPA build.
8471 * Makefile.in (ustlibs, ustinc): New.
8472 (IPA_OBJS): Add remote-utils-ipa.o.
8473 ($(IPA_LIB)): Link -ldl and -lpthread.
8474 (UST_CFLAGS): New.
8475 (IPAGENT_CFLAGS): Add UST_CFLAGS.
8476 * config.in, configure: Regenerate.
8477
9e4344e5
PA
84782010-06-20 Ian Lance Taylor <iant@google.com>
8479 Pedro Alves <pedro@codesourcery.com>
8480
8481 * linux-x86-low.c (always_true): Delete.
8482 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
8483 trying to fool the compiler with always_true.
8484
c6beb2cb
PA
84852010-06-20 Pedro Alves <pedro@codesourcery.com>
8486
8487 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
8488 conditions in gdbserver.
8489
d2ed6730
UW
84902010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
8491
8492 * spu-low.c (spu_read_memory): Wrap around local store limit.
8493 (spu_write_memory): Likewise.
8494
4e29fb54
PA
84952010-06-15 Pedro Alves <pedro@codesourcery.com>
8496
8497 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
8498 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
8499 LONGEST uses.
8500 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
8501 uses.
8502 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
8503 uses with LONGEST uses.
8504
6a271cae
PA
85052010-06-14 Stan Shebs <stan@codesourcery.com>
8506 Pedro Alves <pedro@codesourcery.com>
8507
8508 Bytecode compiler.
8509
8510 * linux-x86-low.c: Include limits.h.
8511 (add_insns): New.
8512 (always_true): New.
8513 (EMIT_ASM): New.
8514 (EMIT_ASM32): New.
8515 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
8516 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
8517 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
8518 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
8519 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
8520 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
8521 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
8522 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
8523 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
8524 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
8525 (amd64_emit_void_call_2): New.
8526 (amd64_emit_ops): New.
8527 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
8528 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
8529 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
8530 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
8531 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
8532 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
8533 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
8534 (i386_emit_call, i386_emit_reg, i386_emit_pop)
8535 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
8536 (i386_emit_stack_adjust, i386_emit_int_call_1)
8537 (i386_emit_void_call_2): New.
8538 (i386_emit_ops): New.
8539 (x86_emit_ops): New.
8540 (the_low_target): Install x86_emit_ops.
8541 * server.h (struct emit_ops): New.
8542 (get_raw_reg_func_addr): Declare.
8543 (current_insn_ptr, emit_error): Declare.
8544 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
8545 (set_trace_state_variable_value): New defines.
8546 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
8547 addr_get_trace_state_variable_value and
8548 addr_set_trace_state_variable_value.
8549 (symbol_list): New fields for get_raw_reg,
8550 get_trace_state_variable_value and set_trace_state_variable_value.
8551 (condfn): New typedef.
8552 (struct tracepoint): New field `compiled_cond'.
8553 (do_action_at_tracepoint): Clear compiled_cond.
8554 (get_trace_state_variable_value, set_trace_state_variable_value):
8555 Export in the IPA.
8556 (condition_true_at_tracepoint): If there's a compiled condition,
8557 run that.
8558 (current_insn_ptr, emit_error): New globals.
8559 (struct bytecode_address): New.
8560 (get_raw_reg_func_addr): New.
8561 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
8562 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
8563 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
8564 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
8565 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
8566 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
8567 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
8568 (compile_tracepoint_condition, compile_bytecodes): New.
8569 * target.h (emit_ops): Forward declare.
8570 (struct target_ops): New field emit_ops.
8571 (target_emit_ops): New.
8572 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
8573 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
8574 * linux-low.c (linux_emit_ops): New.
8575 (linux_target_ops): Install it.
8576 * linux-low.h (struct linux_target_ops): New field emit_ops.
8577
92b72907
UW
85782010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
8579
8580 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
8581 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
8582
fa593d66
PA
85832010-06-01 Pedro Alves <pedro@codesourcery.com>
8584 Stan Shebs <stan@codesourcery.com>
8585
8586 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
8587 (all): Depend on $(extra_libraries).
8588 (install-only): Install the IPA.
8589 (IPA_OBJS, IPA_LIB): New.
8590 (clean): Remove the IPA lib.
8591 (IPAGENT_CFLAGS): New.
8592 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
8593 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
8594 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
8595 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
8596 * configure.ac: Check for atomic builtins support in the compiler.
8597 (IPA_DEPFILES, extra_libraries): Define.
8598 * configure.srv (ipa_obj): Add description.
8599 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
8600 (i[34567]86-*-linux*): Set ipa_obj.
8601 (x86_64-*-linux*): Set ipa_obj.
8602 * linux-low.c (stabilizing_threads): New.
8603 (supports_fast_tracepoints): New.
8604 (linux_detach): Stabilize threads before detaching.
8605 (handle_tracepoints): Handle internal tracing breakpoints. Assert
8606 the lwp is either not stabilizing, or is moving out of a jump pad.
8607 (linux_fast_tracepoint_collecting): New.
8608 (maybe_move_out_of_jump_pad): New.
8609 (enqueue_one_deferred_signal): New.
8610 (dequeue_one_deferred_signal): New.
8611 (linux_wait_for_event_1): If moving out of a jump pad, defer
8612 pending signals to later.
8613 (linux_stabilize_threads): New.
8614 (linux_wait_1): Check if threads need moving out of jump pads, and
8615 do it if so.
8616 (stuck_in_jump_pad_callback): New.
8617 (move_out_of_jump_pad_callback): New.
8618 (lwp_running): New.
8619 (linux_resume_one_lwp): Handle moving out of jump pads.
8620 (linux_set_resume_request): Dequeue deferred signals.
8621 (need_step_over_p): Also step over fast tracepoint jumps.
8622 (start_step_over): Also uninsert fast tracepoint jumps.
8623 (finish_step_over): Also reinsert fast tracepoint jumps.
8624 (linux_install_fast_tracepoint_jump): New.
8625 (linux_target_ops): Install linux_stabilize_threads and
8626 linux_install_fast_tracepoint_jump_pad.
8627 * linux-low.h (linux_target_ops) <get_thread_area,
8628 install_fast_tracepoint_jump_pad>: New fields.
8629 (struct lwp_info) <collecting_fast_tracepoint,
8630 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
8631 (linux_get_thread_area): Declare.
8632 * linux-x86-low.c (jump_insn): New.
8633 (x86_get_thread_area): New.
8634 (append_insns): New.
8635 (push_opcode): New.
8636 (amd64_install_fast_tracepoint_jump_pad): New.
8637 (i386_install_fast_tracepoint_jump_pad): New.
8638 (x86_install_fast_tracepoint_jump_pad): New.
8639 (the_low_target): Install x86_get_thread_area and
8640 x86_install_fast_tracepoint_jump_pad.
8641 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
8642 (struct fast_tracepoint_jump): New.
8643 (fast_tracepoint_jump_insn): New.
8644 (fast_tracepoint_jump_shadow): New.
8645 (find_fast_tracepoint_jump_at): New.
8646 (fast_tracepoint_jump_here): New.
8647 (delete_fast_tracepoint_jump): New.
8648 (set_fast_tracepoint_jump): New.
8649 (uninsert_fast_tracepoint_jumps_at): New.
8650 (reinsert_fast_tracepoint_jumps_at): New.
8651 (set_breakpoint_at): Use write_inferior_memory.
8652 (uninsert_raw_breakpoint): Use write_inferior_memory.
8653 (check_mem_read): Mask out fast tracepoint jumps.
8654 (check_mem_write): Mask out fast tracepoint jumps.
8655 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
8656 (set_fast_tracepoint_jump): Declare.
8657 (delete_fast_tracepoint_jump)
8658 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
8659 (reinsert_fast_tracepoint_jumps_at): Declare.
8660 * regcache.c: Don't compile many functions when building the
8661 in-process agent library.
8662 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
8663 the register buffer in the heap.
8664 (free_register_cache): If the register buffer isn't owned by the
8665 regcache, don't free it.
8666 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
8667 pre-existing register caches.
8668 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
8669 type.
8670 (convert_ascii_to_int): : Constify `from' parameter type.
8671 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
8672 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
8673 the needed buffer in-place.
8674 (relocate_instruction): New.
8675 * server.c (handle_query) <qSymbols>: If the target supports
8676 tracepoints, give it a chance of looking up symbols. Report
8677 support for fast tracepoints.
8678 (handle_status): Stabilize threads.
8679 (process_serial_event): Adjust.
8680 * server.h (struct fast_tracepoint_jump): Forward declare.
8681 (struct process_info) <fast_tracepoint_jumps>: New field.
8682 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
8683 (decode_X_packet, decode_M_packet): Adjust.
8684 (relocate_instruction): Declare.
8685 (in_process_agent_loaded): Declare.
8686 (tracepoint_look_up_symbols): Declare.
8687 (struct fast_tpoint_collect_status): Declare.
8688 (fast_tracepoint_collecting): Declare.
8689 (force_unlock_trace_buffer): Declare.
8690 (handle_tracepoint_bkpts): Declare.
8691 (initialize_low_tracepoint)
8692 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
8693 * target.h (struct target_ops) <stabilize_threads,
8694 install_fast_tracepoint_jump_pad>: New fields.
8695 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
8696 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
8697 [HAVE_STDINT_H]: Include stdint.h.
8698 (trace_debug_1): Rename to ...
8699 (trace_vdebug): ... this.
8700 (trace_debug): Rename to ...
8701 (trace_debug_1): ... this. Add `level' parameter.
8702 (trace_debug): New.
8703 (ATTR_USED, ATTR_NOINLINE): New.
8704 (IP_AGENT_EXPORT): New.
8705 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
8706 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
8707 (about_to_request_buffer_space, trace_buffer_is_full)
8708 (stopping_tracepoint, expr_eval_result, error_tracepoint)
8709 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
8710 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
8711 (traceframe_write_count, traceframes_created)
8712 (trace_state_variables)
8713 New renaming defines.
8714 (struct ipa_sym_addresses): New.
8715 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
8716 (symbol_list): New.
8717 (ipa_sym_addrs): New.
8718 (all_tracepoint_symbols_looked_up): New.
8719 (in_process_agent_loaded): New.
8720 (write_e_ipa_not_loaded): New.
8721 (maybe_write_ipa_not_loaded): New.
8722 (tracepoint_look_up_symbols): New.
8723 (debug_threads) [IN_PROCESS_AGENT]: New.
8724 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
8725 (UNKNOWN_SIDE_EFFECTS): New.
8726 (stop_tracing): New.
8727 (flush_trace_buffer): New.
8728 (stop_tracing_bkpt): New.
8729 (flush_trace_buffer_bkpt): New.
8730 (read_inferior_integer): New.
8731 (read_inferior_uinteger): New.
8732 (read_inferior_data_pointer): New.
8733 (write_inferior_data_pointer): New.
8734 (write_inferior_integer): New.
8735 (write_inferior_uinteger): New.
8736 (struct collect_static_trace_data_action): Delete.
8737 (enum tracepoint_type): New.
8738 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
8739 <actions_str, step_actions, step_actions_str>: Only include in
8740 GDBserver.
fa593d66
PA
8741 <orig_size, obj_addr_on_target, adjusted_insn_addr>
8742 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
8743 (tracepoints): Use IP_AGENT_EXPORT.
8744 (last_tracepoint): Don't include in the IPA.
8745 (stopping_tracepoint): Use IP_AGENT_EXPORT.
8746 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
8747 (alloced_trace_state_variables): New.
8748 (trace_state_variables): Use IP_AGENT_EXPORT.
8749 (traceframe_t): Delete unused variable.
8750 (circular_trace_buffer): Don't include in the IPA.
8751 (trace_buffer_start): Delete.
8752 (struct trace_buffer_control): New.
8753 (trace_buffer_free): Delete.
8754 (struct ipa_trace_buffer_control): New.
8755 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
8756 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
8757 New.
8758 (trace_buffer_ctrl): New.
8759 (TRACE_BUFFER_CTRL_CURR): New.
8760 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
8761 Reimplement as macros.
8762 (trace_buffer_wrap): Delete.
8763 (traceframe_write_count, traceframe_read_count)
8764 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
8765 (struct tracepoint_hit_ctx) <type>: New field.
8766 (struct fast_tracepoint_ctx): New.
8767 (memory_barrier): New.
8768 (cmpxchg): New.
8769 (record_tracepoint_error): Update atomically in the IPA.
8770 (clear_inferior_trace_buffer): New.
8771 (about_to_request_buffer_space): New.
8772 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
8773 updating the same buffer.
8774 (add_tracepoint): Default the tracepoint's type to trap
8775 tracepoint, and orig_size to -1.
8776 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
8777 internal variables.
8778 (create_trace_state_variable): New parameter `gdb'. Handle it.
8779 (clear_installed_tracepoints): Clear fast tracepoint jumps.
8780 (cmd_qtdp): Handle fast tracepoints.
8781 (cmd_qtdv): Adjust.
8782 (max_jump_pad_size): New.
8783 (gdb_jump_pad_head): New.
8784 (get_jump_space_head): New.
8785 (claim_jump_space): New.
8786 (sort_tracepoints): New.
8787 (MAX_JUMP_SIZE): New.
8788 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
8789 IPA.
8790 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
8791 support. Upload fast traceframes, and delete internal IPA
8792 breakpoints.
8793 (stop_tracing_handler): New.
8794 (flush_trace_buffer_handler): New.
8795 (cmd_qtstop): Upload fast tracepoints.
8796 (response_tracepoint): Handle fast tracepoints.
8797 (tracepoint_finished_step): Upload fast traceframes. Set the
8798 tracepoint hit context's tracepoint type.
8799 (handle_tracepoint_bkpts): New.
8800 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
8801 type. Add comment about fast tracepoints.
8802 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
8803 non-existing action_str field.
8804 (get_context_regcache): Handle fast tracepoints.
8805 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
8806 to the regcache.
8807 (fast_tracepoint_from_jump_pad_address): New.
8808 (fast_tracepoint_from_ipa_tpoint_address): New.
8809 (collecting_t): New.
8810 (force_unlock_trace_buffer): New.
8811 (fast_tracepoint_collecting): New.
8812 (collecting): New.
8813 (gdb_collect): New.
8814 (write_inferior_data_ptr): New.
8815 (target_tp_heap): New.
8816 (target_malloc): New.
8817 (download_agent_expr): New.
8818 (UALIGN): New.
8819 (download_tracepoints): New.
8820 (download_trace_state_variables): New.
8821 (upload_fast_traceframes): New.
8822 (IPA_FIRST_TRACEFRAME): New.
8823 (IPA_NEXT_TRACEFRAME_1): New.
8824 (IPA_NEXT_TRACEFRAME): New.
8825 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
8826 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
8827 (gdb_jump_pad_buffer_end): New.
8828 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
8829 (initialize_tracepoint): Adjust.
8830 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
8831 buffer. Initialize the low module.
8832 * utils.c (PREFIX, TOOLNAME): New.
8833 (malloc_failure): Use PREFIX.
8834 (error): In the IPA, an error causes an exit.
8835 (fatal, warning): Use PREFIX.
8836 (internal_error): Use TOOLNAME.
8837 (NUMCELLS): Increase to 10.
8838 * configure, config.in: Regenerate.
8839
d149dd1d
PA
88402010-06-01 Pedro Alves <pedro@codesourcery.com>
8841
8842 * server.c (handle_query) <qSupported>: Do two passes over the
8843 qSupported string to avoid nesting strtok.
8844
f6528abd
JK
88452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
8848 (CDEPS): New.
8849 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
8850 -Wl,--dynamic-list.
8851 * configure: Regenerate.
8852 * proc-service.list: New.
8853
ca2a87a0
JK
88542010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
8857 New comment.
8858
363a6e9f
OS
88592010-05-26 Ozkan Sezer <sezeroz@gmail.com>
8860
8861 * gdbreplay.c (remote_open): Check error return from socket() call by
8862 its equality to -1 not by it being negative.
8863 * remote-utils.c (remote_open): Likewise.
8864
d23b6cb1
PA
88652010-05-23 Pedro Alves <pedro@codesourcery.com>
8866
8867 * config.h: Regenerate.
8868
28d3cf85
MK
88692010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
8870
8871 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
8872 doesn't provide PTRACE_GET_THREAD_AREA.
8873
fea36a59
MK
88742010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
8875
8876 * linux-m68k-low.c: Include <asm/ptrace.h>
8877 (ps_get_thread_area): Implement.
8878
24b066ba
DE
88792010-05-03 Doug Evans <dje@google.com>
8880
8881 * event-loop.c (struct callback_event): New struct.
8882 (callback_list): New global.
8883 (append_callback_event, delete_callback_event): New functions.
8884 (process_callback): New function.
8885 (start_event_loop): Call it.
8886 * remote-utils.c (NOT_SCHEDULED): Define.
8887 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
8888 moved out of readchar.
8889 (readchar): Rewrite. Call reschedule before returning.
8890 (reset_readchar): New function.
8891 (remote_close): Call it.
8892 (process_remaining, reschedule): New functions.
8893 * server.h (callback_handler_func): New typedef.
8894 (append_callback_event, delete_callback_event): Declare.
8895
9836d6ea
PA
88962010-05-03 Pedro Alves <pedro@codesourcery.com>
8897
8898 * proc-service.c (ps_pglobal_lookup): Use
8899 thread_db_look_up_one_symbol.
8900 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
8901 parameter. Use it instead of all_symbols_looked_up.
8902 * server.h (struct process_info) <all_symbols_looked_up>: Delete
8903 field.
8904 (all_symbols_looked_up): Don't declare.
8905 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
8906 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
8907 field.
8908 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
8909 Set all_symbols_looked_up here.
8910 (thread_db_look_up_one_symbol): New.
8911 (thread_db_get_tls_address): Adjust.
8912 (thread_db_load_search, try_thread_db_load_1): Always allocate the
8913 thread_db object on the heap, and tentatively set it in the
8914 process structure.
8915 (thread_db_init): Don't set all_symbols_looked_up here.
8916 * linux-low.h (thread_db_look_up_one_symbol): Declare.
8917
7984d532
PA
89182010-05-03 Pedro Alves <pedro@codesourcery.com>
8919
8920 * linux-low.c (linux_kill, linux_detach): Adjust.
8921 (status_pending_p_callback): Remove redundant statement. Check
8922 for !TARGET_WAITIKIND_IGNORE, instead of
8923 TARGET_WAITKIND_STOPPED.
8924 (handle_tracepoints): Make sure LWP is locked. Adjust.
8925 (linux_wait_for_event_1): Adjust.
8926 (linux_cancel_breakpoints): New.
8927 (unsuspend_one_lwp): New.
8928 (unsuspend_all_lwps): New.
8929 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
8930 (send_sigstop_callback): Change return type to int, add new
8931 `except' parameter and handle it.
8932 (suspend_and_send_sigstop_callback): New.
8933 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
8934 pass them down. If SUSPEND, also increment the lwp's suspend
8935 count.
8936 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
8937 (need_step_over_p): Don't consider suspended LWPs.
8938 (start_step_over): Adjust.
8939 (proceed_one_lwp): Change return type to int, add new `except'
8940 parameter and handle it.
8941 (unsuspend_and_proceed_one_lwp): New.
8942 (proceed_all_lwps): Use find_inferior instead of
8943 for_each_inferior.
8944 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
8945 also decrement the suspend count of LWPs. Pass `except' down,
8946 instead of hacking its suspend count.
8947 (linux_pause_all): Add `freeze' parameter. Adjust.
8948 (linux_unpause_all): New.
8949 (linux_target_ops): Install linux_unpause_all.
8950 * server.c (handle_status): Adjust.
8951 * target.h (struct target_ops): New fields `unpause_all' and
8952 `cancel_breakpoints'. Add new parameter to `pause_all'.
8953 (pause_all): Add new `freeze' parameter.
8954 (unpause_all): New.
8955 (cancel_breakpoints): New.
8956 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
8957 cancel breakpoints.
8958 (cmd_qtstart): Pause threads.
8959 (stop_tracing): Pause threads, and cancel breakpoints.
8960 * win32-low.c (win32_target_ops): Adjust.
8961
e471f25b
PA
89622010-05-03 Pedro Alves <pedro@codesourcery.com>
8963
8964 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
8965 the inferior right away from here...
8966 (linux_wait_1): ... to here, and adjust to check the thread's
8967 last_resume_kind instead of the lwp's step or stop_expected flags.
8968
1915ef4f
PA
89692010-05-02 Pedro Alves <pedro@codesourcery.com>
8970
8971 * README: Use consistent `GDB' and `GDBserver' spellings.
8972
f9e39928
PA
89732010-05-02 Pedro Alves <pedro@codesourcery.com>
8974
8975 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
8976 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
8977 (linux_detach_one_lwp): Assume the lwp is stopped.
8978 (any_thread_of): Delete.
8979 (linux_detach): Stop all lwps here. Don't blindly delete all
8980 breakpoints.
8981 (delete_lwp_callback): New.
8982 (linux_mourn): Delete all lwps of the process that is gone.
8983 (linux_wait_1): Don't delete the last lwp of the process here.
8984 * mem-break.h (mark_breakpoints_out): Declare.
8985 * mem-break.c (mark_breakpoints_out): New.
8986 (free_all_breakpoints): Use it.
8987 * server.c (handle_target_event): If the process is gone, mark
8988 breakpoints out.
8989 * thread-db.c (struct thread_db) <create_bp>: New field.
8990 (thread_db_enable_reporting): Fix prototype. Store a thread event
8991 breakpoint reference in the thread_db struct.
8992 (thread_db_load_search): Clear the thread_db object.
8993 (try_thread_db_load_1): Ditto.
8994 (switch_to_process): New.
8995 (disable_thread_event_reporting): Use it.
8996 (remove_thread_event_breakpoints): New.
8997 (thread_db_detach, thread_db_mourn): Use it.
8998
1e7fc18c
PA
89992010-05-01 Pedro Alves <pedro@codesourcery.com>
9000
9001 * linux-low.c (linux_enable_event_reporting): New.
9002 (linux_wait_for_event_1, handle_extended_wait): Use it.
9003
02fc4de7
PA
90042010-04-30 Pedro Alves <pedro@codesourcery.com>
9005
9006 * linux-low.c (linux_kill_one_lwp, linux_kill)
9007 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
9008 (send_sigstop): Take an lwp_info as parameter instead. Queue a
9009 SIGSTOP even if the LWP is stopped.
9010 (send_sigstop_callback): New.
9011 (stop_all_lwps): Use send_sigstop_callback instead.
9012 (linux_resume_one_thread): Adjust.
9013 (proceed_one_lwp): Still proceed an LWP that the client has
9014 requested to stop, if we haven't reported it as stopped yet. Make
9015 sure that LWPs the client want stopped, have a pending SIGSTOP.
9016
bc3b5632
DE
90172010-04-26 Doug Evans <dje@google.com>
9018
ae1ada35
DE
9019 * server.c (handle_general_set): Make static.
9020
bc3b5632
DE
9021 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
9022 Print received char after testing for error/eof instead of before.
9023 (input_interrupt): Tweak comment.
9024
65730243
DE
90252010-04-23 Doug Evans <dje@google.com>
9026
9027 * server.c (start_inferior): Print inferior argv if --debug.
9028
a8ae7dc0
AR
90292010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
9030
9031 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
9032 * nto-x86-low.c: Include server.h
9033
1c07cc19
PM
90342010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
9035
9036 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
9037 be consistent with other sources of this directory.
9038 (init_registers_amd64): Correct name of source file of this function
9039 in the comment.
9040
e0a61e09
PM
90412010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
9042
9043 * configure.srv (x86_64-*-mingw*): New configuration for Windows
9044 64-bit executables.
9045
54709339
PM
90462010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
9047
9048 * win32-i386-low.c: Add 64-bit support.
9049 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
9050 (init_registers_amd64): Declare.
9051 (mappings): Add 64-bit version of array.
9052 (init_windows_x86): New function.
9053 (the_low_target): Change init_arch field to init_windows_x86.
9054
e8f0053d
PM
90552010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
9056
9057 * win32-low.c: Adapt to support also 64-bit architecture.
9058 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
9059 (get_image_name): Use SIZE_T type for local variable `done'.
9060 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
9061 (toolhelp_get_dll_name): Idem.
9062 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
9063 Use uintptr_t typecast to avoid warning.
9064 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
9065 (handle_exception): Use phex_nz to avoid warning.
9066 (win32_wait): Remove unused local variable `process'.
9067
c481e77e
PM
90682010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
9069
9070 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
9071 `amd64-avx.o'.
9072
12ea4b69
PM
90732010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
9074
9075 * configure.ac: Use `ws2_32' library for srv_mingw.
9076 * configure: Regenerate.
9077 * gdbreplay.c: Include winsock2.h instead of winsock.h.
9078 * remote-utils.c: Likewise.
9079
f6d1620c
L
90802010-04-17 H.J. Lu <hongjiu.lu@intel.com>
9081
9082 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
9083 if __x86_64__ is defined.
9084
8e642873
PM
90852010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
9086
9087 * configure: Regenerate.
9088
711e434b
PM
90892010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
9090
9091 * server.c (handle_query): Handle 'qGetTIBAddr' query.
9092 * target.h (target_ops): New get_tib_address field.
9093 * win32-low.h (win32_thread_info): Add thread_local_base field.
9094 * win32-low.c (child_add_thread): Add tlb argument.
9095 Set thread_local_base field to TLB.
9096 (get_child_debug_event): Adapt to child_add_thread change.
9097 (win32_get_tib_address): New function.
9098 (win32_target_ops): Set get_tib_address field to
9099 win32_get_tib_address.
9100 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
9101
505106cd
PA
91022010-04-12 Pedro Alves <pedro@codesourcery.com>
9103
505106cd
PA
9104 * linux-low.c (linux_mourn): Also remove the process.
9105 * server.c (handle_target_event): Don't remove the process here.
9106 * nto-low.c (nto_mourn): New.
9107 (nto_target_ops): Install it.
9108 * spu-low.c (spu_mourn): New.
9109 (spu_target_ops): Install it.
9110 * win32-low.c (win32_mourn): New.
9111 (win32_target_ops): Install it.
9112
e8470a06
PA
91132010-04-12 Pedro Alves <pedro@codesourcery.com>
9114
9115 * server.h (buffer_xml_printf): Remove redundant `;'.
9116
45ba0d02
PA
91172010-04-12 Pedro Alves <pedro@codesourcery.com>
9118
9119 * regcache.c (set_register_cache): Invalidate regcaches before
9120 changing the register cache layout.
9121 (regcache_invalidate_one): Allow a NULL regcache.
9122 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
9123 regcaches before changing the register cache layout or the target
9124 regsets.
9125
59e04013
L
91262010-04-12 H.J. Lu <hongjiu.lu@intel.com>
9127
9128 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
9129 variable warning on Linux/x86-64.
9130
8336d594
PA
91312010-04-11 Pedro Alves <pedro@codesourcery.com>
9132
9133 GDBserver disconnected tracing support.
9134
9135 * linux-low.c (linux_remove_process): Delete.
9136 (add_lwp): Don't set last_resume_kind here.
9137 (linux_kill): Use `mourn'.
9138 (linux_detach): Use `thread_db_detach', and `mourn'.
9139 (linux_mourn): New.
9140 (linux_attach_lwp_1): Adjust comment.
9141 (linux_attach): last_resume_kind moved the thread_info; adjust.
9142 (status_pending_p_callback): Adjust.
9143 (linux_wait_for_event_1): Adjust.
9144 (count_events_callback, select_singlestep_lwp_callback)
9145 (select_event_lwp_callback, cancel_breakpoints_callback)
9146 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
9147 (proceed_one_lwp): Adjust.
9148 (linux_async): Add debug output.
9149 (linux_thread_stopped): New.
9150 (linux_pause_all): New.
9151 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
9152 linux_pause_all.
9153 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
9154 (thread_db_free): Delete declaration.
9155 (thread_db_detach, thread_db_mourn): Declare.
9156 * thread-db.c (thread_db_init): Use thread_db_mourn.
9157 (thread_db_free): Delete, split in two.
9158 (disable_thread_event_reporting): New.
9159 (thread_db_detach): New.
9160 (thread_db_mourn): New.
9161
9162 * server.h (struct thread_info) <last_resume_kind>: New field.
9163 <attached>: Add comment.
9164 <gdb_detached>: New field.
9165 (handler_func): Change return type to int.
9166 (handle_serial_event, handle_target_event): Ditto.
9167 (gdb_connected): Declare.
9168 (tracing): Delete.
9169 (disconnected_tracing): Declare.
9170 (stop_tracing): Declare.
9171
9172 * server.c (handle_query) <qSupported>: Report support for
9173 disconnected tracing.
9174 (queue_stop_reply_callback): Account for running threads.
9175 (gdb_wants_thread_stopped): New.
9176 (gdb_wants_all_threads_stopped): New.
9177 (gdb_reattached_process): New.
9178 (handle_status): Clear the `gdb_detached' flag of all processes.
9179 In all-stop, stop all threads.
9180 (main): Be sure to leave tfind mode. Handle disconnected tracing.
9181 (process_serial_event): If the remote connection breaks, or if an
9182 exit was forced with "monitor exit", force an event loop exit.
9183 Handle disconnected tracing on detach.
9184 (handle_serial_event): Adjust.
9185 (handle_target_event): If GDB isn't connected, forward events back
9186 to the inferior, unless the last process exited, in which case,
9187 exit gdbserver. Adjust interface.
9188
9189 * remote-utils.c (remote_open): Don't block in accept. Instead
9190 register an event loop source on the listen socket file
9191 descriptor. Refactor bits into ...
9192 (listen_desc): ... this new global.
9193 (gdb_connected): ... this new function.
9194 (enable_async_notification): ... this new function.
9195 (handle_accept_event): ... this new function.
9196 (remote_close): Clear remote_desc.
9197
9198 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
9199
9200 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
9201 New fields.
9202 (mourn_inferior): Define.
9203 (target_process_qsupported): Avoid the dangling else problem.
9204 (thread_stopped): Define.
9205 (pause_all): Define.
9206 (target_waitstatus_to_string): Declare.
9207 * target.c (target_waitstatus_to_string): New.
9208
9209 * tracepoint.c (tracing): Make extern.
9210 (disconnected_tracing): New.
9211 (stop_tracing): Make extern. Handle tracing stops due to GDB
9212 disconnecting.
9213 (cmd_qtdisconnected): New.
9214 (cmd_qtstatus): Report disconnected tracing status in trace reply.
9215 (handle_tracepoint_general_set): Handle QTDisconnected.
9216
9217 * event-loop.c (event_handler_func): Change return type to int.
9218 (process_event): Bail out if the event handler wants the event
9219 loop to stop.
9220 (handle_file_event): Ditto.
9221 (start_event_loop): Bail out if the event handler wants the event
9222 loop to stop.
9223
9224 * nto-low.c (nto_target_ops): Adjust.
9225 * spu-low.c (spu_wait): Don't remove the process here.
9226 (spu_target_ops): Adjust.
9227 * win32-low.c (win32_wait): Don't remove the process here.
9228 (win32_target_ops): Adjust.
9229
5d267c4c
PA
92302010-04-11 Pedro Alves <pedro@codesourcery.com>
9231
9232 * regcache.c (realloc_register_cache): Invalidate inferior's
9233 regcache before recreating it.
9234
623ccd72
PA
92352010-04-09 Pedro Alves <pedro@codesourcery.com>
9236
9237 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
9238
219f2f23
PA
92392010-04-09 Stan Shebs <stan@codesourcery.com>
9240 Pedro Alves <pedro@codesourcery.com>
9241
9242 * server.h (LONGEST): New.
9243 (struct thread_info) <while_stepping>: New field.
9244 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
9245 Declare.
9246 (initialize_tracepoint, handle_tracepoint_general_set)
9247 (handle_tracepoint_query, tracepoint_finished_step)
9248 (tracepoint_was_hit, release_while_stepping_state_list):
9249 (current_traceframe): Declare.
9250 * server.c (handle_general_set): Handle tracepoint packets.
9251 (read_memory): New.
9252 (write_memory): New.
9253 (handle_search_memory_1): Use read_memory.
9254 (handle_query): Report support for conditional tracepoints, trace
9255 state variables, and tracepoint sources. Handle tracepoint
9256 queries.
9257 (main): Initialize the tracepoints module.
9258 (process_serial_event): Handle traceframe reads/writes.
9259
9260 * linux-low.c (handle_tracepoints): New.
9261 (linux_wait_1): Call it.
9262 (linux_resume_one_lwp): Handle while-stepping.
9263 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
9264 (linux_target_ops): Install them.
9265 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
9266 New field.
9267 * linux-x86-low.c (x86_supports_tracepoints): New.
9268 (the_low_target). Install it.
9269
9270 * mem-break.h (delete_breakpoint): Declare.
9271 * mem-break.c (delete_breakpoint): Make external.
9272
9273 * target.h (struct target_ops): Add `supports_tracepoints',
9274 `read_pc', and `write_pc' fields.
9275 (target_supports_tracepoints): Define.
9276 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
9277 (phex_nz): New.
9278
9279 * regcache.h (struct regcache) <registers_owned>: New field.
9280 (init_register_cache, regcache_cpy): Declare.
9281 (regcache_read_pc, regcache_write_pc): Declare.
9282 (register_cache_size): Declare.
9283 (supply_regblock): Declare.
9284 * regcache.c (init_register_cache): New.
9285 (new_register_cache): Use it.
9286 (regcache_cpy): New.
9287 (register_cache_size): New.
9288 (supply_regblock): New.
9289 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 9290
219f2f23
PA
9291 * tracepoint.c: New.
9292
9293 * Makefile.in (OBS): Add tracepoint.o.
9294 (tracepoint.o): New rule.
9295
3a13a53b
L
92962010-04-08 H.J. Lu <hongjiu.lu@intel.com>
9297
9298 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
9299 (i386-mmx.o): New.
9300 (i386-mmx.c): Likewise.
9301 (i386-mmx-linux.o): Likewise.
9302 (i386-mmx-linux.c): Likewise.
9303
9304 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
9305 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
9306 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
9307 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
9308
9309 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
9310 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
9311 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
9312
1570b33e
L
93132010-04-07 H.J. Lu <hongjiu.lu@intel.com>
9314
9315 * Makefile.in (clean): Updated.
9316 (i386-avx.o): New.
9317 (i386-avx.c): Likewise.
9318 (i386-avx-linux.o): Likewise.
9319 (i386-avx-linux.c): Likewise.
9320 (amd64-avx.o): Likewise.
9321 (amd64-avx.c): Likewise.
9322 (amd64-avx-linux.o): Likewise.
9323 (amd64-avx-linux.c): Likewise.
9324
9325 * configure.srv (srv_i386_regobj): Add i386-avx.o.
9326 (srv_i386_linux_regobj): Add i386-avx-linux.o.
9327 (srv_amd64_regobj): Add amd64-avx.o.
9328 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
9329 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
9330 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
9331 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
9332 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
9333 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
9334 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
9335
9336 * i387-fp.c: Include "i386-xstate.h".
9337 (i387_xsave): New.
9338 (i387_cache_to_xsave): Likewise.
9339 (i387_xsave_to_cache): Likewise.
9340 (x86_xcr0): Likewise.
9341
9342 * i387-fp.h (i387_cache_to_xsave): Likewise.
9343 (i387_xsave_to_cache): Likewise.
9344 (x86_xcr0): Likewise.
9345
9346 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
9347 * linux-crisv32-low.c (target_regsets): Likewise.
9348 * linux-m68k-low.c (target_regsets): Likewise.
9349 * linux-mips-low.c (target_regsets): Likewise.
9350 * linux-ppc-low.c (target_regsets): Likewise.
9351 * linux-s390-low.c (target_regsets): Likewise.
9352 * linux-sh-low.c (target_regsets): Likewise.
9353 * linux-sparc-low.c (target_regsets): Likewise.
9354 * linux-xtensa-low.c (target_regsets): Likewise.
9355
9356 * linux-low.c: Include <sys/uio.h>.
9357 (regsets_fetch_inferior_registers): Support nt_type.
9358 (regsets_store_inferior_registers): Likewise.
9359 (linux_process_qsupported): New.
9360 (linux_target_ops): Add linux_process_qsupported.
9361
9362 * linux-low.h (regset_info): Add nt_type.
9363 (linux_target_ops): Add process_qsupported.
9364
9365 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
9366 and <sys/uio.h>.
9367 (init_registers_i386_avx_linux): New.
9368 (init_registers_amd64_avx_linux): Likewise.
9369 (xmltarget_i386_linux_no_xml): Likewise.
9370 (xmltarget_amd64_linux_no_xml): Likewise.
9371 (PTRACE_GETREGSET): Likewise.
9372 (PTRACE_SETREGSET): Likewise.
9373 (x86_fill_xstateregset): Likewise.
9374 (x86_store_xstateregset): Likewise.
9375 (use_xml): Likewise.
9376 (x86_linux_update_xmltarget): Likewise.
9377 (x86_linux_process_qsupported): Likewise.
9378 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
9379 (x86_arch_setup): Don't call init_registers_amd64_linux nor
9380 init_registers_i386_linux here. Call
9381 x86_linux_update_xmltarget.
9382 (the_low_target): Add x86_linux_process_qsupported.
9383
9384 * server.c (handle_query): Call target_process_qsupported.
9385
9386 * target.h (target_ops): Add process_qsupported.
9387 (target_process_qsupported): New.
9388
fc7238bb
PA
93892010-04-03 Pedro Alves <pedro@codesourcery.com>
9390
9391 * inferiors.c (add_thread): Set last_status kind to
9392 TARGET_WAITKIND_IGNORE.
9393 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
9394 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
9395 (linux_wait_1): Move `thread' local definition to block that uses
9396 it. Don't NULL initialize `event_child'.
9397 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
9398 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
9399 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
9400
bdabb078
PA
94012010-04-01 Pedro Alves <pedro@codesourcery.com>
9402
9403 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
9404 an extended waitstatus, or by a watchpoint.
9405 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
9406 thread was stepping or has been stopped by a watchpoint.
9407
d3bbe7a0
PA
94082010-04-01 Pedro Alves <pedro@codesourcery.com>
9409
9410 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
9411 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
9412 of another, then delete the previous, and validate all
9413 breakpoints.
9414 (validate_inserted_breakpoint): New.
9415 (delete_disabled_breakpoints): New.
9416 (validate_breakpoints): New.
9417 (check_mem_read): Validate breakpoints before trusting their
9418 shadow. Delete disabled breakpoints.
9419 (check_mem_write): Validate breakpoints before trusting they
9420 should be inserted. Delete disabled breakpoints.
9421 * mem-break.h (validate_breakpoints):
9422 * server.c (handle_query): Validate breakpoints when we see a
9423 qSymbol query.
9424
8b07ae33
PA
94252010-04-01 Pedro Alves <pedro@codesourcery.com>
9426
9427 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
9428 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
9429 if we could tell there's a GDB breakpoint at stop_pc.
9430 (need_step_over_p): Don't do a step over if we find a GDB
9431 breakpoint at the resume PC.
9432
9433 * mem-break.c (struct raw_breakpoint): New.
9434 (enum bkpt_type): New type `gdb_breakpoint'.
9435 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
9436 fields. New field `raw'.
9437 (find_raw_breakpoint_at): New.
9438 (set_raw_breakpoint_at): Handle refcounting. Create a raw
9439 breakpoint instead.
9440 (set_breakpoint_at): Adjust.
9441 (delete_raw_breakpoint): New.
9442 (release_breakpoint): New.
9443 (delete_breakpoint): Rename to...
9444 (delete_breakpoint_1): ... this. Add proc parameter. Use
9445 release_breakpoint. Return ENOENT.
9446 (delete_breakpoint): Reimplement.
9447 (find_breakpoint_at): Delete.
9448 (find_gdb_breakpoint_at): New.
9449 (delete_breakpoint_at): Delete.
9450 (set_gdb_breakpoint_at): New.
9451 (delete_gdb_breakpoint_at): New.
9452 (gdb_breakpoint_here): New.
9453 (set_reinsert_breakpoint): Use release_breakpoint.
9454 (uninsert_breakpoint): Rename to ...
9455 (uninsert_raw_breakpoint): ... this.
9456 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
9457 (reinsert_raw_breakpoint): Change parameter type to
9458 raw_breakpoint.
9459 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
9460 instead.
9461 (check_breakpoints): Adjust. Use release_breakpoint.
9462 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
9463 (breakpoint_inserted_here): Ditto.
9464 (check_mem_read): Adjust to iterate over raw breakpoints instead.
9465 Don't trust the breakpoint's shadow if it is not inserted.
9466 (check_mem_write): Adjust to iterate over raw breakpoints instead.
9467 (delete_all_breakpoints): Adjust.
9468 (free_all_breakpoints): Mark all breakpoints as uninserted, and
9469 use delete_breakpoint_1.
9470
9471 * mem-break.h (breakpoints_supported): Delete declaration.
9472 (set_gdb_breakpoint_at): Declare.
9473 (gdb_breakpoint_here): Declare.
9474 (delete_breakpoint_at): Delete.
9475 (delete_gdb_breakpoint_at): Declare.
9476
9477 * server.h (struct raw_breakpoint): Forward declare.
9478 (struct process_info): New field `raw_breakpoints'.
9479
9480 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
9481 breakpoints.
9482
6bf5e0ba
PA
94832010-03-24 Pedro Alves <pedro@codesourcery.com>
9484
9485 * linux-low.c (status_pending_p_callback): Fix comment.
9486 (linux_wait_for_event_1): Move most of the internal breakpoint
9487 handling from here...
9488 (linux_wait_1): ... to here.
9489 (count_events_callback): New.
9490 (select_singlestep_lwp_callback): New.
9491 (select_event_lwp_callback): New.
9492 (cancel_breakpoints_callback): New.
9493 (select_event_lwp): New.
9494 (linux_wait_1): Simplify internal breakpoint handling. Give equal
9495 priority to all LWPs that have had events that should be reported
9496 to the client. Cancel breakpoints when about to reporting the
9497 event to the client, not while stopping lwps. No longer cancel
9498 finished single-steps here.
9499 (cancel_finished_single_step): Delete.
9500 (cancel_finished_single_steps): Delete.
9501
414a389f
PA
95022010-03-24 Pedro Alves <pedro@codesourcery.com>
9503
9504 * mem-break.c (enum bkpt_type): New.
9505 (struct breakpoint): New field `type'.
9506 (set_breakpoint_at): Change return type to struct breakpoint
9507 pointer. Set type to `other_breakpoint' by default.
9508 (delete_breakpoint): Rewrite, supporting more than one breakpoint
9509 in the breakpoint list.
9510 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
9511 (reinsert_breakpoint): Rename to ...
9512 (reinsert_raw_breakpoint): ... this.
9513 (reinsert_breakpoints_at): Adjust.
9514 * mem-break.h (struct breakpoint): Declare.
9515 (set_breakpoint_at): Change return type to struct breakpoint
9516 pointer.
9517
2280c721
PA
95182010-03-24 Pedro Alves <pedro@codesourcery.com>
9519
9520 * server.c (handle_query): Assign, not compare.
9521
d50171e4
PA
95222010-03-24 Pedro Alves <pedro@codesourcery.com>
9523
9524 Teach linux gdbserver to step-over-breakpoints.
9525
9526 * linux-low.c (can_hardware_single_step): New.
9527 (supports_breakpoints): New.
9528 (handle_extended_wait): If stopping threads, read the stop pc of
9529 the new cloned LWP.
9530 (get_pc): New.
9531 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
9532 low target doesn't support retrieving the PC.
9533 (add_lwp): Set last_resume_kind to resume_continue.
9534 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
9535 (linux_attach): Don't clear stop_expected. Set the lwp's
9536 last_resume_kind to resume_stop.
9537 (linux_detach_one_lwp): Don't check for removed breakpoints.
9538 (check_removed_breakpoint): Delete.
9539 (status_pending_p): Rename to ...
9540 (status_pending_p_callback): ... this. Don't check for removed
9541 breakpoints. Don't consider threads that are stopped from GDB's
9542 perspective.
9543 (linux_wait_for_lwp): Always read the stop_pc here.
9544 (cancel_breakpoint): New.
9545 (step_over_bkpt): New global.
9546 (linux_wait_for_event_1): Implement stepping over breakpoints.
9547 (gdb_wants_lwp_stopped): New.
9548 (gdb_wants_all_stopped): New.
9549 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
9550 single-step traps here. Store the thread's last reported target
9551 wait status.
9552 (send_sigstop): Don't clear stop_expected. Always set it,
9553 instead.
9554 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
9555 (cancel_finished_single_step): New.
9556 (cancel_finished_single_steps): New.
9557 (wait_for_sigstop): Don't cancel finished single-step traps here.
9558 (linux_resume_one_lwp): Don't check for removed breakpoints.
9559 Don't set `step' on non-hardware step archs.
9560 (linux_set_resume_request): Ignore resume_stop requests if already
9561 stopping or stopped. Set the lwp's last_resume_kind.
9562 (resume_status_pending_p): Don't check for removed breakpoints.
9563 (need_step_over_p): New.
9564 (start_step_over): New.
9565 (finish_step_over): New.
9566 (linux_resume_one_thread): Always queue a sigstop for resume_stop
9567 requests. Clear the thread's last reported target waitstatus.
9568 Don't use the `suspended' flag. Don't consider pending breakpoints.
9569 (linux_resume): Start a step-over if necessary.
9570 (proceed_one_lwp): New.
9571 (proceed_all_lwps): New.
9572 (unstop_all_lwps): New.
9573 * linux-low.h (struct lwp_info): Rewrite comment for the
9574 `suspended' flag. Add the `stop_pc' field. Delete the
9575 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
9576 Add `'last_resume_kind' and `need_step_over' fields.
9577 * inferiors.c (struct thread_info): Delete, moved elsewhere.
9578 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
9579 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
9580 (set_raw_breakpoint_at): New.
9581 (set_breakpoint_at): Rewrite to use it.
9582 (reinsert_breakpoint_handler): Delete.
9583 (set_reinsert_breakpoint): New.
9584 (reinsert_breakpoint_by_bp): Delete.
9585 (delete_reinsert_breakpoints): New.
9586 (uninsert_breakpoint): Rewrite.
9587 (uninsert_breakpoints_at): New.
9588 (reinsert_breakpoint): Rewrite.
9589 (reinsert_breakpoints_at): New.
9590 (check_breakpoints): Rewrite.
9591 (breakpoint_here): New.
9592 (breakpoint_inserted_here): New.
9593 (check_mem_read): Adjust.
9594 * mem-break.h (breakpoints_supported, breakpoint_here)
9595 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
9596 (reinsert_breakpoint_by_bp): Delete declaration.
9597 (delete_reinsert_breakpoints): Declare.
9598 (reinsert_breakpoint): Delete declaration.
9599 (reinsert_breakpoints_at): Declare.
9600 (uninsert_breakpoint): Delete declaration.
9601 (uninsert_breakpoints_at): Declare.
9602 (check_breakpoints): Adjust prototype.
9603 * server.h: Adjust include order.
9604 (struct thread_info): Declare here. Add a `last_status' field.
9605
30ba68cb
MS
96062010-03-23 Michael Snyder <msnyder@vmware.com>
9607
9608 * server.c (crc32): New function.
9609 (handle_query): Add handling for 'qCRC:' request.
9610
b9a881c2
PA
96112010-03-23 Pedro Alves <pedro@codesourcery.com>
9612
9613 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
9614 lwp had been stopped by a watchpoint.
9615
e92d13d5
PA
96162010-03-16 Pedro Alves <pedro@codesourcery.com>
9617
9618 * server.h (internal_error): Declare.
9619 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
9620 * utils.c (internal_error): New function.
9621
64daa791
AS
96222010-03-15 Andreas Schwab <schwab@redhat.com>
9623
9624 * configure.srv: Fix typo setting srv_regobj.
9625
f52cd8cd
PA
96262010-03-15 Pedro Alves <pedro@codesourcery.com>
9627
9628 * linux-low.c (fetch_register): Avoid passing a non string literal
9629 format to `error'.
9630 (usr_store_inferior_registers): Ditto.
9631
93ae6fdc
PA
96322010-03-14 Pedro Alves <pedro@codesourcery.com>
9633
9634 * linux-low.c (linux_write_memory): Bail out early if peeking
9635 memory failed.
9636
c3adc08c
PA
96372010-03-14 Pedro Alves <pedro@codesourcery.com>
9638
9639 * linux-low.h (struct lwp_info): New fields
9640 `stopped_by_watchpoint' and `stopped_data_address'.
9641 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
9642 here, and cache them in the lwp object.
9643 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
9644 directly.
9645 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
9646 field.
9647 (linux_stopped_by_watchpoint): Rewrite.
9648 (linux_stopped_data_address): Rewrite.
9649
bce522a2
PA
96502010-03-06 Simo Melenius <simo.melenius@iki.fi>
9651
9652 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
9653 switching the current inferior, not before.
9654
90884b2b
L
96552010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9656
9657 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
9658 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
9659 i386-linux.c and amd64-linux.c.
9660 (reg-i386.o): Removed.
9661 (reg-i386.c): Likewise.
9662 (reg-i386-linux.o): Likewise.
9663 (reg-i386-linux.c): Likewise.
9664 (reg-x86-64.o): Likewise.
9665 (reg-x86-64.c): Likewise.
9666 (reg-x86-64-linux.o): Likewise.
9667 (reg-x86-64-linux.c): Likewise.
9668 (i386.o): New.
9669 (i386.c): Likewise.
9670 (i386-linux.o): Likewise.
9671 (i386-linux.c): Likewise.
9672 (amd64.o): Likewise.
9673 (amd64.c): Likewise.
9674 (amd64-linux.o): Likewise.
9675 (amd64-linux.c): Likewise.
9676
9677 * configure.srv (srv_i386_regobj): New.
9678 (srv_i386_linux_regobj): Likewise.
9679 (srv_amd64_regobj): Likewise.
9680 (srv_amd64_linux_regobj): Likewise.
9681 (srv_i386_32bit_xmlfiles): Likewise.
9682 (srv_i386_64bit_xmlfiles): Likewise.
9683 (srv_i386_xmlfiles): Likewise.
9684 (srv_amd64_xmlfiles): Likewise.
9685 (srv_i386_linux_xmlfiles): Likewise.
9686 (srv_amd64_linux_xmlfiles): Likewise.
9687 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
9688 srv_xmlfiles to $srv_i386_xmlfiles.
9689 (i[34567]86-*-mingw32ce*): Likewise.
9690 (i[34567]86-*-mingw*): Likewise.
9691 (i[34567]86-*-nto*): Likewise.
9692 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
9693 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
9694 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
9695 (x86_64-*-linux*): Likewise.
9696
9697 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
9698 (init_registers_amd64_linux): New.
9699 (x86_arch_setup): Replace init_registers_x86_64_linux with
9700 init_registers_amd64_linux.
9701
193f13e6
MK
97022010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
9703
9704 * configure.ac: Check for libdl. If it is not available link against
9705 static libthread_db.
9706 * configure: Regenerate.
9707
85d721b8
PA
97082010-02-22 Pedro Alves <pedro@codesourcery.com>
9709
9710 PR9605
9711
9712 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
9713 handing a read watchpoint.
9714 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
9715
6076632b
DE
97162010-02-12 Doug Evans <dje@google.com>
9717
9718 * linux-low.c (linux_supports_tracefork_flag): Document.
9719 (linux_look_up_symbols): Add comment.
9720
3327ccf7
L
97212010-02-03 H.J. Lu <hongjiu.lu@intel.com>
9722
9723 * regcache.c (supply_register): Clear regcache if buf is NULL.
9724
0718675c 97252010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 9726 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
9727
9728 * inferiors.c (find_inferior): Add function documentation.
9729 (unloaded_dll): Handle the case where the unloaded dll has not
9730 been previously registered in the dll list.
9731
177321bd
DJ
97322010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9733
9734 * linux-arm-low.c (thumb_breakpoint_len): Delete.
9735 (thumb2_breakpoint): New.
9736 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
9737
2b009048
DJ
97382010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9739
9740 * linux-low.c (get_stop_pc): Check for SIGTRAP.
9741 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
9742 breakpoints.
9743
3be029c7
PA
97442010-01-21 Pedro Alves <pedro@codesourcery.com>
9745
9746 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
9747
18f5de3b
JK
97482010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9749
9750 * linux-s390-low.c (s390_collect_ptrace_register)
9751 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
9752
3743bb4f
DE
97532010-01-21 Doug Evans <dje@google.com>
9754
14ce3065
DE
9755 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
9756 (PTRACE_ARG4_TYPE): New macro.
9757 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
9758 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
9759 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
9760 (usr_store_inferior_registers): Ditto.
9761 (linux_read_memory, linux_write_memory): Ditto.
9762 (linux_test_for_tracefork): Ditto.
9763
3743bb4f
DE
9764 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
9765 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
9766
8b315be5
PA
97672010-01-21 Pedro Alves <pedro@codesourcery.com>
9768
9769 * proc-service.c (ps_lgetregs): Don't refetch registers from the
9770 target.
9771
85492558
PA
97722010-01-21 Pedro Alves <pedro@codesourcery.com>
9773
9774 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
9775 prototype to take a regcache. Adjust.
9776
442ea881
PA
97772010-01-20 Pedro Alves <pedro@codesourcery.com>
9778
9779 * regcache.h (struct thread_info): Forward declare.
9780 (struct regcache): New.
9781 (new_register_cache): Adjust prototype.
9782 (get_thread_regcache): Declare.
9783 (free_register_cache): Adjust prototype.
9784 (registers_to_string, registers_from_string): Ditto.
9785 (supply_register, supply_register_by_name, collect_register)
9786 (collect_register_as_string, collect_register_by_name): Ditto.
9787 * regcache.c (struct inferior_regcache_data): Delete.
9788 (get_regcache): Rename to ...
9789 (get_thread_regcache): ... this. Adjust. Switch inferior before
9790 fetching registers.
9791 (regcache_invalidate_one): Adjust.
9792 (regcache_invalidate): Fix prototype.
9793 (new_register_cache): Return the new register cache.
9794 (free_register_cache): Change prototype.
9795 (realloc_register_cache): Adjust.
9796 (registers_to_string): Change prototype to take a regcache. Adjust.
9797 (registers_from_string): Ditto.
9798 (register_data): Ditto.
9799 (supply_register): Ditto.
9800 (supply_register_by_name): Ditto.
9801 (collect_register): Ditto.
9802 (collect_register_as_string): Ditto.
9803 (collect_register_by_name): Ditto.
9804 * server.c (process_serial_event): Adjust.
9805 * linux-low.h (regset_fill_func, regset_store_func): Change
9806 prototype.
9807 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
9808 Change prototype.
9809 * linux-low.c (get_stop_pc): Adjust.
9810 (check_removed_breakpoint): Adjust.
9811 (linux_wait_for_event): Adjust.
9812 (linux_resume_one_lwp): Adjust.
9813 (fetch_register): Add regcache parameter. Adjust.
9814 (usr_store_inferior_registers): Ditto.
9815 (regsets_fetch_inferior_registers): Ditto.
9816 (regsets_store_inferior_registers): Ditto.
9817 (linux_fetch_registers, linux_store_registers): Ditto.
9818 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
9819 regcache. Adjust.
43aaf8b6
PA
9820 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
9821 Ditto.
442ea881
PA
9822 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
9823 prototype to take a regcache.
9824 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
9825 * remote-utils.c (convert_ascii_to_int, outreg)
9826 (prepare_resume_reply): Change prototype to take a regcache.
9827 Adjust.
9828 * target.h (struct target_ops) <fetch_registers, store_registers>:
9829 Change prototype to take a regcache.
9830 (fetch_inferior_registers, store_inferior_registers): Change
9831 prototype to take a regcache. Adjust.
9832 * proc-service.c (ps_lgetregs): Adjust.
9833 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
9834 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
9835 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
9836 take a regcache. Adjust.
9837 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
9838 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
9839 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
9840 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
9841 * linux-cris-low.c (cris_get_pc, cris_set_pc)
9842 (cris_cannot_fetch_register):
9843 (cris_breakpoint_at): Change prototype to take a regcache.
9844 Adjust.
9845 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
9846 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
9847 to take a regcache. Adjust.
9848 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
9849 Adjust.
9850 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
9851 take a regcache. Adjust.
9852 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
9853 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
9854 (m68k_set_pc): Change prototype to take a regcache. Adjust.
9855 * linux-mips-low.c (mips_get_pc):
9856 (mips_set_pc): Change prototype to take a regcache. Adjust.
9857 (mips_reinsert_addr): Adjust.
9858 (mips_collect_register): Change prototype to take a regcache.
9859 Adjust.
9860 (mips_supply_register):
9861 (mips_collect_register_32bit, mips_supply_register_32bit)
9862 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
9863 (mips_store_fpregset): Ditto.
43aaf8b6
PA
9864 * linux-ppc-low.c (ppc_supply_ptrace_register)
9865 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
9866 (parse_spufs_run): Adjust.
9867 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
9868 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
9869 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
9870 take a regcache. Adjust.
9871 * linux-s390-low.c (s390_collect_ptrace_register)
9872 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
9873 (s390_set_pc): Change prototype to take a regcache. Adjust.
9874 (s390_arch_setup): Adjust.
9875 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
9876 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
9877 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
9878 (sparc_fill_gregset, sparc_store_gregset_from_stack)
9879 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
9880 regcache. Adjust.
9881 (sparc_breakpoint_at): Adjust.
9882 * linux-xtensa-low.c (xtensa_fill_gregset):
9883 (xtensa_store_gregset):
9884 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
9885 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
9886 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
9887 prototype to take a regcache. Adjust.
9888 * win32-arm-low.c (arm_fetch_inferior_register)
9889 (arm_store_inferior_register): Change prototype to take a
9890 regcache. Adjust.
9891 * win32-i386-low.c (i386_fetch_inferior_register)
9892 (i386_store_inferior_register): Change prototype to take a
9893 regcache. Adjust.
9894 * win32-low.c (child_fetch_inferior_registers)
9895 (child_store_inferior_registers): Change prototype to take a
9896 regcache. Adjust.
9897 (win32_wait): Adjust.
9898 (win32_fetch_inferior_registers): Change prototype to take a
9899 regcache. Adjust.
9900 (win32_store_inferior_registers): Adjust.
9901 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
9902 store_inferior_register>: Change prototype to take a regcache.
9903
60c3d7b0
DE
99042010-01-20 Doug Evans <dje@google.com>
9905
9906 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
9907 #ifdef.
9908 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 9909 (W_STOPCODE): Provide definition if missing.
60c3d7b0 9910
dc146f7c
VP
99112010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9912
9913 * linux-low.c (linux_core_of_thread): New.
9914 (compare_ints, show_process, list_threads): New.
9915 (linux_qxfer_osdata): Report threads and cores.
9916 (linux_target_op): Register linux_core_of_thread.
9917 * remote-utils.c (prepare_resume_reply): Report the core.
9918 (buffer_xml_printf): Support %d specifier.
9919 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
9920 New.
9921 (handle_query): Handle qXfer:threads. Announce availability
9922 thereof.
9923 * target.h (struct target_ops): New field core_of_thread.
9924
7803799a
UW
99252010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
9926
9927 * Makefile.in (clean): Remove new generated files.
9928 (reg-s390.o, reg-s390.c): Remove rules.
9929 (reg-s390x.o, reg-s390x.c): Likewise.
9930 (s390-linux32.o, s390-linux32.c): Add rules.
9931 (s390-linux64.o, s390-linux64.c): Likewise.
9932 (s390x-linux64.o, s390x-linux64.c): Likewise.
9933 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
9934 * linux-s390-low.c: Include <elf.h>.
9935 (HWCAP_S390_HIGH_GPRS): Define if undefined.
9936 (init_registers_s390): Remove prototype.
9937 (init_registers_s390x): Likewise.
9938 (init_registers_s390_linux32): Add prototype.
9939 (init_registers_s390_linux64): Likewise.
9940 (init_registers_s390x_linux64): Likewise.
9941 (s390_num_regs_3264): New define.
9942 (s390_regmap_3264): New global variable.
9943 (s390_cannot_fetch_register): Remove obsolete check.
9944 (s390_cannot_store_register): Likewise.
9945 (s390_collect_ptrace_register): Handle upper/lower register halves.
9946 (s390_supply_ptrace_register): Likewise.
9947 (s390_fill_gregset): Update to register number changes.
9948 (s390_get_hwcap): New routine.
9949 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
9950 Install appropriate regmap and register set.
9951
6e7ffa39
JB
99522010-01-01 Joel Brobecker <brobecker@adacore.com>
9953
9954 * server.c (gdbserver_version): Update copyright year to 2010.
9955 * gdbreplay.c (gdbreplay_version): Likewise.
9956
957f3f49
DE
99572009-12-28 Doug Evans <dje@google.com>
9958
9959 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
9960 elf/external.h. Include <elf.h> instead but only if necessary.
9961
ca5c370d
PA
99622009-12-28 Pedro Alves <pedro@codesourcery.com>
9963
9964 * linux-low.c (linux_remove_process): Remove `detaching'
9965 parameter. Don't release/detach from thread_db here.
9966 (linux_kill): Release/detach from thread_db here, ...
9967 (linux_detach): ... and here, before actually detaching.
9968 (linux_wait_1): ... and here, when a process exits.
9969 * thread-db.c (any_thread_of): New.
9970 (thread_db_free): Switch the current inferior to a thread of the
9971 passed in process.
9972
4ee62156
DE
99732009-12-21 Doug Evans <dje@google.com>
9974
d90e6a88
DE
9975 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
9976
c5f62d5f
DE
9977 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
9978 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
9979 warning ifndef __NR_tkill. Move setting of errno there too.
9980 Delete unnecessary resetting of errno after syscall.
9981 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
9982
10e86dd7
DE
9983 * configure.ac: Check for dladdr.
9984 * config.in: Regenerate.
9985 * configure: Regenerate.
9986 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
9987 (try_thread_db_load): Update.
9988
4ee62156
DE
9989 * linux-low.c (my_waitpid): Delete unnecessary prototype.
9990
00f515da
DE
99912009-12-18 Doug Evans <dje@google.com>
9992
e9464885
DE
9993 * event-loop.c: Include unistd.h if it exists.
9994
07d4f67e
DE
9995 * linux-low.c (my_waitpid): Move definition away from being in
9996 between linux_tracefork_child/linux_test_for_tracefork.
9997
00f515da
DE
9998 * gdb_proc_service.h (psaddr_t): Fix type.
9999 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
10000 signature to match glibc.
10001
1de1badb
DE
100022009-12-16 Doug Evans <dje@google.com>
10003
10004 * linux-low.c (linux_read_memory): Fix argument to read.
10005
aeeb81d1
PA
100062009-11-26 Pedro Alves <pedro@codesourcery.com>
10007
10008 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
10009 events, don't leave current_inferior pointing at null.
10010
10357975
PA
100112009-11-26 Pedro Alves <pedro@codesourcery.com>
10012
10013 * win32-low.c (LOG): Delete.
10014 (OUTMSG): Output to stderr.
10015 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
10016 on compile time LOG macro.
10017 (win32_wait): Fix debug output.
10018
cf6e3471
PA
100192009-11-26 Pedro Alves <pedro@codesourcery.com>
10020
10021 * win32-low.c (win32_add_one_solib): If the dll name is
10022 "ntdll.dll", prepend the system directory to the dll path.
10023
0c85e18e
MK
100242009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
10025
10026 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
10027
9ac544ce 100282009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 10029 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
10030
10031 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
10032 * configure.ac: Check for __mcoldfire__ and set
10033 gdb_cv_m68k_is_coldfire.
10034 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
10035 reg-cf.o and reg-m68k.o.
10036 * configure: Regenerated.
10037
fd7dd3e6
PA
100382009-11-16 Pedro Alves <pedro@codesourcery.com>
10039
10040 * linux-low.c (linux_remove_process): Add `detaching' parameter.
10041 Pass it to thread_db_free.
10042 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
10043 proper `detaching' argument to linux_remove_process.
10044 * linux-low.h (thread_db_free): Add `detaching' parameter.
10045 * thread-db.c (thread_db_init): Pass false as `detaching' argument
10046 to thread_db_free.
10047 (thread_db_free): Add `detaching' parameter. Only
10048 call td_ta_clear_event if detaching from process.
10049
75aa492e
MK
100502009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
10051
10052 * thread-db.c (thread_db_free): Fix typo.
10053
21e1bee4
PP
100542009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
10055
10056 PR gdb/10838
10057 * thread-db.c (thread_db_free): Call td_ta_clear_event.
10058
8838b45e
NS
100592009-11-03 Nathan Sidwell <nathan@codesourcery.com>
10060
10061 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
10062 with an i686 compiler.
10063 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
10064 needed.
10065 * configure: Rebuilt.
10066
8a35fb51
SL
100672009-10-29 Sandra Loosemore <sandra@codesourcery.com>
10068
10069 PR gdb/10783
10070
10071 * server.c (handle_search_memory_1): Correct read_addr initialization
10072 in loop for searching subsequent chunks.
10073
96f15937
PP
100742009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
10075
10076 * configure.ac: New --with-libthread-db option.
10077 * thread-db.c: Allow direct dependence on libthread_db.
10078 (thread_db_free): Adjust.
10079 * config.in: Regenerate.
10080 * configure: Likewise.
889bf7c5 10081
5f7d1694
PP
100822009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
10083
10084 PR gdb/10757
10085 * thread-db.c (attach_thread): New function.
10086 (maybe_attach_thread): Return success/failure.
10087 (find_new_threads_callback): Adjust.
889bf7c5
PA
10088 (thread_db_find_new_threads): Loop until no new threads.
10089
88e3b899
PA
100902009-10-13 Pedro Alves <pedro@codesourcery.com>
10091
10092 * proc-service.c (ps_lgetregs): Formatting.
10093
cdbfd419
PP
100942009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
10095
10096 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
10097 * configure.ac: Adjust.
10098 * linux-low.h (struct process_info_private): Move members to struct
10099 thread_db.
10100 (thread_db_free, thread_db_handle_monitor_command): New prototype.
10101 * linux-low.c (linux_remove_process): Adjust.
10102 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
10103 * server.c (handle_query): Move code ...
10104 (handle_monitor_command): ... here. New function.
10105 * target.h (struct target_ops): New member.
10106 * thread-db.c (struct thread_db): New.
10107 (libthread_db_search_path): New variable.
10108 (thread_db_create_event, thread_db_enable_reporting)
10109 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
10110 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
10111 (try_thread_db_load_1, dladdr_to_soname): New functions.
10112 (try_thread_db_load, thread_db_load_search): New functions.
10113 (thread_db_init): Search for libthread_db.
10114 (thread_db_free): New function.
10115 (thread_db_handle_monitor_command): Likewise.
10116 * config.in: Regenerate.
10117 * configure: Regenerate.
889bf7c5 10118
4168d2d6
UW
101192009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
10120
10121 * spu-low.c (spu_kill): Wait for inferior to terminate.
10122 Call clear_inferiors.
10123 (spu_detach): Call clear_inferiors.
10124
81ecdfbb
RW
101252009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10126
10127 * aclocal.m4: Regenerate.
10128 * config.in: Likewise.
10129 * configure: Likewise.
10130
0b9ff2c0
UW
101312009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
10132
10133 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
10134 (parse_spufs_run): New function.
10135 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
10136 (ppc_breakpoint_at): Handle SPU breakpoints.
10137
efcbbd14
UW
101382009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
10139
10140 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
10141 (SPUFS_MAGIC): Define.
10142 (spu_enumerate_spu_ids): New function.
10143 (linux_qxfer_spu): New function.
10144 (linux_target_ops): Install linux_qxfer_spu.
10145
f4d9bade
UW
101462009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
10147
10148 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
10149 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
10150 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
10151 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
10152 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
10153 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
10154 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
10155 (init_registers_powerpc_cell32l): Add prototype.
10156 (init_registers_powerpc_cell64l): Likewise.
10157 (ppc_arch_setup): Detect Cell/B.E. architecture.
10158
96e946ca
RW
101592009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10160
10161 * Makefile.in (datarootdir): New variable.
10162
58d6951d
DJ
101632009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10164
10165 * linux-low.c (linux_write_memory): Update debugging output.
10166 * Makefile.in (clean): Add new descriptions.
10167 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
10168 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
10169 * configure.srv: Add new files for arm*-*-linux*.
10170 * linux-arm-low.c: Add new declarations.
10171 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
10172 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
10173 (HWCAP_VFPv3D16): New.
10174 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
10175 instead of __IWMMXT__.
10176 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
10177 (arm_arch_setup): New.
10178 (target_regsets): Remove #ifdef. Add VFP regset.
10179 (the_low_target): Use arm_arch_setup.
10180
12b42a12
DJ
101812009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10182
10183 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
10184 the main thread again.
10185
ac8c974e
AR
101862009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
10187
10188 Adding Neutrino gdbserver.
10189 * configure: Regenerated.
10190 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
10191 * configure.srv (i[34567]86-*-nto*): New target.
10192 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
10193 * remote-utils.c [__QNX__]: Include sys/iomgr.h
10194 (nto_comctrl) [__QNX__]: New function.
10195 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
10196
4424e0c3 101972009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
10198
10199 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
10200 srv_tgtobj.
10201
912cf4ba
PA
102022009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
10203 Pedro Alves <pedro@codesourcery.com>
10204
10205 * win32-i386-low.c (i386_get_thread_context): Handle systems that
10206 don't support CONTEXT_EXTENDED_REGISTERS.
10207 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
10208 (the_low_target): Install them.
10209 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
10210 failing with ERROR_PIPE_NOT_CONNECTED.
10211
aa5ca48f
DE
102122009-06-30 Doug Evans <dje@google.com>
10213 Pierre Muller <muller@ics.u-strasbg.fr>
10214
10215 Add h/w watchpoint support to x86-linux, win32-i386.
10216 * Makefile.in (SFILES): Add i386-low.c
10217 (i386_low_h): Define.
10218 (i386-low.o): Add dependencies.
10219 (linux-x86-low.o): Add i386-low.h dependency.
10220 (win32-i386-low.o): Ditto.
10221 * i386-low.c: New file.
10222 * i386-low.h: New file.
10223 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
10224 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
10225 * linux-low.c (linux_add_process): Initialize arch_private.
10226 (linux_remove_process): Free arch_private.
10227 (add_lwp): Initialize arch_private.
10228 (delete_lwp): Free arch_private.
10229 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
10230 provided.
10231 * linux-low.h (process_info_private): New member arch_private.
10232 (lwp_info): New member arch_private.
10233 (linux_target_ops): New members new_process, new_thread,
10234 prepare_to_resume.
10235 (ptid_of): New macro.
10236 * linux-x86-low.c: Include stddef.h, i386-low.h.
10237 (arch_process_info): New struct.
10238 (arch_lwp_info): New struct.
10239 (x86_linux_dr_get, x86_linux_dr_set): New functions.
10240 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
10241 (i386_dr_low_get_status): New function.
10242 (x86_insert_point, x86_remove_point): New functions.
10243 (x86_stopped_by_watchpoint): New function.
10244 (x86_stopped_data_address): New function.
10245 (x86_linux_new_process, x86_linux_new_thread): New functions.
10246 (x86_linux_prepare_to_resume): New function.
10247 (the_low_target): Add entries for insert_point, remove_point,
10248 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
10249 prepare_to_resume.
10250 * server.c (debug_hw_points): New global.
10251 (monitor_show_help): Document set debug-hw-points.
10252 (handle_query): Process "set debug-hw-points".
10253 * server.h (debug_hw_points): Declare.
10254 (paddress): Declare.
10255 * utils.c (NUMCELLS, CELLSIZE): New macros.
10256 (get_sell, xsnprintf, paddress): New functions.
10257 * win32-arm-low.c (the_low_target): Add entries for insert_point,
10258 remove_point, stopped_by_watchpoint, stopped_data_address.
10259 * win32-i386-low.c: Include i386-low.h.
10260 (debug_reg_state): Replaces dr.
10261 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
10262 (i386_dr_low_get_status): New function.
10263 (i386_insert_point, i386_remove_point): New functions.
10264 (i386_stopped_by_watchpoint): New function.
10265 (i386_stopped_data_address): New function.
10266 (i386_initial_stuff): Update.
10267 (get_thread_context,set_thread_context,i386_thread_added): Update.
10268 (the_low_target): Add entries for insert_point,
10269 remove_point, stopped_by_watchpoint, stopped_data_address.
10270 * win32-low.c (win32_insert_watchpoint): New function.
10271 (win32_remove_watchpoint): New function.
10272 (win32_stopped_by_watchpoint): New function.
10273 (win32_stopped_data_address): New function.
10274 (win32_target_ops): Add entries for insert_watchpoint,
10275 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
10276 * win32-low.h (win32_target_ops): New members insert_point,
10277 remove_point, stopped_by_watchpoint, stopped_data_address.
10278
d993e290
PA
102792009-06-25 Pedro Alves <pedro@codesourcery.com>
10280
10281 * server.c (process_serial_event): Re-return unsupported, not
10282 error, if the type isn't recognized. Re-allow supporting only
10283 insert or remove packets. Also call require_running for
10284 breakpoints. Add missing break statement to default case. Tidy.
10285 * target.h (struct target_ops): Rename insert_watchpoint to
10286 insert_point, and remove_watchpoint to remove_point.
10287
10288 * linux-low.h (struct linux_target_ops): Likewise.
10289 * linux-low.c (linux_insert_watchpoint): Rename to ...
10290 (linux_insert_point): ... this. Adjust.
10291 (linux_remove_watchpoint): Rename to ...
10292 (linux_remove_point): ... this. Adjust.
10293 (linux_target_ops): Adjust.
10294 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
10295 (cris_insert_point): ... this.
10296 (cris_remove_watchpoint): Rename to ...
10297 (cris_remove_point): ... this.
10298 (the_low_target): Adjust.
10299
0f54c268
PM
103002009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
10301
10302 * server.c (handle_v_kill): Pass signal_pid to
10303 kill_inferior if multi_process is zero.
10304
c6314022
AR
103052009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
10306
10307 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
10308 * target.h (target_ops): Comment for *_watchpoint to make it clear
10309 the functions can get types '0' and '1'.
10310
4463ce24
AR
103112009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
10312
10313 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
10314 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
10315 * regcache.c (get_regcache): Likewise.
10316 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
10317 * win32-low.c (child_fetch_inferior_registers): Remove check for
10318 regno 0.
10319
cf8fd78b
PA
103202009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
10321 Pedro Alves <pedro@codesourcery.com>
10322
10323 * target.h (struct target_ops) <supports_multi_process>: New
10324 callback.
10325 (target_supports_multi_process): New.
10326 * server.c (handle_query): Even if GDB reports support, only
10327 enable multi-process if the target also supports it. Report
10328 multi-process support only if the target backend supports it.
10329 * linux-low.c (linux_supports_multi_process): New function.
10330 (linux_target_ops): Install it as target_supports_multi_process
10331 callback.
10332
47c0c975
DE
103332009-05-24 Doug Evans <dje@google.com>
10334
e09875d4
DE
10335 Global renaming of find_thread_pid to find_thread_ptid.
10336 * server.h (find_thread_ptid): Renamed from find_thread_pid.
10337 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
10338 All callers updated.
10339
e27d73f6
DE
10340 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
10341 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
10342 directly.
10343
47c0c975
DE
10344 * linux-low.c (get_stop_pc): Print pc if debug_threads.
10345 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
10346 (linux_resume_one_lwp): Ditto.
10347
2acc282a
DE
103482009-05-23 Doug Evans <dje@google.com>
10349
10350 * linux-low.c (linux_resume_one_lwp): Change type of first arg
10351 from struct inferior_list_entry * to struct lwp_info *.
10352 All callers updated.
10353
9f1036c1
DE
103542009-05-13 Doug Evans <dje@google.com>
10355
10356 * linux-x86-low.c: Don't include assert.h.
10357 (x86_siginfo_fixup): Use fatal, not assert.
10358 (x86_arch_setup): Fix comment.
10359
d0722149
DE
103602009-05-12 Doug Evans <dje@google.com>
10361
10362 Biarch support for i386/amd64 gdbserver.
10363 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
10364 Add linux-x86-low.c.
10365 (linux-i386-low.o, linux-x86-64-low.o): Delete.
10366 (linux-x86-low.o): Add.
10367 * linux-x86-64-low.c: Delete.
10368 * linux-i386-low.c: Delete.
10369 * linux-x86-low.c: New file.
10370 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
10371 linux-x86-low.o.
10372 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
10373 linux-x86-low.o.
10374 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
10375 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
10376 (linux_child_pid_to_exec_file): New function.
10377 (elf_64_header_p, elf_64_file_p): New functions.
10378 (siginfo_fixup): New function.
10379 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
10380 give target a chance to convert layout.
10381 * linux-low.h (linux_target_ops): New member siginfo_fixup.
10382 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
10383
fdeb2a12
DE
103842009-05-07 Doug Evans <dje@google.com>
10385
10386 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
10387 (regsets_store_inferior_registers): Ditto.
10388
a6dbe5df
PA
103892009-05-06 Pedro Alves <pedro@codesourcery.com>
10390
10391 PR server/10048
10392
10393 * linux-low.c (must_set_ptrace_flags): Delete.
10394 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
10395 of the global.
10396 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
10397 `lwp->must_set_ptrace_flags' instead.
ba42693b 10398 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
10399 (linux_wait_1): ... not here.
10400
5091eb23
DE
104012009-04-30 Doug Evans <dje@google.com>
10402
9f767825
DE
10403 * inferiors.c (started_inferior_callback): New function.
10404 (attached_inferior_callback): New function.
10405 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
10406 * server.c (print_started_pid, print_attached_pid): New functions.
10407 (detach_or_kill_for_exit): New function.
10408 (main): Call it instead of for_each_inferior (kill_inferior_callback).
10409 * server.h (have_started_inferiors_p): Declare.
10410 (have_attached_inferiors_p): Declare.
10411
5091eb23
DE
10412 * inferiors.c (remove_process): Fix memory leak, free process.
10413 * linux-low.c (linux_remove_process): New function.
10414 (linux_kill): Call it instead of remove_process.
10415 (linux_detach, linux_wait_1): Ditto.
10416
155c8968
PA
104172009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
10418
10419 * configure.srv: Add x86 Windows CE target.
10420
7fe519cb
UW
104212009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
10422
10423 * inferiors.c (get_thread_process): Make global.
10424 * server.h (get_thread_process): Add prototype.
10425 * thread-db.c (find_one_thread): Use get_thread_process
10426 instead of current_process.
10427 (thread_db_get_tls_address): Do not crash if called when
10428 thread layer is not yet initialized.
10429
5472f405
UW
104302009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
10431
10432 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
10433 * spu-low.c (current_tid): Rename to ...
10434 (current_ptid): ... this.
10435 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
10436 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
10437 ptid_get_lwp (current_ptid) instead of current_tid.
10438 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
10439 instead of current_tid. Use find_process_pid to verify pid
10440 argument is valid. Pass proper argument to remove_process.
10441 (spu_thread_alive): Compare current_ptid instead of current_tid.
10442 (spu_resume): Likewise.
10443
55ac2b99
PA
104442009-04-02 Pedro Alves <pedro@codesourcery.com>
10445
10446 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
10447 variable.
10448
95954743
PA
104492009-04-01 Pedro Alves <pedro@codesourcery.com>
10450
10451 Implement the multiprocess extensions, and add linux multiprocess
10452 support.
10453
10454 * server.h (ULONGEST): Declare.
10455 (struct ptid, ptid_t): New.
10456 (minus_one_ptid, null_ptid): Declare.
10457 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
10458 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
10459 (struct inferior_list_entry): Change `id' type from unsigned from
10460 to ptid_t.
10461 (struct sym_cache, struct breakpoint, struct
10462 process_info_private): Forward declare.
10463 (struct process_info): Declare.
10464 (current_process): Declare.
10465 (all_processes): Declare.
10466 (initialize_inferiors): Declare.
10467 (add_thread): Adjust to use ptid_t.
10468 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
10469 (add_process, remove_process, find_thread_pid): Declare.
10470 (find_inferior_id): Adjust to use ptid_t.
10471 (cont_thread, general_thread, step_thread): Change type to ptid_t.
10472 (multi_process): Declare.
10473 (push_event): Adjust to use ptid_t.
10474 (read_ptid, write_ptid): Declare.
10475 (prepare_resume_reply): Adjust to use ptid_t.
10476 (clear_symbol_cache): Declare.
10477 * inferiors.c (all_processes): New.
10478 (null_ptid, minus_one_ptid): New.
10479 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
10480 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
10481 (add_thread): Change unsigned long to ptid. Remove gdb_id
10482 parameter. Adjust.
10483 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
10484 (gdb_id_to_thread): Rename to ...
10485 (find_thread_pid): ... this. Change unsigned long to ptid.
10486 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
10487 (loaded_dll, pull_pid_from_list): Adjust.
10488 (add_process, remove_process, find_process_pid)
10489 (get_thread_process, current_process, initialize_inferiors): New.
10490 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
10491 (struct target_waitstatus) <related_pid>: Ditto.
10492 (struct target_ops) <kill, detach>: Add `pid' argument. Change
10493 return type to int.
10494 (struct target_ops) <join>: Add `pid' argument.
10495 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
10496 (struct target_ops) <wait>: Add `ptid' field. Change return type
10497 to ptid.
10498 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
10499 (mywait): Add `ptid' argument. Change return type to ptid_t.
10500 (target_pid_to_str): Declare.
10501 * target.c (set_desired_inferior): Adjust to use ptids.
10502 (mywait): Add new `ptid' argument. Adjust.
10503 (target_pid_to_str): New.
10504 * mem-break.h (free_all_breakpoints): Declare.
10505 * mem-break.c (breakpoints): Delelete.
10506 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
10507 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
10508 to use per-process breakpoint list.
10509 (free_all_breakpoints): New.
10510 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
10511 (symbol_cache, all_symbols_looked_up): Delete.
10512 (hexchars): New.
10513 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
10514 read_ptid): New.
10515 (prepare_resume_reply): Change ptid argument's type from unsigned
10516 long to ptid_t. Adjust. Implement W;process and X;process.
10517 (free_sym_cache, clear_symbol_cache): New.
10518 (look_up_one_symbol): Adjust to per-process symbol cache. *
10519 * server.c (cont_thread, general_thread, step_thread): Change type
10520 to ptid_t.
10521 (attached): Delete.
10522 (multi_process): New.
10523 (last_ptid): Change type to ptid_t.
10524 (struct vstop_notif) <ptid>: Change type to ptid_t.
10525 (queue_stop_reply, push_event): Change `ptid' argument's type to
10526 ptid_t.
10527 (discard_queued_stop_replies): Add `pid' argument.
10528 (start_inferior): Adjust to use ptids. Adjust to mywait interface
10529 changes. Don't reference the `attached' global.
10530 (attach_inferior): Adjust to mywait interface changes.
10531 (handle_query): Adjust to use ptids. Parse GDB's qSupported
10532 features. Handle and report "multiprocess+". Handle
10533 "qAttached:PID".
10534 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
10535 changes.
10536 (handle_v_kill): New.
10537 (handle_v_stopped): Adjust to use target_pid_to_str.
10538 (handle_v_requests): Allow multiple attaches and runs when
10539 multiprocess extensions are in effect. Handle "vKill".
10540 (myresume): Adjust to use ptids.
10541 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
10542 (handle_status): Adjust to discard_queued_stop_replies interface
10543 change.
10544 (first_thread_of, kill_inferior_callback)
10545 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
10546 (main): Call initialize_inferiors. Adjust to use ptids, killing
10547 and detaching from all inferiors. Handle multiprocess packet
10548 variants.
10549 * linux-low.h: Include gdb_proc_service.h.
10550 (struct process_info_private): New.
10551 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
10552 <lwpid_of>: Use ptid_get_lwp.
10553 (get_lwp_thread): Adjust.
10554 (struct lwp_info): Add `dead' member.
10555 (find_lwp_pid): Declare.
10556 * linux-low.c (thread_db_active): Delete.
10557 (new_inferior): Adjust comment.
10558 (inferior_pid): Delete.
10559 (linux_add_process): New.
10560 (handle_extended_wait): Adjust.
10561 (add_lwp): Change unsigned long to ptid.
10562 (linux_create_inferior): Add process to processes table. Adjust
10563 to use ptids. Don't set new_inferior here.
10564 (linux_attach_lwp): Rename to ...
10565 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
10566 it. Adjust to use ptids.
10567 (linux_attach_lwp): New.
10568 (linux_attach): Add process to processes table. Don't set
10569 new_inferior here.
10570 (struct counter): New.
10571 (second_thread_of_pid_p, last_thread_of_process_p): New.
10572 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
10573 multiple processes.
10574 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
10575 processes. Remove process from process table.
10576 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
10577 to multiple processes.
10578 (any_thread_of): New.
10579 (linux_detach): Add `pid' argument, and handle it. Remove process
10580 from processes table.
10581 (linux_join): Add `pid' argument. Handle it.
10582 (linux_thread_alive): Change unsighed long argument to ptid_t.
10583 Consider dead lwps as not being alive.
10584 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
10585 threads we're not interested in.
10586 (same_lwp, find_lwp_pid): New.
10587 (linux_wait_for_lwp): Change `pid' argument's type from int to
10588 ptid_t. Adjust.
10589 (linux_wait_for_event): Rename to ...
10590 (linux_wait_for_event_1): ... this. Change `pid' argument's type
10591 from int to ptid_t. Adjust.
10592 (linux_wait_for_event): New.
10593 (linux_wait_1): Add `ptid' argument. Change return type to
10594 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
10595 that exit from the process table.
10596 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
10597 Adjust.
10598 (mark_lwp_dead): New.
10599 (wait_for_sigstop): Adjust to use ptids. If a process exits while
10600 stopping all threads, mark its main lwp as dead.
10601 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
10602 ptids.
10603 (fetch_register, usr_store_inferior_registers)
10604 (regsets_fetch_inferior_registers)
10605 (regsets_store_inferior_registers, linux_read_memory)
10606 (linux_write_memory): Inline `inferior_pid'.
10607 (linux_look_up_symbols): Adjust to use per-process
10608 `thread_db_active'.
10609 (linux_request_interrupt): Adjust to use ptids.
10610 (linux_read_auxv): Inline `inferior_pid'.
10611 (initialize_low): Don't reference thread_db_active.
10612 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
10613 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
10614 (ps_getpid): Return the pid of the current inferior.
10615 * thread-db.c (proc_handle, thread_agent): Delete.
10616 (thread_db_create_event, thread_db_enable_reporting): Adjust to
10617 per-process data.
10618 (find_one_thread): Change argument type to ptid_t. Adjust to
10619 per-process data.
10620 (maybe_attach_thread): Adjust to per-process data and ptids.
10621 (thread_db_find_new_threads): Ditto.
10622 (thread_db_init): Ditto.
10623 * spu-low.c (spu_create_inferior, spu_attach): Add process to
10624 processes table. Adjust to use ptids.
10625 (spu_kill, spu_detach): Adjust interface. Remove process from
10626 processes table.
10627 (spu_join, spu_thread_alive): Adjust interface.
10628 (spu_wait): Adjust interface. Remove process from processes
10629 table. Adjust to use ptids.
10630 * win32-low.c (current_inferior_tid): Delete.
10631 (current_inferior_ptid): New.
10632 (debug_event_ptid): New.
10633 (thread_rec): Take a ptid. Adjust.
10634 (child_add_thread): Add `pid' argument. Adjust to use ptids.
10635 (child_delete_thread): Ditto.
10636 (do_initial_child_stuff): Add `attached' argument. Add process to
10637 processes table.
10638 (child_fetch_inferior_registers, child_store_inferior_registers):
10639 Adjust.
10640 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
10641 (win32_attach): Pass 1 to do_initial_child_stuff.
10642 (win32_kill): Adjust interface. Remove process from processes
10643 table.
10644 (win32_detach): Ditto.
10645 (win32_join): Adjust interface.
10646 (win32_thread_alive): Take a ptid.
10647 (win32_resume): Adjust to use ptids.
10648 (get_child_debug_event): Ditto.
10649 (win32_wait): Adjust interface. Remove exiting process from
10650 processes table.
10651
bd99dc85
PA
106522009-04-01 Pedro Alves <pedro@codesourcery.com>
10653
10654 Non-stop mode support.
10655
10656 * server.h (non_stop): Declare.
10657 (gdb_client_data, handler_func): Declare.
10658 (delete_file_handler, add_file_handler, start_event_loop):
10659 Declare.
10660 (handle_serial_event, handle_target_event, push_event)
10661 (putpkt_notif): Declare.
10662 * target.h (enum resume_kind): New.
10663 (struct thread_resume): Replace `step' field by `kind' field.
10664 (TARGET_WNOHANG): Define.
10665 (struct target_ops) <wait>: Add `options' argument.
10666 <supports_non_stop, async, start_non_stop>: New fields.
10667 (target_supports_non_stop, target_async): New.
10668 (start_non_stop): Declare.
10669 (mywait): Add `options' argument.
10670 * target.c (mywait): Add `options' argument. Print child exit
10671 notifications here.
10672 (start_non_stop): New.
10673 * server.c (non_stop, own_buf, mem_buf): New globals.
10674 (struct vstop_notif): New.
10675 (notif_queue): New global.
10676 (queue_stop_reply, push_event, discard_queued_stop_replies)
10677 (send_next_stop_reply): New.
10678 (start_inferior): Adjust to use resume_kind. Adjust to mywait
10679 interface changes.
10680 (attach_inferior): In non-stop mode, don't wait for the target
10681 here.
10682 (handle_general_set): Handle QNonStop.
10683 (handle_query): When handling qC, return the current general
10684 thread, instead of the first thread of the list.
10685 (handle_query): If the backend supports non-stop mode, include
10686 QNonStop+ in the qSupported query response.
10687 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
10688 and non-stop mode.
10689 (handle_v_attach, handle_v_run): Handle non-stop mode.
10690 (handle_v_stopped): New.
10691 (handle_v_requests): Report support for vCont;t. Handle vStopped.
10692 (myresume): Adjust to use resume_kind. Handle non-stop.
10693 (queue_stop_reply_callback): New.
10694 (handle_status): Handle non-stop mode.
10695 (main): Clear non_stop flag on reconnection. Use the event-loop.
10696 Refactor serial protocol handling from here ...
10697 (process_serial_event): ... to this new function. When GDB
10698 selects any thread, select one here. In non-stop mode, wait until
10699 GDB acks all pending events before exiting.
10700 (handle_serial_event, handle_target_event): New.
10701 * remote-utils.c (remote_open): Install remote_desc in the event
10702 loop.
10703 (remote_close): Remove remote_desc from the event loop.
10704 (putpkt_binary): Rename to...
10705 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
10706 (putpkt_binary): New as wrapper around putpkt_binary_1.
10707 (putpkt_notif): New.
10708 (prepare_resume_reply): In non-stop mode, don't change the
10709 general_thread.
10710 * event-loop.c: New.
10711 * Makefile.in (OBJ): Add event-loop.o.
10712 (event-loop.o): New rule.
10713
10714 * linux-low.h (pid_of): Moved here.
10715 (lwpid_of): New.
10716 (get_lwp_thread): Use lwpid_of.
10717 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
10718 * linux-low.c (pid_of): Delete.
10719 (inferior_pid): Use lwpid_of.
10720 (linux_event_pipe): New.
10721 (target_is_async_p): New.
10722 (delete_lwp): New.
10723 (handle_extended_wait): Use lwpid_of.
10724 (add_lwp): Don't set lwpid field.
10725 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
10726 (linux_kill_one_lwp): If killing a running lwp, stop it first.
10727 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
10728 (linux_detach_one_lwp): If detaching from a running lwp, stop it
10729 first. Adjust to linux_wait_for_event interface changes. Use
10730 lwpid_of.
10731 (linux_detach): Don't delete the main lwp here.
10732 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
10733 (status_pending_p): Don't consider explicitly suspended lwps.
10734 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
10735 pointer. Add OPTIONS argument. Change return type to int. Use
10736 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
10737 (linux_wait_for_event): Take an integer pid instead of a lwp_info
10738 pointer. Add status pointer argument. Return a pid instead of a
10739 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
10740 changes. In non-stop mode, don't switch to a random thread.
10741 (linux_wait): Rename to...
10742 (linux_wait_1): ... this. Add target_options argument, and handle
10743 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
10744 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
10745 clean exit and signal exit code. Don't stop all threads in
10746 non-stop mode. In all-stop mode, only stop all threads when
10747 reporting a stop to GDB. Handle explicit thread stop requests.
10748 (async_file_flush, async_file_mark): New.
10749 (linux_wait): New.
10750 (send_sigstop): Use lwpid_of.
10751 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
10752 interface changes. In non-stop mode, don't switch to a random
10753 thread.
10754 (linux_resume_one_lwp): Use lwpid_of.
10755 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
10756 (linux_resume_one_thread): ... this. Handle resume_stop. In
10757 non-stop mode, don't look for pending flag in all threads.
10758 (resume_status_pending_p): Don't consider explicitly suspended
10759 threads.
10760 (my_waitpid): Reimplement. Emulate __WALL.
10761 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
10762 Use lwpid_of.
10763 (sigchld_handler, linux_supports_non_stop, linux_async)
10764 (linux_start_non_stop): New.
10765 (linux_target_ops): Register linux_supports_non_stop, linux_async
10766 and linux_start_non_stop.
10767 (initialize_low): Install SIGCHLD handler.
10768 * thread-db.c (thread_db_create_event, find_one_thread)
10769 (thread_db_get_tls_address): Use lwpid_of.
10770 * win32-low.c (win32_detach): Adjust to use resume_kind.
10771 (win32_wait): Add `options' argument.
10772 * spu-low.c (spu_resume): Adjust to use resume_kind.
10773 (spu_wait): Add `options' argument.
10774
5b1c542e
PA
107752009-04-01 Pedro Alves <pedro@codesourcery.com>
10776
10777 Decouple target code from remote protocol.
10778
10779 * target.h (enum target_waitkind): New.
10780 (struct target_waitstatus): New.
10781 (struct target_ops) <wait>: Return an unsigned long. Take a
10782 target_waitstatus pointer instead of a char pointer.
10783 (mywait): Likewise.
10784 * target.c (mywait): Change prototype to return an unsigned long.
10785 Take a target_waitstatus pointer instead of a char pointer. Adjust.
10786 * server.h (thread_from_wait, old_thread_from_wait): Delete
10787 declarations.
10788 (prepare_resume_reply): Change prototype to take a
10789 target_waitstatus.
10790 * server.c (thread_from_wait, old_thread_from_wait): Delete.
10791 (last_status, last_ptid): New.
10792 (start_inferior): Remove "statusptr" argument. Adjust. Return a
10793 pid instead of a signal.
10794 (attach_inferior): Remove "status" and "signal" parameters.
10795 Adjust.
10796 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
10797 not as an address.
10798 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
10799 (handle_v_requests, myresume): Remove "status" and "signal"
10800 parameters. Adjust.
10801 (handle_status): New.
10802 (main): Delete local `status'. Adjust.
10803 * remote-utils.c: Include target.h.
10804 (prepare_resume_reply): Change prototype to take a
10805 target_waitstatus. Adjust.
10806
10807 * linux-low.c (linux_wait): Adjust to new target_ops->wait
10808 interface.
10809 * spu-low.c (spu_wait): Adjust.
10810 * win32-low.c (enum target_waitkind, struct target_waitstatus):
10811 Delete.
10812 (win32_wait): Adjust.
10813
2bd7c093
PA
108142009-04-01 Pedro Alves <pedro@codesourcery.com>
10815
10816 * target.h (struct thread_resume): Delete leave_stopped member.
10817 (struct target_ops): Add a `n' argument to the `resume' callback.
10818 * server.c (start_inferior): Adjust.
10819 (handle_v_cont, myresume): Adjust.
10820 * linux-low.c (check_removed_breakpoint): Adjust to resume
10821 interface change, and to removed leave_stopped field.
10822 (resume_ptr): Delete.
10823 (struct thread_resume_array): New.
10824 (linux_set_resume_request): Add new `arg' parameter. Adjust to
10825 resume interface change.
10826 (linux_continue_one_thread, linux_queue_one_thread)
10827 (resume_status_pending_p): Check if the resume field is NULL
10828 instead of checking the leave_stopped member.
10829 (linux_resume): Adjust to the target resume interface change.
10830 * spu-low.c (spu_resume): Adjust to the target resume interface
10831 change.
10832 * win32-low.c (win32_detach, win32_resume): Ditto.
10833
c35fafde
PA
108342009-04-01 Pedro Alves <pedro@codesourcery.com>
10835
10836 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
10837 flag.
10838 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
10839 pending.
10840 (linux_continue_one_thread): Only preserve the stepping flag if
10841 there's a pending breakpoint.
10842
0a59d50b
PA
108432009-03-31 Pedro Alves <pedro@codesourcery.com>
10844
10845 * server.c (main): After the inferior having exited, call
10846 remote_close before exiting gdbserver.
10847
f04c6d38
TJB
108482009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
10849
10850 Fix size of FPSCR in Power 7 processors.
10851 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
10852 (PPC_FEATURE_HAS_DFP): New #define.
10853 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
10854 size of the FPSCR.
10855
78e5cee6
PA
108562009-03-23 Pedro Alves <pedro@codesourcery.com>
10857
10858 * server.c (handle_query) Whitespace and formatting.
10859
1b3f6016
PA
108602009-03-22 Pedro Alves <pedro@codesourcery.com>
10861
10862 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
10863 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
10864 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
10865 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
10866 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
10867 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
10868 Makefile.in, configure.ac: Fix whitespace throughout.
10869 * configure: Regenerate.
10870
a07b2135
PA
108712009-03-22 Pedro Alves <pedro@codesourcery.com>
10872
10873 * inferiors.c (find_inferior): Make it safe for the callback
10874 function to delete the currently iterated inferior.
10875
67cc2626
PA
108762009-03-22 Pedro Alves <pedro@codesourcery.com>
10877
10878 * Makefile.in (linuw_low_h): Move higher.
10879 (thread-db.o): Depend on $(linux_low_h).
10880
54a0b537
PA
108812009-03-17 Pedro Alves <pedro@codesourcery.com>
10882
10883 Rename "process" to "lwp" throughout.
10884
10885 * linux-low.c (all_processes): Rename to...
10886 (all_lwps): ... this.
10887 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
10888 (add_process): Rename to ...
10889 (add_lwp): ... this. Adjust.
10890 (linux_create_inferior): Adjust.
10891 (linux_attach_lwp): Adjust.
10892 (linux_attach): Adjust.
10893 (linux_kill_one_process): Rename to ...
10894 (linux_kill_one_lwp): ... this. Adjust.
10895 (linux_kill): Adjust.
10896 (linux_detach_one_process): Rename to ...
10897 (linux_detach_one_lwp): ... this. Adjust.
10898 (linux_detach): Adjust.
10899 (check_removed_breakpoint): Adjust.
10900 (status_pending_p): Adjust.
10901 (linux_wait_for_process): Rename to ...
10902 (linux_wait_for_lwp): ... this. Adjust.
10903 (linux_wait_for_event): Adjust.
10904 (send_sigstop): Adjust.
10905 (wait_for_sigstop): Adjust.
10906 (stop_all_processes): Rename to ...
10907 (stop_all_lwps): ... this.
10908 (linux_resume_one_process): Rename to ...
10909 (linux_resume_one_lwp): ... this. Adjust.
10910 (linux_set_resume_request, linux_continue_one_thread)
10911 (linux_queue_one_thread, resume_status_pending_p)
10912 (usr_store_inferior_registers, regsets_store_inferior_registers)
10913 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
10914 Adjust.
10915 * linux-low.h (get_process): Rename to ...
10916 (get_lwp): ... this. Adjust.
10917 (get_thread_process): Rename to ...
10918 (get_thread_lwp): ... this. Adjust.
10919 (get_process_thread): Rename to ...
10920 (get_lwp_thread): ... this. Adjust.
10921 (struct process_info): Rename to ...
10922 (struct lwp_info): ... this.
10923 (all_processes): Rename to ...
10924 (all_lwps): ... this.
10925 * proc-service.c (ps_lgetregs): Adjust.
10926 * thread-db.c (thread_db_create_event, find_one_thread)
10927 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
10928
0b16c5cf
PA
109292009-03-14 Pedro Alves <pedro@codesourcery.com>
10930
10931 * server.c (handle_query): Handle "qAttached".
10932
32de4b9d
NS
109332009-03-13 Nathan Sidwell <nathan@codesourcery.com>
10934
10935 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
10936 GPLv3, update license URL.
10937
2aecd87f
DE
109382009-03-01 Doug Evans <dje@google.com>
10939
93efd302 10940 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
10941 (server_h): Add gdb_signals.h.
10942 (signals.o): Update.
10943 * server.h (target_signal_from_host,target_signal_to_host_p)
10944 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
10945
86b1f9c5
PM
109462009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10947
10948 * remote-utils.c (getpkt): Also generate remote-debug
10949 information if noack_mode is set.
10950
4aa995e1
PA
109512009-02-06 Pedro Alves <pedro@codesourcery.com>
10952
10953 * server.c (handle_query): Report qXfer:siginfo:read and
10954 qXfer:siginfo:write as supported and handle them.
10955 * target.h (struct target_ops) <qxfer_siginfo>: New field.
10956 * linux-low.c (linux_xfer_siginfo): New.
10957 (linux_target_ops): Set it.
10958
62709adf
PA
109592009-01-26 Pedro Alves <pedro@codesourcery.com>
10960
10961 * server.c (gdbserver_usage): Mention --remote-debug.
10962 (main): Accept '--remote-debug' switch.
10963
aef93bd7
DE
109642009-01-18 Doug Evans <dje@google.com>
10965
10966 * regcache.c (new_register_cache): No need to check result of xcalloc.
10967 * server.c (handle_search_memory): Back out calls to xmalloc,
10968 result is checked and error is returned to user upon failure.
10969 (handle_query): Ditto. Add more checks for result of malloc.
10970 (handle_v_cont): Check result of malloc, report error back to
10971 user upon failure.
10972 (handle_v_run): Ditto. Call freeargv.
10973 * server.h (freeargv): Declare.
10974 * utils.c (freeargv): New fn.
10975
54363045
DE
109762009-01-15 Doug Evans <dje@google.com>
10977
f626972c
DE
10978 * gdbreplay.c (perror_with_name): Make arg const char *.
10979 * server.h (target_signal_to_name): Make return type const char *.
0842e787 10980 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 10981 * utils.c (perror_with_name): Make arg const char *.
54363045 10982
18aae699
PA
109832009-01-14 Pedro Alves <pedro@codesourcery.com>
10984
10985 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
10986 when handling a EXIT_PROCESS_DEBUG_EVENT.
10987
ff703abe
JB
109882009-01-06 Joel Brobecker <brobecker@adacore.com>
10989
10990 * gdbreplay.c (gdbreplay_version): Update copyright year.
10991 * server.c (gdbserver_version): Likewise.
10992
f21cc1a2 109932009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
10994
10995 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 10996 (handle_extended_wait): Improve comment.
0e21c1ec 10997
bca929d3
DE
109982008-12-13 Doug Evans <dje@google.com>
10999
11000 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
11001 * server.h (ATTR_MALLOC): New macro.
11002 (xmalloc,xcalloc,xstrdup): Declare.
11003 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
11004 * inferiors.c: Ditto.
11005 * linux-low.c: Ditto.
11006 * mem-break.c: Ditto.
11007 * regcache.c: Ditto.
11008 * remote-utils.c: Ditto.
11009 * server.c: Ditto.
11010 * target.c: Ditto.
11011 * win32-low.c: Ditto.
11012
97438e3f
DE
110132008-12-12 Doug Evans <dje@google.com>
11014
896c7fbb
DE
11015 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
11016 in debugging printf.
11017
97438e3f
DE
11018 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
11019
e3b886f8
DE
110202008-12-09 Doug Evans <dje@google.com>
11021
11022 * linux-low.h (struct process_info): Delete member tid, unused.
11023 * thread-db.c (find_one_thread): Update.
11024 (maybe_attach_thread): Update.
11025
07e059b5
VP
110262008-12-02 Pedro Alves <pedro@codesourcery.com>
11027
889bf7c5
PA
11028 * target.h (struct target_ops): Add qxfer_osdata member.
11029 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
11030 and dirent.h.
11031 (linux_qxfer_osdata): New functions.
11032 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
11033 callback.
11034 * server.c (handle_query): Handle "qXfer:osdata:read:".
11035 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
11036 (buffer_xml_printf): New functions.
11037 * server.h (struct buffer): New.
11038 (buffer_grow_str, buffer_grow_str0): New macros.
11039 (buffer_grow, buffer_free, buffer_init, buffer_finish)
11040 (buffer_xml_printf): Declare.
07e059b5 11041
4cab47ab
DE
110422008-11-24 Doug Evans <dje@google.com>
11043
11044 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
11045
f142445f
DJ
110462008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
11047
11048 * server.c (handle_v_run): Always use the supplied argument list.
11049
d0107bb6 110502008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 11051
d0107bb6
BW
11052 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
11053 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 11054
2c4ad781
TJB
110552008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
11056
11057 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
11058 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
11059 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
11060 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
11061 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
11062 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
11063 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
11064 XML target descriptions.
11065 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
11066 when inferior is running on an ISA 2.05 or later processor. Add
11067 special case to return offset for full 64-bit slot of FPSCR when
11068 in 32-bits.
11069
dfb64f85
DJ
110702008-11-14 Daniel Gutson <dgutson@codesourcery.com>
11071
11072 * Makefile.in (SFILES, clean): Added sparc64 files.
11073 (reg-sparc64.o, reg-sparc64.c): New.
11074 * configure.srv (sparc*-*-linux*): New configuration.
11075 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
11076 syscall arguments for SPARC.
11077 (regsets_store_inferior_registers): Likewise.
11078 * linux-sparc-low.c: New file.
11079
66b6e1dd
DE
110802008-10-21 Doug Evans <dje@google.com>
11081
11082 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
11083 (READLINE_DIR,READLINE_DEP): Delete.
11084 (INTERNAL_CFLAGS): Update.
11085 (LINTFLAGS): Update.
11086
9b710a42
PA
110872008-10-10 Pedro Alves <pedro@codesourcery.com>
11088
11089 * server.c (handle_v_run): If GDB didn't specify an argv, use the
11090 whole argv from the last run, not just argv[0].
11091
5822d809
PA
110922008-09-08 Pedro Alves <pedro@codesourcery.com>
11093
11094 * regcache.c (new_register_cache): Return NULL if the register
11095 cache size isn't known yet.
11096 (free_register_cache): Avoid dereferencing a NULL regcache.
11097
74aac56f
DJ
110982008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11099
11100 * configure.srv: Merge MIPS and MIPS64.
11101
400b20f5
MR
111022008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
11103
11104 * Makefile.in (uninstall): Apply $(EXEEXT) too.
11105
677c5bb1
LM
111062008-08-18 Luis Machado <luisgpm@br.ibm.com>
11107
11108 * Makefile.in: Add required vsx dependencies.
11109
11110 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
11111 Declare init_registers_powerpc_vsx32l.
11112 Declare init_registers_powerpc_vsx64l.
11113 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
11114 (ppc_arch_setup): Check for VSX in hwcap.
11115 (ppc_fill_vsxregset): New function.
11116 (ppc_store_vsxregset): New function.
11117 Add new VSX entry in regset_info target_regsets.
11118
11119 * configure.srv: Add new VSX dependencies.
11120
a6f3e723
SL
111212008-08-12 Pedro Alves <pedro@codesourcery.com>
11122
11123 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
11124 (remote_open): Set or clear transport_is_reliable.
11125 (putpkt_binary): Don't expect acks in noack mode.
11126 (getpkt): Don't send ack/nac in noack mode.
11127 * server.c (handle_general_set): Handle QStartNoAckMode.
11128 (handle_query): If connected by tcp pass QStartNoAckMode+ in
11129 qSupported.
11130 (main): Reset noack_mode on every connection.
11131 * server.h (noack_mode): Declare.
11132
a417dc56
RW
111332008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11134
11135 * Makefile.in (GDBREPLAY_OBS): New variable.
11136 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
11137
3221518c
UW
111382008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
11139 Daniel Jacobowitz <dan@codesourcery.com>
11140
11141 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
11142 (usr_store_inferior_registers): Likewise.
11143 (regsets_store_inferior_registers): Likewise.
11144
ec56be1b
PA
111452008-07-31 Rolf Jansen <rj@surtec.com>
11146 Pedro Alves <pedro@codesourcery.com>
11147
11148 * configure.ac: Check for memmem declaration.
11149 * server.c [HAVE_MALLOC_H]: Include malloc.h.
11150 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
11151 (disable_packet_qfThreadInfo): Unconditionally compile.
11152 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
11153 * configure, config.in: Regenerate.
11154
2fe5e3ff
DE
111552008-07-28 Doug Kwan <dougkwan@google.com>
11156
11157 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
11158 (linux_write_memory): Remove declaration of errno.
11159
836acd6d
UW
111602008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11161
11162 * linux-low.c (handle_extended_wait): Do not use "status"
11163 variable uninitialized.
11164
aeba519e
PA
111652008-07-07 Pedro Alves <pedro@codesourcery.com>
11166
11167 * server.c (handle_v_attach): Inhibit reporting dll changes.
11168
db42f210
PA
111692008-06-27 Pedro Alves <pedro@codesourcery.com>
11170
11171 * remote-utils.c (prepare_resume_reply): If requested, don't
11172 output "thread:TID" in the T stop reply.
11173
11174 * server.c (disable_packet_vCont, disable_packet_Tthread)
11175 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
11176 (handle_query): If requested, disable support for qC, qfThreadInfo
11177 and qsThreadInfo.
11178 (handle_v_requests): If requested, disable support for vCont.
11179 (gdbserver_show_disableable): New.
11180 (main): Handle --disable-packet and --disable-packet=LIST.
11181
11182 * server.h (disable_packet_vCont, disable_packet_Tthread)
11183 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
11184
8e4c5421
CD
111852008-06-20 Carlos O'Donell <carlos@codesourcery.com>
11186
11187 * server.c (gdbserver_usage): Mention --version.
11188
6e23a804
DJ
111892008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
11190
11191 * Makefile.in (gdbreplay.o): New rule.
11192
90aa6a40
JM
111932008-06-06 Joseph Myers <joseph@codesourcery.com>
11194
11195 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
11196 message, not gdbserver.
11197
c16158bc 111982008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
11199 Nathan Sidwell <nathan@codesourcery.com>
11200 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
11201
11202 * acinclude.m4: Include ../../config/acx.m4.
11203 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
11204 * configure, config.in: Regenerate.
11205 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
11206 * server.c (gdbserver_version): Print PKGVERSION.
11207 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
11208 (main): Adjust gdbserver_usage calls.
11209 * gdbreplay.c (version, host_name): Add declarations.
11210 (gdbreplay_version, gdbreplay_usage): New.
11211 (main): Accept --version and --help options.
11212
aeb75bf5
DJ
112132008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
11214
11215 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
11216 (arm_breakpoint_at): Handle Thumb.
11217 (the_low_target): Add comment.
11218
76b233dd
UW
112192008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
11220
11221 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
11222
08388c79
DE
112232008-05-09 Doug Evans <dje@google.com>
11224
a3c83fae
DE
11225 * server.h (decode_search_memory_packet): Declare.
11226 * remote-utils.c (decode_search_memory_packet): New fn.
11227 * server.c (handle_search_memory_1): New fn.
08388c79
DE
11228 (handle_search_memory): New fn.
11229 (handle_query): Process qSearch:memory packets.
11230
bb9c3d36
UW
112312008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
11232
11233 * regcache.c (registers_length): Remove.
11234 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
11235 full register packet.
11236 * regcache.h (registers_length): Remove prototype.
11237 * server.h (PBUFSIZ): Define to 16384.
11238
7284e1be
UW
112392008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
11240
11241 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
11242 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
11243 powerpc-64l.o, and powerpc-altivec64l.o.
11244 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
11245 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
11246 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
11247 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
11248 rs6000/power-linux.xml, and rs6000/power64-linux.xml
11249 to srv_xmlfiles.
11250
11251 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
11252 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
11253 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
11254 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
11255 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
11256 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
11257 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
11258 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
11259 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
11260 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
11261 (clean): Update.
11262
11263 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
11264 (init_registers_powerpc_32l): ... this new prototype.
11265 (init_registers_powerpc_32): Remove, replace by ...
11266 (init_registers_powerpc_altivec32l): ... this new prototype.
11267 (init_registers_powerpc_e500): Remove, replace by ...
11268 (init_registers_powerpc_e500l): ... this new prototype.
11269 (init_registers_ppc64): Remove, replace by ...
11270 (init_registers_powerpc_64l): ... this new prototype.
11271 (init_registers_powerpc_64): Remove, replace by ...
11272 (init_registers_powerpc_altivec64l): ... this new prototype.
11273 (ppc_num_regs): Set to 73.
11274 (PT_ORIG_R3, PT_TRAP): Define if necessary.
11275 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
11276 (ppc_cannot_store_register): Handle orig_r3 and trap.
11277 (ppc_arch_setup): Update init_registers_... calls.
11278 (ppc_fill_gregset): Handle orig_r3 and trap.
11279
11280 * inferiors.c (clear_inferiors): Reset current_inferior.
11281
fdc59709
PB
112822008-04-23 Paolo Bonzini <bonzini@gnu.org>
11283
889bf7c5
PA
11284 * acinclude.m4: Add override.m4.
11285 * configure: Regenerate.
fdc59709 11286
c9b2f845
UW
112872008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
11288
11289 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
11290 initial call to init_register_ppc64.
11291
550512b8
UW
112922008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
11293
43aaf8b6
PA
11294 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
11295 single powerpc*-*-linux* case.
550512b8
UW
11296 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
11297
b6430ec3
UW
112982008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
11299
11300 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 11301 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
11302 from reg_xmlfiles.
11303 * linux-ppc-low.c: Include <elf.h>.
11304 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
11305 (ppc_hwcap): New global variable.
11306 (ppc_regmap): Remove __SPE__ #ifdef sections.
11307 (ppc_regmap_e500): New global variable.
11308 (ppc_cannot_store_register): Update __SPE__ special case.
11309 (ppc_get_hwcap): New function.
11310 (ppc_arch_setup): Use it to determine whether inferior supports
11311 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
11312 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
11313 Do not access registers if target does not support AltiVec.
11314 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
11315 Do not access registers if target does not support SPE.
11316 (target_regsets): Unconditionally include AltiVec and SPE regsets.
11317
52fa2412
UW
113182008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
11319
11320 * linux-low.c (disabled_regsets, num_regsets): New.
11321 (use_regsets_p): Delete.
11322 (linux_wait_for_process): Clear disabled_regsets.
11323 (regsets_fetch_inferior_registers): Check and set it.
11324 (regsets_store_inferior_registers): Likewise.
11325 (linux_fetch_registers, linux_store_registers): Do not use
11326 use_regsets_p.
11327 (initialize_low): Allocate disabled_regsets.
11328
e28b3332
DJ
113292008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
11330
11331 * Makefile.in (LIBOBJS): New.
11332 (OBS): Use LIBOBJS.
11333 (memmem.o): New rule.
11334 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
11335 * configure: Regenerated.
11336
4536995d
UW
113372008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
11338
11339 * server.c (handle_query): Never return "unsupported" for
11340 qXfer:features:read queries.
11341
221c031f
UW
113422008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
11343
11344 * server.c (get_features_xml): Fix inverted condition.
11345 (handle_query): Always support qXfer:feature:read.
11346
ccd213ac
DJ
113472008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
11348
11349 * server.c (wrapper_argv): New.
11350 (start_inferior): Handle wrapper_argv. If set, expect an extra
11351 trap.
11352 (gdbserver_usage): Document --wrapper.
11353 (main): Parse --wrapper.
11354
6fe305f7
UW
113552008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
11356
11357 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
11358 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
11359 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
11360 (ppc_set_pc): Likewise.
11361 (ppc_arch_setup): New function.
11362 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
11363 of collect_register.
889bf7c5 11364 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 11365
5b0a002e
UW
113662008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
11367
11368 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
11369 instead of linux-ppc64-low.o.
11370 * linux-ppc64-low.c: Remove file.
11371 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
11372 (linux-ppc64-low.o): Remove rule.
11373
11374 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
11375 (init_registers_powerpc_64): Likewise.
11376 (ppc_regmap): Conditionally define depending on __powerpc64__.
11377 (ppc_cannot_store_register): Do not special-case "fpscr" when
11378 compiled on __powerpc64__.
11379 (ppc_collect_ptrace_register): New function.
11380 (ppc_supply_ptrace_register): New function.
11381 (ppc_breakpoint): Change type to "unsigned int".
11382 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
11383 (the_low_target): Conditionally provide initializers for the
889bf7c5 11384 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
11385 collect_ptrace_register and supply_ptrace_register members.
11386
9b4b61c8
UW
113872008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
11388
11389 * regcache.h (gdbserver_xmltarget): Add extern declaration.
11390 * server.c (gdbserver_xmltarget): Define.
11391 (get_features_xml): Use it to replace "target.xml" and arch_string.
11392
11393 * configure.srv: Remove srv_xmltarget. Add XML files that were
11394 mentioned there to srv_xmlfiles instead. Remove conditional tests
11395 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
11396 srv_xmlfiles and srv_regobj to include all possible choices.
11397 * configure.ac (srv_xmltarget): Remove.
11398 (srv_xmlfiles): Do not add "target.xml".
11399 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
11400 checks for supplementary target information.
11401 * configure: Regenerate.
11402 * Makefile.in (XML_TARGET): Remove.
11403 (target.xml): Remove rule.
11404 (clean): Do not clean up target.xml.
11405 (.PRECIOUS): Do not mention target.xml.
11406
11407 * target.h (struct target_ops): Remove arch_string member.
11408 * linux-low.c (linux_arch_string): Remove.
11409 (linux_target_ops): Remove arch_string initializer.
11410 * linux-low.h (struct linux_target_ops): Remove arch_string member.
11411 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
11412 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
11413 * spu-low.c (spu_arch_string): Remove.
11414 (spu_target_ops): Remove arch_string initializer.
11415 * win32-low.c (win32_arch_string): Remove.
11416 (win32_target_ops): Remove arch_string initializer.
11417 * win32-low.h (struct win32_target_ops): Remove arch_string member.
11418 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
11419 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
11420
ee1a7ae4
UW
114212008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
11422
11423 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
11424 by collect_ptrace_register and supply_ptrace_register hooks.
11425 * linux-low.c (fetch_register): Use supply_ptrace_register callback
11426 instead of checking for the_low_target.left_pad_xfer.
11427 (usr_store_inferior_registers): Use collect_ptrace_register callback
11428 instead of checking for the_low_target.left_pad_xfer.
11429
11430 * linux-s390-low.c (s390_collect_ptrace_register): New function.
11431 (s390_supply_ptrace_register): Likewise.
11432 (s390_fill_gregset): Call s390_collect_ptrace_register.
11433 (the_low_target): Update.
11434
11435 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
11436 (ppc_supply_ptrace_register): Likewise.
11437 (the_low_target): Update.
11438
11439 * linux-i386-low.c (the_low_target): Update.
11440 * linux-x86-64-low.c (the_low_target): Update.
11441
d61ddec4
UW
114422008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
11443
11444 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
11445 reg-s390.o and reg-s390x.o.
11446
11447 * linux-low.c (new_inferior): New global variable.
11448 (linux_create_inferior, linux_attach): Set it.
11449 (linux_wait_for_process): Call the_low_target.arch_setup after the
11450 target has stopped for the first time.
11451 (initialize_low): Do not call the_low_target.arch_setup.
11452
11453 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
11454 (s390_set_pc): Likewise.
11455 (s390_arch_setup): New function.
11456 (the_low_target): Use s390_arch_setup as arch_setup routine.
11457
11458 * regcache.c (realloc_register_cache): New function.
11459 (set_register_cache): Call it for each existing regcache.
11460
d05b4ac3
UW
114612008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
11462
11463 * server.h (init_registers): Remove prototype.
11464
11465 * linux-low.h (struct linux_target_ops): Add arch_setup field.
11466 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
11467 instead of init_registers ().
11468 * linux-arm-low.c (init_registers_arm): Add prototype.
11469 (init_registers_arm_with_iwmmxt): Likewise.
11470 (the_low_target): Add initializer for arch_setup field.
11471 * linux-cris-low.c (init_registers_cris): Add prototype.
11472 (the_low_target): Add initializer for arch_setup field.
11473 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
11474 (the_low_target): Add initializer for arch_setup field.
11475 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
11476 (the_low_target): Add initializer for arch_setup field.
11477 * linux-ia64-low.c (init_registers_ia64): Add prototype.
11478 (the_low_target): Add initializer for arch_setup field.
11479 * linux-m32r-low.c (init_registers_m32r): Add prototype.
11480 (the_low_target): Add initializer for arch_setup field.
11481 * linux-m68k-low.c (init_registers_m68k): Add prototype.
11482 (the_low_target): Add initializer for arch_setup field.
11483 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
11484 (init_registers_mips64_linux): Likewise.
11485 (the_low_target): Add initializer for arch_setup field.
11486 * linux-ppc-low.c (init_registers_ppc): Add prototype.
11487 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
11488 (the_low_target): Add initializer for arch_setup field.
11489 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
11490 (init_registers_powerpc_64): Likewise.
11491 (the_low_target): Add initializer for arch_setup field.
11492 * linux-s390-low.c (init_registers_s390): Add prototype.
11493 (init_registers_s390x): Likewise.
11494 (the_low_target): Add initializer for arch_setup field.
11495 * linux-sh-low.c (init_registers_sh): Add prototype.
11496 (the_low_target): Add initializer for arch_setup field.
11497 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
11498 (the_low_target): Add initializer for arch_setup field.
11499 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
11500 (the_low_target): Add initializer for arch_setup field.
11501
11502 * win32-low.h (struct win32_target_ops): Add arch_setup field.
11503 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
11504 instead of init_registers ().
11505 * win32-arm-low.c (init_registers_arm): Add prototype.
11506 (the_low_target): Add initializer for arch_setup field.
11507 * win32-i386-low.c (init_registers_i386): Add prototype.
11508 (the_low_target): Add initializer for arch_setup field.
11509
11510 * spu-low.c (init_registers_spu): Add prototype.
11511 (initialize_low): Call initialie_registers_spu () instead of
11512 initialize_registers ().
11513
fd96d250
PA
115142008-02-19 Pedro Alves <pedro@codesourcery.com>
11515
11516 * server.c (handle_v_requests): When handling the vRun and vAttach
11517 packets, if already debugging a process, don't kill it. Return an
11518 error instead.
11519
d41b6bb4
DJ
115202008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
11521
11522 * server.c (handle_query): Correct length check.
11523
5ac588cf
PA
115242008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
11525
11526 * win32-low.c (do_initial_child_stuff): Add process handle
11527 parameter. Set current_process_handle and current_process_id from the
11528 parameters. Clear globals.
11529 (win32_create_inferior): Don't set current_process_handle and
11530 current_process_id here. Instead pass them on the call to
11531 do_initial_child_stuff.
11532 (win32_attach): Likewise.
11533 (win32_clear_inferiors): New.
11534 (win32_kill): Don't close the current process handle or the
11535 current thread handle here. Instead call win32_clear_inferiors.
11536 (win32_detach): Don't open a new handle to the process. Call
11537 win32_clear_inferiors.
11538 (win32_join): Don't rely on current_process_handle; open a new
11539 handle using the process id.
11540 (win32_wait): Call win32_clear_inferiors when the inferior process
11541 has exited.
11542
ecd7ecbc
DJ
115432008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
11544
11545 * server.c (monitor_show_help): Add "exit".
11546
1525d545
MG
115472008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
11548
ecd7ecbc 11549 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
11550 (clean): Add reg-xtensa.c.
11551 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
11552 * configure.srv (xtensa*-*-linux*) New target.
11553 * linux-xtensa-low.c: New.
11554 * xtensa-xtregs.c: New.
1525d545 11555
59a016f0
PA
115562008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
11557
11558 * hostio.c: Don't include errno.h.
11559 (errno_to_fileio_errno): Move to hostio-errno.
11560 * hostio.c: (hostio_error): Remove the error parameter. Defer the
11561 error number outputting to the target->hostio_last_error callback.
11562 (hostio_packet_error): Use FILEIO_EINVAL directly.
11563 (handle_open, handle_pread, hostio_error, handle_unlink): Update
11564 calls to hostio_error.
11565 * hostio-errno.c: New.
11566 * server.h (hostio_last_error_from_errno): Declare.
11567 * target.h (target_ops): Add hostio_last_error member.
11568 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
11569 as hostio_last_error handler.
889bf7c5 11570 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
11571 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
11572 (wince_hostio_last_error): New functions.
11573 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
11574 as hostio_last_error handler.
11575 (win32_target_ops) [!_WIN32_WCE]: Register
11576 hostio_last_error_from_errno as hostio_last_error handler.
11577 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
11578 (hostio-errno.o): New rule.
11579 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
11580 * configure.srv (srv_hostio_err_objs): New variable. Default to
11581 hostio-errno.o.
11582 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
11583 * configure: Regenerate.
11584
2d717e4f
DJ
115852008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11586
11587 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
11588 (linux_kill, linux_detach): Clean up the process list.
11589 * remote-utils.c (remote_open): Improve port number parsing.
11590 (putpkt_binary, input_interrupt): Only send interrupts if the target
11591 is running.
11592 * server.c (extended_protocol): Make static.
11593 (attached): Define earlier.
11594 (exit_requested, response_needed, program_argv): New variables.
11595 (target_running): New.
11596 (start_inferior): Clear attached here.
11597 (attach_inferior): Set attached here.
11598 (require_running): Define.
11599 (handle_query): Use require_running and target_running. Implement
11600 "monitor exit".
11601 (handle_v_attach, handle_v_run): New.
11602 (handle_v_requests): Use require_running. Handle vAttach and vRun.
11603 (gdbserver_usage): Update.
11604 (main): Redo argument parsing. Handle --debug and --multi. Handle
11605 --attach along with other options or after the port. Save
11606 program_argv. Support no initial program. Resynchronize
11607 communication with GDB after an error. Handle "monitor exit".
11608 Use require_running and target_running. Always allow the extended
11609 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
11610 restart in extended mode.
11611 * README: Refer to the GDB manual. Update --attach usage.
11612
7407e2de
AS
116132007-12-20 Andreas Schwab <schwab@suse.de>
11614
11615 * linux-low.c (STACK_SIZE): Define.
11616 (linux_tracefork_child): Use it. Use __clone2 on ia64.
11617 (linux_test_for_tracefork): Likewise.
11618
b65d95c5
DJ
116192007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
11620
11621 * linux-low.c (linux_wait_for_event): Update messages. Do not
11622 reinsert auto-delete breakpoints.
11623 * mem-break.c (struct breakpoint): Change return type of handler to
11624 int.
11625 (set_breakpoint_at): Update handler type.
11626 (reinsert_breakpoint_handler): Return 1 instead of calling
11627 delete_breakpoint.
11628 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
11629 setting a new one.
11630 (check_breakpoints): Delete auto-delete breakpoints and return 2.
11631 * mem-break.h (set_breakpoint_at): Update handler type.
11632 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
11633 * win32-low.c (auto_delete_breakpoint): New.
11634 (get_child_debug_event): Use it.
11635
4e799345
DJ
116362007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
11637
11638 * configure.ac: Check for pread and pwrite.
11639 * hostio.c (handle_pread): Fall back to lseek and read.
11640 (handle_pwrite): Fall back to lseek and write.
11641 * config.in, configure: Regenerated.
11642
27524b67
DJ
116432007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
11644
11645 * server.c (myresume): Add own_buf argument.
11646 (main): Update calls.
11647
a20d5e98
DJ
116482007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
11649
11650 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
11651 * remote-utils.c (remote_open): Do not call disable_async_io.
11652 (block_async_io): Delete.
11653 (unblock_async_io): Make static.
11654 (initialize_async_io): New.
11655 * server.c (handle_v_cont): Handle async I/O here.
11656 (myresume): Likewise. Move other common resume tasks here...
11657 (main): ... from here. Call initialize_async_io. Disable async
11658 I/O before the main loop.
11659 * server.h (initialize_async_io): Declare.
11660 (block_async_io, unblock_async_io): Delete prototypes.
11661 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
11662
b79d787e
DJ
116632007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
11664
11665 * remote-utils.c (readchar): Allow binary data in received messages.
11666
d97903b2
PA
116672007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
11668
11669 * win32-low.c (attaching): New global.
11670 (win32_create_inferior): Clear the `attaching' global.
11671 (win32_attach): Set the `attaching' global.
11672 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
11673 attaching. Only set a breakpoint at the entry point if not
11674 attaching.
11675
311de423
PA
116762007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
11677
11678 * server.c (main): Don't report dll events on the initial
11679 connection on attaches.
11680
6c2d16d2
PA
116812007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
11682
11683 * server.c (main): Relax numerical bases supported for the pid of
11684 the --attach command line argument.
11685
5ca906e6
PA
116862007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
11687
11688 * win32-low.c (win32_attach): Call OpenProcess before
11689 DebugActiveProcess, not after. Add last error output to error
11690 call.
11691
9c6c8194
PA
116922007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
11693
11694 * win32-low.c (win32_get_thread_context)
11695 (win32_set_thread_context): New functions.
11696 (thread_rec): Use win32_get_thread_context.
11697 (continue_one_thread, win32_resume): Use win32_set_thread_context.
11698 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
11699 field.
11700
4d5d1aaa
PA
117012007-12-03 Leo Zayas
11702 Pedro Alves <pedro_alves@portugalmail.pt>
11703
11704 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
11705 global variables.
11706 (child_add_thread): Minor cleanup.
11707 (child_continue): Resume artificially suspended threads before
11708 calling ContinueDebugEvent.
11709 (suspend_one_thread): New.
11710 (fake_breakpoint_event): New.
11711 (get_child_debug_event): Change return type to int. Check here if
11712 gdb sent an interrupt request. If a soft interrupt was requested,
11713 fake a breakpoint event. Return 0 if there is no event to handle,
11714 and 1 otherwise.
11715 (win32_wait): Don't check here if gdb sent an interrupt request.
11716 Ensure there is a valid event to handle.
11717 (win32_request_interrupt): Add soft interruption method as last
11718 resort.
11719
c436e841
PA
117202007-12-03 Leo Zayas
11721 Pedro Alves <pedro_alves@portugalmail.pt>
11722
11723 * win32-low.h (win32_thread_info): Add descriptions to the
11724 structure members. Replace `suspend_count' counter by a
11725 `suspended' flag.
11726 * win32-low.c (thread_rec): Update condition of when to get the
11727 context from the inferior. Rely on ContextFlags being set if it
11728 has already been retrieved. Only suspend the inferior thread if
11729 we haven't already. Warn if that fails.
11730 (continue_one_thread): s/suspend_count/suspended/. Only call
11731 ResumeThread once. Warn if that fails.
11732
e7b5fa67
PA
117332007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
11734
11735 * win32-low.c (win32_wait): Don't read from the inferior when it
11736 has already exited.
11737
a385171d
PA
117382007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
11739
11740 * Makefile.in (win32_low_h): New variable.
11741 (win32-low.o): Add dependency on $(win32_low_h).
11742 (win32-arm-low.o, win32-i386-low.o): New rules.
11743
f80c84b3
DJ
117442007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11745
11746 * hostio.c: Correct copyright year.
11747
a6b151f1
DJ
117482007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11749
11750 * Makefile.in (OBS): Add hostio.o.
11751 (hostio.o): New rule.
11752 * server.h (handle_vFile): Declare.
11753 * hostio.c: New file.
11754 * server.c (handle_v_requests): Take packet_len and new_packet_len
11755 for binary packets. Call handle_vFile.
11756 (main): Update call to handle_v_requests.
11757
f9387fc3
DJ
117582007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
11759
11760 * linux-low.c: Include <sched.h>.
11761
51c2684e
DJ
117622007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
11763
11764 * linux-low.c (linux_tracefork_grandchild): New.
11765 (linux_tracefork_child): Use clone.
11766 (linux_test_for_tracefork): Use clone; allocate and free a stack.
11767
75f83163
JB
117682007-10-31 Joel Brobecker <brobecker@adacore.com>
11769
11770 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
11771
da5898ce
DJ
117722007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
11773
11774 * linux-low.c (handle_extended_wait): Handle unexpected signals.
11775
24a09b5f
DJ
117762007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11777
11778 * inferiors.c (change_inferior_id): Delete.
11779 (add_pid_to_list, pull_pid_from_list): New.
11780 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
11781 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
11782 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
11783 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
11784 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
11785 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
11786 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
11787 (using_threads): Always set to 1.
11788 (handle_extended_wait): New.
11789 (add_process): Do not set TID.
11790 (linux_create_inferior): Set must_set_ptrace_flags.
11791 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
11792 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
11793 (linux_thread_alive): Rename TID argument to LWPID.
11794 (linux_wait_for_process): Handle unknown processes. Do not use TID.
11795 (linux_wait_for_event): Do not use TID or check using_threads. Update
11796 call to dead_thread_notify. Call handle_extended_wait.
11797 (linux_create_inferior): Use PTRACE_SETOPTIONS.
11798 (send_sigstop): Delete sigstop_sent.
11799 (wait_for_sigstop): Avoid TID.
11800 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
11801 (linux_test_for_tracefork): New.
11802 (linux_lookup_signals): Use thread_db_active and
11803 linux_supports_tracefork_flag.
11804 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
11805 * linux-low.h (get_process_thread): Avoid TID.
11806 (struct process_ifo): Move thread_known and tid to the end. Remove
11807 sigstop_sent.
11808 (linux_attach_lwp, thread_db_init): Update prototypes.
11809 * server.h (change_inferior_id): Delete prototype.
11810 (add_pid_to_list, pull_pid_from_list): New prototypes.
11811 * thread-db.c (thread_db_use_events): New.
11812 (find_first_thread): Rename to...
11813 (find_one_thread): ...this. Update callers and messages. Do not
11814 call fatal. Check thread_db_use_events. Do not call
11815 change_inferior_id or new_thread_notify.
11816 (maybe_attach_thread): Update. Do not call new_thread_notify.
11817 (thread_db_init): Set thread_db_use_events. Check use_events.
11818 * utils.c (fatal, warning): Correct message prefix.
11819
30ed0a8f
DJ
118202007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11821
11822 * Makefile.in (clean): Remove new files.
11823 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
11824 (powerpc-64.o, powerpc-64.c): New rules.
11825 * configure.srv: Use alternate register sets for powerpc64-*-linux*
11826 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
11827 with SPE.
11828 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
11829 SPE targets.
11830 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
11831 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
11832 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
11833 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
11834 (target_regsets): Add AltiVec and SPE register sets.
11835 * configure.ac: Check for AltiVec and SPE.
11836 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
11837 (ppc_fill_vrregset, ppc_store_vrregset): New.
11838 (target_regsets): Add AltiVec register set.
11839 * configure: Regenerated.
11840
fd462a61
DJ
118412007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
11842
11843 * linux-low.c (O_LARGEFILE): Define.
11844 (linux_read_memory): Use /proc/PID/mem.
11845 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
11846 * configure, config.in: Regenerated.
11847
69f223ed
DJ
118482007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11849
11850 * linux-low.c (linux_wait_for_event): Do not pass signals while
11851 single-stepping.
11852
aec18585
PA
118532007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11854
11855 * win32-low.c (create_process): New.
11856 (win32_create_inferior): Use create_process instead of
11857 CreateProcess. If create_process failed retry appending an ".exe"
11858 suffix. Store the GetLastError result immediatelly after
11859 create_process calls and use it on the call to error.
11860
34d86ddd
PA
118612007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11862
11863 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
11864
5a0e3bd0
JB
118652007-08-23 Joel Brobecker <brobecker@adacore.com>
11866
11867 * configure.ac: Switch license to GPLv3.
11868
f88c79e6
MS
118692007-08-01 Michael Snyder <msnyder@access-company.com>
11870
11871 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
11872
6b3d9b83
PA
118732007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
11874
11875 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
11876 typedef.
11877 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
11878 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
11879 CloseToolhelp32Snapshot.
11880 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
11881 CloseToolhelp32Snapshot.
11882
c588c53c
MS
118832007-07-27 Michael Snyder <michael.snyder@access-company.com>
11884
11885 * server.c (main): Check for inferior exit before main loop.
11886
aa0403d9
PA
118872007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
11888
11889 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
11890 instead of on tmp_desc.
11891
255e7678
DJ
118922007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
11893 Daniel Jacobowitz <dan@codesourcery.com>
11894
11895 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
11896 (add_thread): Minor cleanups.
11897 (clear_inferiors): Move lower in the file. Clear the DLL
11898 list.
11899 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
11900 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
11901 (xml_escape_text): New.
11902 * server.c (handle_query): Handle qXfer:libraries:read. Report it
11903 for qSupported.
11904 (handle_v_cont): Report errors.
11905 (gdbserver_version): Update.
11906 (main): Correct size of own_buf. Do not report initial DLL events.
11907 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
11908 (unloaded_dll, xml_escape_text): New.
11909 * win32-low.c (enum target_waitkind): Update comments.
11910 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
11911 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
11912 (win32_EnumProcessModules, win32_GetModuleInformation)
11913 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
11914 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
11915 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
11916 (win32_Module32First, win32_Module32Next, load_toolhelp)
11917 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
11918 (get_child_debug_event): Handle DLL events.
11919 (win32_wait): Likewise.
11920
0d37add9
DJ
119212007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
11922
11923 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
11924 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
11925
45e2715e
PA
119262007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
11927
11928 * win32-low.c (handle_output_debug_string): Ignore event if not
11929 waiting.
11930
c5674cf1
PA
119312007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
11932
11933 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
11934
2bbe3cc1
DJ
119352007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
11936
11937 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
11938
ae13219e
DJ
119392007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11940
11941 * inferiors.c (change_inferior_id): Add comment.
11942 * linux-low.c (check_removed_breakpoint): Add an early
11943 prototype. Improve debug output.
11944 (linux_attach): Doc update.
11945 (linux_detach_one_process, linux_detach): Clean up before releasing
11946 each process.
11947 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
11948 * linux-low.h (struct process_info): Doc improvement.
11949 * mem-break.c (delete_all_breakpoints): New.
11950 * mem-break.h (delete_all_breakpoints): New prototype.
11951 * thread-db.c (find_first_thread): New.
11952 (thread_db_create_event): Call it instead of
11953 thread_db_find_new_threads. Clean up unused variables.
11954 (maybe_attach_thread): Remove first thread handling.
11955 (thread_db_find_new_threads): Use find_first_thread.
11956 (thread_db_get_tls_address): Likewise.
11957
4105de34
DJ
119582007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
11959
11960 * thread-db.c (thread_db_find_new_threads): Add prototype.
11961 (thread_db_create_event): Check for the main thread before adding
11962 a new thread.
11963 (maybe_attach_thread): Only enable event reporting if TID == 0.
11964 (thread_db_get_tls_address): Check for new threads.
11965
2b876972
DJ
119662007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
11967
11968 * linux-low.c (linux_create_inferior): Try execv before execvp.
11969 * spu-low.c (spu_create_inferior): Likewise.
11970
7a245884
DJ
119712007-06-13 Mike Frysinger <vapier@gentoo.org>
11972
11973 * linux-low.c (linux_create_inferior): Change execv to execvp.
11974 * spu-low.c (spu_create_inferior): Likewies.
11975
117ce543
DJ
119762007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11977
11978 * Makefile.in (clean): Clean new files instead of deleted ones.
11979 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
11980 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
11981 rules.
11982 * configure.srv: Specify XML files and new regformats for MIPS and
11983 MIPS64 GNU/Linux.
11984 * linux-mips-low.c (mips_num_regs): Set to only used registers.
11985 (mips_regmap): Do not fetch $0. Remove unused registers. Add
11986 an entry for the restart register.
11987 (mips_cannot_fetch_register, mips_cannot_store_register)
11988 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
11989 register names to match the XML descriptions.
11990 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
11991 restart register instead of $0.
11992
0e7f50da
UW
119932007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
11994 Markus Deuling <deuling@de.ibm.com>
11995
11996 * remote-utils.c (decode_xfer_write): New function.
11997 * server.h (decode_xfer_write): Add prototype.
11998 * server.c (handle_query): Add PACKET_LEN argument. Support
11999 qXfer:spu:read and qXfer:spu:write packets.
12000 (main): Pass packet_len to handle_query.
12001 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
12002 * target.h (target_ops): Add qxfer_spu.
12003
374c1d38
UW
120042007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
12005
12006 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
12007 accessing non-seekable spufs files.
12008
bb63802a
UW
120092007-05-16 Markus Deuling <deuling@de.ibm.com>
12010
889bf7c5 12011 * server.c (handle_query): Add reply for qC packet.
bb63802a 12012
7390519e
PA
120132007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12014 Leo Zayas <lerele@champenstudios@com>
12015
12016 * server.h (check_remote_input_interrupt_request): New function.
12017 * remote_utils.c (INVALID_DESCRIPTOR): New define.
12018 (remote_desc): Initialize with INVALID_DESCRIPTOR.
12019 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
12020 (check_remote_input_interrupt_request): New function.
12021 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 12022 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
12023 winapi_GenerateConsoleCtrlEvent): New typedefs.
12024 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
12025 to 250 ms.
12026 (win32_wait): Check for remote interrupt request
12027 with check_remote_input_interrupt_request.
12028 (win32_request_interrupt): New function.
12029 (win32_target_op): Set request_interrupt to win32_request_interrupt.
12030
34b34921
PA
120312007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12032
12033 * win32-low.c (debug_registers_changed,
12034 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
12035 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
12036 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
12037 (thread_rec): Get context using the low target.
12038 (child_add_thread): Call thread_added on the low target,
12039 which does the same thing.
12040 (regptr): Delete.
12041 (do_initial_child_stuff): Remove debug registers references.
12042 Set context using the low target. Resume threads after
12043 setting the contexts.
12044 (child_continue): Remove dead variable. Remove debug
12045 registers references.
12046 (child_fetch_inferior_registers): Go through the low target.
12047 (do_child_store_inferior_registers): Remove.
12048 (child_store_inferior_registers): Go through the low target.
12049 (win32_resume): Remove debug registers references.
12050 Set context using the low target.
12051 (handle_exception): Change return type to void. Don't record
12052 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
12053 first chance exception.
889bf7c5 12054 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
12055 goto loop. Always return after waiting for debug event.
12056 (win32_wait): Convert to switch statement. Handle spurious
12057 events.
12058
12059 * win32-i386-low.c (debug_registers_changed,
12060 debug_registers_used): New.
12061 (initial_stuff): Rename to ...
12062 (i386_initial_stuff): ... this. Clear debug registers
12063 state variables.
12064 (store_debug_registers): Delete.
12065 (i386_get_thread_context): New.
12066 (load_debug_registers): Delete.
12067 (i386_set_thread_context): New.
12068 (i386_thread_added): New.
12069 (single_step): Rename to ...
12070 (i386_single_step): ... this.
12071 (do_fetch_inferior_registers): Rename to ...
12072 (i386_fetch_inferior_register): ... this.
12073 (i386_store_inferior_register): New.
12074 (the_low_target): Adapt to new interface.
12075
12076 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
12077 (arm_get_thread_context): New.
12078 (arm_set_thread_context): New.
12079 (regptr): New.
12080 (do_fetch_inferior_registers): Rename to ...
12081 (arm_fetch_inferior_register): ... this.
12082 (arm_store_inferior_register): New.
12083 (arm_wince_breakpoint): Reimplement as unsigned long.
12084 (arm_wince_breakpoint_len): Define.
12085 (the_low_target): Adapt to new interface.
12086
12087 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
12088 load_debug_registers. Add get_thread_context, set_thread_context,
12089 thread_added and store_inferior_register. Rename
12090 fetch_inferior_registers to fetch_inferior_register.
12091 (regptr): Remove declaration.
12092
dd6953e1
PA
120932007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12094
12095 * linux-low.c (linux_detach): Change return type to int. Return 0.
12096 * spu-low.c (spu_detach): Likewise.
12097
444d6139
PA
120982007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12099
12100 * target.h (target_ops): Change return type of detach to int.
12101 Add join.
12102 (join_inferior): New.
12103 * server.c (main): Don't skip detach support on mingw32.
12104 If the inferior doesn't support detaching return error.
12105 Call join_inferior instead of using waitpid.
12106 * linux-low.c (linux_join): New.
12107 (linux_target_op): Add linux_join.
12108 * spu-low.c (spu_join): New.
12109 (spu_target_ops): Add spu_join.
12110 * win32-low.c (win32_detach): Adapt to new interface.
12111 Reopen current_process_handle before detaching. Issue a child
12112 resume before detaching.
12113 (win32_join): New.
12114 (win32_target_op): Add win32_join.
12115
1d5315fe
PA
121162007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12117
12118 * win32-low.c (win32-attach): Fix return value.
12119 * target.h (target_ops): Describe ATTACH return values.
12120
bf914831
PA
121212007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12122
12123 * win32-low.c (GETPROCADDRESS): Define.
12124 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
12125 (winapi_DebugSetProcessKillOnExit): Likewise.
12126 (win32_create_inferior): Force usage of ansi CreateProcessA.
12127 (win32_attach): Use GETPROCADDRESS.
12128 (win32_detach): Likewise.
12129
f72f3e60
PA
121302007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
12131
12132 * win32-low.c (win32_wait): Don't use WSTOPSIG.
12133
ed50f18f
PA
121342007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
12135
12136 * win32-low.c: Commit leftover changes from 2007-03-29.
12137
0c2ead7e
DJ
121382007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12139
12140 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
12141 fields short instead of int. Add explicit padding.
12142 (i387_cache_to_fsave): Remove unnecessary casts.
12143 (i387_fsave_to_cache): Doc fix.
12144 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
12145
73725ff3
DJ
121462007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12147
12148 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
12149 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
12150
d99f33d8
PA
121512007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
12152
12153 * configure.srv (arm*-*-mingw32ce*): Move near the other
12154 arm targets.
12155
68070c10
PA
121562007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
12157
2482afc6 12158 * configure.ac: Add errno checking.
68070c10
PA
12159 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
12160 sys/file.h and malloc.h.
12161 (AC_CHECK_DECLS): Add perror.
12162 (srv_mingwce): Handle.
2482afc6 12163 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
12164 win32-i386-low.o to srv_tgtobj.
12165 (i[34567]86-*-mingw*): Likewise.
12166 (arm*-*-mingw32ce*): Add case.
12167 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
12168 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
12169 [__MINGW32CE__] (strerror): New function.
12170 [__MINGW32CE__] (errno): Define to GetLastError.
12171 [__MINGW32CE__] (COUNTOF): New macro.
12172 (remote_open): Remove extra close call.
12173 * mem-break.c (delete_breakpoint_at): New function.
12174 * mem-break.h (delete_breakpoint_at): Declare.
12175 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
12176 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
12177 [USE_WIN32API] (read, write): Add char* casts.
12178 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
12179 * server.h: Include wincecompat.h on Windows CE.
12180 [HAVE_ERRNO_H]: Check.
12181 (perror): Declare if not declared.
12182 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
12183 (perror_with_name): Remove errno declaration.
12184 * wincecompat.h: New.
12185 * wincecompat.c: New.
12186 * win32-low.h: New.
12187 * win32-arm-low.c: New.
12188 * win32-i386-low.c: New.
12189 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
12190 (OUTMSG2): Make it safe.
12191 (_T): New macro.
12192 (COUNTOF): New macro.
12193 (NUM_REGS): Get it from the low target.
12194 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
12195 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
12196 (thread_rec): Let low target handle debug registers.
12197 (child_add_thread): Likewise.
12198 (child_init_thread_list): Likewise.
12199 (continue_one_thread): Likewise.
12200 (regptr): New.
12201 (do_child_fetch_inferior_registers): Move to ...
12202 * win32-i386-low.c: ... here, and rename to ...
12203 (do_fetch_inferior_registers): ... this.
889bf7c5 12204 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
12205 Go through the low target.
12206 (do_child_store_inferior_registers): Use regptr.
12207 (strwinerror): New function.
12208 (win32_create_inferior): Handle Windows CE.
12209 Use strwinerror instead of strerror on Windows error
12210 codes. Add program to the error output.
12211 Don't close the main thread handle on Windows CE.
12212 (win32_attach): Use coredll.dll on Windows CE.
12213 (win32_kill): Close current process and current
12214 thread handles.
12215 (win32_detach): Use coredll.dll on Windows CE.
12216 (win32_resume): Let low target handle debug registers, and
12217 step request.
12218 (handle_exception): Add/Remove initial breakpoint. Avoid
12219 non-existant WSTOPSIG on Windows CE.
12220 (win32_read_inferior_memory): Cast to remove warning.
12221 (win32_arch_string): Go through the low target.
12222 (initialize_low): Call set_breakpoint_data with the low
12223 target's breakpoint.
12224 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
12225 FOP_REGNUM, mappings): Move to ...
12226 * win32-i386-low.c: ... here.
12227 * win32-low.c (win32_thread_info): Move to ...
12228 * win32-low.h: ... here.
12229 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
12230 win32-arm-low.c and wincecompat.c.
12231 (all:): Add $EXEEXT.
12232 (install-only:): Likewise.
12233 (gdbserver:): Likewise.
12234 (gdbreplay:): Likewise.
12235 * config.in: Regenerate.
12236 * configure: Regenerate.
12237
41093d81
PA
122382007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
12239
12240 * win32-low.c: Rename typedef thread_info to
12241 win32_thread_info throughout.
12242
544afa54
PA
122432007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
12244
12245 * win32-i386-low.c: Rename to ...
12246 * win32-low.c: ... this.
12247 * configure.srv: Replace win32-i386-low.o with win32-low.o.
12248 * Makefile.in: Likewise.
12249
bce7165d
PA
122502007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
12251
12252 * remote-utils.c (monitor_output): Constify msg parameter.
12253 * server.h (monitor_output): Likewise.
12254 * win32-i386-low.c (handle_output_debug_string): New.
12255 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
12256 handle_output_debug_string.
12257 (get_child_debug_event): Likewise.
12258
506c7aa0
DJ
122592007-03-27 Mat Hostetter <mat@lcs.mit.edu>
12260
12261 * server.c (main): Correct strtoul check.
12262
42c81e2a
DJ
122632007-03-27 Jon Ringle <jon@ringle.org>
12264
12265 * linux-low.c: Check __ARCH_HAS_MMU__ also.
12266
9453113a
DJ
122672007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
12268
12269 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
12270
64a69107
DJ
122712007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
12272
12273 * terminal.h: Check HAVE_SGTTY_H.
12274
122752007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
12276
12277 * remote-utils.c (remote_open): Print out the assigned port number.
12278
c74d0ad8
DJ
122792007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
12280
12281 * remote-utils.c (monitor_output): New function.
12282 * server.c (debug_threads): Define here.
12283 (monitor_show_help): New function.
12284 (handle_query): Handle qRcmd.
12285 (main): Do not handle 'd' packet.
12286 * server.h (debug_threads, remote_debug, monitor_output): Declare.
12287 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
12288 of debug_threads.
12289
de7c3b4a
PA
122902007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
12291
12292 * Makefile.in (EXEEXT): New.
12293 (clean): Use $(EXEEXT).
12294
ef57601b
PA
122952007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
12296
12297 * target.h (target_ops): Rename send_signal to request_interrupt,
12298 and remove enum target_signal parameter.
12299 * linux-low.c (linux_request_interrupt): Rename from
12300 linux_send_signal, and always send SIGINT.
12301 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
12302 and always send SIGINT.
12303 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
12304 of send_signal.
12305 (input_interrupt): Likewise.
12306
820f2bda
PA
123072007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
12308
12309 * server.c (get_features_xml): Check if target implemented
12310 arch_string.
12311 * win32-i386-low.c (win32_arch_string): New.
12312 (win32_target_ops): Add win32_arch_string as arch_string member.
12313
ab39bf24
UW
123142007-02-22 Markus Deuling <deuling@de.ibm.com>
12315
12316 * spu-low.c (spu_arch_string): New.
12317 (spu_target_ops): Add spu_arch_string.
12318
61ff6e04
DJ
123192007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12320
12321 * remote-utils.c: Remove HAVE_TERMINAL_H check.
12322 * configure.ac: Do not check for terminal.h.
12323 * configure, config.in: Regenerated.
12324
fb1e4ffc
DJ
123252007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12326
12327 * Makefile.in (OBS): Add $(XML_BUILTIN).
12328 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
12329 (clean): Update.
12330 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
12331 (arm-with-iwmmxt.c): New.
12332 * config.in, configure: Regenerate.
12333 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
12334 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
12335 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
12336 (arm*-*-linux*): Add iWMMXt and regset support.
12337 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
12338 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
12339 (arm_store_wmmxregset, target_regsets): New.
12340 * server.c (get_features_xml): Take annex argument. Check builtin
12341 XML documents.
12342 (handle_query): Handle multiple annexes.
12343
0f48aa01
DJ
123442007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12345
12346 * remote-utils.c [USE_WIN32API] (read, write): Define.
12347 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
12348 write.
12349
23181151
DJ
123502007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12351
12352 * linux-i386-low.c (the_low_target): Set arch_string.
12353 * linux-x86-64-low.c (the_low_target): Likewise.
12354 * linux-low.c (linux_arch_string): New.
12355 (linux_target_ops): Add it.
12356 * linux-low.h (struct linux_target_ops): Add arch_string.
12357 * server.c (write_qxfer_response): Use const void * for DATA.
12358 (get_features_xml): New.
12359 (handle_query): Handle qXfer:features:read. Report it for qSupported.
12360 * target.h (struct target_ops): Add arch_string method.
12361
9d606399
DJ
123622007-01-03 Denis Pilat <denis.pilat@st.com>
12363 Daniel Jacobowitz <dan@codesourcery.com>
12364
12365 * linux-low.c (linux_kill): Handle being called with no threads.
12366 * win32-i386-low.c (win32_kill): Likewise.
12367 (get_child_debug_event): Clear current_process_handle.
12368
123692006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
12370 Daniel Jacobowitz <dan@codesourcery.com>
12371
12372 * remote-utils.c (remote_open): Check the type of specified
12373 serial port devices before opening them.
12374 * server.c (main): Kill the inferior if an error occurs during
12375 the first remote_open.
12376
a5e13d24
DJ
123772006-12-05 Markus Deuling <deuling@de.ibm.com>
12378
12379 * README: Update supported targets.
12380
186947f7
DJ
123812006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
12382
12383 * Makefile.in (clean): Remove reg-mips64.c.
12384 (reg-mips64.c, reg-mips64.o): New rules.
12385 * configure.srv: Handle mips64. Include regset support for mips.
12386 * linux-mips-low.c (union mips_register): New.
12387 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
12388 (mips_breakpoint, mips_breakpoint_at): Use int.
12389 (mips_collect_register, mips_supply_register)
12390 (mips_collect_register_32bit, mips_supply_register_32bit)
12391 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
12392 (mips_store_fpregset, target_regsets): New.
12393 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
12394
a13e2c95
UW
123952006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
12396
12397 * configure.srv: Add target "spu*-*-*".
12398 * Makefile.in (clean): Remove reg-spu.c.
12399 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
12400 * spu-low.c: New file.
12401
cb7283db
DJ
124022006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
12403
12404 * configure.ac: Correct td_thr_tls_get_addr test.
12405 * configure: Regenerated.
12406
89be2091
DJ
124072006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
12408
12409 * linux-low.c (linux_wait_for_event): Reformat. Use the
12410 pass_signals array.
12411 * remote-utils.c (decode_address_to_semicolon): New.
12412 * server.c (pass_signals, handle_general_set): New.
12413 (handle_query): Mention QPassSignals for qSupported.
12414 (main): Call handle_general_set.
12415 * server.h (pass_signals, decode_address_to_semicolon): New.
12416
000ef4f0
DJ
124172006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
12418
12419 * server.c (handle_query): Correct error handling for read_auxv.
12420
b7149293
UW
124212005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
12422
12423 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
12424 and srv_linux_thread_db to yes.
12425 * linux-s390-low.c (s390_fill_gregset): New function.
12426 (target_regsets): Define data structure.
12427
dae5f5cf
DJ
124282006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12429
12430 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
12431 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
12432 * config.in, configure: Regenerated.
12433 * inferiors.c (gdb_id_to_thread): New function.
12434 (gdb_id_to_thread_id): Use it.
12435 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
12436 * linux-low.h (struct process_info): Add th member.
12437 (thread_db_get_tls_address): New prototype.
12438 * remote-utils.c (decode_address): Make non-static.
12439 * server.c (handle_query): Handle qGetTLSAddr.
12440 * server.h (gdb_id_to_thread, decode_address): New prototypes.
12441 * target.h (struct target_ops): Add get_tls_address.
12442 * thread-db.c (maybe_attach_thread): Save the thread handle.
12443 (thread_db_get_tls_address): New.
12444
32ca6d61
DJ
124452006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
12446
12447 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
12448 (linux_resume_one_process): Take a siginfo_t *. Update all
12449 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
12450 (struct pending_signals): Add a siginfo_t.
12451 (linux_wait_for_process): Always set last_status.
12452 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
12453 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
12454 * linux-low.h (struct process_info): Add last_status.
12455
5ffff7c1
DJ
124562006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
12457
12458 * remote-utils.c (try_rle): New function.
12459 (putpkt_binary): Use it.
12460
8695c747
DJ
124612006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
12462
12463 * Makefile.in (clean): Clean reg-x86-64-linux.c.
12464 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
12465 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
12466 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
12467 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
12468 point registers.
12469
290fadea
RS
124702006-08-08 Richard Sandiford <richard@codesourcery.com>
12471
12472 * server.c (terminal_fd): New variable.
12473 (old_foreground_pgrp): Likewise.
12474 (restore_old_foreground_pgrp): New function.
12475 (start_inferior): Record the terminal file descriptor in terminal_fd
12476 and its original foreground group in old_foreground_pgrp. Register
12477 restore_old_foreground_pgrp with atexit().
12478
9f2e1e63
DJ
124792006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
12480
12481 * server.c (handle_query): Correct qPart to qXfer.
12482
b80864fb
DJ
124832006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
12484
12485 * configure.ac: Check for more headers which are missing on
12486 Windows. Automatically supply -lwsock32 and USE_WIN32API.
12487 * configure.srv: Add Cygwin and mingw32.
12488 * remote-utils.c: Don't include headers unconditionally which
12489 are missing on mingw32. Include <winsock.h> for mingw32.
12490 (remote_open): Adjust for mingw32 support. Flush
12491 standard error after writing to it.
12492 (remote_close, putpkt_binary, input_interrupt, block_async_io)
12493 (unblock_async_io, enable_async_io, disable_async_io)
12494 (readchar, getpkt): Update for Winsock support.
12495 (prepare_resume_reply): Expect a protocol signal number.
12496 * server.c: Disable <sys/wait.h> on mingw32.
12497 (start_inferior): Adjust for mingw32 support. Flush
12498 standard error after writing to it.
12499 (attach_inferior): Likewise. Use protocol signal
12500 numbers.
12501 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
12502 and names.
12503 * win32-i386-low.c: New file.
12504 * Makefile.in (XM_CLIBS): Set.
12505 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
12506 (win32-i386-low.o): New dependency rule.
12507 * linux-low.c (linux_wait): Use target signal numbers.
12508 * target.h (struct target_ops): Doc fix.
12509 * server.h (target_signal_to_name): New prototype.
12510 * gdbreplay.c: Don't include headers unconditionally which
12511 are missing on mingw32. Include <winsock.h> for mingw32.
12512 (remote_close, remote_open): Adjust for Winsock support.
12513 * configure, config.in: Regenerated.
12514
0876f84a
DJ
125152006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
12516
12517 * server.c (decode_xfer_read, write_qxfer_response): New.
12518 (handle_query): Take a packet length argument. Handle
12519 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
12520 the qSupported response.
12521 (main): Update call to handle_query.
12522
01f9e8fa
DJ
125232006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12524
12525 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
12526 (putpkt_binary): Renamed from putpkt and adjusted for binary
12527 data.
12528 (putpkt): New wrapper for putpkt_binary.
12529 (readchar): Don't mask off the high bit.
12530 (decode_X_packet): New function.
12531 * server.c (main): Call putpkt_binary if a handler sets the packet
12532 length. Save the length of the incoming packet. Handle 'X'.
12533 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
12534
be2a5f71
DJ
125352006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
12536
12537 * server.c (handle_query): Handle qSupported.
12538
ea025f5f
DJ
125392006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
12540
12541 * remote-utils.c (all_symbols_looked_up): New variable.
12542 (look_up_one_symbol): Check it.
12543 * server.h (look_up_one_symbol): New declaration.
12544 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
12545
9308fc88
DJ
125462006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
12547
12548 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 12549 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
12550 (PTRACE_GET_THREAD_AREA): Define.
12551 (ps_get_thread_area): New function.
12552
52fb6437
NS
125532006-05-09 Nathan Sidwell <nathan@codesourcery.com>
12554
12555 * configure.srv (m68k*-*-uclinux*): New target.
12556 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
12557 (linux_resume_one_process): Remove extraneous cast.
12558 (linux_read_offsets): New.
12559 (linux_target_op): Add linux_read_offsets on mmuless systems.
12560 * server.c (handle_query): Add qOffsets logic.
12561 * target.h (struct target_ops): Add read_offsets.
12562
21b0f40c
DJ
125632006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
12564
12565 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
12566 (PTRACE_GET_THREAD_AREA): Define.
12567 (ps_get_thread_area): New function.
12568 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
12569 (linux-x86-64-low.o): Update.
12570
0050a760
DJ
125712006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
12572
12573 * configure.ac: Remove checks for prfpregset_t.
12574 * gdb_proc_service.h: New file.
12575 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
12576 new "gdb_proc_service.h".
12577 * proc-service.c: Likewise.
12578 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
12579 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
12580 * Makefile.in (gdb_proc_service_h): Updated.
12581 * configure, config.in: Regenerated.
12582
b92a518e
DJ
125832006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
12584
12585 * remote-utils.c (prepare_resume_reply): Move declaration
12586 of gdb_id_from_wait to the top of the block.
12587
545587ee
DJ
125882006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
12589
12590 * linux-low.c (regsets_store_inferior_registers): Read the regset
12591 from the target before filling it.
12592
9db87ebd
DJ
125932006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
12594
12595 * server.c (attach_inferior): Return SIGTRAP for a successful
12596 attach.
12597
dd24457d
DJ
125982006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12599
12600 * Makefile.in (OBS): Add version.o.
12601 (STAGESTUFF): Delete.
12602 (version.o): Add dependencies.
12603 (version.c): Replace rule.
12604 (clean): Remove version.c.
12605 * server.c (gdbserver_version): New.
12606 (gdbserver_usage): Use printf.
12607 (main): Handle --version and --help.
12608 * server.h (version, host_name): Add declarations.
12609
6f0f660e
EZ
126102005-12-23 Eli Zaretskii <eliz@gnu.org>
12611
889bf7c5
PA
12612 * linux-arm-low.c:
12613 * linux-arm-low.c:
12614 * inferiors.c:
12615 * i387-fp.h:
12616 * i387-fp.c:
12617 * gdbreplay.c:
12618 * regcache.c:
12619 * proc-service.c:
12620 * mem-break.h:
12621 * mem-break.c:
12622 * linux-x86-64-low.c:
12623 * linux-sh-low.c:
12624 * linux-s390-low.c:
12625 * linux-ppc64-low.c:
12626 * linux-ppc-low.c:
12627 * linux-mips-low.c:
12628 * linux-m68k-low.c:
12629 * linux-m32r-low.c:
12630 * linux-low.h:
12631 * linux-low.c:
12632 * linux-ia64-low.c:
12633 * linux-i386-low.c:
12634 * linux-crisv32-low.c:
12635 * thread-db.c:
12636 * terminal.h:
12637 * target.h:
12638 * target.c:
12639 * server.h:
12640 * server.c:
12641 * remote-utils.c:
12642 * regcache.h:
12643 * utils.c:
12644 * Makefile.in:
12645 * configure.ac:
6f0f660e
EZ
12646 * gdbserver.1: Add (C) after Copyright. Update the FSF
12647 address.
12648
9d1fb177
DJ
126492005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
12650
12651 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
12652 (arm_breakpoint_at): Recognize both breakpoints.
12653 (the_low_target): Use the correct breakpoint instruction.
12654
011a70c2
DJ
126552005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
12656
12657 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
12658 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
12659 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
12660 (the_low_target): Update.
12661
7fb85e41
AS
126622005-10-25 Andreas Schwab <schwab@suse.de>
12663
12664 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
12665
12666 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
12667 (ia64_num_regs): Reduce to 462.
12668
3db0444b
DJ
126692005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
12670
12671 * acinclude.m4: Correct quoting.
12672 * aclocal.m4: Regenerated.
12673
12674 Suggested by SZOKOVACS Robert <szo@ies.hu>:
12675 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
12676 (thread_db_init): Call thread_db_err_str.
12677 * configure.ac: Check for TD_VERSION.
12678 * config.in, configure: Regenerated.
12679
bee0189a
DJ
126802005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12681
12682 * server.h (error, fatal, warning): Add ATTR_FORMAT.
12683
e9d25b98
DJ
126842005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
12685
12686 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
12687 is not available. Define HAVE_PTRACE_GETREGS if it is.
12688 * config.in, configure: Regenerated.
12689 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
12690 * linux-i386-low.c, linux-m68k-low.c: Update to use
12691 HAVE_PTRACE_GETREGS.
12692 * linux-low.c (regsets_fetch_inferior_registers)
12693 (regsets_store_inferior_registers): Only return 0 if we processed
12694 GENERAL_REGS.
12695 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
12696 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
12697
a06660f7
DJ
126982005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
12699
12700 * inferiors.c (struct thread_info): Add gdb_id.
12701 (add_thread): Add gdb_id argument.
12702 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
12703 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
12704 calls to add_thread.
12705 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
12706 * server.c (handle_query): Use thread_to_gdb_id.
12707 (handle_v_cont, main): Use gdb_id_to_thread_id.
12708 * server.h (add_thread): Update prototype.
12709 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
12710 prototypes.
12711
5a1f5858
DJ
127122005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
12713
12714 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
12715 left-padded registers.
12716 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
12717 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
12718
e122f1f5
SE
127192005-07-01 Steve Ellcey <sje@cup.hp.com>
12720
12721 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
12722 * configure: Regenerate.
12723 * config.in: Regenerate.
12724 * server.h (NEED_DECLARATION_STRERROR):
12725 Replace with !HAVE_DECL_STRERROR.
12726
d592fa2f
DJ
127272005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
12728
12729 * linux-low.c (linux_wait, linux_send_signal): Don't test
12730 an unsigned long variable for > 0 if it could be MAX_ULONG.
12731 * server.c (myresume): Likewise.
12732 * target.c (set_desired_inferior): Likewise.
12733
ccbd4912
MK
127342005-06-13 Mark Kettenis <kettenis@gnu.org>
12735
12736 * configure.ac: Simplify and improve check for socklen_t.
12737 * configure, config.in: Regenerate.
12738
f450004a
DJ
127392005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12740
12741 * acconfig.h: Remove.
12742 * configure.ac: Add a test for socklen_t. Use three-argument
12743 AC_DEFINE throughout.
12744 * config.in: Regenerated using autoheader 2.59.
12745 * configure: Regenerated.
12746
12747 * gdbreplay.c (socklen_t): Provide a default.
12748 (remote_open): Use socklen_t.
12749 * remote-utils.c (socklen_t): Provide a default.
12750 (remote_open): Use socklen_t.
12751 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
12752 unsigned char.
12753
12754 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
12755 char for buffers.
12756 * linux-low.c (linux_read_memory, linux_write_memory)
12757 (linux_read_auxv): Likewise.
12758 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
12759 (check_mem_write): Likewise.
12760 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
12761 Likewise.
12762 * regcache.c (struct inferior_rgcache_data, registers_to_string)
12763 (registers_from_string, register_data): Likewise.
12764 * server.c (handle_query, main): Likewise.
12765 * server.h (convert_ascii_to_int, convert_int_to_ascii)
12766 (decode_M_packet): Likewise.
12767 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
12768 * target.h (struct target_ops): Update read_memory, write_memory,
12769 and read_auxv.
12770 (read_inferior_memory, write_inferior_memory): Update.
12771 * linux-low.h (struct linux_target_ops): Change type of breakpoint
12772 to unsigned char *.
12773 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
12774 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
12775 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
12776 linux-s390-low.c, linux-sh-low.c: Update for changes in
12777 read_inferior_memory and the_low_target->breakpoint.
12778
eee84df1
DJ
127792005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
12780
12781 * Makefile.in (SFILES): Add linux-ppc64-low.c.
12782 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
12783 * configure.srv: Add powerpc64-*-linux*.
12784 * linux-ppc64-low.c: New file.
12785
45b134e5
OF
127862005-05-23 Orjan Friberg <orjanf@axis.com>
12787
12788 * linux-cris-low.c: New file with support for CRIS.
12789 * linux-crisv32-low.c: Ditto for CRISv32.
12790 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
12791 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 12792 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
12793 reg-crisv32.o, and reg-crisv32.c to make rules.
12794 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
12795 recognized targets.
12796
48d93c75
UW
127972005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
12798
12799 * linux-low.c (fetch_register): Ensure buffer size is a multiple
12800 of sizeof (PTRACE_XFER_TYPE).
12801 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
12802
e013ee27
OF
128032005-05-12 Orjan Friberg <orjanf@axis.com>
12804
889bf7c5 12805 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
12806 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
12807 pointers for hardware watchpoint support.
12808 * linux-low.h (struct linux_target_ops): Ditto.
12809 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
12810 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
12811 to linux_target_ops.
12812 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
12813 reply packet.
12814 * server.c (main): Recognize 'Z' and 'z' packets.
12815
b0ded00b
UW
128162005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
12817
12818 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
12819 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
12820 (the_low_target): Add new members.
12821
8643e2ad
DJ
128222005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
12823
12824 * proc-service.c (ps_lgetregs): Search all_processes instead of
12825 all_threads.
12826
fc620387
DJ
128272005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
12828
12829 * server.c (start_inferior): Change return type to int.
12830 (attach_inferior): Change sigptr to int *.
12831 (handle_v_cont, handle_v_requests): Change signal to int *.
12832 (main): Change signal to int.
12833
128342005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
12835
12836 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
12837 * configure.srv: Add m32r*-*-linux*.
12838 * linux-m32r-low.c: New file.
12839
e0e76420
DJ
128402005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
12841
12842 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
12843
a1928bad
DJ
128442005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
12845
12846 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
12847 Take unsigned long arguments for PIDs.
12848 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
12849 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
12850 (wait_for_sigstop, linux_resume_one_process)
12851 (regsets_fetch_inferior_registers, linux_send_signal)
12852 (linux_read_auxv): Likewise. Update the types of variables holding
12853 PIDs. Update format string specifiers.
12854 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
12855 * remote-utils.c (prepare_resume_reply): Likewise.
12856 * server.c (cont_thread, general_thread, step_thread)
12857 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
12858 unsigned long.
12859 (handle_query): Update format specifiers.
12860 (handle_v_cont, main): Use strtoul for thread IDs.
12861 * server.h (struct inferior_list_entry): Use unsigned long for ID.
12862 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
12863 (general_thread, step_thread, thread_from_wait)
12864 (old_thread_from_wait): Update.
12865 * target.h (struct thread_resume): Use unsigned long for THREAD.
12866 (struct target_ops): Use unsigned long for arguments to attach and
12867 thread_alive.
12868
dcdb98d2
DJ
128692005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
12870
12871 * acinclude.m4: Include bfd/bfd.m4 directly.
12872 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
12873 <agriffis@toolchain.org>.
12874 * aclocal.m4, configure: Regenerated.
12875
bec39cab
AC
128762005-01-07 Andrew Cagney <cagney@gnu.org>
12877
12878 * configure.ac: Rename configure.in, require autoconf 2.59.
12879 * configure: Re-generate.
12880
434c4c77
DJ
128812004-12-08 Daniel Jacobowitz <dan@debian.org>
12882
12883 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
12884 LIBS when finished.
12885 * aclocal.m4: Regenerated.
12886 * configure: Regenerated.
12887
db1d3e1b
AS
128882004-11-21 Andreas Schwab <schwab@suse.de>
12889
12890 * linux-m68k-low.c (m68k_num_gregs): Define.
12891 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
12892 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
12893 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
12894 (m68k_breakpoint_at): New. Add to the_low_target.
12895
12896 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
12897 srv_linux_thread_db to yes.
12898
43360365
JB
128992004-10-20 Joel Brobecker <brobecker@gnat.com>
12900
12901 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
12902 (ARCH_SET_FS): Likewise.
12903 (ARCH_GET_FS): Likewise.
12904 (ARCH_GET_GS): Likewise.
12905
fd500816
DJ
129062004-10-16 Daniel Jacobowitz <dan@debian.org>
12907
12908 * linux-i386-low.c (ps_get_thread_area): New.
12909 * linux-x86-64-low.c (ps_get_thread_area): New.
12910 * linux-low.c: Include <sys/syscall.h>.
12911 (linux_kill_one_process): Don't kill the first thread here.
12912 (linux_kill): Kill the first thread here.
12913 (kill_lwp): New function.
12914 (send_sigstop, linux_send_signal): Use it.
12915 * proc-service.c: Clean up #ifdefs.
12916 (fpregset_info): Delete.
12917 (ps_lgetregs): Update and enable implementation.
12918 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
12919 implementations.
12920 * remote-utils.c (struct sym_cache, symbol_cache): New.
12921 (input_interrupt): Print a clearer message.
12922 (async_io_enabled): New variable.
12923 (enable_async_io, disable_async_io): Use it. Update comments.
12924 (look_up_one_symbol): Use the symbol cache.
12925 * thread-db.c (thread_db_look_up_symbols): New function.
12926 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
12927
f6de3c42
DJ
129282004-10-16 Daniel Jacobowitz <dan@debian.org>
12929
12930 * configure.in: Test for -rdynamic.
12931 * configure: Regenerated.
12932 * Makefile (INTERNAL_LDFLAGS): New.
12933 (gdbserver, gdbreplay): Use it.
12934
2c0fc042
AC
129352004-09-02 Andrew Cagney <cagney@gnu.org>
12936
12937 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
12938
075b3282
DJ
129392004-03-23 Daniel Jacobowitz <drow@mvista.com>
12940
12941 * linux-low.c (linux_wait): Clear all_processes list also.
12942
fa6a77dc
DJ
129432004-03-12 Daniel Jacobowitz <drow@mvista.com>
12944
12945 * linux-low.c: Include <errno.h>. Remove extern declaration of
12946 errno.
12947
6d782a97
DJ
129482004-03-12 Daniel Jacobowitz <drow@mvista.com>
12949
12950 * gdbreplay.c, server.h, utils.c: Update copyright years.
12951
3a7fb99b
DJ
129522004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
12953
12954 * server.c (main): Print child status or termination signal from
12955 variable 'signal', not 'sig'.
12956
c3e735a6
DJ
129572004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
12958
12959 * linux-low.c (linux_read_memory): Change return type to
12960 int. Check for and return error from ptrace().
12961 * target.c (read_inferior_memory): Change return type to int. Pass
12962 back return status from the_target->read_memory().
12963 * target.h (struct target_ops): Adapt *read_memory() prototype.
12964 Update comment.
12965 (read_inferior_memory): Adapt prototype.
12966 * server.c (main): Return an error packet if
12967 read_inferior_memory() returns an error.
12968
a59d1c82
DJ
129692004-03-04 Daniel Jacobowitz <drow@mvista.com>
12970
12971 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
12972 Unify with other clean targets.
12973
dc3f8883
DJ
129742004-02-29 Daniel Jacobowitz <drow@mvista.com>
12975
12976 * server.c (handle_v_cont): Call set_desired_inferior.
12977
89a208da
DJ
129782004-02-29 Daniel Jacobowitz <drow@mvista.com>
12979
12980 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
12981
62ea82f5
DJ
129822004-02-29 Daniel Jacobowitz <drow@mvista.com>
12983
12984 * linux-low.c (linux_wait): Unblock async I/O.
12985 (linux_resume): Block and enable async I/O.
12986 * remote-utils.c (block_async_io, unblock_async_io): New functions.
12987 * server.h (block_async_io, unblock_async_io): Add prototypes.
12988
6910d122
DJ
129892004-02-29 Daniel Jacobowitz <drow@mvista.com>
12990
12991 * remote-utils.c (remote_open): Print a status notice after
12992 opening a TCP port.
12993 * server.c (attach_inferior): Print a status notice after
12994 attaching.
12995
129962004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
12997
12998 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
12999
c89dc5d4
DJ
130002004-02-26 Daniel Jacobowitz <drow@mvista.com>
13001
13002 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
13003 error packet.
13004 * server.c, target.h: Update copyright years.
13005
4b8dad4a
RM
130062004-02-25 Roland McGrath <roland@redhat.com>
13007
13008 * target.h (struct target_ops): New member `read_auxv'.
13009 * server.c (handle_query): Handle qPart:auxv:read: query using that.
13010 * linux-low.c (linux_read_auxv): New function.
13011 (linux_target_ops): Initialize `read_auxv' member to that.
13012
d7446758
JB
130132004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13014
13015 Committed by Jim Blandy <jimb@redhat.com>.
13016
13017 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 13018 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
13019 instead of GPR_SIZE to distiguish s390 and s390x targets.
13020
5544ad89
DJ
130212004-01-31 Daniel Jacobowitz <drow@mvista.com>
13022
13023 * linux-low.c: Update copyright year.
13024 (check_removed_breakpoint): Clear pending_is_breakpoint.
13025 (linux_set_resume_request, linux_queue_one_thread)
13026 (resume_status_pending_p): New functions.
13027 (linux_continue_one_thread): Use process->resume.
13028 (linux_resume): Only resume threads if there are no pending events.
13029 * linux-low.h (struct process_info): Add resume request
13030 pointer.
13031
2a68b70e
DJ
130322004-01-30 Daniel Jacobowitz <drow@mvista.com>
13033
13034 * regcache.c (new_register_cache): Clear the allocated register
13035 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
13036
64386c31
DJ
130372003-10-13 Daniel Jacobowitz <drow@mvista.com>
13038
13039 * linux-low.c (linux_resume): Take a struct thread_resume *
13040 argument.
13041 (linux_wait): Update call.
13042 (resume_ptr): New static variable.
13043 (linux_continue_one_thread): Renamed from
13044 linux_continue_one_process. Use resume_ptr.
13045 (linux_resume): Use linux_continue_one_thread.
13046 * server.c (handle_v_cont, handle_v_requests): New functions.
13047 (myresume): New function.
13048 (main): Handle 'v' case.
13049 * target.h (struct thread_resume): New type.
13050 (struct target_ops): Change argument of "resume" to struct
13051 thread_resume *.
13052 (myresume): Delete macro.
13053
c938e9b0
L
130542003-08-08 H.J. Lu <hongjiu.lu@intel.com>
13055
13056 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
13057 (uninstall): Support DESTDIR.
13058
7f313d07
BC
13059Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
13060
13061 * configure.srv: Add xscale*linux copy of arm*linux entry.
13062
3b2fc2ea
DJ
130632003-07-24 Daniel Jacobowitz <drow@mvista.com>
13064
13065 * linux-arm-low.c (arm_reinsert_addr): New function.
13066 (the_low_target): Add arm_reinsert_addr.
13067
1c0a559e
MK
130682003-07-08 Mark Kettenis <kettenis@gnu.org>
13069
13070 * mem-break.c: Remove whitespace at end of file.
13071
43d5792c
DJ
130722003-06-28 Daniel Jacobowitz <drow@mvista.com>
13073
13074 * configure.in: Check whether we need to prototype strerror.
13075 * server.h: Optionally prototype strerror.
13076 * gdbreplay.c (perror_with_name): Use strerror.
13077 * linux-low.c (linux_attach_lwp): Use strerror.
13078 * utils.c (perror_with_name): Use strerror.
13079 * config.in, configure: Regenerated.
13080
c8a86edf
DJ
130812003-06-28 Daniel Jacobowitz <drow@mvista.com>
13082
13083 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
13084 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
13085
73d37363
DJ
130862003-06-20 Daniel Jacobowitz <drow@mvista.com>
13087
13088 * Makefile.in (SFILES): Update.
13089 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
13090 low-sun3.c: Remove files.
13091
6ad8ae5c
DJ
130922003-06-17 Daniel Jacobowitz <drow@mvista.com>
13093
13094 * linux-low.c: Move comment to linux_thread_alive where it belonged.
13095 (linux_detach_one_process, linux_detach): New functions.
13096 (linux_target_ops): Add linux_detach.
13097 * server.c (main): Handle 'D' packet.
13098 * target.h (struct target_ops): Add "detach" member.
13099 (detach_inferior): Define.
13100
1581182a
MK
131012003-06-13 Mark Kettenis <kettenis@gnu.org>
13102
13103 From Kelley Cook <kelleycook@wideopenwest.com>:
13104 * configure.srv: Accept i[34567]86 variants.
13105
e5379b03
DJ
131062003-06-05 Daniel Jacobowitz <drow@mvista.com>
13107
13108 * linux-low.c (linux_wait_for_event): Correct comment typos.
13109 (linux_resume_one_process): Call check_removed_breakpoint.
13110 (linux_send_signal): New function.
13111 (linux_target_ops): Add linux_send_signal.
13112 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
13113 of kill.
13114 * target.h (struct target_ops): Add send_signal.
13115
2ff29de4
JB
131162003-05-29 Jim Blandy <jimb@redhat.com>
13117
13118 * linux-low.c (usr_store_inferior_registers): Transfer buf in
13119 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
13120 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
13121 away part of the register's value.
13122
254787d4
DJ
131232003-03-26 Daniel Jacobowitz <drow@mvista.com>
13124
13125 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
13126 (linux_wait_for_event, linux_init_signals): Likewise.
13127
94e10508
DJ
131282003-03-17 Daniel Jacobowitz <drow@mvista.com>
13129
13130 * configure.in: Check for stdlib.h.
13131 * configure: Regenerated.
13132 * config.in: Regenerated.
13133
4c0711e0
DJ
131342003-01-04 Andreas Schwab <schwab@suse.de>
13135
13136 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
13137
ef66e766
AC
131382003-01-02 Andrew Cagney <ac131313@redhat.com>
13139
13140 * Makefile.in: Remove obsolete code.
13141
a1358604
DJ
131422002-11-20 Daniel Jacobowitz <drow@mvista.com>
13143
13144 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
13145 defined(PT_FPR0_HI).
13146
23ce3b1c
DJ
131472002-11-17 Stuart Hughes <seh@zee2.com>
13148
13149 * linux-arm-low.c (arm_num_regs): Increase.
13150 (arm_regmap): Include status register.
13151
131522002-11-17 Daniel Jacobowitz <drow@mvista.com>
13153
13154 * linux-low.c (register_addr): Remove incorrect -1 check.
13155
a9fa9f7d
DJ
131562002-08-29 Daniel Jacobowitz <drow@mvista.com>
13157
13158 * linux-low.c (linux_create_inferior): Call setpgid. Return
13159 the new PID.
13160 (unstopped_p, linux_signal_pid): Remove.
13161 (linux_target_ops): Remove linux_signal_pid.
13162 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
13163 global instead of target method.
13164 * target.h (struct target_ops): Remove signal_pid. Update comment
13165 for create_inferior.
13166 * server.c (signal_pid): New variable.
13167 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 13168 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
13169 (attach_inferior): Set signal_pid.
13170
17574093
DJ
131712002-08-23 Daniel Jacobowitz <drow@mvista.com>
13172
13173 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
13174
131752002-08-20 Jim Blandy <jimb@redhat.com>
13176
13177 * Makefile.in (LDFLAGS): Allow the configure script to establish a
13178 default for this.
13179
131802002-08-01 Andrew Cagney <cagney@redhat.com>
13181
13182 * Makefile.in: Make chill references obsolete.
13183
131842002-07-24 Kevin Buettner <kevinb@redhat.com>
13185
13186 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
13187 * configure: Regenerate.
13188 * config.in: Regenerate.
13189
131902002-07-09 David O'Brien <obrien@FreeBSD.org>
13191
13192 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
13193 (perror_with_name, remote_close, remote_open, expect, play): Static.
13194
131952002-07-04 Michal Ludvig <mludvig@suse.cz>
13196
4b8dad4a 13197 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
13198 byte offsets instead of an array of indexes.
13199 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
13200
132012002-06-13 Daniel Jacobowitz <drow@mvista.com>
13202
13203 * regcache.c: Add comment.
13204
132052002-06-11 Daniel Jacobowitz <drow@mvista.com>
13206
13207 * thread-db.c: New file.
13208 * proc-service.c: New file.
13209 * acinclude.m4: New file.
13210 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
13211 proc-service.o, and thread-db.o.
13212 (linux-low.o): Add USE_THREAD_DB.
13213 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
13214 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
13215 * aclocal.m4: Regenerated.
13216 * config.in: Regenerated.
13217 * configure: Regenerated.
13218 * configure.in: Check for proc_service.h, sys/procfs.h,
13219 thread_db.h, and linux/elf.h headrs.
13220 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
13221 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
13222 Check for -lthread_db and thread support.
13223 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
13224 PowerPC, and SuperH.
13225 * i387-fp.c: Constify arguments.
13226 * i387-fp.h: Likewise.
13227 * inferiors.c: (struct thread_info): Renamed from
13228 `struct inferior_info'. Remove PID member. Use generic inferior
13229 list header. All uses updated.
13230 (inferiors, signal_pid): Removed.
13231 (all_threads): New variable.
13232 (get_thread): Define.
13233 (add_inferior_to_list): New function.
13234 (for_each_inferior): New function.
13235 (change_inferior_id): New function.
13236 (add_inferior): Removed.
13237 (remove_inferior): New function.
13238 (add_thread): New function.
13239 (free_one_thread): New function.
13240 (remove_thread): New function.
13241 (clear_inferiors): Use for_each_inferior and free_one_thread.
13242 (find_inferior): New function.
13243 (find_inferior_id): New function.
13244 (inferior_target_data): Update argument type.
13245 (set_inferior_target_data): Likewise.
13246 (inferior_regcache_data): Likewise.
13247 (set_inferior_regcache_data): Likewise.
13248 * linux-low.c (linux_bp_reinsert): Remove.
13249 (all_processes, stopping_threads, using_thrads)
13250 (struct pending_signals, debug_threads, pid_of): New.
13251 (inferior_pid): Replace with macro.
13252 (struct inferior_linux_data): Remove.
13253 (get_stop_pc, add_process): New functions.
13254 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
13255 Use add_process and add_thread.
13256 (linux_attach_lwp): New function, based on old linux_attach. Use
13257 add_process and add_thread. Set stop_expected for new threads.
13258 (linux_attach): New function.
13259 (linux_kill_one_process): New function.
13260 (linux_kill): Kill all LWPs.
13261 (linux_thread_alive): Use find_inferior_id.
13262 (check_removed_breakpoints, status_pending_p): New functions.
13263 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
13264 Update. Use WNOHANG. Wait for cloned processes also. Update process
13265 struct for the found process.
13266 (linux_wait_for_event): New function.
13267 (linux_wait): Use it. Support LWPs.
13268 (send_sigstop, wait_for_sigstop, stop_all_processes)
13269 (linux_resume_one_process, linux_continue_one_process): New functions.
13270 (linux_resume): Support LWPs.
13271 (REGISTER_RAW_SIZE): Remove.
13272 (fetch_register): Use register_size instead. Call supply_register.
13273 (usr_store_inferior_registers): Likewise. Call collect_register.
13274 Fix recursive case.
13275 (regsets_fetch_inferior_registers): Improve error message.
13276 (regsets_store_inferior_registers): Add debugging.
13277 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
13278 (unstopped_p, linux_signal_pid): New functions.
13279 (linux_target_ops): Add linux_signal_pid.
13280 (linux_init_signals): New function.
13281 (initialize_low): Call it. Initialize using_threads.
13282 * regcache.c (inferior_regcache_data): Add valid
13283 flag.
13284 (get_regcache): Fetch registers lazily. Add fetch argument
13285 and update all callers.
13286 (regcache_invalidate_one, regcache_invalidate): New
13287 functions.
13288 (new_register_cache): Renamed from create_register_cache.
13289 Return the new regcache.
13290 (free_register_cache): Change argument to a void *.
13291 (registers_to_string, registers_from_string): Call get_regcache
13292 with fetch flag set.
13293 (register_data): Make static. Pass fetch flag to get_regcache.
13294 (supply_register): Call get_regcache with fetch flag clear.
13295 (collect_register): Call get_regcache with fetch flag set.
13296 (collect_register_as_string): New function.
13297 * regcache.h: Update.
13298 * remote-utils.c (putpkt): Flush after debug output and use
13299 stderr.
13300 Handle input interrupts while waiting for an ACK.
13301 (input_interrupt): Use signal_pid method.
13302 (getpkt): Flush after debug output and use stderr.
13303 (outreg): Use collect_register_as_string.
13304 (new_thread_notify, dead_thread_notify): New functions.
13305 (prepare_resume_reply): Check using_threads. Set thread_from_wait
13306 and general_thread.
13307 (look_up_one_symbol): Flush after debug output.
13308 * server.c (step_thread, server_waiting): New variables.
13309 (start_inferior): Don't use signal_pid. Update call to mywait.
13310 (attach_inferior): Update call to mywait.
13311 (handle_query): Handle qfThreadInfo and qsThreadInfo.
13312 (main): Don't fetch/store registers explicitly. Use
13313 set_desired_inferior. Support proposed ``Hs'' packet. Update
13314 calls to mywait.
13315 * server.h: Update.
13316 (struct inferior_list, struct_inferior_list_entry): New.
13317 * target.c (set_desired_inferior): New.
13318 (write_inferior_memory): Constify.
13319 (mywait): New function.
13320 * target.h: Update.
13321 (struct target_ops): New signal_pid method.
13322 (mywait): Removed macro, added prototype.
13323
13324 * linux-low.h (regset_func): Removed.
13325 (regset_fill_func, regset_store_func): New.
13326 (enum regset_type): New.
13327 (struct regset_info): Add type field. Use new operation types.
13328 (struct linux_target_ops): stop_pc renamed to get_pc.
13329 Add decr_pc_after_break and breakpoint_at.
13330 (get_process, get_thread_proess, get_process_thread)
13331 (strut process_info, all_processes, linux_attach_lwp)
13332 (thread_db_init): New.
13333
13334 * linux-arm-low.c (arm_get_pc, arm_set_pc,
13335 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
13336 (the_low_target): Add new members.
13337 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
13338 (i386_store_fpxregset): Constify.
13339 (target_regsets): Add new kind identifier.
13340 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
13341 (i386_set_pc): Add debugging.
13342 (i386_breakpoint_at): New function.
13343 (the_low_target): Add new members.
13344 * linux-mips-low.c (mips_get_pc, mips_set_pc)
13345 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
13346 (mips_breakpoint_at): New.
13347 (the_low_target): Add new members.
13348 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
13349 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
13350 (the_low_target): Add new members.
13351 * linux-sh-low.c (sh_get_pc, sh_set_pc)
13352 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
13353 (the_low_target): Add new members.
13354 * linux-x86-64-low.c (target_regsets): Add new kind
13355 identifier.
13356
133572002-05-15 Daniel Jacobowitz <drow@mvista.com>
13358
13359 From Martin Pool <mbp@samba.org>:
13360 * server.c (gdbserver_usage): New function.
13361 (main): Call it.
13362
133632002-05-14 Daniel Jacobowitz <drow@mvista.com>
13364
13365 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
13366 stop_at -> stop_pc.
13367
133682002-05-04 Andrew Cagney <ac131313@redhat.com>
13369
13370 * Makefile.in: Remove obsolete code.
13371
133722002-04-24 Michal Ludvig <mludvig@suse.cz>
13373
13374 * linux-low.c (regsets_fetch_inferior_registers),
13375 (regsets_store_inferior_registers): Removed cast to int from
13376 ptrace() calls.
13377 * regcache.h: Added declaration of struct inferior_info.
13378
133792002-04-20 Daniel Jacobowitz <drow@mvista.com>
13380
13381 * inferiors.c (struct inferior_info): Add regcache_data.
13382 (add_inferior): Call create_register_cache.
13383 (clear_inferiors): Call free_register_cache.
13384 (inferior_regcache_data, set_inferior_regcache_data): New functions.
13385 * regcache.c (struct inferior_regcache_data): New.
13386 (registers): Remove.
13387 (get_regcache): New function.
13388 (create_register_cache, free_register_cache): New functions.
13389 (set_register_cache): Don't initialize the register cache here.
13390 (registers_to_string, registers_from_string, register_data): Call
13391 get_regcache.
13392 * regcache.h: Add prototypes.
13393 * server.h: Likewise.
13394
133952002-04-20 Daniel Jacobowitz <drow@mvista.com>
13396
13397 * mem-break.c: New file.
13398 * mem-break.h: New file.
13399 * Makefile.in: Add mem-break.o rule; update server.h
13400 dependencies.
13401 * inferiors.c (struct inferior_info): Add target_data
13402 member.
13403 (clear_inferiors): Free target_data member if set.
13404 (inferior_target_data, set_inferior_target_data): New functions.
13405 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
13406 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
13407 * linux-low.c (linux_bp_reinsert): New variable.
13408 (struct inferior_linux_data): New.
13409 (linux_create_inferior): Use set_inferior_target_data.
13410 (linux_attach): Likewise. Call add_inferior.
13411 (linux_wait_for_one_inferior): New function.
13412 (linux_wait): Call it.
13413 (linux_write_memory): Add const.
13414 (initialize_low): Call set_breakpoint_data.
13415 * linux-low.h (struct linux_target_ops): Add breakpoint
13416 handling members.
13417 * server.c (attach_inferior): Remove extra add_inferior
13418 call.
13419 * server.h: Include mem-break.h. Update inferior.c
13420 prototypes.
13421 * target.c (read_inferior_memory)
13422 (write_inferior_memory): New functions.
13423 * target.h (read_inferior_memory)
13424 (write_inferior_memory): Change macros to prototypes.
13425 (struct target_ops): Update comments. Add const to write_memory
13426 definition.
13427
134282002-04-11 Daniel Jacobowitz <drow@mvista.com>
13429
13430 * linux-low.c (usr_store_inferior_registers): Support
13431 registers which are allowed to fail to store.
13432 * linux-low.h (linux_target_ops): Likewise.
13433 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
13434 (ppc_cannot_store_register): FPSCR may not be storable.
13435
134362002-04-09 Daniel Jacobowitz <drow@mvista.com>
13437
13438 * server.h: Include <string.h> if HAVE_STRING_H.
13439 * ChangeLog: Correct paths in last ChangeLog entry.
13440
134412002-04-09 Daniel Jacobowitz <drow@mvista.com>
13442
13443 * linux-low.h: Remove obsolete prototypes.
13444 (struct linux_target_ops): New.
13445 (extern the_low_target): New.
13446 * linux-low.c (num_regs, regmap): Remove declarations.
13447 (register_addr): Use the_low_target explicitly.
13448 (fetch_register): Likewise.
13449 (usr_fetch_inferior_registers): Likewise.
13450 (usr_store_inferior_registers): Likewise.
13451 * linux-arm-low.c (num_regs): Remove.
13452 (arm_num_regs): Define.
13453 (arm_regmap): Renamed from regmap, made static.
13454 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
13455 made static.
13456 (arm_cannot_store_register): Renamed from cannot_store_register,
13457 made static.
13458 (the_low_target): New.
13459 * linux-i386-low.c (num_regs): Remove.
13460 (i386_num_regs): Define.
13461 (i386_regmap): Renamed from regmap, made static.
13462 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
13463 made static.
13464 (i386_cannot_store_register): Renamed from cannot_store_register,
13465 made static.
13466 (the_low_target): New.
13467 * linux-ia64-low.c (num_regs): Remove.
13468 (ia64_num_regs): Define.
13469 (ia64_regmap): Renamed from regmap, made static.
13470 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
13471 made static.
13472 (ia64_cannot_store_register): Renamed from cannot_store_register,
13473 made static.
13474 (the_low_target): New.
13475 * linux-m68k-low.c (num_regs): Remove.
13476 (m68k_num_regs): Define.
13477 (m68k_regmap): Renamed from regmap, made static.
13478 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
13479 made static.
13480 (m68k_cannot_store_register): Renamed from cannot_store_register,
13481 made static.
13482 (the_low_target): New.
13483 * linux-mips-low.c (num_regs): Remove.
13484 (mips_num_regs): Define.
13485 (mips_regmap): Renamed from regmap, made static.
13486 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
13487 made static.
13488 (mips_cannot_store_register): Renamed from cannot_store_register,
13489 made static.
13490 (the_low_target): New.
13491 * linux-ppc-low.c (num_regs): Remove.
13492 (ppc_num_regs): Define.
13493 (ppc_regmap): Renamed from regmap, made static.
13494 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
13495 made static.
13496 (ppc_cannot_store_register): Renamed from cannot_store_register,
13497 made static.
13498 (the_low_target): New.
13499 * linux-s390-low.c (num_regs): Remove.
13500 (s390_num_regs): Define.
13501 (s390_regmap): Renamed from regmap, made static.
13502 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
13503 made static.
13504 (s390_cannot_store_register): Renamed from cannot_store_register,
13505 made static.
13506 (the_low_target): New.
13507 * linux-sh-low.c (num_regs): Remove.
13508 (sh_num_regs): Define.
13509 (sh_regmap): Renamed from regmap, made static.
13510 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
13511 made static.
13512 (sh_cannot_store_register): Renamed from cannot_store_register,
13513 made static.
13514 (the_low_target): New.
13515 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
13516 (the_low_target): New.
13517
135182002-04-09 Daniel Jacobowitz <drow@mvista.com>
13519
13520 * Makefile.in: Add stamp-h target.
13521 * configure.in: Create stamp-h.
13522 * configure: Regenerated.
13523
135242002-04-09 Daniel Jacobowitz <drow@mvista.com>
13525
13526 * inferiors.c: New file.
13527 * target.c: New file.
13528 * target.h: New file.
13529 * Makefile.in: Add target.o and inferiors.o. Update
13530 dependencies.
13531 * linux-low.c (inferior_pid): New static variable,
13532 moved from server.c.
13533 (linux_create_inferior): Renamed from create_inferior.
13534 Call add_inferior. Return 0 on success instead of a PID.
13535 (linux_attach): Renamed from myattach.
13536 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
13537 (linux_thread_alive): Renamed from mythread_alive.
13538 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
13539 child dies.
13540 (linux_resume): Renamed from myresume. Add missing ``return 0''.
13541 (regsets_store_inferior_registers): Correct error message.
13542 Add missing ``return 0''.
13543 (linux_fetch_registers): Renamed from fetch_inferior_registers.
13544 (linux_store_registers): Renamed from store_inferior_registers.
13545 (linux_read_memory): Renamed from read_inferior_memory.
13546 (linux_write_memory): Renamed from write_inferior_memory.
13547 (linux_target_ops): New structure.
13548 (initialize_low): Call set_target_ops ().
13549 * remote-utils.c (unhexify): New function.
13550 (hexify): New function.
13551 (input_interrupt): Send signals to ``signal_pid''.
13552 * server.c (inferior_pid): Remove.
13553 (start_inferior): Update create_inferior call.
13554 (attach_inferior): Call add_inferior.
13555 (handle_query): New function.
13556 (main): Call handle_query for `q' packets.
13557 * server.h: Include "target.h". Remove obsolete prototypes.
13558 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
13559
135602002-04-09 Daniel Jacobowitz <drow@mvista.com>
13561
13562 * Makefile.in: Add WARN_CFLAGS. Update configury
13563 dependencies.
13564 * configure.in: Check for <string.h>
13565 * configure: Regenerate.
13566 * config.in: Regenerate.
13567 * gdbreplay.c: Include needed system headers.
13568 (remote_open): Remove strchr prototype.
13569 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
13570 * regcache.c (supply_register): Change buf argument to const void *.
13571 (supply_register_by_name): Likewise.
13572 (collect_register): Change buf argument to void *.
13573 (collect_register_by_name): Likewise.
13574 * regcache.h: Add missing prototypes.
13575 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
13576 * server.c (handle_query): New function.
13577 (attached): New static variable, moved out of main.
13578 (main): Quiet longjmp clobber warnings.
13579 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
13580 * utils.c (error): Remove NORETURN.
13581 (fatal): Likewise.