*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
784867a5
JK
12011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
4 Print new debug message for such case.
5
6bf36717
JK
62011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 Fix overlapping memcpy.
9 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
10 the read_inferior_memory transfer.
11 (delete_fast_tracepoint_jump): New variable buf. Use it for the
12 write_inferior_memory transfer.
13 (set_fast_tracepoint_jump): New variable buf. Use it for the
14 read_inferior_memory and write_inferior_memory transfers.
15 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
16 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
17 Use it for the write_inferior_memory transfer.
18 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
19 buffers.
20
50275556
MR
212011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
22
23 * linux-low.c (fetch_register, store_register): Make code
24 consistent, fix formatting.
25
7325beb4
MR
262011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
27
28 * linux-low.c (usr_store_inferior_registers): Factor out code
29 to handle individual registers into...
30 (store_register): ... this new function.
31
c642a434
UW
322011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
33
34 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
35 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
36 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
37 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
38 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
39 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
40 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
41 (srv_xmlfiles): Add new XML files.
42
43 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
44 and <sys/uio.h>.
45 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
46 (init_registers_s390_linux32v1): Add prototype.
47 (init_registers_s390_linux32v2): Likewise.
48 (init_registers_s390_linux64v1): Likewise.
49 (init_registers_s390_linux64v2): Likewise.
50 (init_registers_s390x_linux64v1): Likewise.
51 (init_registers_s390x_linux64v2): Likewise.
52 (s390_num_regs): Increment to 52.
53 (s390_regmap): Add orig_r2 register.
54 (s390_num_regs_3264): Increment to 68.
55 (s390_regmap_3264): Add orig_r2 register.
56 (s390_collect_ptrace_register): Handle orig_r2 register.
57 (s390_supply_ptrace_register): Likewise.
58 (s390_fill_last_break): New function.
59 (s390_store_last_break): Likewise.
60 (s390_fill_system_call): New function.
61 (s390_store_system_call): Likewise.
62 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
63 register sets.
64 (s390_check_regset): New function.
65 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
66 NT_S390_SYSTEM_CALL regsets and use appropriate description.
67 Update target_regsets for available register sets.
68
2268b414
JK
692011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
70 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
73 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
74 New.
75 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
76 * linux-low.h (struct process_info_private): New member r_debug.
77 * server.c (handle_qxfer_libraries): Call
78 the_target->qxfer_libraries_svr4.
79 (handle_qxfer_libraries_svr4): New function.
80 (qxfer_packets): New entry "libraries-svr4".
81 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
82 * target.h (struct target_ops): New member qxfer_libraries_svr4.
83 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
84 PACKET_qXfer_libraries_svr4.
85
d6db1fab
UW
862011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
87
88 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
89 PSW address/mask between 8-byte and 16-byte formats.
90 (s390_supply_ptrace_register): Likewise.
91 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
92 basic addressing mode bit.
93
242f5f1c
SS
942011-11-24 Stan Shebs <stan@codesourcery.com>
95
96 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
97
f196051f
SS
982011-11-17 Stan Shebs <stan@codesourcery.com>
99
100 * tracepoint.c (struct tracepoint): New field traceframe_usage.
101 (tracing_start_time): New global.
102 (tracing_stop_time): New global.
103 (tracing_user_name): New global.
104 (tracing_notes): New global.
105 (tracing_stop_note): New global.
106 (cmd_qtstart): Set traceframe_usage, start_time.
107 (stop_tracing): Set stop_time.
108 (cmd_qtstatus): Report additional status.
109 (cmd_qtp): New function.
110 (handle_tracepoint_query): Call it.
111 (cmd_qtnotes): New function.
112 (handle_tracepoint_general_set): Call it.
113 (get_timestamp): Rename from tsv_get_timestamp.
114
405f8e94
SS
1152011-11-14 Stan Shebs <stan@codesourcery.com>
116 Kwok Cheung Yeung <kcy@codesourcery.com>
117
118 * linux-x86-low.c (small_jump_insn): New.
119 (i386_install_fast_tracepoint_jump_pad): Add arguments for
120 trampoline and error message, build a trampoline and issue a small
121 jump instruction to it.
122 (x86_install_fast_tracepoint_jump_pad): Add arguments for
123 trampoline and error message.
124 (x86_get_min_fast_tracepoint_insn_len): New.
125 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
126 * linux-low.h (struct linux_target_ops): Add arguments to
127 install_fast_tracepoint_jump_pad operation, add new operation.
128 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
129 arguments.
130 (linux_get_min_fast_tracepoint_insn_len): New function.
131 (linux_target_op): Add new operation.
132 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
133 (gdb_trampoline_buffer_end): Ditto.
134 (gdb_trampoline_buffer_error): Ditto.
135 (struct ipa_sym_addresses): Add fields for new IPA variables.
136 (symbol_list): Add entries for new IPA variables.
137 (struct tracepoint): Add fields to hold the address range of the
138 trampoline used by the tracepoint.
139 (trampoline_buffer_head): New static variable.
140 (trampoline_buffer_tail): Ditto.
141 (claim_trampoline_space): New function.
142 (have_fast_tracepoint_trampoline_buffer): New function.
143 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
144 structure.
145 (install_fast_tracepoint): Ditto, also add error buffer argument.
146 (cmd_qtminftpilen): New function.
147 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
148 (fast_tracepoint_from_trampoline_address): New function.
149 (fast_tracepoint_collecting): Handle trampoline as part of jump
150 pad space.
151 (set_trampoline_buffer_space): New function.
152 (initialize_tracepoint): Initialize new IPA variables.
153 * target.h (struct target_ops): Add arguments to
154 install_fast_tracepoint_jump_pad operation, add new
155 get_min_fast_tracepoint_insn_len operation.
156 (target_get_min_fast_tracepoint_insn_len): New.
157 (install_fast_tracepoint_jump_pad): Add arguments.
158 * server.h (IPA_BUFSIZ): Define.
159 * linux-i386-ipa.c: Include extra header files.
160 (initialize_fast_tracepoint_trampoline_buffer): New function.
161 (initialize_low_tracepoint): Call it.
162 * server.h (set_trampoline_buffer_space): Declare.
163 (claim_trampoline_space): Ditto.
164 (have_fast_tracepoint_trampoline_buffer): Ditto.
165
1e4d1764
YQ
1662011-11-14 Yao Qi <yao@codesourcery.com>
167
168 * server.c (handle_query): Handle InstallInTrace for qSupported.
169 * tracepoint.c (add_tracepoint): Sort list.
170 (install_tracepoint, download_tracepoint): New.
171 (cmd_qtdp): Call them to install and download tracepoints.
172 (sort_tracepoints): Removed.
173 (cmd_qtstart): Update.
174
5c73ff4e
YQ
1752011-11-14 Yao Qi <yao@codesourcery.com>
176
177 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
178 * mem-break.h: Declare.
179 * tracepoint.c (cmd_qtstart): Move some code to ...
180 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
181 New.
182 (download_tracepoints): Move some code to ...
183 (download_tracepoint_1): ... here. New.
184
86a30030
YQ
1852011-11-08 Yao Qi <yao@codesourcery.com>
186
187 * remote-utils.c (relocate_instruction): A comment fix.
188
8d26e50c
JB
1892011-11-07 Joel Brobecker <brobecker@adacore.com>
190
191 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
192 (i386_dr_low_get_control, i386_dr_low_get_status): Use
193 dr_status_mirror and dr_control_mirror from debug_reg_state.
194 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
195 (i386_initial_stuff): Remove use of deleted globals.
196 (i386_get_thread_context, i386_set_thread_context,
197 i386_thread_added): Use dr_status_mirror and dr_control_mirror
198 from debug_reg_state.
199
a59306a3
YQ
2002011-11-05 Yao Qi <yao@codesourcery.com>
201
202 * tracepoint.c (gdb_collect): Loop over tracepoints of same
203 address as TPOINT's.
204
3065dfb6
SS
2052011-11-02 Stan Shebs <stan@codesourcery.com>
206
207 * tracepoint.c (agent_mem_read_string): New function.
208 (eval_agent_expr): Call it for tracenz.
209 * server.c (handle_query): Report support for tracenz.
210
fd0d8c7c
YQ
2112011-11-02 Yao Qi <yao@codesourcery.com>
212
213 * tracepoint.c (cmd_qtstart): Remove unused local variables.
214
609086b1
YQ
2152011-11-02 Yao Qi <yao@codesourcery.com>
216
217 * target.h: Fix a typo in comment.
218
b9fd1791
PA
2192011-10-31 Pedro Alves <pedro@codesourcery.com>
220
221 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
222 clobber the breakpoints' shadows with fast tracepoint jumps.
223 * mem-break.h (check_mem_write): Add `myaddr' parameter.
224 * target.c (write_inferior_memory): Also pass MYADDR down to
225 check_mem_write.
226
03583c20
UW
2272011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
228
229 * configure.ac: Check support for personality routine.
230 * configure: Regenerate.
231 * config.in: Likewise.
232 * linux-low.c: Include <sys/personality.h>.
233 Define ADDR_NO_RANDOMIZE if necessary.
234 (linux_create_inferior): Disable address space randomization when
235 forking inferior, if requested.
236 (linux_supports_disable_randomization): New function.
237 (linux_target_ops): Install it.
238 * server.h (disable_randomization): Declare.
239 * server.c (disable_randomization): New global variable.
240 (handle_general_set): Handle QDisableRandomization.
241 (handle_query): Likewise for qSupported.
242 (main): Support --disable-randomization and --no-disable-randomization
243 command line arguments.
244 * target.h (struct target_ops): Add supports_disable_randomization.
245 (target_supports_disable_randomization): New macro.
246
723b724b
MF
2472011-09-29 Mike Frysinger <vapier@gentoo.org>
248
249 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
250 ifdef check.
251 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
252 [!PT_GETDSBT] (target_loadmap): New definition.
253 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
254 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
255 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
256 and PT_GETDSBT to LINUX_LOADMAP.
257 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
258 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
259
55329a5c 2602011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
261
262 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
263 (arm_linux_hwbp_cap): New static variable.
264 (arm_linux_get_hwbp_cap): Replace by ...
265 (arm_linux_init_hwbp_cap): ... this new function.
266 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
267 (arm_linux_get_hw_watchpoint_count): Likewise.
268 (arm_linux_get_hw_watchpoint_max_length): Likewise.
269 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
270 (arm_prepare_to_resume): Use perror_with_name instead of error.
271
55329a5c 2722011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
273
274 * linux-arm-low.c: Include <signal.h>.
275 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
276 (struct arm_linux_hwbp_cap): New data type.
277 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
278 (struct arm_linux_hw_breakpoint): New data type.
279 (MAX_BPTS, MAX_WPTS): Define.
280 (struct arch_process_info, struct arch_lwp_info): New data types.
281 (arm_linux_get_hwbp_cap): New function.
282 (arm_linux_get_hw_breakpoint_count): Likewise.
283 (arm_linux_get_hw_watchpoint_count): Likewise.
284 (arm_linux_get_hw_watchpoint_max_length): Likewise.
285 (arm_hwbp_control_initialize): Likewise.
286 (arm_hwbp_control_is_enabled): Likewise.
287 (arm_hwbp_control_is_initialized): Likewise.
288 (arm_hwbp_control_disable): Likewise.
289 (arm_linux_hw_breakpoint_equal): Likewise.
290 (arm_linux_hw_point_initialize): Likewise.
291 (struct update_registers_data): New data structure.
292 (update_registers_callback: New function.
293 (arm_insert_point): Likewise.
294 (arm_remove_point): Likewise.
295 (arm_stopped_by_watchpoint): Likewise.
296 (arm_stopped_data_address): Likewise.
297 (arm_new_process): Likewise.
298 (arm_new_thread): Likewise.
299 (arm_prepare_to_resume): Likewise.
300 (the_low_target): Register arm_insert_point, arm_remove_point,
301 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
302 arm_new_thread, and arm_prepare_to_resume.
303
6b9801d4
SS
3042011-09-15 Stan Shebs <stan@codesourcery.com>
305
306 * server.h (struct emit_ops): Add compare-goto fields.
307 * tracepoint.c (gdb_agent_op_sizes): New table.
308 (emit_eq_goto): New function.
309 (emit_ne_goto): New function.
310 (emit_lt_goto): New function.
311 (emit_le_goto): New function.
312 (emit_gt_goto): New function.
313 (emit_ge_goto): New function.
314 (is_goto_target): New function.
315 (compile_bytecodes): Recognize special cases of compare-goto
316 combinations and call specialized emitters for them.
317 * linux-x86-low.c (amd64_emit_eq_goto): New function.
318 (amd64_emit_ne_goto): New function.
319 (amd64_emit_lt_goto): New function.
320 (amd64_emit_le_goto): New function.
321 (amd64_emit_gt_goto): New function.
322 (amd64_emit_ge_goto): New function.
323 (amd64_emit_ops): Add the new functions.
324 (i386_emit_eq_goto): New function.
325 (i386_emit_ne_goto): New function.
326 (i386_emit_lt_goto): New function.
327 (i386_emit_le_goto): New function.
328 (i386_emit_gt_goto): New function.
329 (i386_emit_ge_goto): New function.
330 (i386_emit_ops): Add the new functions.
331
bf15cbda
SS
3322011-09-08 Stan Shebs <stan@codesourcery.com>
333
334 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
335 (i386_emit_epilogue): Restore %ebx.
336
943ca1dd
JZ
3372011-08-31 Jie Zhang <jzhang918@gmail.com>
338
339 * server.c (step_thread): Remove definition.
340 (process_serial_event): Don't handle Hs.
341 * server.h (step_thread): Remove declaration.
342 * target.c (set_desired_inferior): Remove use of step_thread.
343
e3deef73
LM
3442011-08-24 Luis Machado <lgustavo@codesourcery.com>
345
346 * linux-low.c: Include linux-procfs.h.
347 (linux_attach_lwp_1): Update comments.
348 (linux_attach): Scan for existing threads when attaching to a
349 process that is the tgid.
350 * Makefile.in: Update dependencies.
351
13da1c97
LM
3522011-08-24 Luis Machado <lgustavo@codesourcery.com>
353
354 * configure.srv: Add linux-procfs.o dependencies.
355
881127c9
YQ
3562011-08-14 Yao Qi <yao@codesourcery.com>
357
358 * target.h (struct target_ops): Fix indent.
359 * win32-low.c (win32_target_ops): Fix comment.
360
58dbd541
YQ
3612011-08-14 Andrew Jenner <andrew@codesourcery.com>
362 Yao Qi <yao@codesourcery.com>
363
364 * Makefile.in (clean): Remove tic6x-*.c files.
365 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
366 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
367 (tic6x-c64xp-linux.c): Likewise.
368 * configure.srv: Add support for tic6x-*-uclinux.
369 * linux-tic6x-low.c: New.
370 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
371
78d85199
YQ
3722011-08-14 Andrew Stubbs <ams@codesourcery.com>
373 Yao Qi <yao@codesourcery.com>
374
375 * target.h (struct target_ops): Add read_loadmap.
376 * linux-low.c (struct target_loadseg): New type.
377 (struct target_loadmap): New type.
378 (linux_read_loadmap): New function.
379 (linux_target_ops): Add linux_read_loadmap.
380 * server.c (handle_query): Support qXfer:fdpic:read packet.
381 * win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
382
a959a88d
EZ
3832011-08-05 Eli Zaretskii <eliz@gnu.org>
384
385 * win32-low.c: Include <stdint.h>.
386
1ced966e
PA
3872011-07-22 Pedro Alves <pedro@codesourcery.com>
388
389 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
390 to the inferior here.
391 (i386_remove_aligned_watchpoint): Ditto.
392 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
393 fit part of the watchpoint in the debug registers.
394 (i386_update_inferior_debug_regs): New.
395 (i386_low_insert_watchpoint): Work on a local mirror of the debug
396 registers, and only update the inferior on success.
397 (i386_low_remove_watchpoint): Ditto.
398
d26e3629
KY
3992011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
400
401 * linux-low.c (compare_ints, unique, list_threads, show_process,
402 linux_core_of_thread): Delete.
403 (linux_target_ops): Change linux_core_of_thread to
404 linux_common_core_of_thread.
405 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
406 * utils.c (malloc_failure): Change type of argument.
407 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
408 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
409 common/linux-osdata.c, common/ptid.c and common/buffer.c.
410 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
411 (IPA_OBJS): Add common-utils-ipa.o.
412 (ptid_h, linux_osdata_h): New macros.
413 (server_h): Add common/common-utils.h, common/xml-utils.h,
414 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
415 common/ptid.h.
416 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
417 ptid.o, buffer.o): New rules.
418 (linux-low.o): Add common/linux-osdata.h as a dependency.
419 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
420 * configure.ac: Add AC_HEADER_DIRENT check.
421 * config.in: Regenerate.
422 * configure: Regenerate.
423 * remote-utils.c (xml_escape_text): Delete.
424 (buffer_grow, buffer_free, buffer_init, buffer_finish,
425 buffer_xml_printf): Move to common/buffer.c.
426 * server.c (main): Remove call to initialize_inferiors.
427 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
428 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
429 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
430 internal_error, gdb_assert, gdb_assert_fail): Delete.
431 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
432 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
433 common/buffer.h.
434 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
435 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
436 initialize_inferiors): Delete.
437
2275a1a7
PA
4382011-07-20 Pedro Alves <pedro@codesourcery.com>
439
440 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
441 symbol error.
442
0a5b1e09
PA
4432011-05-31 Pedro Alves <pedro@codesourcery.com>
444
445 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
446 assertion.
447 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
448
6938fd34
YQ
4492011-05-26 Yao Qi <yao@codesourcery.com>
450
451 * Makefile.in (thread-db.o): Track dependence to
452 common/gdb_thread_db.h.
453 * thread-db.c: include gdb_thread_db.h from right place.
454
b481f9e0
TT
4552011-05-16 Adrian Cornish <gnu@bluedreamer.com>
456
457 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
458 __FILE__ and __LINE__ to internal_error.
459
98a5dd13
DE
4602011-05-13 Doug Evans <dje@google.com>
461
462 * thread-db.c (try_thread_db_load_from_sdir): New function.
463 (try_thread_db_load_from_dir): New function.
464 (thread_db_load_search): Handle $sdir, ignore $pdir.
465 Remove trying of system directories if search of
466 libthread-db-search-path fails, that is now done via $sdir.
467
d248b706
KY
4682011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
469
470 * server.c (handle_query): Add EnableDisableTracepoints to the list
471 of supported features.
472 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
473 tracepoints.
474 (cmd_qtenable_disable): New.
475 (cmd_qtstart): Install tracepoints even if disabled.
476 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
477 receiving a QTEnable or QTDisable packet.
478 (gdb_collect): Skip data collection if fast tracepoint is disabled.
479 (ust_marker_to_static_tracepoint): Do not ignore disabled static
480 tracepoints.
481 (gdb_probe): Skip data collection if static tracepoint is disabled.
482
84e578fb
DE
4832011-05-10 Doug Evans <dje@google.com>
484
485 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
486
71f55dd8
DE
4872011-05-04 Doug Evans <dje@google.com>
488
489 * linux-low.c (linux_join): Skip process lookup.
490 * spu-low.c (spu_join): Ditto.
491 * server.c (join_inferiors_callback): Delete.
492 (process_serial_event): For 'D' packet (detach) call join_inferior
493 directly.
494
4d393d60
JM
4952011-05-04 Joseph Myers <joseph@codesourcery.com>
496
497 * README: Don't mention xscale*-*-linux*.
498 * configure.srv (xscale*-*-linux*): Don't handle target.
499
b00ad6ff
NF
5002011-04-27 Nathan Froyd <froydnj@codesourcery.com>
501
502 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
503 casting pointers.
504 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
505 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
506 (i386_emit_void_call_2): Likewise.
507
af96c192
YQ
5082011-04-26 Yao Qi <yao@codesourcery.com>
509
510 * linux-low.c: Move common macros to linux-ptrace.h.
511 Include linux-ptrace.h.
512 * Makefile.in (linux_ptrace_h): New.
513 (linux-low.o): Depends on linux-ptrace.h.
514
03f2bd59
JK
5152011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
516
517 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
518 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
519 (remote_prepare): New function with most of the TCP code from ...
520 (remote_open): ... here. Detect PORT here unconditionally. Move also
521 setting transport_is_reliable.
522 * server.c (run_once): New variable.
523 (gdbserver_usage): Document it.
524 (main): Set run_once for `--once'. Call remote_prepare. Exit after
525 the first run if RUN_ONCE.
526 * server.h (run_once, remote_prepare): New declarations.
527
7a9dd1b2
TT
5282011-04-19 Tom Tromey <tromey@redhat.com>
529
530 * win32-low.c (handle_load_dll): Remove duplicate "the".
531
81239425
PM
5322011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
533
534 Remove support for old Cygwin 1.5 versions.
535 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
536 function to avoid warning.
537 (win32_add_one_solib): Use cygwin_conv_path function to avoid
538 warning.
539
9e0627f1
PM
5402011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
541
542 * gdbserver/server.h (Macro _): Define it if not available.
543
588eebee
MS
5442011-03-14 Michael Snyder <msnyder@vmware.com>
545
348af9f7 546 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 547
43f70d4c
JB
5482011-03-10 Joel Brobecker <brobecker@adacore.com>
549
550 * Makefile.in (maintainer-clean realclean distclean): Remove
551 "make ... subdir_do" command.
552
348af9f7
MS
5532011-03-10 Michael Snyder <msnyder@vmware.com>
554
555 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
556
557 * server.c (handle_v_run): Free alloced buffer on early return.
558
e637a4f5
YQ
5592011-03-09 Yao Qi <yao@codesourcery.com>
560
561 Revert:
562 2011-03-04 Yao Qi <yao@codesourcery.com>
563
564 * Makefile.in: Remove GNU make feature --directory.
565
566 2011-03-05 Yao Qi <yao@codesourcery.com>
567
568 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
569 (subdir_do): New make target. Copied from gdb/Makefile.
570 (maintainer-clean, realclean, distclean, clean): Call corresponding
571 make targets in common/Makefile.
572
573 2011-02-11 Yao Qi <yao@codesourcery.com>
574
575 * configure.ac: Call AC_PROG_RANLIB.
576 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
577 * configure: Regenerate.
578
e6edda56
JK
5792011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
580
581 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
582
e5141119
JB
5832011-03-06 Yao Qi <yao@codesourcery.com>
584
585 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
586
64794aa4
JB
5872011-03-05 Yao Qi <yao@codesourcery.com>
588
589 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
590 (subdir_do): New make target. Copied from gdb/Makefile.
591 (maintainer-clean, realclean, distclean, clean): Call corresponding
592 make targets in common/Makefile.
593
7a762829
YQ
5942011-03-04 Yao Qi <yao@codesourcery.com>
595
596 * Makefile.in: Remove GNU make feature --directory.
597
348af9f7
MS
5982011-03-04 Michael Snyder <msnyder@vmware.com>
599
600 * server.c (queue_stop_reply): Call xmalloc not malloc.
601
6022011-03-02 Michael Snyder <msnyder@vmware.com>
603
604 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
605
9f72fee2
MS
6062011-02-28 Michael Snyder <msnyder@vmware.com>
607
588eebee
MS
608 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
609 (cmd_qtframe): Ditto.
610 (cmd_qtbuffer): Ditto.
611 (cmd_bigqtbuffer): Ditto.
612
9f72fee2
MS
613 * utils.c (decimal2str): Initialize 'width' to nine, then
614 don't mess with it.
615
8040bd49
UW
6162011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
617
618 * hostio.c (require_data): Free *data, not data.
619
7e52cbd0
JK
6202011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
621
622 * hostio.c (require_data): Use free, not xfree.
623
9130f83e
MS
6242011-02-27 Michael Snyder <msnyder@vmware.com>
625
4b812f4e
MS
626 * server.c (handle_query): Discard unused value.
627
9130f83e
MS
628 * hostio.c (require_data): Free malloc memory before returning
629 error.
630
69d37113
MS
6312011-02-26 Michael Snyder <msnyder@vmware.com>
632
633 * linux-low.c (list_threads): Call closedir for dirent.
634
35f5825a
MS
6352011-02-27 Michael Snyder <msnyder@vmware.com>
636
2a589cef
MS
637 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
638 a case statement falls through.
639
0adea5f7
MS
640 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
641
35f5825a
MS
642 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
643 in comparison.
644
238f1c74
MS
6452011-02-26 Michael Snyder <msnyder@vmware.com>
646
647 * utils.c (decimal2str): Eliminate dead code and dead param.
648 (pulongest): Drop dead param from call to decimal2str.
649 (plongest): Ditto.
650
633ff500
JB
6512011-02-24 Joel Brobecker <brobecker@adacore.com>
652
653 Revert the following patch (not approved yet):
654 2011-02-21 Hui Zhu <teawater@gmail.com>
655 * tracepoint.c (tp_printf): New function.
656 (eval_agent_expr): Handle gdb_agent_op_printf.
657
f9c6ff72
HZ
6582011-02-21 Hui Zhu <teawater@gmail.com>
659
660 * tracepoint.c (tp_printf): New function.
661 (eval_agent_expr): Handle gdb_agent_op_printf.
662
94d5e490
TT
6632011-02-18 Tom Tromey <tromey@redhat.com>
664
665 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
666 (tracepoint.o): Likewise.
667 * tracepoint.c (enum gdb_agent_op): Use ax.def.
668 (gdb_agent_op_names): Likewise.
669
c7f96d2b
TT
6702011-02-18 Tom Tromey <tromey@redhat.com>
671
672 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
673 gdb_agent_op_rot>: New constants.
674 (gdb_agent_op_names): Add pick and roll.
675 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
676 cases.
677
0feedb2c
JK
6782011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * aclocal.m4: Regenerated with aclocal-1.11.1.
681
b3b9301e
PA
6822011-02-14 Pedro Alves <pedro@codesourcery.com>
683
684 * server.c (handle_qxfer_traceframe_info): New.
685 (qxfer_packets): Register "traceframe-info".
686 (handle_query): Report support for qXfer:traceframe-info:read+.
687 * tracepoint.c (match_blocktype): New.
688 (traceframe_find_block_type): Rename to ...
689 (traceframe_walk_blocks): ... this. Add callback filter argument,
690 and use it.
691 (traceframe_find_block_type): New, reimplemented on top of
692 traceframe_walk_blocks.
693 (build_traceframe_info_xml): New.
694 (traceframe_read_info): New.
695 * server.h (traceframe_read_info): Declare.
696
4f3e6fb7
YQ
6972011-02-11 Yao Qi <yao@codesourcery.com>
698
699 * configure.ac: Call AC_PROG_RANLIB.
700 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
701 * configure: Regenerate.
702
764880b7
PA
7032011-02-07 Pedro Alves <pedro@codesourcery.com>
704
705 * server.c (gdb_read_memory): Change return semantics to allow
706 partial transfers.
707 (handle_search_memory_1): Adjust.
708 (process_serial_event) <'m' packet>: Handle partial transfers.
709 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
710
1c79eb8a
PA
7112011-01-28 Pedro Alves <pedro@codesourcery.com>
712
713 * regcache.c (init_register_cache): Initialize
714 regcache->register_status.
715 (free_register_cache): Release regcache->register_status.
716 (regcache_cpy): Copy register_status.
717 (registers_to_string): Print 'x's for unavailable registers.
718 (supply_register): Mark the register's status valid or
719 unavailable, depending on whether a buffer was passed in or not.
720 (supply_register_zeroed): New.
721 (supply_regblock): Mark the registers' status valid or
722 unavailable, depending on whether a buffer was passed in or not.
723 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
724 (struct regcache): New `register_status' field.
725 (supply_register_zeroed): Declare.
726 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
727 supply_register_zeroed, rather than passing a NULL buffer to
728 supply_register.
729 * tracepoint.c (fetch_traceframe_registers): Update comment.
730
85724a0e
PA
7312011-01-28 Pedro Alves <pedro@codesourcery.com>
732
733 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
734 buffer explicit.
735
d08aafef
PA
7362011-01-25 Pedro Alves <pedro@codesourcery.com>
737
738 * server.h (decode_xfer_write): Change prototype.
739 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
740 and don't extract the annex here.
741 * server.c (decode_xfer_read): Remove `annex' parameter,
742 and don't extract the annex here.
743 (decode_xfer): New.
744 (struct qxfer): New.
745 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
746 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
747 (handle_qxfer_statictrace): New functions, abstracted out from
748 handle_query, and made to use the struct qxfer interface.
749 (handle_threads_qxfer_proper): Rename to ...
750 (handle_qxfer_threads_proper): ... this.
751 (handle_threads_qxfer): Rename to ...
752 (handle_qxfer_threads): ... this. Adjust.
753 (qxfer_packets): New array.
754 (handle_qxfer): New function.
755 (handle_query): Use handle_qxfer.
756
493e2a69
MS
7572011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
758
759 * gdbreplay.c: Shorten lines of >= 80 columns.
760 * linux-low.c: Ditto.
761 * linux-ppc-low.c: Ditto.
762 * linux-s390-low.c: Ditto.
763 * linux-sparc-low.c: Ditto.
764 * linux-x86-low.c: Ditto.
765 * linux-xtensa-low.c: Ditto.
766 * mem-break.c: Ditto.
767 * nto-low.c: Ditto.
768 * regcache.h: Ditto.
769 * remote-utils.c: Ditto.
770 * server.c: Ditto.
771 * server.h: Ditto.
772 * thread-db.c: Ditto.
773 * tracepoint.c: Ditto.
774 * utils.c: Ditto.
775 * win32-low.h: Ditto.
776
44944448
JB
7772011-01-05 Joel Brobecker <brobecker@adacore.com>
778
779 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
780 update.
781
71ce852c
JB
7822011-01-01 Joel Brobecker <brobecker@adacore.com>
783
784 * server.c (gdbserver_version): Update copyright year in version
785 output.
786 * gdbreplay.c (gdbreplay_version): Ditto.
787
eb826dc6
MF
7882010-12-29 Jie Zhang <jie.zhang@analog.com>
789
790 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
791 * linux-bfin-low.c: New file.
792 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
793 PT_DATA_ADDR for BFIN targets.
794 * Makefile.in (SFILES): Add linux-bfin-low.c.
795 (clean): Remove reg-bfin.c.
796 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
797 * README: Mention supported Blackfin targets.
798
39ab222a
MF
7992010-12-23 Mike Frysinger <vapier@gentoo.org>
800
801 * .gitignore: New file.
802
a1f2ce7d
MF
8032010-11-16 Mike Frysinger <vapier@gentoo.org>
804
805 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
806
f474844c
JZ
8072010-10-22 Jie Zhang <jie@codesourcery.com>
808
809 * Makefile.in: Add FLAGS_TO_PASS variable.
810 (install): Remove dependency of install-only and recursively
811 invoke make for install-only.
812
f1048712
DE
8132010-10-04 Doug Evans <dje@google.com>
814
815 * Makefile.in (uninstall): Use $(DESTDIR).
816
b53a1623
PA
8172010-09-24 Pedro Alves <pedro@codesourcery.com>
818
e6ee044d
PA
819 PR gdb/11842
820
b53a1623
PA
821 * linux-x86-low.c (compat_siginfo_from_siginfo)
822 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
823 si_code is < 0. Check for si_code == SI_TIMER before checking for
824 si_code < 0.
825
fa1bd1e4
JB
8262010-09-13 Joel Brobecker <brobecker@adacore.com>
827
828 * lynx-i386-low.c: New file.
829 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
830
47fac8f8
JB
8312010-09-13 Joel Brobecker <brobecker@adacore.com>
832
833 * lynx-low.c (ptrace_request_to_str): Remove handling for
834 request values that have been removed in LynxOS 5.x.
835
1adfc54d
JB
8362010-09-13 Joel Brobecker <brobecker@adacore.com>
837
838 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
839 <ptrace.h>
840
c2a66c29
NS
8412010-09-09 Nathan Sidwell <nathan@codesourcery.com>
842
843 * configure.ac: Add --enable-inprocess-agent option.
844 * configure: Rebuilt.
845
32fcada3
YQ
8462010-09-06 Yao Qi <yao@codesourcery.com>
847
848 * linux-low.c (linux_kill): Remove unused variable.
849 (linux_stabilize_threads): Likewise.
850 * server.c (start_inferior): Likewise.
851 (queue_stop_reply_callback): Likewise.
852 * tracepoint.c (do_action_at_tracepoint): Likewise.
853
0cccb683
YQ
8542010-09-06 Yao Qi <yao@codesourcery.com>
855
856 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
857 on return.
858
423ec54c
JK
8592010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
862
12ac6819
PA
8632010-09-06 Pedro Alves <pedro@codesourcery.com>
864
865 * Makefile.in (install-only): Replace $IPA_DEPFILES with
866 "$(IPA_DEPFILES)".
867
8ed54b31
JB
8682010-09-01 Joel Brobecker <brobecker@adacore.com>
869
870 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
871 gdbserver/lynx-ppc-low.c: New files.
872 * Makefile.in (lynx_low_h): New variable.
873 (lynx-low.o, lynx-ppc-low.o): New rules.
874 * configure.ac: On LynxOS, link with -lnetinet.
875 * configure.srv: Add handling of powerpc-*-lynxos* targets.
876 * configure: regenerate.
877
bb0116a4
JB
8782010-09-01 Joel Brobecker <brobecker@adacore.com>
879
880 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
881 * configure.ac: Add check for vasprintf and vsnprintf.
882 * configure, config.in: Regenerate.
883 * server.h (vasprintf, vsnprintf): Add conditional declarations.
884
a778ab81 8852010-09-01 Joel Brobecker <brobecker@adacore.com>
886
887 * gdbreplay.c: Move include of alloca.h up, next to include of
888 malloc.h.
889 * server.h: Add include of malloc.h.
890 * mem-break.c: Remove include of malloc.h.
891 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
892
8b034a19 8932010-09-01 Joel Brobecker <brobecker@adacore.com>
894
895 * Makefile.in (memmem.o): Build with -Wno-error.
896
8972010-09-01 Joel Brobecker <brobecker@adacore.com>
898
899 * utils.c (xsnprintf): Make non-static.
900 * server.h: Add xsnprintf declaration.
901 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
902 replace calls to snprintf by calls to xsnprintf throughout.
903
9042010-09-01 Joel Brobecker <brobecker@adacore.com>
905
906 * configure.ac: Add configure check for alloca.
907 * configure, config.in: Regenerate.
908 * server.h: Include alloca.h if it exists.
909 * gdbreplay.c: Include alloca.h if it exists.
910
1a981360
PA
9112010-08-28 Pedro Alves <pedro@codesourcery.com>
912
913 * linux-low.c (__SIGRTMIN): Define if not already defined.
914 (linux_create_inferior): Check for __ANDROID__ rather than
915 __SIGRTMIN.
916 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
917 are already deferred.
918 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
919 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
920 stopped and already has a pending signal to report.
921 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
922 a pending signal to report or is moving out of a jump pad.
923 (linux_init_signals): Check for __ANDROID__ rather than
924 __SIGRTMIN.
925
b4d51a55
PA
9262010-08-28 Pedro Alves <pedro@codesourcery.com>
927
928 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
929 debug_threads check. Avoid a linear search when not doing debug
930 output.
931
ec48365d
PA
9322010-08-27 Pedro Alves <pedro@codesourcery.com>
933
934 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
935 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
936 (struct file_handler) <fd>: Change type to gdb_fildes_t.
937 (process_event): Change local fd's type to gdb_fildes_t.
938 (create_file_handler): Adjust prototype.
939 (delete_file_handler): Adjust prototype.
940 (handle_file_event): Adjust prototype. Use pfildes.
941 (create_file_event): Adjsut prototype.
942 * remote-utils.c (remote_desc, listen_desc): Change type to
943 gdb_fildes_t.
944 * server.h: New gdb_fildes_t typedef.
945 [USE_WIN32API]: Include winsock2.h.
946 (delete_file_handler, add_file_handler): Adjust prototypes.
947 (pfildes): Declare.
948 * utils.c (pfildes): New.
949
854d88f0
PA
9502010-08-27 Pedro Alves <pedro@codesourcery.com>
951
952 * configure.ac (build_warnings): Add -Wno-char-subscripts.
953 * configure: Regenerate.
954
0146f85b
PA
9552010-08-27 Pedro Alves <pedro@codesourcery.com>
956
957 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
958 (linux_done_accessing_memory): ... this.
959 (linux_target_ops): Adjust.
960 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
961 * nto-low.c (nto_target_ops): Adjust comment.
962 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
963 * spu-low.c (spu_target_ops): Adjust comment.
964 * target.h (target_ops): Rename unprepare_to_access_memory field
965 to done_accessing_memory.
966 (unprepare_to_access_memory): Rename to ...
967 (done_accessing_memory): ... this.
968
90d74c30
PA
9692010-08-26 Pedro Alves <pedro@codesourcery.com>
970
971 * linux-low.c (linux_prepare_to_access_memory): New.
972 (linux_unprepare_to_access_memory): New.
973 (linux_target_ops): Install them.
974 * server.c (read_memory): Rename to ...
975 (gdb_read_memory): ... this. Use
976 prepare_to_access_memory/prepare_to_access_memory.
977 (write_memory): Rename to ...
978 (gdb_write_memory): ... this. Use
979 prepare_to_access_memory/prepare_to_access_memory.
980 (handle_search_memory_1): Adjust.
981 (process_serial_event): Adjust.
982 * target.h (struct target_ops): New fields
983 prepare_to_access_memory and unprepare_to_access_memory.
984 (prepare_to_access_memory, unprepare_to_access_memory): New.
985 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
986 prepare_to_access_memory/prepare_to_access_memory.
987 * nto-low.c (nto_target_ops): Adjust.
988 * spu-low.c (spu_target_ops): Adjust.
989 * win32-low.c (win32_target_ops): Adjust.
990
fd467969
PA
9912010-08-26 Pedro Alves <pedro@codesourcery.com>
992
993 * Makefile.in (WARN_CFLAGS): Get it from configure.
994 (WERROR_CFLAGS): New.
995 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
996 * configure.ac: Introduce --enable-werror, which adds -Werror to
997 the compiler command line. Enabled by default. Disable with
998 --disable-werror. Add -Wdeclaration-after-statement
999 Wpointer-arith and -Wformat-nonliteral to warning flags.
1000 * configure: Regenerate.
1001
331e2f5f
PA
10022010-08-26 Pedro Alves <pedro@codesourcery.com>
1003
1004 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
1005
e581f2b4
PA
10062010-08-26 Pedro Alves <pedro@codesourcery.com>
1007
1008 * gdbreplay.c (remote_error): New.
1009 (gdbchar): New.
1010 (expect): Use gdbchar. Check for error reading from GDB.
1011 Clarify sync error output.
1012 (play): Check for errors writing to GDB.
1013 * linux-low.c (sigchld_handler): Really ignore `write' errors.
1014 * remote-utils.c (getpkt): Check for errors writing to the remote
1015 descriptor.
1016
3c11dd79
PA
10172010-08-25 Pedro Alves <pedro@codesourcery.com>
1018
1019 * linux-low.c (linux_wait_1): Move non-debugging code out of
1020 `debug_threads' control.
1021
d20a8ad9
PA
10222010-08-25 Pedro Alves <pedro@codesourcery.com>
1023
1024 * linux-low.c (linux_wait_1): Don't set last_status here.
1025 * server.c (push_event, queue_stop_reply_callback): Assert we're
1026 not pushing a TARGET_WAITKIND_IGNORE event.
1027 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
1028 (myresume, handle_target_event): Set the thread's last_resume_kind
1029 and last_status from the target returned status.
1030
964e4306
PA
10312010-08-25 Pedro Alves <pedro@codesourcery.com>
1032
1033 PR threads/10729
1034
1035 * linux-x86-low.c (update_debug_registers_callback): New.
1036 (i386_dr_low_set_addr): Use it.
1037 (i386_dr_low_get_addr): New.
1038 (i386_dr_low_set_control): Use update_debug_registers_callback.
1039 (i386_dr_low_get_control): New.
1040 (i386_dr_low_get_status): Adjust.
1041 * linux-low.c (linux_stop_lwp): New.
1042 * linux-low.h (linux_stop_lwp): Declare.
1043
1044 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
1045 argument instead of a i386_debug_reg_state.
1046 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
1047 a i386_debug_reg_state.
1048 (i386_insert_aligned_watchpoint): Adjust.
1049 (i386_remove_aligned_watchpoint): Adjust.
1050 (i386_low_stopped_data_address): Read the debug registers from the
1051 inferior instead of from the mirrors.
1052 * i386-low.h (struct i386_debug_reg_state): Extend comment.
1053 (i386_dr_low_get_addr): Declare.
1054 (i386_dr_low_get_control): Declare.
1055 (i386_dr_low_get_status): Change prototype.
1056
1057 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
1058 (i386_dr_low_get_addr): New.
1059 (i386_dr_low_get_control): New.
1060 (i386_dr_low_get_status): Adjust prototype. Return
1061 dr_status_mirror.
1062 (i386_initial_stuff): Clear dr_status_mirror and
1063 dr_control_mirror.
1064 (i386_get_thread_context): Adjust.
1065 (i386_set_thread_context): Adjust.
1066 (i386_thread_added): Adjust.
1067
5f21a75b
PA
10682010-08-24 Pedro Alves <pedro@codesourcery.com>
1069
1070 * linux-low.h (linux_thread_area): Delete declaration.
1071
3e4c1235
TS
10722010-08-11 Thomas Schwinge <thomas@codesourcery.com>
1073
1074 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
1075 after its termination.
1076
1971b033
PA
10772010-08-09 Pedro Alves <pedro@codesourcery.com>
1078
1079 * linux-low.c (gdb_wants_lwp_stopped): Delete.
1080 (gdb_wants_all_stopped): Delete.
1081 (linux_wait_1): Don't call them.
1082 * server.c (handle_v_cont): Tag all threads as want-stopped.
1083 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
1084 stopped as "client-wants-stopped".
1085
310444ac
PA
10862010-07-31 Pedro Alves <pedro@codesourcery.com>
1087
1088 * Makefile.in (signals_h): New.
1089 (server_h): Depend on it.
1090 (server.o): Don't depend on $(signals_def).
1091 (signals.o): Depend on $(signals_def).
1092
a19cae16
JK
10932010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1094
1095 * Makefile.in (signals_def): New.
1096 (server_h): Append include/gdb/signals.h and signals_def.
1097 (server.o): Append signals_def.
1098
30d50328
JK
10992010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 * server.c (handle_target_event): Use target_signal_to_host for
1102 resume_info.sig initialization.
1103 * target.h (struct thread_resume) <sig>: New comment.
1104
5c3216e2
OS
11052010-07-20 Ozkan Sezer <sezeroz@gmail.com>
1106
c6f46ca0
OS
1107 * server.c (handle_query): strcpy() the returned string from paddress()
1108 instead of sprintf().
5c3216e2
OS
1109 * utils.c (paddress): Return phex_nz().
1110
6bd31874
JB
11112010-07-07 Joel Brobecker <brobecker@adacore.com>
1112
1113 * server.c (handle_v_cont): Call mourn_inferior if process
1114 just exited.
1115 (myresume): Likewise.
1116
0fb4aa4b
PA
11172010-07-01 Pedro Alves <pedro@codesourcery.com>
1118
1119 Static tracepoints, and integration with UST.
1120
1121 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
1122 * mem-break.c (uninsert_all_breakpoints)
1123 (reinsert_all_breakpoints): New.
1124 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
1125 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
1126 (gdb_agent_ust_loaded, helper_thread_id)
1127 (gdb_agent_helper_thread_id): New macros.
1128 (struct ipa_sym_addresses): Add addr_ust_loaded,
1129 addr_helper_thread_id, addr_cmd_buf.
1130 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
1131 (in_process_agent_loaded_ust): New.
1132 (write_e_ust_not_loaded): New.
1133 (maybe_write_ipa_ust_not_loaded): New.
1134 (struct collect_static_trace_data_action): New.
1135 (enum tracepoint_type) <static_tracepoint>: New.
1136 (struct tracepoint) <handle>: Mention static tracepoints.
1137 (struct static_tracepoint_ctx): New.
1138 (CMD_BUF_SIZE): New.
1139 (add_tracepoint_action): Handle static tracepoint actions.
1140 (unprobe_marker_at): New.
1141 (clear_installed_tracepoints): Handle static tracepoints.
1142 (cmd_qtdp): Handle static tracepoints.
1143 (probe_marker_at): New.
1144 (cmd_qtstart): Handle static tracepoints.
1145 (response_tracepoint): Handle static tracepoints.
1146 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
1147 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
1148 (get_context_regcache): Handle static tracepoints.
1149 (do_action_at_tracepoint): Handle static tracepoint actions.
1150 (traceframe_find_block_type): Handle static trace data blocks.
1151 (traceframe_read_sdata): New.
1152 (download_tracepoints): Download static tracepoint actions.
1153 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
1154 (GDB_PROBE_NAME): New.
1155 (ust_ops): New.
1156 (GET_UST_SYM): New.
1157 (USTF): New.
1158 (dlsym_ust): New.
1159 (ust_marker_to_static_tracepoint): New.
1160 (gdb_probe): New.
1161 (collect_ust_data_at_tracepoint): New.
1162 (gdb_ust_probe): New.
1163 (UNIX_PATH_MAX, SOCK_DIR): New.
1164 (gdb_ust_connect_sync_socket): New.
1165 (resume_thread, stop_thread): New.
1166 (run_inferior_command): New.
1167 (init_named_socket): New.
1168 (gdb_ust_socket_init): New.
1169 (cstr_to_hexstr): New.
1170 (next_st): New.
1171 (first_marker, next_marker): New.
1172 (response_ust_marker): New.
1173 (cmd_qtfstm, cmd_qtsstm): New.
1174 (unprobe_marker_at, probe_marker_at): New.
1175 (cmd_qtstmat, gdb_ust_thread): New.
1176 (gdb_ust_init): New.
1177 (initialize_tracepoint_ftlib): Call gdb_ust_init.
1178 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
1179 (ST_REGENTRY): New.
1180 (x86_64_st_collect_regmap): New.
1181 (X86_64_NUM_ST_COLLECT_GREGS): New.
1182 (AMD64_RIP_REGNUM): New.
1183 (supply_static_tracepoint_registers): New.
1184 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
1185 (ST_REGENTRY): New.
1186 (i386_st_collect_regmap): New.
1187 (i386_NUM_ST_COLLECT_GREGS): New.
1188 (supply_static_tracepoint_registers): New.
1189 * server.c (handle_query): Handle qXfer:statictrace:read.
1190 <qSupported>: Report support for StaticTracepoints, and
1191 qXfer:statictrace:read features.
1192 * server.h (traceframe_read_sdata)
1193 (supply_static_tracepoint_registers): Declare.
1194 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
1195 (unpack_varlen_hex): Include in IPA build.
1196 * Makefile.in (ustlibs, ustinc): New.
1197 (IPA_OBJS): Add remote-utils-ipa.o.
1198 ($(IPA_LIB)): Link -ldl and -lpthread.
1199 (UST_CFLAGS): New.
1200 (IPAGENT_CFLAGS): Add UST_CFLAGS.
1201 * config.in, configure: Regenerate.
1202
9e4344e5
PA
12032010-06-20 Ian Lance Taylor <iant@google.com>
1204 Pedro Alves <pedro@codesourcery.com>
1205
1206 * linux-x86-low.c (always_true): Delete.
1207 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
1208 trying to fool the compiler with always_true.
1209
c6beb2cb
PA
12102010-06-20 Pedro Alves <pedro@codesourcery.com>
1211
1212 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
1213 conditions in gdbserver.
1214
d2ed6730
UW
12152010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
1216
1217 * spu-low.c (spu_read_memory): Wrap around local store limit.
1218 (spu_write_memory): Likewise.
1219
4e29fb54
PA
12202010-06-15 Pedro Alves <pedro@codesourcery.com>
1221
1222 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
1223 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
1224 LONGEST uses.
1225 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
1226 uses.
1227 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
1228 uses with LONGEST uses.
1229
6a271cae
PA
12302010-06-14 Stan Shebs <stan@codesourcery.com>
1231 Pedro Alves <pedro@codesourcery.com>
1232
1233 Bytecode compiler.
1234
1235 * linux-x86-low.c: Include limits.h.
1236 (add_insns): New.
1237 (always_true): New.
1238 (EMIT_ASM): New.
1239 (EMIT_ASM32): New.
1240 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
1241 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
1242 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
1243 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
1244 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
1245 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
1246 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
1247 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
1248 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
1249 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
1250 (amd64_emit_void_call_2): New.
1251 (amd64_emit_ops): New.
1252 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
1253 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
1254 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
1255 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
1256 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
1257 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
1258 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
1259 (i386_emit_call, i386_emit_reg, i386_emit_pop)
1260 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
1261 (i386_emit_stack_adjust, i386_emit_int_call_1)
1262 (i386_emit_void_call_2): New.
1263 (i386_emit_ops): New.
1264 (x86_emit_ops): New.
1265 (the_low_target): Install x86_emit_ops.
1266 * server.h (struct emit_ops): New.
1267 (get_raw_reg_func_addr): Declare.
1268 (current_insn_ptr, emit_error): Declare.
1269 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
1270 (set_trace_state_variable_value): New defines.
1271 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
1272 addr_get_trace_state_variable_value and
1273 addr_set_trace_state_variable_value.
1274 (symbol_list): New fields for get_raw_reg,
1275 get_trace_state_variable_value and set_trace_state_variable_value.
1276 (condfn): New typedef.
1277 (struct tracepoint): New field `compiled_cond'.
1278 (do_action_at_tracepoint): Clear compiled_cond.
1279 (get_trace_state_variable_value, set_trace_state_variable_value):
1280 Export in the IPA.
1281 (condition_true_at_tracepoint): If there's a compiled condition,
1282 run that.
1283 (current_insn_ptr, emit_error): New globals.
1284 (struct bytecode_address): New.
1285 (get_raw_reg_func_addr): New.
1286 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
1287 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
1288 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
1289 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
1290 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
1291 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
1292 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
1293 (compile_tracepoint_condition, compile_bytecodes): New.
1294 * target.h (emit_ops): Forward declare.
1295 (struct target_ops): New field emit_ops.
1296 (target_emit_ops): New.
1297 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
1298 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
1299 * linux-low.c (linux_emit_ops): New.
1300 (linux_target_ops): Install it.
1301 * linux-low.h (struct linux_target_ops): New field emit_ops.
1302
92b72907
UW
13032010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
1304
1305 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
1306 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
1307
fa593d66
PA
13082010-06-01 Pedro Alves <pedro@codesourcery.com>
1309 Stan Shebs <stan@codesourcery.com>
1310
1311 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
1312 (all): Depend on $(extra_libraries).
1313 (install-only): Install the IPA.
1314 (IPA_OBJS, IPA_LIB): New.
1315 (clean): Remove the IPA lib.
1316 (IPAGENT_CFLAGS): New.
1317 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
1318 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
1319 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
1320 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
1321 * configure.ac: Check for atomic builtins support in the compiler.
1322 (IPA_DEPFILES, extra_libraries): Define.
1323 * configure.srv (ipa_obj): Add description.
1324 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
1325 (i[34567]86-*-linux*): Set ipa_obj.
1326 (x86_64-*-linux*): Set ipa_obj.
1327 * linux-low.c (stabilizing_threads): New.
1328 (supports_fast_tracepoints): New.
1329 (linux_detach): Stabilize threads before detaching.
1330 (handle_tracepoints): Handle internal tracing breakpoints. Assert
1331 the lwp is either not stabilizing, or is moving out of a jump pad.
1332 (linux_fast_tracepoint_collecting): New.
1333 (maybe_move_out_of_jump_pad): New.
1334 (enqueue_one_deferred_signal): New.
1335 (dequeue_one_deferred_signal): New.
1336 (linux_wait_for_event_1): If moving out of a jump pad, defer
1337 pending signals to later.
1338 (linux_stabilize_threads): New.
1339 (linux_wait_1): Check if threads need moving out of jump pads, and
1340 do it if so.
1341 (stuck_in_jump_pad_callback): New.
1342 (move_out_of_jump_pad_callback): New.
1343 (lwp_running): New.
1344 (linux_resume_one_lwp): Handle moving out of jump pads.
1345 (linux_set_resume_request): Dequeue deferred signals.
1346 (need_step_over_p): Also step over fast tracepoint jumps.
1347 (start_step_over): Also uninsert fast tracepoint jumps.
1348 (finish_step_over): Also reinsert fast tracepoint jumps.
1349 (linux_install_fast_tracepoint_jump): New.
1350 (linux_target_ops): Install linux_stabilize_threads and
1351 linux_install_fast_tracepoint_jump_pad.
1352 * linux-low.h (linux_target_ops) <get_thread_area,
1353 install_fast_tracepoint_jump_pad>: New fields.
1354 (struct lwp_info) <collecting_fast_tracepoint,
1355 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
1356 (linux_get_thread_area): Declare.
1357 * linux-x86-low.c (jump_insn): New.
1358 (x86_get_thread_area): New.
1359 (append_insns): New.
1360 (push_opcode): New.
1361 (amd64_install_fast_tracepoint_jump_pad): New.
1362 (i386_install_fast_tracepoint_jump_pad): New.
1363 (x86_install_fast_tracepoint_jump_pad): New.
1364 (the_low_target): Install x86_get_thread_area and
1365 x86_install_fast_tracepoint_jump_pad.
1366 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
1367 (struct fast_tracepoint_jump): New.
1368 (fast_tracepoint_jump_insn): New.
1369 (fast_tracepoint_jump_shadow): New.
1370 (find_fast_tracepoint_jump_at): New.
1371 (fast_tracepoint_jump_here): New.
1372 (delete_fast_tracepoint_jump): New.
1373 (set_fast_tracepoint_jump): New.
1374 (uninsert_fast_tracepoint_jumps_at): New.
1375 (reinsert_fast_tracepoint_jumps_at): New.
1376 (set_breakpoint_at): Use write_inferior_memory.
1377 (uninsert_raw_breakpoint): Use write_inferior_memory.
1378 (check_mem_read): Mask out fast tracepoint jumps.
1379 (check_mem_write): Mask out fast tracepoint jumps.
1380 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
1381 (set_fast_tracepoint_jump): Declare.
1382 (delete_fast_tracepoint_jump)
1383 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
1384 (reinsert_fast_tracepoint_jumps_at): Declare.
1385 * regcache.c: Don't compile many functions when building the
1386 in-process agent library.
1387 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
1388 the register buffer in the heap.
1389 (free_register_cache): If the register buffer isn't owned by the
1390 regcache, don't free it.
1391 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
1392 pre-existing register caches.
1393 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
1394 type.
1395 (convert_ascii_to_int): : Constify `from' parameter type.
1396 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
1397 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
1398 the needed buffer in-place.
1399 (relocate_instruction): New.
1400 * server.c (handle_query) <qSymbols>: If the target supports
1401 tracepoints, give it a chance of looking up symbols. Report
1402 support for fast tracepoints.
1403 (handle_status): Stabilize threads.
1404 (process_serial_event): Adjust.
1405 * server.h (struct fast_tracepoint_jump): Forward declare.
1406 (struct process_info) <fast_tracepoint_jumps>: New field.
1407 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
1408 (decode_X_packet, decode_M_packet): Adjust.
1409 (relocate_instruction): Declare.
1410 (in_process_agent_loaded): Declare.
1411 (tracepoint_look_up_symbols): Declare.
1412 (struct fast_tpoint_collect_status): Declare.
1413 (fast_tracepoint_collecting): Declare.
1414 (force_unlock_trace_buffer): Declare.
1415 (handle_tracepoint_bkpts): Declare.
1416 (initialize_low_tracepoint)
1417 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
1418 * target.h (struct target_ops) <stabilize_threads,
1419 install_fast_tracepoint_jump_pad>: New fields.
1420 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
1421 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
1422 [HAVE_STDINT_H]: Include stdint.h.
1423 (trace_debug_1): Rename to ...
1424 (trace_vdebug): ... this.
1425 (trace_debug): Rename to ...
1426 (trace_debug_1): ... this. Add `level' parameter.
1427 (trace_debug): New.
1428 (ATTR_USED, ATTR_NOINLINE): New.
1429 (IP_AGENT_EXPORT): New.
1430 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1431 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
1432 (about_to_request_buffer_space, trace_buffer_is_full)
1433 (stopping_tracepoint, expr_eval_result, error_tracepoint)
1434 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
1435 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
1436 (traceframe_write_count, traceframes_created)
1437 (trace_state_variables)
1438 New renaming defines.
1439 (struct ipa_sym_addresses): New.
1440 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
1441 (symbol_list): New.
1442 (ipa_sym_addrs): New.
1443 (all_tracepoint_symbols_looked_up): New.
1444 (in_process_agent_loaded): New.
1445 (write_e_ipa_not_loaded): New.
1446 (maybe_write_ipa_not_loaded): New.
1447 (tracepoint_look_up_symbols): New.
1448 (debug_threads) [IN_PROCESS_AGENT]: New.
1449 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
1450 (UNKNOWN_SIDE_EFFECTS): New.
1451 (stop_tracing): New.
1452 (flush_trace_buffer): New.
1453 (stop_tracing_bkpt): New.
1454 (flush_trace_buffer_bkpt): New.
1455 (read_inferior_integer): New.
1456 (read_inferior_uinteger): New.
1457 (read_inferior_data_pointer): New.
1458 (write_inferior_data_pointer): New.
1459 (write_inferior_integer): New.
1460 (write_inferior_uinteger): New.
1461 (struct collect_static_trace_data_action): Delete.
1462 (enum tracepoint_type): New.
1463 (struct tracepoint) <type>: New field `type'.
1464 <actions_str, step_actions, step_actions_str>: Only include in GDBserver.
1465 <orig_size, obj_addr_on_target, adjusted_insn_addr>
1466 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
1467 (tracepoints): Use IP_AGENT_EXPORT.
1468 (last_tracepoint): Don't include in the IPA.
1469 (stopping_tracepoint): Use IP_AGENT_EXPORT.
1470 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
1471 (alloced_trace_state_variables): New.
1472 (trace_state_variables): Use IP_AGENT_EXPORT.
1473 (traceframe_t): Delete unused variable.
1474 (circular_trace_buffer): Don't include in the IPA.
1475 (trace_buffer_start): Delete.
1476 (struct trace_buffer_control): New.
1477 (trace_buffer_free): Delete.
1478 (struct ipa_trace_buffer_control): New.
1479 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
1480 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
1481 New.
1482 (trace_buffer_ctrl): New.
1483 (TRACE_BUFFER_CTRL_CURR): New.
1484 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
1485 Reimplement as macros.
1486 (trace_buffer_wrap): Delete.
1487 (traceframe_write_count, traceframe_read_count)
1488 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
1489 (struct tracepoint_hit_ctx) <type>: New field.
1490 (struct fast_tracepoint_ctx): New.
1491 (memory_barrier): New.
1492 (cmpxchg): New.
1493 (record_tracepoint_error): Update atomically in the IPA.
1494 (clear_inferior_trace_buffer): New.
1495 (about_to_request_buffer_space): New.
1496 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
1497 updating the same buffer.
1498 (add_tracepoint): Default the tracepoint's type to trap
1499 tracepoint, and orig_size to -1.
1500 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
1501 internal variables.
1502 (create_trace_state_variable): New parameter `gdb'. Handle it.
1503 (clear_installed_tracepoints): Clear fast tracepoint jumps.
1504 (cmd_qtdp): Handle fast tracepoints.
1505 (cmd_qtdv): Adjust.
1506 (max_jump_pad_size): New.
1507 (gdb_jump_pad_head): New.
1508 (get_jump_space_head): New.
1509 (claim_jump_space): New.
1510 (sort_tracepoints): New.
1511 (MAX_JUMP_SIZE): New.
1512 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
1513 IPA.
1514 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
1515 support. Upload fast traceframes, and delete internal IPA
1516 breakpoints.
1517 (stop_tracing_handler): New.
1518 (flush_trace_buffer_handler): New.
1519 (cmd_qtstop): Upload fast tracepoints.
1520 (response_tracepoint): Handle fast tracepoints.
1521 (tracepoint_finished_step): Upload fast traceframes. Set the
1522 tracepoint hit context's tracepoint type.
1523 (handle_tracepoint_bkpts): New.
1524 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
1525 type. Add comment about fast tracepoints.
1526 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
1527 non-existing action_str field.
1528 (get_context_regcache): Handle fast tracepoints.
1529 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
1530 to the regcache.
1531 (fast_tracepoint_from_jump_pad_address): New.
1532 (fast_tracepoint_from_ipa_tpoint_address): New.
1533 (collecting_t): New.
1534 (force_unlock_trace_buffer): New.
1535 (fast_tracepoint_collecting): New.
1536 (collecting): New.
1537 (gdb_collect): New.
1538 (write_inferior_data_ptr): New.
1539 (target_tp_heap): New.
1540 (target_malloc): New.
1541 (download_agent_expr): New.
1542 (UALIGN): New.
1543 (download_tracepoints): New.
1544 (download_trace_state_variables): New.
1545 (upload_fast_traceframes): New.
1546 (IPA_FIRST_TRACEFRAME): New.
1547 (IPA_NEXT_TRACEFRAME_1): New.
1548 (IPA_NEXT_TRACEFRAME): New.
1549 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
1550 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
1551 (gdb_jump_pad_buffer_end): New.
1552 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
1553 (initialize_tracepoint): Adjust.
1554 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
1555 buffer. Initialize the low module.
1556 * utils.c (PREFIX, TOOLNAME): New.
1557 (malloc_failure): Use PREFIX.
1558 (error): In the IPA, an error causes an exit.
1559 (fatal, warning): Use PREFIX.
1560 (internal_error): Use TOOLNAME.
1561 (NUMCELLS): Increase to 10.
1562 * configure, config.in: Regenerate.
1563
d149dd1d
PA
15642010-06-01 Pedro Alves <pedro@codesourcery.com>
1565
1566 * server.c (handle_query) <qSupported>: Do two passes over the
1567 qSupported string to avoid nesting strtok.
1568
f6528abd
JK
15692010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1570
1571 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
1572 (CDEPS): New.
1573 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
1574 -Wl,--dynamic-list.
1575 * configure: Regenerate.
1576 * proc-service.list: New.
1577
ca2a87a0
JK
15782010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1579
1580 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
1581 New comment.
1582
363a6e9f
OS
15832010-05-26 Ozkan Sezer <sezeroz@gmail.com>
1584
1585 * gdbreplay.c (remote_open): Check error return from socket() call by
1586 its equality to -1 not by it being negative.
1587 * remote-utils.c (remote_open): Likewise.
1588
d23b6cb1
PA
15892010-05-23 Pedro Alves <pedro@codesourcery.com>
1590
1591 * config.h: Regenerate.
1592
28d3cf85
MK
15932010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1594
1595 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
1596 doesn't provide PTRACE_GET_THREAD_AREA.
1597
fea36a59
MK
15982010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1599
1600 * linux-m68k-low.c: Include <asm/ptrace.h>
1601 (ps_get_thread_area): Implement.
1602
24b066ba
DE
16032010-05-03 Doug Evans <dje@google.com>
1604
1605 * event-loop.c (struct callback_event): New struct.
1606 (callback_list): New global.
1607 (append_callback_event, delete_callback_event): New functions.
1608 (process_callback): New function.
1609 (start_event_loop): Call it.
1610 * remote-utils.c (NOT_SCHEDULED): Define.
1611 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
1612 moved out of readchar.
1613 (readchar): Rewrite. Call reschedule before returning.
1614 (reset_readchar): New function.
1615 (remote_close): Call it.
1616 (process_remaining, reschedule): New functions.
1617 * server.h (callback_handler_func): New typedef.
1618 (append_callback_event, delete_callback_event): Declare.
1619
9836d6ea
PA
16202010-05-03 Pedro Alves <pedro@codesourcery.com>
1621
1622 * proc-service.c (ps_pglobal_lookup): Use
1623 thread_db_look_up_one_symbol.
1624 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
1625 parameter. Use it instead of all_symbols_looked_up.
1626 * server.h (struct process_info) <all_symbols_looked_up>: Delete
1627 field.
1628 (all_symbols_looked_up): Don't declare.
1629 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
1630 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
1631 field.
1632 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
1633 Set all_symbols_looked_up here.
1634 (thread_db_look_up_one_symbol): New.
1635 (thread_db_get_tls_address): Adjust.
1636 (thread_db_load_search, try_thread_db_load_1): Always allocate the
1637 thread_db object on the heap, and tentatively set it in the
1638 process structure.
1639 (thread_db_init): Don't set all_symbols_looked_up here.
1640 * linux-low.h (thread_db_look_up_one_symbol): Declare.
1641
7984d532
PA
16422010-05-03 Pedro Alves <pedro@codesourcery.com>
1643
1644 * linux-low.c (linux_kill, linux_detach): Adjust.
1645 (status_pending_p_callback): Remove redundant statement. Check
1646 for !TARGET_WAITIKIND_IGNORE, instead of
1647 TARGET_WAITKIND_STOPPED.
1648 (handle_tracepoints): Make sure LWP is locked. Adjust.
1649 (linux_wait_for_event_1): Adjust.
1650 (linux_cancel_breakpoints): New.
1651 (unsuspend_one_lwp): New.
1652 (unsuspend_all_lwps): New.
1653 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
1654 (send_sigstop_callback): Change return type to int, add new
1655 `except' parameter and handle it.
1656 (suspend_and_send_sigstop_callback): New.
1657 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
1658 pass them down. If SUSPEND, also increment the lwp's suspend
1659 count.
1660 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
1661 (need_step_over_p): Don't consider suspended LWPs.
1662 (start_step_over): Adjust.
1663 (proceed_one_lwp): Change return type to int, add new `except'
1664 parameter and handle it.
1665 (unsuspend_and_proceed_one_lwp): New.
1666 (proceed_all_lwps): Use find_inferior instead of
1667 for_each_inferior.
1668 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
1669 also decrement the suspend count of LWPs. Pass `except' down,
1670 instead of hacking its suspend count.
1671 (linux_pause_all): Add `freeze' parameter. Adjust.
1672 (linux_unpause_all): New.
1673 (linux_target_ops): Install linux_unpause_all.
1674 * server.c (handle_status): Adjust.
1675 * target.h (struct target_ops): New fields `unpause_all' and
1676 `cancel_breakpoints'. Add new parameter to `pause_all'.
1677 (pause_all): Add new `freeze' parameter.
1678 (unpause_all): New.
1679 (cancel_breakpoints): New.
1680 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
1681 cancel breakpoints.
1682 (cmd_qtstart): Pause threads.
1683 (stop_tracing): Pause threads, and cancel breakpoints.
1684 * win32-low.c (win32_target_ops): Adjust.
1685
e471f25b
PA
16862010-05-03 Pedro Alves <pedro@codesourcery.com>
1687
1688 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
1689 the inferior right away from here...
1690 (linux_wait_1): ... to here, and adjust to check the thread's
1691 last_resume_kind instead of the lwp's step or stop_expected flags.
1692
1915ef4f
PA
16932010-05-02 Pedro Alves <pedro@codesourcery.com>
1694
1695 * README: Use consistent `GDB' and `GDBserver' spellings.
1696
f9e39928
PA
16972010-05-02 Pedro Alves <pedro@codesourcery.com>
1698
1699 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
1700 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
1701 (linux_detach_one_lwp): Assume the lwp is stopped.
1702 (any_thread_of): Delete.
1703 (linux_detach): Stop all lwps here. Don't blindly delete all
1704 breakpoints.
1705 (delete_lwp_callback): New.
1706 (linux_mourn): Delete all lwps of the process that is gone.
1707 (linux_wait_1): Don't delete the last lwp of the process here.
1708 * mem-break.h (mark_breakpoints_out): Declare.
1709 * mem-break.c (mark_breakpoints_out): New.
1710 (free_all_breakpoints): Use it.
1711 * server.c (handle_target_event): If the process is gone, mark
1712 breakpoints out.
1713 * thread-db.c (struct thread_db) <create_bp>: New field.
1714 (thread_db_enable_reporting): Fix prototype. Store a thread event
1715 breakpoint reference in the thread_db struct.
1716 (thread_db_load_search): Clear the thread_db object.
1717 (try_thread_db_load_1): Ditto.
1718 (switch_to_process): New.
1719 (disable_thread_event_reporting): Use it.
1720 (remove_thread_event_breakpoints): New.
1721 (thread_db_detach, thread_db_mourn): Use it.
1722
1e7fc18c
PA
17232010-05-01 Pedro Alves <pedro@codesourcery.com>
1724
1725 * linux-low.c (linux_enable_event_reporting): New.
1726 (linux_wait_for_event_1, handle_extended_wait): Use it.
1727
02fc4de7
PA
17282010-04-30 Pedro Alves <pedro@codesourcery.com>
1729
1730 * linux-low.c (linux_kill_one_lwp, linux_kill)
1731 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
1732 (send_sigstop): Take an lwp_info as parameter instead. Queue a
1733 SIGSTOP even if the LWP is stopped.
1734 (send_sigstop_callback): New.
1735 (stop_all_lwps): Use send_sigstop_callback instead.
1736 (linux_resume_one_thread): Adjust.
1737 (proceed_one_lwp): Still proceed an LWP that the client has
1738 requested to stop, if we haven't reported it as stopped yet. Make
1739 sure that LWPs the client want stopped, have a pending SIGSTOP.
1740
bc3b5632
DE
17412010-04-26 Doug Evans <dje@google.com>
1742
ae1ada35
DE
1743 * server.c (handle_general_set): Make static.
1744
bc3b5632
DE
1745 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
1746 Print received char after testing for error/eof instead of before.
1747 (input_interrupt): Tweak comment.
1748
65730243
DE
17492010-04-23 Doug Evans <dje@google.com>
1750
1751 * server.c (start_inferior): Print inferior argv if --debug.
1752
a8ae7dc0
AR
17532010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
1754
1755 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
1756 * nto-x86-low.c: Include server.h
1757
1c07cc19
PM
17582010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
1759
1760 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
1761 be consistent with other sources of this directory.
1762 (init_registers_amd64): Correct name of source file of this function
1763 in the comment.
1764
e0a61e09
PM
17652010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1766
1767 * configure.srv (x86_64-*-mingw*): New configuration for Windows
1768 64-bit executables.
1769
54709339
PM
17702010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1771
1772 * win32-i386-low.c: Add 64-bit support.
1773 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
1774 (init_registers_amd64): Declare.
1775 (mappings): Add 64-bit version of array.
1776 (init_windows_x86): New function.
1777 (the_low_target): Change init_arch field to init_windows_x86.
1778
e8f0053d
PM
17792010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1780
1781 * win32-low.c: Adapt to support also 64-bit architecture.
1782 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
1783 (get_image_name): Use SIZE_T type for local variable `done'.
1784 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
1785 (toolhelp_get_dll_name): Idem.
1786 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
1787 Use uintptr_t typecast to avoid warning.
1788 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
1789 (handle_exception): Use phex_nz to avoid warning.
1790 (win32_wait): Remove unused local variable `process'.
1791
c481e77e
PM
17922010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
1793
1794 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
1795 `amd64-avx.o'.
1796
12ea4b69
PM
17972010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
1798
1799 * configure.ac: Use `ws2_32' library for srv_mingw.
1800 * configure: Regenerate.
1801 * gdbreplay.c: Include winsock2.h instead of winsock.h.
1802 * remote-utils.c: Likewise.
1803
f6d1620c
L
18042010-04-17 H.J. Lu <hongjiu.lu@intel.com>
1805
1806 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
1807 if __x86_64__ is defined.
1808
8e642873
PM
18092010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1810
1811 * configure: Regenerate.
1812
711e434b
PM
18132010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1814
1815 * server.c (handle_query): Handle 'qGetTIBAddr' query.
1816 * target.h (target_ops): New get_tib_address field.
1817 * win32-low.h (win32_thread_info): Add thread_local_base field.
1818 * win32-low.c (child_add_thread): Add tlb argument.
1819 Set thread_local_base field to TLB.
1820 (get_child_debug_event): Adapt to child_add_thread change.
1821 (win32_get_tib_address): New function.
1822 (win32_target_ops): Set get_tib_address field to
1823 win32_get_tib_address.
1824 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
1825
505106cd
PA
18262010-04-12 Pedro Alves <pedro@codesourcery.com>
1827
505106cd
PA
1828 * linux-low.c (linux_mourn): Also remove the process.
1829 * server.c (handle_target_event): Don't remove the process here.
1830 * nto-low.c (nto_mourn): New.
1831 (nto_target_ops): Install it.
1832 * spu-low.c (spu_mourn): New.
1833 (spu_target_ops): Install it.
1834 * win32-low.c (win32_mourn): New.
1835 (win32_target_ops): Install it.
1836
e8470a06
PA
18372010-04-12 Pedro Alves <pedro@codesourcery.com>
1838
1839 * server.h (buffer_xml_printf): Remove redundant `;'.
1840
45ba0d02
PA
18412010-04-12 Pedro Alves <pedro@codesourcery.com>
1842
1843 * regcache.c (set_register_cache): Invalidate regcaches before
1844 changing the register cache layout.
1845 (regcache_invalidate_one): Allow a NULL regcache.
1846 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
1847 regcaches before changing the register cache layout or the target
1848 regsets.
1849
59e04013
L
18502010-04-12 H.J. Lu <hongjiu.lu@intel.com>
1851
1852 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
1853 variable warning on Linux/x86-64.
1854
8336d594
PA
18552010-04-11 Pedro Alves <pedro@codesourcery.com>
1856
1857 GDBserver disconnected tracing support.
1858
1859 * linux-low.c (linux_remove_process): Delete.
1860 (add_lwp): Don't set last_resume_kind here.
1861 (linux_kill): Use `mourn'.
1862 (linux_detach): Use `thread_db_detach', and `mourn'.
1863 (linux_mourn): New.
1864 (linux_attach_lwp_1): Adjust comment.
1865 (linux_attach): last_resume_kind moved the thread_info; adjust.
1866 (status_pending_p_callback): Adjust.
1867 (linux_wait_for_event_1): Adjust.
1868 (count_events_callback, select_singlestep_lwp_callback)
1869 (select_event_lwp_callback, cancel_breakpoints_callback)
1870 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
1871 (proceed_one_lwp): Adjust.
1872 (linux_async): Add debug output.
1873 (linux_thread_stopped): New.
1874 (linux_pause_all): New.
1875 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
1876 linux_pause_all.
1877 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
1878 (thread_db_free): Delete declaration.
1879 (thread_db_detach, thread_db_mourn): Declare.
1880 * thread-db.c (thread_db_init): Use thread_db_mourn.
1881 (thread_db_free): Delete, split in two.
1882 (disable_thread_event_reporting): New.
1883 (thread_db_detach): New.
1884 (thread_db_mourn): New.
1885
1886 * server.h (struct thread_info) <last_resume_kind>: New field.
1887 <attached>: Add comment.
1888 <gdb_detached>: New field.
1889 (handler_func): Change return type to int.
1890 (handle_serial_event, handle_target_event): Ditto.
1891 (gdb_connected): Declare.
1892 (tracing): Delete.
1893 (disconnected_tracing): Declare.
1894 (stop_tracing): Declare.
1895
1896 * server.c (handle_query) <qSupported>: Report support for
1897 disconnected tracing.
1898 (queue_stop_reply_callback): Account for running threads.
1899 (gdb_wants_thread_stopped): New.
1900 (gdb_wants_all_threads_stopped): New.
1901 (gdb_reattached_process): New.
1902 (handle_status): Clear the `gdb_detached' flag of all processes.
1903 In all-stop, stop all threads.
1904 (main): Be sure to leave tfind mode. Handle disconnected tracing.
1905 (process_serial_event): If the remote connection breaks, or if an
1906 exit was forced with "monitor exit", force an event loop exit.
1907 Handle disconnected tracing on detach.
1908 (handle_serial_event): Adjust.
1909 (handle_target_event): If GDB isn't connected, forward events back
1910 to the inferior, unless the last process exited, in which case,
1911 exit gdbserver. Adjust interface.
1912
1913 * remote-utils.c (remote_open): Don't block in accept. Instead
1914 register an event loop source on the listen socket file
1915 descriptor. Refactor bits into ...
1916 (listen_desc): ... this new global.
1917 (gdb_connected): ... this new function.
1918 (enable_async_notification): ... this new function.
1919 (handle_accept_event): ... this new function.
1920 (remote_close): Clear remote_desc.
1921
1922 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
1923
1924 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
1925 New fields.
1926 (mourn_inferior): Define.
1927 (target_process_qsupported): Avoid the dangling else problem.
1928 (thread_stopped): Define.
1929 (pause_all): Define.
1930 (target_waitstatus_to_string): Declare.
1931 * target.c (target_waitstatus_to_string): New.
1932
1933 * tracepoint.c (tracing): Make extern.
1934 (disconnected_tracing): New.
1935 (stop_tracing): Make extern. Handle tracing stops due to GDB
1936 disconnecting.
1937 (cmd_qtdisconnected): New.
1938 (cmd_qtstatus): Report disconnected tracing status in trace reply.
1939 (handle_tracepoint_general_set): Handle QTDisconnected.
1940
1941 * event-loop.c (event_handler_func): Change return type to int.
1942 (process_event): Bail out if the event handler wants the event
1943 loop to stop.
1944 (handle_file_event): Ditto.
1945 (start_event_loop): Bail out if the event handler wants the event
1946 loop to stop.
1947
1948 * nto-low.c (nto_target_ops): Adjust.
1949 * spu-low.c (spu_wait): Don't remove the process here.
1950 (spu_target_ops): Adjust.
1951 * win32-low.c (win32_wait): Don't remove the process here.
1952 (win32_target_ops): Adjust.
1953
5d267c4c
PA
19542010-04-11 Pedro Alves <pedro@codesourcery.com>
1955
1956 * regcache.c (realloc_register_cache): Invalidate inferior's
1957 regcache before recreating it.
1958
623ccd72
PA
19592010-04-09 Pedro Alves <pedro@codesourcery.com>
1960
1961 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
1962
219f2f23
PA
19632010-04-09 Stan Shebs <stan@codesourcery.com>
1964 Pedro Alves <pedro@codesourcery.com>
1965
1966 * server.h (LONGEST): New.
1967 (struct thread_info) <while_stepping>: New field.
1968 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
1969 Declare.
1970 (initialize_tracepoint, handle_tracepoint_general_set)
1971 (handle_tracepoint_query, tracepoint_finished_step)
1972 (tracepoint_was_hit, release_while_stepping_state_list):
1973 (current_traceframe): Declare.
1974 * server.c (handle_general_set): Handle tracepoint packets.
1975 (read_memory): New.
1976 (write_memory): New.
1977 (handle_search_memory_1): Use read_memory.
1978 (handle_query): Report support for conditional tracepoints, trace
1979 state variables, and tracepoint sources. Handle tracepoint
1980 queries.
1981 (main): Initialize the tracepoints module.
1982 (process_serial_event): Handle traceframe reads/writes.
1983
1984 * linux-low.c (handle_tracepoints): New.
1985 (linux_wait_1): Call it.
1986 (linux_resume_one_lwp): Handle while-stepping.
1987 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
1988 (linux_target_ops): Install them.
1989 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
1990 New field.
1991 * linux-x86-low.c (x86_supports_tracepoints): New.
1992 (the_low_target). Install it.
1993
1994 * mem-break.h (delete_breakpoint): Declare.
1995 * mem-break.c (delete_breakpoint): Make external.
1996
1997 * target.h (struct target_ops): Add `supports_tracepoints',
1998 `read_pc', and `write_pc' fields.
1999 (target_supports_tracepoints): Define.
2000 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
2001 (phex_nz): New.
2002
2003 * regcache.h (struct regcache) <registers_owned>: New field.
2004 (init_register_cache, regcache_cpy): Declare.
2005 (regcache_read_pc, regcache_write_pc): Declare.
2006 (register_cache_size): Declare.
2007 (supply_regblock): Declare.
2008 * regcache.c (init_register_cache): New.
2009 (new_register_cache): Use it.
2010 (regcache_cpy): New.
2011 (register_cache_size): New.
2012 (supply_regblock): New.
2013 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 2014
219f2f23
PA
2015 * tracepoint.c: New.
2016
2017 * Makefile.in (OBS): Add tracepoint.o.
2018 (tracepoint.o): New rule.
2019
3a13a53b
L
20202010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2021
2022 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
2023 (i386-mmx.o): New.
2024 (i386-mmx.c): Likewise.
2025 (i386-mmx-linux.o): Likewise.
2026 (i386-mmx-linux.c): Likewise.
2027
2028 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
2029 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
2030 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
2031 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
2032
2033 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
2034 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
2035 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
2036
1570b33e
L
20372010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2038
2039 * Makefile.in (clean): Updated.
2040 (i386-avx.o): New.
2041 (i386-avx.c): Likewise.
2042 (i386-avx-linux.o): Likewise.
2043 (i386-avx-linux.c): Likewise.
2044 (amd64-avx.o): Likewise.
2045 (amd64-avx.c): Likewise.
2046 (amd64-avx-linux.o): Likewise.
2047 (amd64-avx-linux.c): Likewise.
2048
2049 * configure.srv (srv_i386_regobj): Add i386-avx.o.
2050 (srv_i386_linux_regobj): Add i386-avx-linux.o.
2051 (srv_amd64_regobj): Add amd64-avx.o.
2052 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
2053 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
2054 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
2055 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
2056 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
2057 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
2058 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
2059
2060 * i387-fp.c: Include "i386-xstate.h".
2061 (i387_xsave): New.
2062 (i387_cache_to_xsave): Likewise.
2063 (i387_xsave_to_cache): Likewise.
2064 (x86_xcr0): Likewise.
2065
2066 * i387-fp.h (i387_cache_to_xsave): Likewise.
2067 (i387_xsave_to_cache): Likewise.
2068 (x86_xcr0): Likewise.
2069
2070 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
2071 * linux-crisv32-low.c (target_regsets): Likewise.
2072 * linux-m68k-low.c (target_regsets): Likewise.
2073 * linux-mips-low.c (target_regsets): Likewise.
2074 * linux-ppc-low.c (target_regsets): Likewise.
2075 * linux-s390-low.c (target_regsets): Likewise.
2076 * linux-sh-low.c (target_regsets): Likewise.
2077 * linux-sparc-low.c (target_regsets): Likewise.
2078 * linux-xtensa-low.c (target_regsets): Likewise.
2079
2080 * linux-low.c: Include <sys/uio.h>.
2081 (regsets_fetch_inferior_registers): Support nt_type.
2082 (regsets_store_inferior_registers): Likewise.
2083 (linux_process_qsupported): New.
2084 (linux_target_ops): Add linux_process_qsupported.
2085
2086 * linux-low.h (regset_info): Add nt_type.
2087 (linux_target_ops): Add process_qsupported.
2088
2089 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
2090 and <sys/uio.h>.
2091 (init_registers_i386_avx_linux): New.
2092 (init_registers_amd64_avx_linux): Likewise.
2093 (xmltarget_i386_linux_no_xml): Likewise.
2094 (xmltarget_amd64_linux_no_xml): Likewise.
2095 (PTRACE_GETREGSET): Likewise.
2096 (PTRACE_SETREGSET): Likewise.
2097 (x86_fill_xstateregset): Likewise.
2098 (x86_store_xstateregset): Likewise.
2099 (use_xml): Likewise.
2100 (x86_linux_update_xmltarget): Likewise.
2101 (x86_linux_process_qsupported): Likewise.
2102 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
2103 (x86_arch_setup): Don't call init_registers_amd64_linux nor
2104 init_registers_i386_linux here. Call
2105 x86_linux_update_xmltarget.
2106 (the_low_target): Add x86_linux_process_qsupported.
2107
2108 * server.c (handle_query): Call target_process_qsupported.
2109
2110 * target.h (target_ops): Add process_qsupported.
2111 (target_process_qsupported): New.
2112
fc7238bb
PA
21132010-04-03 Pedro Alves <pedro@codesourcery.com>
2114
2115 * inferiors.c (add_thread): Set last_status kind to
2116 TARGET_WAITKIND_IGNORE.
2117 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
2118 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
2119 (linux_wait_1): Move `thread' local definition to block that uses
2120 it. Don't NULL initialize `event_child'.
2121 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
2122 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
2123 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
2124
bdabb078
PA
21252010-04-01 Pedro Alves <pedro@codesourcery.com>
2126
2127 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
2128 an extended waitstatus, or by a watchpoint.
2129 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
2130 thread was stepping or has been stopped by a watchpoint.
2131
d3bbe7a0
PA
21322010-04-01 Pedro Alves <pedro@codesourcery.com>
2133
2134 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
2135 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
2136 of another, then delete the previous, and validate all
2137 breakpoints.
2138 (validate_inserted_breakpoint): New.
2139 (delete_disabled_breakpoints): New.
2140 (validate_breakpoints): New.
2141 (check_mem_read): Validate breakpoints before trusting their
2142 shadow. Delete disabled breakpoints.
2143 (check_mem_write): Validate breakpoints before trusting they
2144 should be inserted. Delete disabled breakpoints.
2145 * mem-break.h (validate_breakpoints):
2146 * server.c (handle_query): Validate breakpoints when we see a
2147 qSymbol query.
2148
8b07ae33
PA
21492010-04-01 Pedro Alves <pedro@codesourcery.com>
2150
2151 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
2152 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
2153 if we could tell there's a GDB breakpoint at stop_pc.
2154 (need_step_over_p): Don't do a step over if we find a GDB
2155 breakpoint at the resume PC.
2156
2157 * mem-break.c (struct raw_breakpoint): New.
2158 (enum bkpt_type): New type `gdb_breakpoint'.
2159 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
2160 fields. New field `raw'.
2161 (find_raw_breakpoint_at): New.
2162 (set_raw_breakpoint_at): Handle refcounting. Create a raw
2163 breakpoint instead.
2164 (set_breakpoint_at): Adjust.
2165 (delete_raw_breakpoint): New.
2166 (release_breakpoint): New.
2167 (delete_breakpoint): Rename to...
2168 (delete_breakpoint_1): ... this. Add proc parameter. Use
2169 release_breakpoint. Return ENOENT.
2170 (delete_breakpoint): Reimplement.
2171 (find_breakpoint_at): Delete.
2172 (find_gdb_breakpoint_at): New.
2173 (delete_breakpoint_at): Delete.
2174 (set_gdb_breakpoint_at): New.
2175 (delete_gdb_breakpoint_at): New.
2176 (gdb_breakpoint_here): New.
2177 (set_reinsert_breakpoint): Use release_breakpoint.
2178 (uninsert_breakpoint): Rename to ...
2179 (uninsert_raw_breakpoint): ... this.
2180 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
2181 (reinsert_raw_breakpoint): Change parameter type to
2182 raw_breakpoint.
2183 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
2184 instead.
2185 (check_breakpoints): Adjust. Use release_breakpoint.
2186 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
2187 (breakpoint_inserted_here): Ditto.
2188 (check_mem_read): Adjust to iterate over raw breakpoints instead.
2189 Don't trust the breakpoint's shadow if it is not inserted.
2190 (check_mem_write): Adjust to iterate over raw breakpoints instead.
2191 (delete_all_breakpoints): Adjust.
2192 (free_all_breakpoints): Mark all breakpoints as uninserted, and
2193 use delete_breakpoint_1.
2194
2195 * mem-break.h (breakpoints_supported): Delete declaration.
2196 (set_gdb_breakpoint_at): Declare.
2197 (gdb_breakpoint_here): Declare.
2198 (delete_breakpoint_at): Delete.
2199 (delete_gdb_breakpoint_at): Declare.
2200
2201 * server.h (struct raw_breakpoint): Forward declare.
2202 (struct process_info): New field `raw_breakpoints'.
2203
2204 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
2205 breakpoints.
2206
6bf5e0ba
PA
22072010-03-24 Pedro Alves <pedro@codesourcery.com>
2208
2209 * linux-low.c (status_pending_p_callback): Fix comment.
2210 (linux_wait_for_event_1): Move most of the internal breakpoint
2211 handling from here...
2212 (linux_wait_1): ... to here.
2213 (count_events_callback): New.
2214 (select_singlestep_lwp_callback): New.
2215 (select_event_lwp_callback): New.
2216 (cancel_breakpoints_callback): New.
2217 (select_event_lwp): New.
2218 (linux_wait_1): Simplify internal breakpoint handling. Give equal
2219 priority to all LWPs that have had events that should be reported
2220 to the client. Cancel breakpoints when about to reporting the
2221 event to the client, not while stopping lwps. No longer cancel
2222 finished single-steps here.
2223 (cancel_finished_single_step): Delete.
2224 (cancel_finished_single_steps): Delete.
2225
414a389f
PA
22262010-03-24 Pedro Alves <pedro@codesourcery.com>
2227
2228 * mem-break.c (enum bkpt_type): New.
2229 (struct breakpoint): New field `type'.
2230 (set_breakpoint_at): Change return type to struct breakpoint
2231 pointer. Set type to `other_breakpoint' by default.
2232 (delete_breakpoint): Rewrite, supporting more than one breakpoint
2233 in the breakpoint list.
2234 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
2235 (reinsert_breakpoint): Rename to ...
2236 (reinsert_raw_breakpoint): ... this.
2237 (reinsert_breakpoints_at): Adjust.
2238 * mem-break.h (struct breakpoint): Declare.
2239 (set_breakpoint_at): Change return type to struct breakpoint
2240 pointer.
2241
2280c721
PA
22422010-03-24 Pedro Alves <pedro@codesourcery.com>
2243
2244 * server.c (handle_query): Assign, not compare.
2245
d50171e4
PA
22462010-03-24 Pedro Alves <pedro@codesourcery.com>
2247
2248 Teach linux gdbserver to step-over-breakpoints.
2249
2250 * linux-low.c (can_hardware_single_step): New.
2251 (supports_breakpoints): New.
2252 (handle_extended_wait): If stopping threads, read the stop pc of
2253 the new cloned LWP.
2254 (get_pc): New.
2255 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
2256 low target doesn't support retrieving the PC.
2257 (add_lwp): Set last_resume_kind to resume_continue.
2258 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
2259 (linux_attach): Don't clear stop_expected. Set the lwp's
2260 last_resume_kind to resume_stop.
2261 (linux_detach_one_lwp): Don't check for removed breakpoints.
2262 (check_removed_breakpoint): Delete.
2263 (status_pending_p): Rename to ...
2264 (status_pending_p_callback): ... this. Don't check for removed
2265 breakpoints. Don't consider threads that are stopped from GDB's
2266 perspective.
2267 (linux_wait_for_lwp): Always read the stop_pc here.
2268 (cancel_breakpoint): New.
2269 (step_over_bkpt): New global.
2270 (linux_wait_for_event_1): Implement stepping over breakpoints.
2271 (gdb_wants_lwp_stopped): New.
2272 (gdb_wants_all_stopped): New.
2273 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
2274 single-step traps here. Store the thread's last reported target
2275 wait status.
2276 (send_sigstop): Don't clear stop_expected. Always set it,
2277 instead.
2278 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
2279 (cancel_finished_single_step): New.
2280 (cancel_finished_single_steps): New.
2281 (wait_for_sigstop): Don't cancel finished single-step traps here.
2282 (linux_resume_one_lwp): Don't check for removed breakpoints.
2283 Don't set `step' on non-hardware step archs.
2284 (linux_set_resume_request): Ignore resume_stop requests if already
2285 stopping or stopped. Set the lwp's last_resume_kind.
2286 (resume_status_pending_p): Don't check for removed breakpoints.
2287 (need_step_over_p): New.
2288 (start_step_over): New.
2289 (finish_step_over): New.
2290 (linux_resume_one_thread): Always queue a sigstop for resume_stop
2291 requests. Clear the thread's last reported target waitstatus.
2292 Don't use the `suspended' flag. Don't consider pending breakpoints.
2293 (linux_resume): Start a step-over if necessary.
2294 (proceed_one_lwp): New.
2295 (proceed_all_lwps): New.
2296 (unstop_all_lwps): New.
2297 * linux-low.h (struct lwp_info): Rewrite comment for the
2298 `suspended' flag. Add the `stop_pc' field. Delete the
2299 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
2300 Add `'last_resume_kind' and `need_step_over' fields.
2301 * inferiors.c (struct thread_info): Delete, moved elsewhere.
2302 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
2303 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
2304 (set_raw_breakpoint_at): New.
2305 (set_breakpoint_at): Rewrite to use it.
2306 (reinsert_breakpoint_handler): Delete.
2307 (set_reinsert_breakpoint): New.
2308 (reinsert_breakpoint_by_bp): Delete.
2309 (delete_reinsert_breakpoints): New.
2310 (uninsert_breakpoint): Rewrite.
2311 (uninsert_breakpoints_at): New.
2312 (reinsert_breakpoint): Rewrite.
2313 (reinsert_breakpoints_at): New.
2314 (check_breakpoints): Rewrite.
2315 (breakpoint_here): New.
2316 (breakpoint_inserted_here): New.
2317 (check_mem_read): Adjust.
2318 * mem-break.h (breakpoints_supported, breakpoint_here)
2319 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
2320 (reinsert_breakpoint_by_bp): Delete declaration.
2321 (delete_reinsert_breakpoints): Declare.
2322 (reinsert_breakpoint): Delete declaration.
2323 (reinsert_breakpoints_at): Declare.
2324 (uninsert_breakpoint): Delete declaration.
2325 (uninsert_breakpoints_at): Declare.
2326 (check_breakpoints): Adjust prototype.
2327 * server.h: Adjust include order.
2328 (struct thread_info): Declare here. Add a `last_status' field.
2329
30ba68cb
MS
23302010-03-23 Michael Snyder <msnyder@vmware.com>
2331
2332 * server.c (crc32): New function.
2333 (handle_query): Add handling for 'qCRC:' request.
2334
b9a881c2
PA
23352010-03-23 Pedro Alves <pedro@codesourcery.com>
2336
2337 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
2338 lwp had been stopped by a watchpoint.
2339
e92d13d5
PA
23402010-03-16 Pedro Alves <pedro@codesourcery.com>
2341
2342 * server.h (internal_error): Declare.
2343 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
2344 * utils.c (internal_error): New function.
2345
64daa791
AS
23462010-03-15 Andreas Schwab <schwab@redhat.com>
2347
2348 * configure.srv: Fix typo setting srv_regobj.
2349
f52cd8cd
PA
23502010-03-15 Pedro Alves <pedro@codesourcery.com>
2351
2352 * linux-low.c (fetch_register): Avoid passing a non string literal
2353 format to `error'.
2354 (usr_store_inferior_registers): Ditto.
2355
93ae6fdc
PA
23562010-03-14 Pedro Alves <pedro@codesourcery.com>
2357
2358 * linux-low.c (linux_write_memory): Bail out early if peeking
2359 memory failed.
2360
c3adc08c
PA
23612010-03-14 Pedro Alves <pedro@codesourcery.com>
2362
2363 * linux-low.h (struct lwp_info): New fields
2364 `stopped_by_watchpoint' and `stopped_data_address'.
2365 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
2366 here, and cache them in the lwp object.
2367 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
2368 directly.
2369 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
2370 field.
2371 (linux_stopped_by_watchpoint): Rewrite.
2372 (linux_stopped_data_address): Rewrite.
2373
bce522a2
PA
23742010-03-06 Simo Melenius <simo.melenius@iki.fi>
2375
2376 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
2377 switching the current inferior, not before.
2378
90884b2b
L
23792010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2380
2381 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
2382 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
2383 i386-linux.c and amd64-linux.c.
2384 (reg-i386.o): Removed.
2385 (reg-i386.c): Likewise.
2386 (reg-i386-linux.o): Likewise.
2387 (reg-i386-linux.c): Likewise.
2388 (reg-x86-64.o): Likewise.
2389 (reg-x86-64.c): Likewise.
2390 (reg-x86-64-linux.o): Likewise.
2391 (reg-x86-64-linux.c): Likewise.
2392 (i386.o): New.
2393 (i386.c): Likewise.
2394 (i386-linux.o): Likewise.
2395 (i386-linux.c): Likewise.
2396 (amd64.o): Likewise.
2397 (amd64.c): Likewise.
2398 (amd64-linux.o): Likewise.
2399 (amd64-linux.c): Likewise.
2400
2401 * configure.srv (srv_i386_regobj): New.
2402 (srv_i386_linux_regobj): Likewise.
2403 (srv_amd64_regobj): Likewise.
2404 (srv_amd64_linux_regobj): Likewise.
2405 (srv_i386_32bit_xmlfiles): Likewise.
2406 (srv_i386_64bit_xmlfiles): Likewise.
2407 (srv_i386_xmlfiles): Likewise.
2408 (srv_amd64_xmlfiles): Likewise.
2409 (srv_i386_linux_xmlfiles): Likewise.
2410 (srv_amd64_linux_xmlfiles): Likewise.
2411 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
2412 srv_xmlfiles to $srv_i386_xmlfiles.
2413 (i[34567]86-*-mingw32ce*): Likewise.
2414 (i[34567]86-*-mingw*): Likewise.
2415 (i[34567]86-*-nto*): Likewise.
2416 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
2417 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
2418 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
2419 (x86_64-*-linux*): Likewise.
2420
2421 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
2422 (init_registers_amd64_linux): New.
2423 (x86_arch_setup): Replace init_registers_x86_64_linux with
2424 init_registers_amd64_linux.
2425
193f13e6
MK
24262010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
2427
2428 * configure.ac: Check for libdl. If it is not available link against
2429 static libthread_db.
2430 * configure: Regenerate.
2431
85d721b8
PA
24322010-02-22 Pedro Alves <pedro@codesourcery.com>
2433
2434 PR9605
2435
2436 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
2437 handing a read watchpoint.
2438 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
2439
6076632b
DE
24402010-02-12 Doug Evans <dje@google.com>
2441
2442 * linux-low.c (linux_supports_tracefork_flag): Document.
2443 (linux_look_up_symbols): Add comment.
2444
3327ccf7
L
24452010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2446
2447 * regcache.c (supply_register): Clear regcache if buf is NULL.
2448
0718675c 24492010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 2450 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
2451
2452 * inferiors.c (find_inferior): Add function documentation.
2453 (unloaded_dll): Handle the case where the unloaded dll has not
2454 been previously registered in the dll list.
2455
177321bd
DJ
24562010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2457
2458 * linux-arm-low.c (thumb_breakpoint_len): Delete.
2459 (thumb2_breakpoint): New.
2460 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
2461
2b009048
DJ
24622010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2463
2464 * linux-low.c (get_stop_pc): Check for SIGTRAP.
2465 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
2466 breakpoints.
2467
3be029c7
PA
24682010-01-21 Pedro Alves <pedro@codesourcery.com>
2469
2470 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
2471
18f5de3b
JK
24722010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 * linux-s390-low.c (s390_collect_ptrace_register)
2475 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
2476
3743bb4f
DE
24772010-01-21 Doug Evans <dje@google.com>
2478
14ce3065
DE
2479 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
2480 (PTRACE_ARG4_TYPE): New macro.
2481 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
2482 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
2483 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
2484 (usr_store_inferior_registers): Ditto.
2485 (linux_read_memory, linux_write_memory): Ditto.
2486 (linux_test_for_tracefork): Ditto.
2487
3743bb4f
DE
2488 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
2489 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
2490
8b315be5
PA
24912010-01-21 Pedro Alves <pedro@codesourcery.com>
2492
2493 * proc-service.c (ps_lgetregs): Don't refetch registers from the
2494 target.
2495
85492558
PA
24962010-01-21 Pedro Alves <pedro@codesourcery.com>
2497
2498 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
2499 prototype to take a regcache. Adjust.
2500
442ea881
PA
25012010-01-20 Pedro Alves <pedro@codesourcery.com>
2502
2503 * regcache.h (struct thread_info): Forward declare.
2504 (struct regcache): New.
2505 (new_register_cache): Adjust prototype.
2506 (get_thread_regcache): Declare.
2507 (free_register_cache): Adjust prototype.
2508 (registers_to_string, registers_from_string): Ditto.
2509 (supply_register, supply_register_by_name, collect_register)
2510 (collect_register_as_string, collect_register_by_name): Ditto.
2511 * regcache.c (struct inferior_regcache_data): Delete.
2512 (get_regcache): Rename to ...
2513 (get_thread_regcache): ... this. Adjust. Switch inferior before
2514 fetching registers.
2515 (regcache_invalidate_one): Adjust.
2516 (regcache_invalidate): Fix prototype.
2517 (new_register_cache): Return the new register cache.
2518 (free_register_cache): Change prototype.
2519 (realloc_register_cache): Adjust.
2520 (registers_to_string): Change prototype to take a regcache. Adjust.
2521 (registers_from_string): Ditto.
2522 (register_data): Ditto.
2523 (supply_register): Ditto.
2524 (supply_register_by_name): Ditto.
2525 (collect_register): Ditto.
2526 (collect_register_as_string): Ditto.
2527 (collect_register_by_name): Ditto.
2528 * server.c (process_serial_event): Adjust.
2529 * linux-low.h (regset_fill_func, regset_store_func): Change
2530 prototype.
2531 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
2532 Change prototype.
2533 * linux-low.c (get_stop_pc): Adjust.
2534 (check_removed_breakpoint): Adjust.
2535 (linux_wait_for_event): Adjust.
2536 (linux_resume_one_lwp): Adjust.
2537 (fetch_register): Add regcache parameter. Adjust.
2538 (usr_store_inferior_registers): Ditto.
2539 (regsets_fetch_inferior_registers): Ditto.
2540 (regsets_store_inferior_registers): Ditto.
2541 (linux_fetch_registers, linux_store_registers): Ditto.
2542 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
2543 regcache. Adjust.
2544 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
2545 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
2546 prototype to take a regcache.
2547 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
2548 * remote-utils.c (convert_ascii_to_int, outreg)
2549 (prepare_resume_reply): Change prototype to take a regcache.
2550 Adjust.
2551 * target.h (struct target_ops) <fetch_registers, store_registers>:
2552 Change prototype to take a regcache.
2553 (fetch_inferior_registers, store_inferior_registers): Change
2554 prototype to take a regcache. Adjust.
2555 * proc-service.c (ps_lgetregs): Adjust.
2556 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
2557 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
2558 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
2559 take a regcache. Adjust.
2560 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
2561 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
2562 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
2563 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
2564 * linux-cris-low.c (cris_get_pc, cris_set_pc)
2565 (cris_cannot_fetch_register):
2566 (cris_breakpoint_at): Change prototype to take a regcache.
2567 Adjust.
2568 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
2569 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
2570 to take a regcache. Adjust.
2571 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
2572 Adjust.
2573 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
2574 take a regcache. Adjust.
2575 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
2576 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
2577 (m68k_set_pc): Change prototype to take a regcache. Adjust.
2578 * linux-mips-low.c (mips_get_pc):
2579 (mips_set_pc): Change prototype to take a regcache. Adjust.
2580 (mips_reinsert_addr): Adjust.
2581 (mips_collect_register): Change prototype to take a regcache.
2582 Adjust.
2583 (mips_supply_register):
2584 (mips_collect_register_32bit, mips_supply_register_32bit)
2585 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
2586 (mips_store_fpregset): Ditto.
2587 * linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
2588 Ditto.
2589 (parse_spufs_run): Adjust.
2590 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
2591 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
2592 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
2593 take a regcache. Adjust.
2594 * linux-s390-low.c (s390_collect_ptrace_register)
2595 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
2596 (s390_set_pc): Change prototype to take a regcache. Adjust.
2597 (s390_arch_setup): Adjust.
2598 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
2599 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
2600 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
2601 (sparc_fill_gregset, sparc_store_gregset_from_stack)
2602 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
2603 regcache. Adjust.
2604 (sparc_breakpoint_at): Adjust.
2605 * linux-xtensa-low.c (xtensa_fill_gregset):
2606 (xtensa_store_gregset):
2607 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
2608 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
2609 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
2610 prototype to take a regcache. Adjust.
2611 * win32-arm-low.c (arm_fetch_inferior_register)
2612 (arm_store_inferior_register): Change prototype to take a
2613 regcache. Adjust.
2614 * win32-i386-low.c (i386_fetch_inferior_register)
2615 (i386_store_inferior_register): Change prototype to take a
2616 regcache. Adjust.
2617 * win32-low.c (child_fetch_inferior_registers)
2618 (child_store_inferior_registers): Change prototype to take a
2619 regcache. Adjust.
2620 (win32_wait): Adjust.
2621 (win32_fetch_inferior_registers): Change prototype to take a
2622 regcache. Adjust.
2623 (win32_store_inferior_registers): Adjust.
2624 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
2625 store_inferior_register>: Change prototype to take a regcache.
2626
60c3d7b0
DE
26272010-01-20 Doug Evans <dje@google.com>
2628
2629 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
2630 #ifdef.
2631 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 2632 (W_STOPCODE): Provide definition if missing.
60c3d7b0 2633
dc146f7c
VP
26342010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2635
2636 * linux-low.c (linux_core_of_thread): New.
2637 (compare_ints, show_process, list_threads): New.
2638 (linux_qxfer_osdata): Report threads and cores.
2639 (linux_target_op): Register linux_core_of_thread.
2640 * remote-utils.c (prepare_resume_reply): Report the core.
2641 (buffer_xml_printf): Support %d specifier.
2642 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
2643 New.
2644 (handle_query): Handle qXfer:threads. Announce availability
2645 thereof.
2646 * target.h (struct target_ops): New field core_of_thread.
2647
7803799a
UW
26482010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2649
2650 * Makefile.in (clean): Remove new generated files.
2651 (reg-s390.o, reg-s390.c): Remove rules.
2652 (reg-s390x.o, reg-s390x.c): Likewise.
2653 (s390-linux32.o, s390-linux32.c): Add rules.
2654 (s390-linux64.o, s390-linux64.c): Likewise.
2655 (s390x-linux64.o, s390x-linux64.c): Likewise.
2656 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
2657 * linux-s390-low.c: Include <elf.h>.
2658 (HWCAP_S390_HIGH_GPRS): Define if undefined.
2659 (init_registers_s390): Remove prototype.
2660 (init_registers_s390x): Likewise.
2661 (init_registers_s390_linux32): Add prototype.
2662 (init_registers_s390_linux64): Likewise.
2663 (init_registers_s390x_linux64): Likewise.
2664 (s390_num_regs_3264): New define.
2665 (s390_regmap_3264): New global variable.
2666 (s390_cannot_fetch_register): Remove obsolete check.
2667 (s390_cannot_store_register): Likewise.
2668 (s390_collect_ptrace_register): Handle upper/lower register halves.
2669 (s390_supply_ptrace_register): Likewise.
2670 (s390_fill_gregset): Update to register number changes.
2671 (s390_get_hwcap): New routine.
2672 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
2673 Install appropriate regmap and register set.
2674
6e7ffa39
JB
26752010-01-01 Joel Brobecker <brobecker@adacore.com>
2676
2677 * server.c (gdbserver_version): Update copyright year to 2010.
2678 * gdbreplay.c (gdbreplay_version): Likewise.
2679
957f3f49
DE
26802009-12-28 Doug Evans <dje@google.com>
2681
2682 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
2683 elf/external.h. Include <elf.h> instead but only if necessary.
2684
ca5c370d
PA
26852009-12-28 Pedro Alves <pedro@codesourcery.com>
2686
2687 * linux-low.c (linux_remove_process): Remove `detaching'
2688 parameter. Don't release/detach from thread_db here.
2689 (linux_kill): Release/detach from thread_db here, ...
2690 (linux_detach): ... and here, before actually detaching.
2691 (linux_wait_1): ... and here, when a process exits.
2692 * thread-db.c (any_thread_of): New.
2693 (thread_db_free): Switch the current inferior to a thread of the
2694 passed in process.
2695
4ee62156
DE
26962009-12-21 Doug Evans <dje@google.com>
2697
d90e6a88
DE
2698 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
2699
c5f62d5f
DE
2700 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
2701 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
2702 warning ifndef __NR_tkill. Move setting of errno there too.
2703 Delete unnecessary resetting of errno after syscall.
2704 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
2705
10e86dd7
DE
2706 * configure.ac: Check for dladdr.
2707 * config.in: Regenerate.
2708 * configure: Regenerate.
2709 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
2710 (try_thread_db_load): Update.
2711
4ee62156
DE
2712 * linux-low.c (my_waitpid): Delete unnecessary prototype.
2713
00f515da
DE
27142009-12-18 Doug Evans <dje@google.com>
2715
e9464885
DE
2716 * event-loop.c: Include unistd.h if it exists.
2717
07d4f67e
DE
2718 * linux-low.c (my_waitpid): Move definition away from being in
2719 between linux_tracefork_child/linux_test_for_tracefork.
2720
00f515da
DE
2721 * gdb_proc_service.h (psaddr_t): Fix type.
2722 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
2723 signature to match glibc.
2724
1de1badb
DE
27252009-12-16 Doug Evans <dje@google.com>
2726
2727 * linux-low.c (linux_read_memory): Fix argument to read.
2728
aeeb81d1
PA
27292009-11-26 Pedro Alves <pedro@codesourcery.com>
2730
2731 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
2732 events, don't leave current_inferior pointing at null.
2733
10357975
PA
27342009-11-26 Pedro Alves <pedro@codesourcery.com>
2735
2736 * win32-low.c (LOG): Delete.
2737 (OUTMSG): Output to stderr.
2738 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
2739 on compile time LOG macro.
2740 (win32_wait): Fix debug output.
2741
cf6e3471
PA
27422009-11-26 Pedro Alves <pedro@codesourcery.com>
2743
2744 * win32-low.c (win32_add_one_solib): If the dll name is
2745 "ntdll.dll", prepend the system directory to the dll path.
2746
0c85e18e
MK
27472009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
2748
2749 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
2750
9ac544ce 27512009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 2752 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
2753
2754 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
2755 * configure.ac: Check for __mcoldfire__ and set
2756 gdb_cv_m68k_is_coldfire.
2757 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
2758 reg-cf.o and reg-m68k.o.
2759 * configure: Regenerated.
2760
fd7dd3e6
PA
27612009-11-16 Pedro Alves <pedro@codesourcery.com>
2762
2763 * linux-low.c (linux_remove_process): Add `detaching' parameter.
2764 Pass it to thread_db_free.
2765 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
2766 proper `detaching' argument to linux_remove_process.
2767 * linux-low.h (thread_db_free): Add `detaching' parameter.
2768 * thread-db.c (thread_db_init): Pass false as `detaching' argument
2769 to thread_db_free.
2770 (thread_db_free): Add `detaching' parameter. Only
2771 call td_ta_clear_event if detaching from process.
2772
75aa492e
MK
27732009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
2774
2775 * thread-db.c (thread_db_free): Fix typo.
2776
21e1bee4
PP
27772009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2778
2779 PR gdb/10838
2780 * thread-db.c (thread_db_free): Call td_ta_clear_event.
2781
8838b45e
NS
27822009-11-03 Nathan Sidwell <nathan@codesourcery.com>
2783
2784 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
2785 with an i686 compiler.
2786 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
2787 needed.
2788 * configure: Rebuilt.
2789
8a35fb51
SL
27902009-10-29 Sandra Loosemore <sandra@codesourcery.com>
2791
2792 PR gdb/10783
2793
2794 * server.c (handle_search_memory_1): Correct read_addr initialization
2795 in loop for searching subsequent chunks.
2796
96f15937
PP
27972009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
2798
2799 * configure.ac: New --with-libthread-db option.
2800 * thread-db.c: Allow direct dependence on libthread_db.
2801 (thread_db_free): Adjust.
2802 * config.in: Regenerate.
2803 * configure: Likewise.
889bf7c5 2804
5f7d1694
PP
28052009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
2806
2807 PR gdb/10757
2808 * thread-db.c (attach_thread): New function.
2809 (maybe_attach_thread): Return success/failure.
2810 (find_new_threads_callback): Adjust.
889bf7c5
PA
2811 (thread_db_find_new_threads): Loop until no new threads.
2812
88e3b899
PA
28132009-10-13 Pedro Alves <pedro@codesourcery.com>
2814
2815 * proc-service.c (ps_lgetregs): Formatting.
2816
cdbfd419
PP
28172009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2818
2819 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
2820 * configure.ac: Adjust.
2821 * linux-low.h (struct process_info_private): Move members to struct
2822 thread_db.
2823 (thread_db_free, thread_db_handle_monitor_command): New prototype.
2824 * linux-low.c (linux_remove_process): Adjust.
2825 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
2826 * server.c (handle_query): Move code ...
2827 (handle_monitor_command): ... here. New function.
2828 * target.h (struct target_ops): New member.
2829 * thread-db.c (struct thread_db): New.
2830 (libthread_db_search_path): New variable.
2831 (thread_db_create_event, thread_db_enable_reporting)
2832 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
2833 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
2834 (try_thread_db_load_1, dladdr_to_soname): New functions.
2835 (try_thread_db_load, thread_db_load_search): New functions.
2836 (thread_db_init): Search for libthread_db.
2837 (thread_db_free): New function.
2838 (thread_db_handle_monitor_command): Likewise.
2839 * config.in: Regenerate.
2840 * configure: Regenerate.
889bf7c5 2841
4168d2d6
UW
28422009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
2843
2844 * spu-low.c (spu_kill): Wait for inferior to terminate.
2845 Call clear_inferiors.
2846 (spu_detach): Call clear_inferiors.
2847
81ecdfbb
RW
28482009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2849
2850 * aclocal.m4: Regenerate.
2851 * config.in: Likewise.
2852 * configure: Likewise.
2853
0b9ff2c0
UW
28542009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2855
2856 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
2857 (parse_spufs_run): New function.
2858 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
2859 (ppc_breakpoint_at): Handle SPU breakpoints.
2860
efcbbd14
UW
28612009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2862
2863 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
2864 (SPUFS_MAGIC): Define.
2865 (spu_enumerate_spu_ids): New function.
2866 (linux_qxfer_spu): New function.
2867 (linux_target_ops): Install linux_qxfer_spu.
2868
f4d9bade
UW
28692009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2870
2871 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
2872 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
2873 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
2874 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
2875 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
2876 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
2877 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
2878 (init_registers_powerpc_cell32l): Add prototype.
2879 (init_registers_powerpc_cell64l): Likewise.
2880 (ppc_arch_setup): Detect Cell/B.E. architecture.
2881
96e946ca
RW
28822009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2883
2884 * Makefile.in (datarootdir): New variable.
2885
58d6951d
DJ
28862009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2887
2888 * linux-low.c (linux_write_memory): Update debugging output.
2889 * Makefile.in (clean): Add new descriptions.
2890 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
2891 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
2892 * configure.srv: Add new files for arm*-*-linux*.
2893 * linux-arm-low.c: Add new declarations.
2894 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
2895 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
2896 (HWCAP_VFPv3D16): New.
2897 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
2898 instead of __IWMMXT__.
2899 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
2900 (arm_arch_setup): New.
2901 (target_regsets): Remove #ifdef. Add VFP regset.
2902 (the_low_target): Use arm_arch_setup.
2903
12b42a12
DJ
29042009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2905
2906 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
2907 the main thread again.
2908
ac8c974e
AR
29092009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
2910
2911 Adding Neutrino gdbserver.
2912 * configure: Regenerated.
2913 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
2914 * configure.srv (i[34567]86-*-nto*): New target.
2915 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
2916 * remote-utils.c [__QNX__]: Include sys/iomgr.h
2917 (nto_comctrl) [__QNX__]: New function.
2918 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
2919
4424e0c3 29202009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
2921
2922 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
2923 srv_tgtobj.
2924
912cf4ba
PA
29252009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
2926 Pedro Alves <pedro@codesourcery.com>
2927
2928 * win32-i386-low.c (i386_get_thread_context): Handle systems that
2929 don't support CONTEXT_EXTENDED_REGISTERS.
2930 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
2931 (the_low_target): Install them.
2932 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
2933 failing with ERROR_PIPE_NOT_CONNECTED.
2934
aa5ca48f
DE
29352009-06-30 Doug Evans <dje@google.com>
2936 Pierre Muller <muller@ics.u-strasbg.fr>
2937
2938 Add h/w watchpoint support to x86-linux, win32-i386.
2939 * Makefile.in (SFILES): Add i386-low.c
2940 (i386_low_h): Define.
2941 (i386-low.o): Add dependencies.
2942 (linux-x86-low.o): Add i386-low.h dependency.
2943 (win32-i386-low.o): Ditto.
2944 * i386-low.c: New file.
2945 * i386-low.h: New file.
2946 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
2947 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
2948 * linux-low.c (linux_add_process): Initialize arch_private.
2949 (linux_remove_process): Free arch_private.
2950 (add_lwp): Initialize arch_private.
2951 (delete_lwp): Free arch_private.
2952 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
2953 provided.
2954 * linux-low.h (process_info_private): New member arch_private.
2955 (lwp_info): New member arch_private.
2956 (linux_target_ops): New members new_process, new_thread,
2957 prepare_to_resume.
2958 (ptid_of): New macro.
2959 * linux-x86-low.c: Include stddef.h, i386-low.h.
2960 (arch_process_info): New struct.
2961 (arch_lwp_info): New struct.
2962 (x86_linux_dr_get, x86_linux_dr_set): New functions.
2963 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
2964 (i386_dr_low_get_status): New function.
2965 (x86_insert_point, x86_remove_point): New functions.
2966 (x86_stopped_by_watchpoint): New function.
2967 (x86_stopped_data_address): New function.
2968 (x86_linux_new_process, x86_linux_new_thread): New functions.
2969 (x86_linux_prepare_to_resume): New function.
2970 (the_low_target): Add entries for insert_point, remove_point,
2971 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
2972 prepare_to_resume.
2973 * server.c (debug_hw_points): New global.
2974 (monitor_show_help): Document set debug-hw-points.
2975 (handle_query): Process "set debug-hw-points".
2976 * server.h (debug_hw_points): Declare.
2977 (paddress): Declare.
2978 * utils.c (NUMCELLS, CELLSIZE): New macros.
2979 (get_sell, xsnprintf, paddress): New functions.
2980 * win32-arm-low.c (the_low_target): Add entries for insert_point,
2981 remove_point, stopped_by_watchpoint, stopped_data_address.
2982 * win32-i386-low.c: Include i386-low.h.
2983 (debug_reg_state): Replaces dr.
2984 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
2985 (i386_dr_low_get_status): New function.
2986 (i386_insert_point, i386_remove_point): New functions.
2987 (i386_stopped_by_watchpoint): New function.
2988 (i386_stopped_data_address): New function.
2989 (i386_initial_stuff): Update.
2990 (get_thread_context,set_thread_context,i386_thread_added): Update.
2991 (the_low_target): Add entries for insert_point,
2992 remove_point, stopped_by_watchpoint, stopped_data_address.
2993 * win32-low.c (win32_insert_watchpoint): New function.
2994 (win32_remove_watchpoint): New function.
2995 (win32_stopped_by_watchpoint): New function.
2996 (win32_stopped_data_address): New function.
2997 (win32_target_ops): Add entries for insert_watchpoint,
2998 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
2999 * win32-low.h (win32_target_ops): New members insert_point,
3000 remove_point, stopped_by_watchpoint, stopped_data_address.
3001
d993e290
PA
30022009-06-25 Pedro Alves <pedro@codesourcery.com>
3003
3004 * server.c (process_serial_event): Re-return unsupported, not
3005 error, if the type isn't recognized. Re-allow supporting only
3006 insert or remove packets. Also call require_running for
3007 breakpoints. Add missing break statement to default case. Tidy.
3008 * target.h (struct target_ops): Rename insert_watchpoint to
3009 insert_point, and remove_watchpoint to remove_point.
3010
3011 * linux-low.h (struct linux_target_ops): Likewise.
3012 * linux-low.c (linux_insert_watchpoint): Rename to ...
3013 (linux_insert_point): ... this. Adjust.
3014 (linux_remove_watchpoint): Rename to ...
3015 (linux_remove_point): ... this. Adjust.
3016 (linux_target_ops): Adjust.
3017 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
3018 (cris_insert_point): ... this.
3019 (cris_remove_watchpoint): Rename to ...
3020 (cris_remove_point): ... this.
3021 (the_low_target): Adjust.
3022
0f54c268
PM
30232009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
3024
3025 * server.c (handle_v_kill): Pass signal_pid to
3026 kill_inferior if multi_process is zero.
3027
c6314022
AR
30282009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
3029
3030 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
3031 * target.h (target_ops): Comment for *_watchpoint to make it clear
3032 the functions can get types '0' and '1'.
3033
4463ce24
AR
30342009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
3035
3036 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
3037 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
3038 * regcache.c (get_regcache): Likewise.
3039 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
3040 * win32-low.c (child_fetch_inferior_registers): Remove check for
3041 regno 0.
3042
cf8fd78b
PA
30432009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
3044 Pedro Alves <pedro@codesourcery.com>
3045
3046 * target.h (struct target_ops) <supports_multi_process>: New
3047 callback.
3048 (target_supports_multi_process): New.
3049 * server.c (handle_query): Even if GDB reports support, only
3050 enable multi-process if the target also supports it. Report
3051 multi-process support only if the target backend supports it.
3052 * linux-low.c (linux_supports_multi_process): New function.
3053 (linux_target_ops): Install it as target_supports_multi_process
3054 callback.
3055
47c0c975
DE
30562009-05-24 Doug Evans <dje@google.com>
3057
e09875d4
DE
3058 Global renaming of find_thread_pid to find_thread_ptid.
3059 * server.h (find_thread_ptid): Renamed from find_thread_pid.
3060 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
3061 All callers updated.
3062
e27d73f6
DE
3063 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
3064 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
3065 directly.
3066
47c0c975
DE
3067 * linux-low.c (get_stop_pc): Print pc if debug_threads.
3068 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
3069 (linux_resume_one_lwp): Ditto.
3070
2acc282a
DE
30712009-05-23 Doug Evans <dje@google.com>
3072
3073 * linux-low.c (linux_resume_one_lwp): Change type of first arg
3074 from struct inferior_list_entry * to struct lwp_info *.
3075 All callers updated.
3076
9f1036c1
DE
30772009-05-13 Doug Evans <dje@google.com>
3078
3079 * linux-x86-low.c: Don't include assert.h.
3080 (x86_siginfo_fixup): Use fatal, not assert.
3081 (x86_arch_setup): Fix comment.
3082
d0722149
DE
30832009-05-12 Doug Evans <dje@google.com>
3084
3085 Biarch support for i386/amd64 gdbserver.
3086 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
3087 Add linux-x86-low.c.
3088 (linux-i386-low.o, linux-x86-64-low.o): Delete.
3089 (linux-x86-low.o): Add.
3090 * linux-x86-64-low.c: Delete.
3091 * linux-i386-low.c: Delete.
3092 * linux-x86-low.c: New file.
3093 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
3094 linux-x86-low.o.
3095 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
3096 linux-x86-low.o.
3097 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
3098 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
3099 (linux_child_pid_to_exec_file): New function.
3100 (elf_64_header_p, elf_64_file_p): New functions.
3101 (siginfo_fixup): New function.
3102 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
3103 give target a chance to convert layout.
3104 * linux-low.h (linux_target_ops): New member siginfo_fixup.
3105 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
3106
fdeb2a12
DE
31072009-05-07 Doug Evans <dje@google.com>
3108
3109 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
3110 (regsets_store_inferior_registers): Ditto.
3111
a6dbe5df
PA
31122009-05-06 Pedro Alves <pedro@codesourcery.com>
3113
3114 PR server/10048
3115
3116 * linux-low.c (must_set_ptrace_flags): Delete.
3117 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
3118 of the global.
3119 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
3120 `lwp->must_set_ptrace_flags' instead.
ba42693b 3121 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
3122 (linux_wait_1): ... not here.
3123
5091eb23
DE
31242009-04-30 Doug Evans <dje@google.com>
3125
9f767825
DE
3126 * inferiors.c (started_inferior_callback): New function.
3127 (attached_inferior_callback): New function.
3128 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
3129 * server.c (print_started_pid, print_attached_pid): New functions.
3130 (detach_or_kill_for_exit): New function.
3131 (main): Call it instead of for_each_inferior (kill_inferior_callback).
3132 * server.h (have_started_inferiors_p): Declare.
3133 (have_attached_inferiors_p): Declare.
3134
5091eb23
DE
3135 * inferiors.c (remove_process): Fix memory leak, free process.
3136 * linux-low.c (linux_remove_process): New function.
3137 (linux_kill): Call it instead of remove_process.
3138 (linux_detach, linux_wait_1): Ditto.
3139
155c8968
PA
31402009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
3141
3142 * configure.srv: Add x86 Windows CE target.
3143
7fe519cb
UW
31442009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3145
3146 * inferiors.c (get_thread_process): Make global.
3147 * server.h (get_thread_process): Add prototype.
3148 * thread-db.c (find_one_thread): Use get_thread_process
3149 instead of current_process.
3150 (thread_db_get_tls_address): Do not crash if called when
3151 thread layer is not yet initialized.
3152
5472f405
UW
31532009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3154
3155 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
3156 * spu-low.c (current_tid): Rename to ...
3157 (current_ptid): ... this.
3158 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
3159 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
3160 ptid_get_lwp (current_ptid) instead of current_tid.
3161 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
3162 instead of current_tid. Use find_process_pid to verify pid
3163 argument is valid. Pass proper argument to remove_process.
3164 (spu_thread_alive): Compare current_ptid instead of current_tid.
3165 (spu_resume): Likewise.
3166
55ac2b99
PA
31672009-04-02 Pedro Alves <pedro@codesourcery.com>
3168
3169 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
3170 variable.
3171
95954743
PA
31722009-04-01 Pedro Alves <pedro@codesourcery.com>
3173
3174 Implement the multiprocess extensions, and add linux multiprocess
3175 support.
3176
3177 * server.h (ULONGEST): Declare.
3178 (struct ptid, ptid_t): New.
3179 (minus_one_ptid, null_ptid): Declare.
3180 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
3181 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
3182 (struct inferior_list_entry): Change `id' type from unsigned from
3183 to ptid_t.
3184 (struct sym_cache, struct breakpoint, struct
3185 process_info_private): Forward declare.
3186 (struct process_info): Declare.
3187 (current_process): Declare.
3188 (all_processes): Declare.
3189 (initialize_inferiors): Declare.
3190 (add_thread): Adjust to use ptid_t.
3191 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
3192 (add_process, remove_process, find_thread_pid): Declare.
3193 (find_inferior_id): Adjust to use ptid_t.
3194 (cont_thread, general_thread, step_thread): Change type to ptid_t.
3195 (multi_process): Declare.
3196 (push_event): Adjust to use ptid_t.
3197 (read_ptid, write_ptid): Declare.
3198 (prepare_resume_reply): Adjust to use ptid_t.
3199 (clear_symbol_cache): Declare.
3200 * inferiors.c (all_processes): New.
3201 (null_ptid, minus_one_ptid): New.
3202 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
3203 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
3204 (add_thread): Change unsigned long to ptid. Remove gdb_id
3205 parameter. Adjust.
3206 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
3207 (gdb_id_to_thread): Rename to ...
3208 (find_thread_pid): ... this. Change unsigned long to ptid.
3209 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
3210 (loaded_dll, pull_pid_from_list): Adjust.
3211 (add_process, remove_process, find_process_pid)
3212 (get_thread_process, current_process, initialize_inferiors): New.
3213 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
3214 (struct target_waitstatus) <related_pid>: Ditto.
3215 (struct target_ops) <kill, detach>: Add `pid' argument. Change
3216 return type to int.
3217 (struct target_ops) <join>: Add `pid' argument.
3218 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
3219 (struct target_ops) <wait>: Add `ptid' field. Change return type
3220 to ptid.
3221 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
3222 (mywait): Add `ptid' argument. Change return type to ptid_t.
3223 (target_pid_to_str): Declare.
3224 * target.c (set_desired_inferior): Adjust to use ptids.
3225 (mywait): Add new `ptid' argument. Adjust.
3226 (target_pid_to_str): New.
3227 * mem-break.h (free_all_breakpoints): Declare.
3228 * mem-break.c (breakpoints): Delelete.
3229 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
3230 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
3231 to use per-process breakpoint list.
3232 (free_all_breakpoints): New.
3233 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
3234 (symbol_cache, all_symbols_looked_up): Delete.
3235 (hexchars): New.
3236 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
3237 read_ptid): New.
3238 (prepare_resume_reply): Change ptid argument's type from unsigned
3239 long to ptid_t. Adjust. Implement W;process and X;process.
3240 (free_sym_cache, clear_symbol_cache): New.
3241 (look_up_one_symbol): Adjust to per-process symbol cache. *
3242 * server.c (cont_thread, general_thread, step_thread): Change type
3243 to ptid_t.
3244 (attached): Delete.
3245 (multi_process): New.
3246 (last_ptid): Change type to ptid_t.
3247 (struct vstop_notif) <ptid>: Change type to ptid_t.
3248 (queue_stop_reply, push_event): Change `ptid' argument's type to
3249 ptid_t.
3250 (discard_queued_stop_replies): Add `pid' argument.
3251 (start_inferior): Adjust to use ptids. Adjust to mywait interface
3252 changes. Don't reference the `attached' global.
3253 (attach_inferior): Adjust to mywait interface changes.
3254 (handle_query): Adjust to use ptids. Parse GDB's qSupported
3255 features. Handle and report "multiprocess+". Handle
3256 "qAttached:PID".
3257 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
3258 changes.
3259 (handle_v_kill): New.
3260 (handle_v_stopped): Adjust to use target_pid_to_str.
3261 (handle_v_requests): Allow multiple attaches and runs when
3262 multiprocess extensions are in effect. Handle "vKill".
3263 (myresume): Adjust to use ptids.
3264 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
3265 (handle_status): Adjust to discard_queued_stop_replies interface
3266 change.
3267 (first_thread_of, kill_inferior_callback)
3268 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
3269 (main): Call initialize_inferiors. Adjust to use ptids, killing
3270 and detaching from all inferiors. Handle multiprocess packet
3271 variants.
3272 * linux-low.h: Include gdb_proc_service.h.
3273 (struct process_info_private): New.
3274 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
3275 <lwpid_of>: Use ptid_get_lwp.
3276 (get_lwp_thread): Adjust.
3277 (struct lwp_info): Add `dead' member.
3278 (find_lwp_pid): Declare.
3279 * linux-low.c (thread_db_active): Delete.
3280 (new_inferior): Adjust comment.
3281 (inferior_pid): Delete.
3282 (linux_add_process): New.
3283 (handle_extended_wait): Adjust.
3284 (add_lwp): Change unsigned long to ptid.
3285 (linux_create_inferior): Add process to processes table. Adjust
3286 to use ptids. Don't set new_inferior here.
3287 (linux_attach_lwp): Rename to ...
3288 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
3289 it. Adjust to use ptids.
3290 (linux_attach_lwp): New.
3291 (linux_attach): Add process to processes table. Don't set
3292 new_inferior here.
3293 (struct counter): New.
3294 (second_thread_of_pid_p, last_thread_of_process_p): New.
3295 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
3296 multiple processes.
3297 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
3298 processes. Remove process from process table.
3299 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
3300 to multiple processes.
3301 (any_thread_of): New.
3302 (linux_detach): Add `pid' argument, and handle it. Remove process
3303 from processes table.
3304 (linux_join): Add `pid' argument. Handle it.
3305 (linux_thread_alive): Change unsighed long argument to ptid_t.
3306 Consider dead lwps as not being alive.
3307 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
3308 threads we're not interested in.
3309 (same_lwp, find_lwp_pid): New.
3310 (linux_wait_for_lwp): Change `pid' argument's type from int to
3311 ptid_t. Adjust.
3312 (linux_wait_for_event): Rename to ...
3313 (linux_wait_for_event_1): ... this. Change `pid' argument's type
3314 from int to ptid_t. Adjust.
3315 (linux_wait_for_event): New.
3316 (linux_wait_1): Add `ptid' argument. Change return type to
3317 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
3318 that exit from the process table.
3319 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
3320 Adjust.
3321 (mark_lwp_dead): New.
3322 (wait_for_sigstop): Adjust to use ptids. If a process exits while
3323 stopping all threads, mark its main lwp as dead.
3324 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
3325 ptids.
3326 (fetch_register, usr_store_inferior_registers)
3327 (regsets_fetch_inferior_registers)
3328 (regsets_store_inferior_registers, linux_read_memory)
3329 (linux_write_memory): Inline `inferior_pid'.
3330 (linux_look_up_symbols): Adjust to use per-process
3331 `thread_db_active'.
3332 (linux_request_interrupt): Adjust to use ptids.
3333 (linux_read_auxv): Inline `inferior_pid'.
3334 (initialize_low): Don't reference thread_db_active.
3335 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
3336 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
3337 (ps_getpid): Return the pid of the current inferior.
3338 * thread-db.c (proc_handle, thread_agent): Delete.
3339 (thread_db_create_event, thread_db_enable_reporting): Adjust to
3340 per-process data.
3341 (find_one_thread): Change argument type to ptid_t. Adjust to
3342 per-process data.
3343 (maybe_attach_thread): Adjust to per-process data and ptids.
3344 (thread_db_find_new_threads): Ditto.
3345 (thread_db_init): Ditto.
3346 * spu-low.c (spu_create_inferior, spu_attach): Add process to
3347 processes table. Adjust to use ptids.
3348 (spu_kill, spu_detach): Adjust interface. Remove process from
3349 processes table.
3350 (spu_join, spu_thread_alive): Adjust interface.
3351 (spu_wait): Adjust interface. Remove process from processes
3352 table. Adjust to use ptids.
3353 * win32-low.c (current_inferior_tid): Delete.
3354 (current_inferior_ptid): New.
3355 (debug_event_ptid): New.
3356 (thread_rec): Take a ptid. Adjust.
3357 (child_add_thread): Add `pid' argument. Adjust to use ptids.
3358 (child_delete_thread): Ditto.
3359 (do_initial_child_stuff): Add `attached' argument. Add process to
3360 processes table.
3361 (child_fetch_inferior_registers, child_store_inferior_registers):
3362 Adjust.
3363 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
3364 (win32_attach): Pass 1 to do_initial_child_stuff.
3365 (win32_kill): Adjust interface. Remove process from processes
3366 table.
3367 (win32_detach): Ditto.
3368 (win32_join): Adjust interface.
3369 (win32_thread_alive): Take a ptid.
3370 (win32_resume): Adjust to use ptids.
3371 (get_child_debug_event): Ditto.
3372 (win32_wait): Adjust interface. Remove exiting process from
3373 processes table.
3374
bd99dc85
PA
33752009-04-01 Pedro Alves <pedro@codesourcery.com>
3376
3377 Non-stop mode support.
3378
3379 * server.h (non_stop): Declare.
3380 (gdb_client_data, handler_func): Declare.
3381 (delete_file_handler, add_file_handler, start_event_loop):
3382 Declare.
3383 (handle_serial_event, handle_target_event, push_event)
3384 (putpkt_notif): Declare.
3385 * target.h (enum resume_kind): New.
3386 (struct thread_resume): Replace `step' field by `kind' field.
3387 (TARGET_WNOHANG): Define.
3388 (struct target_ops) <wait>: Add `options' argument.
3389 <supports_non_stop, async, start_non_stop>: New fields.
3390 (target_supports_non_stop, target_async): New.
3391 (start_non_stop): Declare.
3392 (mywait): Add `options' argument.
3393 * target.c (mywait): Add `options' argument. Print child exit
3394 notifications here.
3395 (start_non_stop): New.
3396 * server.c (non_stop, own_buf, mem_buf): New globals.
3397 (struct vstop_notif): New.
3398 (notif_queue): New global.
3399 (queue_stop_reply, push_event, discard_queued_stop_replies)
3400 (send_next_stop_reply): New.
3401 (start_inferior): Adjust to use resume_kind. Adjust to mywait
3402 interface changes.
3403 (attach_inferior): In non-stop mode, don't wait for the target
3404 here.
3405 (handle_general_set): Handle QNonStop.
3406 (handle_query): When handling qC, return the current general
3407 thread, instead of the first thread of the list.
3408 (handle_query): If the backend supports non-stop mode, include
3409 QNonStop+ in the qSupported query response.
3410 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
3411 and non-stop mode.
3412 (handle_v_attach, handle_v_run): Handle non-stop mode.
3413 (handle_v_stopped): New.
3414 (handle_v_requests): Report support for vCont;t. Handle vStopped.
3415 (myresume): Adjust to use resume_kind. Handle non-stop.
3416 (queue_stop_reply_callback): New.
3417 (handle_status): Handle non-stop mode.
3418 (main): Clear non_stop flag on reconnection. Use the event-loop.
3419 Refactor serial protocol handling from here ...
3420 (process_serial_event): ... to this new function. When GDB
3421 selects any thread, select one here. In non-stop mode, wait until
3422 GDB acks all pending events before exiting.
3423 (handle_serial_event, handle_target_event): New.
3424 * remote-utils.c (remote_open): Install remote_desc in the event
3425 loop.
3426 (remote_close): Remove remote_desc from the event loop.
3427 (putpkt_binary): Rename to...
3428 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
3429 (putpkt_binary): New as wrapper around putpkt_binary_1.
3430 (putpkt_notif): New.
3431 (prepare_resume_reply): In non-stop mode, don't change the
3432 general_thread.
3433 * event-loop.c: New.
3434 * Makefile.in (OBJ): Add event-loop.o.
3435 (event-loop.o): New rule.
3436
3437 * linux-low.h (pid_of): Moved here.
3438 (lwpid_of): New.
3439 (get_lwp_thread): Use lwpid_of.
3440 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
3441 * linux-low.c (pid_of): Delete.
3442 (inferior_pid): Use lwpid_of.
3443 (linux_event_pipe): New.
3444 (target_is_async_p): New.
3445 (delete_lwp): New.
3446 (handle_extended_wait): Use lwpid_of.
3447 (add_lwp): Don't set lwpid field.
3448 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
3449 (linux_kill_one_lwp): If killing a running lwp, stop it first.
3450 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
3451 (linux_detach_one_lwp): If detaching from a running lwp, stop it
3452 first. Adjust to linux_wait_for_event interface changes. Use
3453 lwpid_of.
3454 (linux_detach): Don't delete the main lwp here.
3455 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
3456 (status_pending_p): Don't consider explicitly suspended lwps.
3457 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
3458 pointer. Add OPTIONS argument. Change return type to int. Use
3459 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
3460 (linux_wait_for_event): Take an integer pid instead of a lwp_info
3461 pointer. Add status pointer argument. Return a pid instead of a
3462 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
3463 changes. In non-stop mode, don't switch to a random thread.
3464 (linux_wait): Rename to...
3465 (linux_wait_1): ... this. Add target_options argument, and handle
3466 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
3467 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
3468 clean exit and signal exit code. Don't stop all threads in
3469 non-stop mode. In all-stop mode, only stop all threads when
3470 reporting a stop to GDB. Handle explicit thread stop requests.
3471 (async_file_flush, async_file_mark): New.
3472 (linux_wait): New.
3473 (send_sigstop): Use lwpid_of.
3474 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
3475 interface changes. In non-stop mode, don't switch to a random
3476 thread.
3477 (linux_resume_one_lwp): Use lwpid_of.
3478 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
3479 (linux_resume_one_thread): ... this. Handle resume_stop. In
3480 non-stop mode, don't look for pending flag in all threads.
3481 (resume_status_pending_p): Don't consider explicitly suspended
3482 threads.
3483 (my_waitpid): Reimplement. Emulate __WALL.
3484 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
3485 Use lwpid_of.
3486 (sigchld_handler, linux_supports_non_stop, linux_async)
3487 (linux_start_non_stop): New.
3488 (linux_target_ops): Register linux_supports_non_stop, linux_async
3489 and linux_start_non_stop.
3490 (initialize_low): Install SIGCHLD handler.
3491 * thread-db.c (thread_db_create_event, find_one_thread)
3492 (thread_db_get_tls_address): Use lwpid_of.
3493 * win32-low.c (win32_detach): Adjust to use resume_kind.
3494 (win32_wait): Add `options' argument.
3495 * spu-low.c (spu_resume): Adjust to use resume_kind.
3496 (spu_wait): Add `options' argument.
3497
5b1c542e
PA
34982009-04-01 Pedro Alves <pedro@codesourcery.com>
3499
3500 Decouple target code from remote protocol.
3501
3502 * target.h (enum target_waitkind): New.
3503 (struct target_waitstatus): New.
3504 (struct target_ops) <wait>: Return an unsigned long. Take a
3505 target_waitstatus pointer instead of a char pointer.
3506 (mywait): Likewise.
3507 * target.c (mywait): Change prototype to return an unsigned long.
3508 Take a target_waitstatus pointer instead of a char pointer. Adjust.
3509 * server.h (thread_from_wait, old_thread_from_wait): Delete
3510 declarations.
3511 (prepare_resume_reply): Change prototype to take a
3512 target_waitstatus.
3513 * server.c (thread_from_wait, old_thread_from_wait): Delete.
3514 (last_status, last_ptid): New.
3515 (start_inferior): Remove "statusptr" argument. Adjust. Return a
3516 pid instead of a signal.
3517 (attach_inferior): Remove "status" and "signal" parameters.
3518 Adjust.
3519 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
3520 not as an address.
3521 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
3522 (handle_v_requests, myresume): Remove "status" and "signal"
3523 parameters. Adjust.
3524 (handle_status): New.
3525 (main): Delete local `status'. Adjust.
3526 * remote-utils.c: Include target.h.
3527 (prepare_resume_reply): Change prototype to take a
3528 target_waitstatus. Adjust.
3529
3530 * linux-low.c (linux_wait): Adjust to new target_ops->wait
3531 interface.
3532 * spu-low.c (spu_wait): Adjust.
3533 * win32-low.c (enum target_waitkind, struct target_waitstatus):
3534 Delete.
3535 (win32_wait): Adjust.
3536
2bd7c093
PA
35372009-04-01 Pedro Alves <pedro@codesourcery.com>
3538
3539 * target.h (struct thread_resume): Delete leave_stopped member.
3540 (struct target_ops): Add a `n' argument to the `resume' callback.
3541 * server.c (start_inferior): Adjust.
3542 (handle_v_cont, myresume): Adjust.
3543 * linux-low.c (check_removed_breakpoint): Adjust to resume
3544 interface change, and to removed leave_stopped field.
3545 (resume_ptr): Delete.
3546 (struct thread_resume_array): New.
3547 (linux_set_resume_request): Add new `arg' parameter. Adjust to
3548 resume interface change.
3549 (linux_continue_one_thread, linux_queue_one_thread)
3550 (resume_status_pending_p): Check if the resume field is NULL
3551 instead of checking the leave_stopped member.
3552 (linux_resume): Adjust to the target resume interface change.
3553 * spu-low.c (spu_resume): Adjust to the target resume interface
3554 change.
3555 * win32-low.c (win32_detach, win32_resume): Ditto.
3556
c35fafde
PA
35572009-04-01 Pedro Alves <pedro@codesourcery.com>
3558
3559 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
3560 flag.
3561 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
3562 pending.
3563 (linux_continue_one_thread): Only preserve the stepping flag if
3564 there's a pending breakpoint.
3565
0a59d50b
PA
35662009-03-31 Pedro Alves <pedro@codesourcery.com>
3567
3568 * server.c (main): After the inferior having exited, call
3569 remote_close before exiting gdbserver.
3570
f04c6d38
TJB
35712009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
3572
3573 Fix size of FPSCR in Power 7 processors.
3574 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
3575 (PPC_FEATURE_HAS_DFP): New #define.
3576 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
3577 size of the FPSCR.
3578
78e5cee6
PA
35792009-03-23 Pedro Alves <pedro@codesourcery.com>
3580
3581 * server.c (handle_query) Whitespace and formatting.
3582
1b3f6016
PA
35832009-03-22 Pedro Alves <pedro@codesourcery.com>
3584
3585 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
3586 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
3587 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
3588 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
3589 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
3590 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
3591 Makefile.in, configure.ac: Fix whitespace throughout.
3592 * configure: Regenerate.
3593
a07b2135
PA
35942009-03-22 Pedro Alves <pedro@codesourcery.com>
3595
3596 * inferiors.c (find_inferior): Make it safe for the callback
3597 function to delete the currently iterated inferior.
3598
67cc2626
PA
35992009-03-22 Pedro Alves <pedro@codesourcery.com>
3600
3601 * Makefile.in (linuw_low_h): Move higher.
3602 (thread-db.o): Depend on $(linux_low_h).
3603
54a0b537
PA
36042009-03-17 Pedro Alves <pedro@codesourcery.com>
3605
3606 Rename "process" to "lwp" throughout.
3607
3608 * linux-low.c (all_processes): Rename to...
3609 (all_lwps): ... this.
3610 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
3611 (add_process): Rename to ...
3612 (add_lwp): ... this. Adjust.
3613 (linux_create_inferior): Adjust.
3614 (linux_attach_lwp): Adjust.
3615 (linux_attach): Adjust.
3616 (linux_kill_one_process): Rename to ...
3617 (linux_kill_one_lwp): ... this. Adjust.
3618 (linux_kill): Adjust.
3619 (linux_detach_one_process): Rename to ...
3620 (linux_detach_one_lwp): ... this. Adjust.
3621 (linux_detach): Adjust.
3622 (check_removed_breakpoint): Adjust.
3623 (status_pending_p): Adjust.
3624 (linux_wait_for_process): Rename to ...
3625 (linux_wait_for_lwp): ... this. Adjust.
3626 (linux_wait_for_event): Adjust.
3627 (send_sigstop): Adjust.
3628 (wait_for_sigstop): Adjust.
3629 (stop_all_processes): Rename to ...
3630 (stop_all_lwps): ... this.
3631 (linux_resume_one_process): Rename to ...
3632 (linux_resume_one_lwp): ... this. Adjust.
3633 (linux_set_resume_request, linux_continue_one_thread)
3634 (linux_queue_one_thread, resume_status_pending_p)
3635 (usr_store_inferior_registers, regsets_store_inferior_registers)
3636 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
3637 Adjust.
3638 * linux-low.h (get_process): Rename to ...
3639 (get_lwp): ... this. Adjust.
3640 (get_thread_process): Rename to ...
3641 (get_thread_lwp): ... this. Adjust.
3642 (get_process_thread): Rename to ...
3643 (get_lwp_thread): ... this. Adjust.
3644 (struct process_info): Rename to ...
3645 (struct lwp_info): ... this.
3646 (all_processes): Rename to ...
3647 (all_lwps): ... this.
3648 * proc-service.c (ps_lgetregs): Adjust.
3649 * thread-db.c (thread_db_create_event, find_one_thread)
3650 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
3651
0b16c5cf
PA
36522009-03-14 Pedro Alves <pedro@codesourcery.com>
3653
3654 * server.c (handle_query): Handle "qAttached".
3655
32de4b9d
NS
36562009-03-13 Nathan Sidwell <nathan@codesourcery.com>
3657
3658 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
3659 GPLv3, update license URL.
3660
2aecd87f
DE
36612009-03-01 Doug Evans <dje@google.com>
3662
93efd302 3663 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
3664 (server_h): Add gdb_signals.h.
3665 (signals.o): Update.
3666 * server.h (target_signal_from_host,target_signal_to_host_p)
3667 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
3668
86b1f9c5
PM
36692009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3670
3671 * remote-utils.c (getpkt): Also generate remote-debug
3672 information if noack_mode is set.
3673
4aa995e1
PA
36742009-02-06 Pedro Alves <pedro@codesourcery.com>
3675
3676 * server.c (handle_query): Report qXfer:siginfo:read and
3677 qXfer:siginfo:write as supported and handle them.
3678 * target.h (struct target_ops) <qxfer_siginfo>: New field.
3679 * linux-low.c (linux_xfer_siginfo): New.
3680 (linux_target_ops): Set it.
3681
62709adf
PA
36822009-01-26 Pedro Alves <pedro@codesourcery.com>
3683
3684 * server.c (gdbserver_usage): Mention --remote-debug.
3685 (main): Accept '--remote-debug' switch.
3686
aef93bd7
DE
36872009-01-18 Doug Evans <dje@google.com>
3688
3689 * regcache.c (new_register_cache): No need to check result of xcalloc.
3690 * server.c (handle_search_memory): Back out calls to xmalloc,
3691 result is checked and error is returned to user upon failure.
3692 (handle_query): Ditto. Add more checks for result of malloc.
3693 (handle_v_cont): Check result of malloc, report error back to
3694 user upon failure.
3695 (handle_v_run): Ditto. Call freeargv.
3696 * server.h (freeargv): Declare.
3697 * utils.c (freeargv): New fn.
3698
54363045
DE
36992009-01-15 Doug Evans <dje@google.com>
3700
f626972c
DE
3701 * gdbreplay.c (perror_with_name): Make arg const char *.
3702 * server.h (target_signal_to_name): Make return type const char *.
0842e787 3703 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 3704 * utils.c (perror_with_name): Make arg const char *.
54363045 3705
18aae699
PA
37062009-01-14 Pedro Alves <pedro@codesourcery.com>
3707
3708 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
3709 when handling a EXIT_PROCESS_DEBUG_EVENT.
3710
ff703abe
JB
37112009-01-06 Joel Brobecker <brobecker@adacore.com>
3712
3713 * gdbreplay.c (gdbreplay_version): Update copyright year.
3714 * server.c (gdbserver_version): Likewise.
3715
f21cc1a2 37162009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
3717
3718 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 3719 (handle_extended_wait): Improve comment.
0e21c1ec 3720
bca929d3
DE
37212008-12-13 Doug Evans <dje@google.com>
3722
3723 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
3724 * server.h (ATTR_MALLOC): New macro.
3725 (xmalloc,xcalloc,xstrdup): Declare.
3726 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
3727 * inferiors.c: Ditto.
3728 * linux-low.c: Ditto.
3729 * mem-break.c: Ditto.
3730 * regcache.c: Ditto.
3731 * remote-utils.c: Ditto.
3732 * server.c: Ditto.
3733 * target.c: Ditto.
3734 * win32-low.c: Ditto.
3735
97438e3f
DE
37362008-12-12 Doug Evans <dje@google.com>
3737
896c7fbb
DE
3738 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
3739 in debugging printf.
3740
97438e3f
DE
3741 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
3742
e3b886f8
DE
37432008-12-09 Doug Evans <dje@google.com>
3744
3745 * linux-low.h (struct process_info): Delete member tid, unused.
3746 * thread-db.c (find_one_thread): Update.
3747 (maybe_attach_thread): Update.
3748
07e059b5
VP
37492008-12-02 Pedro Alves <pedro@codesourcery.com>
3750
889bf7c5
PA
3751 * target.h (struct target_ops): Add qxfer_osdata member.
3752 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
3753 and dirent.h.
3754 (linux_qxfer_osdata): New functions.
3755 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
3756 callback.
3757 * server.c (handle_query): Handle "qXfer:osdata:read:".
3758 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
3759 (buffer_xml_printf): New functions.
3760 * server.h (struct buffer): New.
3761 (buffer_grow_str, buffer_grow_str0): New macros.
3762 (buffer_grow, buffer_free, buffer_init, buffer_finish)
3763 (buffer_xml_printf): Declare.
07e059b5 3764
4cab47ab
DE
37652008-11-24 Doug Evans <dje@google.com>
3766
3767 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
3768
f142445f
DJ
37692008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3770
3771 * server.c (handle_v_run): Always use the supplied argument list.
3772
d0107bb6 37732008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 3774
d0107bb6
BW
3775 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
3776 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 3777
2c4ad781
TJB
37782008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
3779
3780 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
3781 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
3782 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
3783 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
3784 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
3785 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
3786 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
3787 XML target descriptions.
3788 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
3789 when inferior is running on an ISA 2.05 or later processor. Add
3790 special case to return offset for full 64-bit slot of FPSCR when
3791 in 32-bits.
3792
dfb64f85
DJ
37932008-11-14 Daniel Gutson <dgutson@codesourcery.com>
3794
3795 * Makefile.in (SFILES, clean): Added sparc64 files.
3796 (reg-sparc64.o, reg-sparc64.c): New.
3797 * configure.srv (sparc*-*-linux*): New configuration.
3798 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
3799 syscall arguments for SPARC.
3800 (regsets_store_inferior_registers): Likewise.
3801 * linux-sparc-low.c: New file.
3802
66b6e1dd
DE
38032008-10-21 Doug Evans <dje@google.com>
3804
3805 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
3806 (READLINE_DIR,READLINE_DEP): Delete.
3807 (INTERNAL_CFLAGS): Update.
3808 (LINTFLAGS): Update.
3809
9b710a42
PA
38102008-10-10 Pedro Alves <pedro@codesourcery.com>
3811
3812 * server.c (handle_v_run): If GDB didn't specify an argv, use the
3813 whole argv from the last run, not just argv[0].
3814
5822d809
PA
38152008-09-08 Pedro Alves <pedro@codesourcery.com>
3816
3817 * regcache.c (new_register_cache): Return NULL if the register
3818 cache size isn't known yet.
3819 (free_register_cache): Avoid dereferencing a NULL regcache.
3820
74aac56f
DJ
38212008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3822
3823 * configure.srv: Merge MIPS and MIPS64.
3824
400b20f5
MR
38252008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
3826
3827 * Makefile.in (uninstall): Apply $(EXEEXT) too.
3828
677c5bb1
LM
38292008-08-18 Luis Machado <luisgpm@br.ibm.com>
3830
3831 * Makefile.in: Add required vsx dependencies.
3832
3833 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
3834 Declare init_registers_powerpc_vsx32l.
3835 Declare init_registers_powerpc_vsx64l.
3836 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
3837 (ppc_arch_setup): Check for VSX in hwcap.
3838 (ppc_fill_vsxregset): New function.
3839 (ppc_store_vsxregset): New function.
3840 Add new VSX entry in regset_info target_regsets.
3841
3842 * configure.srv: Add new VSX dependencies.
3843
a6f3e723
SL
38442008-08-12 Pedro Alves <pedro@codesourcery.com>
3845
3846 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
3847 (remote_open): Set or clear transport_is_reliable.
3848 (putpkt_binary): Don't expect acks in noack mode.
3849 (getpkt): Don't send ack/nac in noack mode.
3850 * server.c (handle_general_set): Handle QStartNoAckMode.
3851 (handle_query): If connected by tcp pass QStartNoAckMode+ in
3852 qSupported.
3853 (main): Reset noack_mode on every connection.
3854 * server.h (noack_mode): Declare.
3855
a417dc56
RW
38562008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3857
3858 * Makefile.in (GDBREPLAY_OBS): New variable.
3859 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
3860
3221518c
UW
38612008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
3862 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
3865 (usr_store_inferior_registers): Likewise.
3866 (regsets_store_inferior_registers): Likewise.
3867
ec56be1b
PA
38682008-07-31 Rolf Jansen <rj@surtec.com>
3869 Pedro Alves <pedro@codesourcery.com>
3870
3871 * configure.ac: Check for memmem declaration.
3872 * server.c [HAVE_MALLOC_H]: Include malloc.h.
3873 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
3874 (disable_packet_qfThreadInfo): Unconditionally compile.
3875 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
3876 * configure, config.in: Regenerate.
3877
2fe5e3ff
DE
38782008-07-28 Doug Kwan <dougkwan@google.com>
3879
3880 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
3881 (linux_write_memory): Remove declaration of errno.
3882
836acd6d
UW
38832008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3884
3885 * linux-low.c (handle_extended_wait): Do not use "status"
3886 variable uninitialized.
3887
aeba519e
PA
38882008-07-07 Pedro Alves <pedro@codesourcery.com>
3889
3890 * server.c (handle_v_attach): Inhibit reporting dll changes.
3891
db42f210
PA
38922008-06-27 Pedro Alves <pedro@codesourcery.com>
3893
3894 * remote-utils.c (prepare_resume_reply): If requested, don't
3895 output "thread:TID" in the T stop reply.
3896
3897 * server.c (disable_packet_vCont, disable_packet_Tthread)
3898 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
3899 (handle_query): If requested, disable support for qC, qfThreadInfo
3900 and qsThreadInfo.
3901 (handle_v_requests): If requested, disable support for vCont.
3902 (gdbserver_show_disableable): New.
3903 (main): Handle --disable-packet and --disable-packet=LIST.
3904
3905 * server.h (disable_packet_vCont, disable_packet_Tthread)
3906 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
3907
8e4c5421
CD
39082008-06-20 Carlos O'Donell <carlos@codesourcery.com>
3909
3910 * server.c (gdbserver_usage): Mention --version.
3911
6e23a804
DJ
39122008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
3913
3914 * Makefile.in (gdbreplay.o): New rule.
3915
90aa6a40
JM
39162008-06-06 Joseph Myers <joseph@codesourcery.com>
3917
3918 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
3919 message, not gdbserver.
3920
c16158bc 39212008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
3922 Nathan Sidwell <nathan@codesourcery.com>
3923 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3924
3925 * acinclude.m4: Include ../../config/acx.m4.
3926 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
3927 * configure, config.in: Regenerate.
3928 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
3929 * server.c (gdbserver_version): Print PKGVERSION.
3930 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
3931 (main): Adjust gdbserver_usage calls.
3932 * gdbreplay.c (version, host_name): Add declarations.
3933 (gdbreplay_version, gdbreplay_usage): New.
3934 (main): Accept --version and --help options.
3935
aeb75bf5
DJ
39362008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
3937
3938 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
3939 (arm_breakpoint_at): Handle Thumb.
3940 (the_low_target): Add comment.
3941
76b233dd
UW
39422008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
3943
3944 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
3945
08388c79
DE
39462008-05-09 Doug Evans <dje@google.com>
3947
a3c83fae
DE
3948 * server.h (decode_search_memory_packet): Declare.
3949 * remote-utils.c (decode_search_memory_packet): New fn.
3950 * server.c (handle_search_memory_1): New fn.
08388c79
DE
3951 (handle_search_memory): New fn.
3952 (handle_query): Process qSearch:memory packets.
3953
bb9c3d36
UW
39542008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3955
3956 * regcache.c (registers_length): Remove.
3957 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
3958 full register packet.
3959 * regcache.h (registers_length): Remove prototype.
3960 * server.h (PBUFSIZ): Define to 16384.
3961
7284e1be
UW
39622008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
3963
3964 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
3965 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
3966 powerpc-64l.o, and powerpc-altivec64l.o.
3967 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
3968 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
3969 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
3970 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
3971 rs6000/power-linux.xml, and rs6000/power64-linux.xml
3972 to srv_xmlfiles.
3973
3974 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
3975 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
3976 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
3977 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
3978 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
3979 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
3980 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
3981 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
3982 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
3983 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
3984 (clean): Update.
3985
3986 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
3987 (init_registers_powerpc_32l): ... this new prototype.
3988 (init_registers_powerpc_32): Remove, replace by ...
3989 (init_registers_powerpc_altivec32l): ... this new prototype.
3990 (init_registers_powerpc_e500): Remove, replace by ...
3991 (init_registers_powerpc_e500l): ... this new prototype.
3992 (init_registers_ppc64): Remove, replace by ...
3993 (init_registers_powerpc_64l): ... this new prototype.
3994 (init_registers_powerpc_64): Remove, replace by ...
3995 (init_registers_powerpc_altivec64l): ... this new prototype.
3996 (ppc_num_regs): Set to 73.
3997 (PT_ORIG_R3, PT_TRAP): Define if necessary.
3998 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
3999 (ppc_cannot_store_register): Handle orig_r3 and trap.
4000 (ppc_arch_setup): Update init_registers_... calls.
4001 (ppc_fill_gregset): Handle orig_r3 and trap.
4002
4003 * inferiors.c (clear_inferiors): Reset current_inferior.
4004
fdc59709
PB
40052008-04-23 Paolo Bonzini <bonzini@gnu.org>
4006
889bf7c5
PA
4007 * acinclude.m4: Add override.m4.
4008 * configure: Regenerate.
fdc59709 4009
c9b2f845
UW
40102008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
4011
4012 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
4013 initial call to init_register_ppc64.
4014
550512b8
UW
40152008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
4016
4017 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
4018 powerpc*-*-linux* case.
4019 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
4020
b6430ec3
UW
40212008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
4022
4023 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 4024 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
4025 from reg_xmlfiles.
4026 * linux-ppc-low.c: Include <elf.h>.
4027 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
4028 (ppc_hwcap): New global variable.
4029 (ppc_regmap): Remove __SPE__ #ifdef sections.
4030 (ppc_regmap_e500): New global variable.
4031 (ppc_cannot_store_register): Update __SPE__ special case.
4032 (ppc_get_hwcap): New function.
4033 (ppc_arch_setup): Use it to determine whether inferior supports
4034 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
4035 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
4036 Do not access registers if target does not support AltiVec.
4037 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
4038 Do not access registers if target does not support SPE.
4039 (target_regsets): Unconditionally include AltiVec and SPE regsets.
4040
52fa2412
UW
40412008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4042
4043 * linux-low.c (disabled_regsets, num_regsets): New.
4044 (use_regsets_p): Delete.
4045 (linux_wait_for_process): Clear disabled_regsets.
4046 (regsets_fetch_inferior_registers): Check and set it.
4047 (regsets_store_inferior_registers): Likewise.
4048 (linux_fetch_registers, linux_store_registers): Do not use
4049 use_regsets_p.
4050 (initialize_low): Allocate disabled_regsets.
4051
e28b3332
DJ
40522008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4053
4054 * Makefile.in (LIBOBJS): New.
4055 (OBS): Use LIBOBJS.
4056 (memmem.o): New rule.
4057 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
4058 * configure: Regenerated.
4059
4536995d
UW
40602008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
4061
4062 * server.c (handle_query): Never return "unsupported" for
4063 qXfer:features:read queries.
4064
221c031f
UW
40652008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4066
4067 * server.c (get_features_xml): Fix inverted condition.
4068 (handle_query): Always support qXfer:feature:read.
4069
ccd213ac
DJ
40702008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4071
4072 * server.c (wrapper_argv): New.
4073 (start_inferior): Handle wrapper_argv. If set, expect an extra
4074 trap.
4075 (gdbserver_usage): Document --wrapper.
4076 (main): Parse --wrapper.
4077
6fe305f7
UW
40782008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4079
4080 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
4081 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
4082 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
4083 (ppc_set_pc): Likewise.
4084 (ppc_arch_setup): New function.
4085 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
4086 of collect_register.
889bf7c5 4087 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 4088
5b0a002e
UW
40892008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4090
4091 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
4092 instead of linux-ppc64-low.o.
4093 * linux-ppc64-low.c: Remove file.
4094 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
4095 (linux-ppc64-low.o): Remove rule.
4096
4097 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
4098 (init_registers_powerpc_64): Likewise.
4099 (ppc_regmap): Conditionally define depending on __powerpc64__.
4100 (ppc_cannot_store_register): Do not special-case "fpscr" when
4101 compiled on __powerpc64__.
4102 (ppc_collect_ptrace_register): New function.
4103 (ppc_supply_ptrace_register): New function.
4104 (ppc_breakpoint): Change type to "unsigned int".
4105 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
4106 (the_low_target): Conditionally provide initializers for the
889bf7c5 4107 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
4108 collect_ptrace_register and supply_ptrace_register members.
4109
9b4b61c8
UW
41102008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4111
4112 * regcache.h (gdbserver_xmltarget): Add extern declaration.
4113 * server.c (gdbserver_xmltarget): Define.
4114 (get_features_xml): Use it to replace "target.xml" and arch_string.
4115
4116 * configure.srv: Remove srv_xmltarget. Add XML files that were
4117 mentioned there to srv_xmlfiles instead. Remove conditional tests
4118 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
4119 srv_xmlfiles and srv_regobj to include all possible choices.
4120 * configure.ac (srv_xmltarget): Remove.
4121 (srv_xmlfiles): Do not add "target.xml".
4122 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
4123 checks for supplementary target information.
4124 * configure: Regenerate.
4125 * Makefile.in (XML_TARGET): Remove.
4126 (target.xml): Remove rule.
4127 (clean): Do not clean up target.xml.
4128 (.PRECIOUS): Do not mention target.xml.
4129
4130 * target.h (struct target_ops): Remove arch_string member.
4131 * linux-low.c (linux_arch_string): Remove.
4132 (linux_target_ops): Remove arch_string initializer.
4133 * linux-low.h (struct linux_target_ops): Remove arch_string member.
4134 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
4135 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
4136 * spu-low.c (spu_arch_string): Remove.
4137 (spu_target_ops): Remove arch_string initializer.
4138 * win32-low.c (win32_arch_string): Remove.
4139 (win32_target_ops): Remove arch_string initializer.
4140 * win32-low.h (struct win32_target_ops): Remove arch_string member.
4141 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
4142 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
4143
ee1a7ae4
UW
41442008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4145
4146 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
4147 by collect_ptrace_register and supply_ptrace_register hooks.
4148 * linux-low.c (fetch_register): Use supply_ptrace_register callback
4149 instead of checking for the_low_target.left_pad_xfer.
4150 (usr_store_inferior_registers): Use collect_ptrace_register callback
4151 instead of checking for the_low_target.left_pad_xfer.
4152
4153 * linux-s390-low.c (s390_collect_ptrace_register): New function.
4154 (s390_supply_ptrace_register): Likewise.
4155 (s390_fill_gregset): Call s390_collect_ptrace_register.
4156 (the_low_target): Update.
4157
4158 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
4159 (ppc_supply_ptrace_register): Likewise.
4160 (the_low_target): Update.
4161
4162 * linux-i386-low.c (the_low_target): Update.
4163 * linux-x86-64-low.c (the_low_target): Update.
4164
d61ddec4
UW
41652008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4166
4167 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
4168 reg-s390.o and reg-s390x.o.
4169
4170 * linux-low.c (new_inferior): New global variable.
4171 (linux_create_inferior, linux_attach): Set it.
4172 (linux_wait_for_process): Call the_low_target.arch_setup after the
4173 target has stopped for the first time.
4174 (initialize_low): Do not call the_low_target.arch_setup.
4175
4176 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
4177 (s390_set_pc): Likewise.
4178 (s390_arch_setup): New function.
4179 (the_low_target): Use s390_arch_setup as arch_setup routine.
4180
4181 * regcache.c (realloc_register_cache): New function.
4182 (set_register_cache): Call it for each existing regcache.
4183
d05b4ac3
UW
41842008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4185
4186 * server.h (init_registers): Remove prototype.
4187
4188 * linux-low.h (struct linux_target_ops): Add arch_setup field.
4189 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
4190 instead of init_registers ().
4191 * linux-arm-low.c (init_registers_arm): Add prototype.
4192 (init_registers_arm_with_iwmmxt): Likewise.
4193 (the_low_target): Add initializer for arch_setup field.
4194 * linux-cris-low.c (init_registers_cris): Add prototype.
4195 (the_low_target): Add initializer for arch_setup field.
4196 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
4197 (the_low_target): Add initializer for arch_setup field.
4198 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
4199 (the_low_target): Add initializer for arch_setup field.
4200 * linux-ia64-low.c (init_registers_ia64): Add prototype.
4201 (the_low_target): Add initializer for arch_setup field.
4202 * linux-m32r-low.c (init_registers_m32r): Add prototype.
4203 (the_low_target): Add initializer for arch_setup field.
4204 * linux-m68k-low.c (init_registers_m68k): Add prototype.
4205 (the_low_target): Add initializer for arch_setup field.
4206 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
4207 (init_registers_mips64_linux): Likewise.
4208 (the_low_target): Add initializer for arch_setup field.
4209 * linux-ppc-low.c (init_registers_ppc): Add prototype.
4210 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
4211 (the_low_target): Add initializer for arch_setup field.
4212 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
4213 (init_registers_powerpc_64): Likewise.
4214 (the_low_target): Add initializer for arch_setup field.
4215 * linux-s390-low.c (init_registers_s390): Add prototype.
4216 (init_registers_s390x): Likewise.
4217 (the_low_target): Add initializer for arch_setup field.
4218 * linux-sh-low.c (init_registers_sh): Add prototype.
4219 (the_low_target): Add initializer for arch_setup field.
4220 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
4221 (the_low_target): Add initializer for arch_setup field.
4222 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
4223 (the_low_target): Add initializer for arch_setup field.
4224
4225 * win32-low.h (struct win32_target_ops): Add arch_setup field.
4226 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
4227 instead of init_registers ().
4228 * win32-arm-low.c (init_registers_arm): Add prototype.
4229 (the_low_target): Add initializer for arch_setup field.
4230 * win32-i386-low.c (init_registers_i386): Add prototype.
4231 (the_low_target): Add initializer for arch_setup field.
4232
4233 * spu-low.c (init_registers_spu): Add prototype.
4234 (initialize_low): Call initialie_registers_spu () instead of
4235 initialize_registers ().
4236
fd96d250
PA
42372008-02-19 Pedro Alves <pedro@codesourcery.com>
4238
4239 * server.c (handle_v_requests): When handling the vRun and vAttach
4240 packets, if already debugging a process, don't kill it. Return an
4241 error instead.
4242
d41b6bb4
DJ
42432008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
4244
4245 * server.c (handle_query): Correct length check.
4246
5ac588cf
PA
42472008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
4248
4249 * win32-low.c (do_initial_child_stuff): Add process handle
4250 parameter. Set current_process_handle and current_process_id from the
4251 parameters. Clear globals.
4252 (win32_create_inferior): Don't set current_process_handle and
4253 current_process_id here. Instead pass them on the call to
4254 do_initial_child_stuff.
4255 (win32_attach): Likewise.
4256 (win32_clear_inferiors): New.
4257 (win32_kill): Don't close the current process handle or the
4258 current thread handle here. Instead call win32_clear_inferiors.
4259 (win32_detach): Don't open a new handle to the process. Call
4260 win32_clear_inferiors.
4261 (win32_join): Don't rely on current_process_handle; open a new
4262 handle using the process id.
4263 (win32_wait): Call win32_clear_inferiors when the inferior process
4264 has exited.
4265
ecd7ecbc
DJ
42662008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
4267
4268 * server.c (monitor_show_help): Add "exit".
4269
1525d545
MG
42702008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
4271
ecd7ecbc 4272 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
4273 (clean): Add reg-xtensa.c.
4274 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
4275 * configure.srv (xtensa*-*-linux*) New target.
4276 * linux-xtensa-low.c: New.
4277 * xtensa-xtregs.c: New.
1525d545 4278
59a016f0
PA
42792008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
4280
4281 * hostio.c: Don't include errno.h.
4282 (errno_to_fileio_errno): Move to hostio-errno.
4283 * hostio.c: (hostio_error): Remove the error parameter. Defer the
4284 error number outputting to the target->hostio_last_error callback.
4285 (hostio_packet_error): Use FILEIO_EINVAL directly.
4286 (handle_open, handle_pread, hostio_error, handle_unlink): Update
4287 calls to hostio_error.
4288 * hostio-errno.c: New.
4289 * server.h (hostio_last_error_from_errno): Declare.
4290 * target.h (target_ops): Add hostio_last_error member.
4291 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
4292 as hostio_last_error handler.
889bf7c5 4293 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
4294 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
4295 (wince_hostio_last_error): New functions.
4296 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
4297 as hostio_last_error handler.
4298 (win32_target_ops) [!_WIN32_WCE]: Register
4299 hostio_last_error_from_errno as hostio_last_error handler.
4300 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
4301 (hostio-errno.o): New rule.
4302 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
4303 * configure.srv (srv_hostio_err_objs): New variable. Default to
4304 hostio-errno.o.
4305 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
4306 * configure: Regenerate.
4307
2d717e4f
DJ
43082008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4309
4310 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
4311 (linux_kill, linux_detach): Clean up the process list.
4312 * remote-utils.c (remote_open): Improve port number parsing.
4313 (putpkt_binary, input_interrupt): Only send interrupts if the target
4314 is running.
4315 * server.c (extended_protocol): Make static.
4316 (attached): Define earlier.
4317 (exit_requested, response_needed, program_argv): New variables.
4318 (target_running): New.
4319 (start_inferior): Clear attached here.
4320 (attach_inferior): Set attached here.
4321 (require_running): Define.
4322 (handle_query): Use require_running and target_running. Implement
4323 "monitor exit".
4324 (handle_v_attach, handle_v_run): New.
4325 (handle_v_requests): Use require_running. Handle vAttach and vRun.
4326 (gdbserver_usage): Update.
4327 (main): Redo argument parsing. Handle --debug and --multi. Handle
4328 --attach along with other options or after the port. Save
4329 program_argv. Support no initial program. Resynchronize
4330 communication with GDB after an error. Handle "monitor exit".
4331 Use require_running and target_running. Always allow the extended
4332 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
4333 restart in extended mode.
4334 * README: Refer to the GDB manual. Update --attach usage.
4335
7407e2de
AS
43362007-12-20 Andreas Schwab <schwab@suse.de>
4337
4338 * linux-low.c (STACK_SIZE): Define.
4339 (linux_tracefork_child): Use it. Use __clone2 on ia64.
4340 (linux_test_for_tracefork): Likewise.
4341
b65d95c5
DJ
43422007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
4343
4344 * linux-low.c (linux_wait_for_event): Update messages. Do not
4345 reinsert auto-delete breakpoints.
4346 * mem-break.c (struct breakpoint): Change return type of handler to
4347 int.
4348 (set_breakpoint_at): Update handler type.
4349 (reinsert_breakpoint_handler): Return 1 instead of calling
4350 delete_breakpoint.
4351 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
4352 setting a new one.
4353 (check_breakpoints): Delete auto-delete breakpoints and return 2.
4354 * mem-break.h (set_breakpoint_at): Update handler type.
4355 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
4356 * win32-low.c (auto_delete_breakpoint): New.
4357 (get_child_debug_event): Use it.
4358
4e799345
DJ
43592007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4360
4361 * configure.ac: Check for pread and pwrite.
4362 * hostio.c (handle_pread): Fall back to lseek and read.
4363 (handle_pwrite): Fall back to lseek and write.
4364 * config.in, configure: Regenerated.
4365
27524b67
DJ
43662007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
4367
4368 * server.c (myresume): Add own_buf argument.
4369 (main): Update calls.
4370
a20d5e98
DJ
43712007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
4372
4373 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
4374 * remote-utils.c (remote_open): Do not call disable_async_io.
4375 (block_async_io): Delete.
4376 (unblock_async_io): Make static.
4377 (initialize_async_io): New.
4378 * server.c (handle_v_cont): Handle async I/O here.
4379 (myresume): Likewise. Move other common resume tasks here...
4380 (main): ... from here. Call initialize_async_io. Disable async
4381 I/O before the main loop.
4382 * server.h (initialize_async_io): Declare.
4383 (block_async_io, unblock_async_io): Delete prototypes.
4384 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
4385
b79d787e
DJ
43862007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
4387
4388 * remote-utils.c (readchar): Allow binary data in received messages.
4389
d97903b2
PA
43902007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4391
4392 * win32-low.c (attaching): New global.
4393 (win32_create_inferior): Clear the `attaching' global.
4394 (win32_attach): Set the `attaching' global.
4395 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
4396 attaching. Only set a breakpoint at the entry point if not
4397 attaching.
4398
311de423
PA
43992007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4400
4401 * server.c (main): Don't report dll events on the initial
4402 connection on attaches.
4403
6c2d16d2
PA
44042007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4405
4406 * server.c (main): Relax numerical bases supported for the pid of
4407 the --attach command line argument.
4408
5ca906e6
PA
44092007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4410
4411 * win32-low.c (win32_attach): Call OpenProcess before
4412 DebugActiveProcess, not after. Add last error output to error
4413 call.
4414
9c6c8194
PA
44152007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4416
4417 * win32-low.c (win32_get_thread_context)
4418 (win32_set_thread_context): New functions.
4419 (thread_rec): Use win32_get_thread_context.
4420 (continue_one_thread, win32_resume): Use win32_set_thread_context.
4421 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
4422 field.
4423
4d5d1aaa
PA
44242007-12-03 Leo Zayas
4425 Pedro Alves <pedro_alves@portugalmail.pt>
4426
4427 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
4428 global variables.
4429 (child_add_thread): Minor cleanup.
4430 (child_continue): Resume artificially suspended threads before
4431 calling ContinueDebugEvent.
4432 (suspend_one_thread): New.
4433 (fake_breakpoint_event): New.
4434 (get_child_debug_event): Change return type to int. Check here if
4435 gdb sent an interrupt request. If a soft interrupt was requested,
4436 fake a breakpoint event. Return 0 if there is no event to handle,
4437 and 1 otherwise.
4438 (win32_wait): Don't check here if gdb sent an interrupt request.
4439 Ensure there is a valid event to handle.
4440 (win32_request_interrupt): Add soft interruption method as last
4441 resort.
4442
c436e841
PA
44432007-12-03 Leo Zayas
4444 Pedro Alves <pedro_alves@portugalmail.pt>
4445
4446 * win32-low.h (win32_thread_info): Add descriptions to the
4447 structure members. Replace `suspend_count' counter by a
4448 `suspended' flag.
4449 * win32-low.c (thread_rec): Update condition of when to get the
4450 context from the inferior. Rely on ContextFlags being set if it
4451 has already been retrieved. Only suspend the inferior thread if
4452 we haven't already. Warn if that fails.
4453 (continue_one_thread): s/suspend_count/suspended/. Only call
4454 ResumeThread once. Warn if that fails.
4455
e7b5fa67
PA
44562007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
4457
4458 * win32-low.c (win32_wait): Don't read from the inferior when it
4459 has already exited.
4460
a385171d
PA
44612007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
4462
4463 * Makefile.in (win32_low_h): New variable.
4464 (win32-low.o): Add dependency on $(win32_low_h).
4465 (win32-arm-low.o, win32-i386-low.o): New rules.
4466
f80c84b3
DJ
44672007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4468
4469 * hostio.c: Correct copyright year.
4470
a6b151f1
DJ
44712007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4472
4473 * Makefile.in (OBS): Add hostio.o.
4474 (hostio.o): New rule.
4475 * server.h (handle_vFile): Declare.
4476 * hostio.c: New file.
4477 * server.c (handle_v_requests): Take packet_len and new_packet_len
4478 for binary packets. Call handle_vFile.
4479 (main): Update call to handle_v_requests.
4480
f9387fc3
DJ
44812007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4482
4483 * linux-low.c: Include <sched.h>.
4484
51c2684e
DJ
44852007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
4486
4487 * linux-low.c (linux_tracefork_grandchild): New.
4488 (linux_tracefork_child): Use clone.
4489 (linux_test_for_tracefork): Use clone; allocate and free a stack.
4490
75f83163
JB
44912007-10-31 Joel Brobecker <brobecker@adacore.com>
4492
4493 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
4494
da5898ce
DJ
44952007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4496
4497 * linux-low.c (handle_extended_wait): Handle unexpected signals.
4498
24a09b5f
DJ
44992007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4500
4501 * inferiors.c (change_inferior_id): Delete.
4502 (add_pid_to_list, pull_pid_from_list): New.
4503 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
4504 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
4505 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
4506 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
4507 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
4508 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
4509 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
4510 (using_threads): Always set to 1.
4511 (handle_extended_wait): New.
4512 (add_process): Do not set TID.
4513 (linux_create_inferior): Set must_set_ptrace_flags.
4514 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
4515 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
4516 (linux_thread_alive): Rename TID argument to LWPID.
4517 (linux_wait_for_process): Handle unknown processes. Do not use TID.
4518 (linux_wait_for_event): Do not use TID or check using_threads. Update
4519 call to dead_thread_notify. Call handle_extended_wait.
4520 (linux_create_inferior): Use PTRACE_SETOPTIONS.
4521 (send_sigstop): Delete sigstop_sent.
4522 (wait_for_sigstop): Avoid TID.
4523 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
4524 (linux_test_for_tracefork): New.
4525 (linux_lookup_signals): Use thread_db_active and
4526 linux_supports_tracefork_flag.
4527 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
4528 * linux-low.h (get_process_thread): Avoid TID.
4529 (struct process_ifo): Move thread_known and tid to the end. Remove
4530 sigstop_sent.
4531 (linux_attach_lwp, thread_db_init): Update prototypes.
4532 * server.h (change_inferior_id): Delete prototype.
4533 (add_pid_to_list, pull_pid_from_list): New prototypes.
4534 * thread-db.c (thread_db_use_events): New.
4535 (find_first_thread): Rename to...
4536 (find_one_thread): ...this. Update callers and messages. Do not
4537 call fatal. Check thread_db_use_events. Do not call
4538 change_inferior_id or new_thread_notify.
4539 (maybe_attach_thread): Update. Do not call new_thread_notify.
4540 (thread_db_init): Set thread_db_use_events. Check use_events.
4541 * utils.c (fatal, warning): Correct message prefix.
4542
30ed0a8f
DJ
45432007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4544
4545 * Makefile.in (clean): Remove new files.
4546 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
4547 (powerpc-64.o, powerpc-64.c): New rules.
4548 * configure.srv: Use alternate register sets for powerpc64-*-linux*
4549 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
4550 with SPE.
4551 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
4552 SPE targets.
4553 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
4554 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
4555 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
4556 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
4557 (target_regsets): Add AltiVec and SPE register sets.
4558 * configure.ac: Check for AltiVec and SPE.
4559 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
4560 (ppc_fill_vrregset, ppc_store_vrregset): New.
4561 (target_regsets): Add AltiVec register set.
4562 * configure: Regenerated.
4563
fd462a61
DJ
45642007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 * linux-low.c (O_LARGEFILE): Define.
4567 (linux_read_memory): Use /proc/PID/mem.
4568 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
4569 * configure, config.in: Regenerated.
4570
69f223ed
DJ
45712007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * linux-low.c (linux_wait_for_event): Do not pass signals while
4574 single-stepping.
4575
aec18585
PA
45762007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4577
4578 * win32-low.c (create_process): New.
4579 (win32_create_inferior): Use create_process instead of
4580 CreateProcess. If create_process failed retry appending an ".exe"
4581 suffix. Store the GetLastError result immediatelly after
4582 create_process calls and use it on the call to error.
4583
34d86ddd
PA
45842007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4585
4586 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
4587
5a0e3bd0
JB
45882007-08-23 Joel Brobecker <brobecker@adacore.com>
4589
4590 * configure.ac: Switch license to GPLv3.
4591
f88c79e6
MS
45922007-08-01 Michael Snyder <msnyder@access-company.com>
4593
4594 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
4595
6b3d9b83
PA
45962007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
4597
4598 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
4599 typedef.
4600 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
4601 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
4602 CloseToolhelp32Snapshot.
4603 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
4604 CloseToolhelp32Snapshot.
4605
c588c53c
MS
46062007-07-27 Michael Snyder <michael.snyder@access-company.com>
4607
4608 * server.c (main): Check for inferior exit before main loop.
4609
aa0403d9
PA
46102007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
4611
4612 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
4613 instead of on tmp_desc.
4614
255e7678
DJ
46152007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4616 Daniel Jacobowitz <dan@codesourcery.com>
4617
4618 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
4619 (add_thread): Minor cleanups.
4620 (clear_inferiors): Move lower in the file. Clear the DLL
4621 list.
4622 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
4623 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
4624 (xml_escape_text): New.
4625 * server.c (handle_query): Handle qXfer:libraries:read. Report it
4626 for qSupported.
4627 (handle_v_cont): Report errors.
4628 (gdbserver_version): Update.
4629 (main): Correct size of own_buf. Do not report initial DLL events.
4630 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
4631 (unloaded_dll, xml_escape_text): New.
4632 * win32-low.c (enum target_waitkind): Update comments.
4633 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
4634 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
4635 (win32_EnumProcessModules, win32_GetModuleInformation)
4636 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
4637 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
4638 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
4639 (win32_Module32First, win32_Module32Next, load_toolhelp)
4640 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
4641 (get_child_debug_event): Handle DLL events.
4642 (win32_wait): Likewise.
4643
0d37add9
DJ
46442007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
4647 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
4648
45e2715e
PA
46492007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4650
4651 * win32-low.c (handle_output_debug_string): Ignore event if not
4652 waiting.
4653
c5674cf1
PA
46542007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4655
4656 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
4657
2bbe3cc1
DJ
46582007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
4659
4660 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
4661
ae13219e
DJ
46622007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4663
4664 * inferiors.c (change_inferior_id): Add comment.
4665 * linux-low.c (check_removed_breakpoint): Add an early
4666 prototype. Improve debug output.
4667 (linux_attach): Doc update.
4668 (linux_detach_one_process, linux_detach): Clean up before releasing
4669 each process.
4670 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
4671 * linux-low.h (struct process_info): Doc improvement.
4672 * mem-break.c (delete_all_breakpoints): New.
4673 * mem-break.h (delete_all_breakpoints): New prototype.
4674 * thread-db.c (find_first_thread): New.
4675 (thread_db_create_event): Call it instead of
4676 thread_db_find_new_threads. Clean up unused variables.
4677 (maybe_attach_thread): Remove first thread handling.
4678 (thread_db_find_new_threads): Use find_first_thread.
4679 (thread_db_get_tls_address): Likewise.
4680
4105de34
DJ
46812007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4682
4683 * thread-db.c (thread_db_find_new_threads): Add prototype.
4684 (thread_db_create_event): Check for the main thread before adding
4685 a new thread.
4686 (maybe_attach_thread): Only enable event reporting if TID == 0.
4687 (thread_db_get_tls_address): Check for new threads.
4688
2b876972
DJ
46892007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
4690
4691 * linux-low.c (linux_create_inferior): Try execv before execvp.
4692 * spu-low.c (spu_create_inferior): Likewise.
4693
7a245884
DJ
46942007-06-13 Mike Frysinger <vapier@gentoo.org>
4695
4696 * linux-low.c (linux_create_inferior): Change execv to execvp.
4697 * spu-low.c (spu_create_inferior): Likewies.
4698
117ce543
DJ
46992007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4700
4701 * Makefile.in (clean): Clean new files instead of deleted ones.
4702 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
4703 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
4704 rules.
4705 * configure.srv: Specify XML files and new regformats for MIPS and
4706 MIPS64 GNU/Linux.
4707 * linux-mips-low.c (mips_num_regs): Set to only used registers.
4708 (mips_regmap): Do not fetch $0. Remove unused registers. Add
4709 an entry for the restart register.
4710 (mips_cannot_fetch_register, mips_cannot_store_register)
4711 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
4712 register names to match the XML descriptions.
4713 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
4714 restart register instead of $0.
4715
0e7f50da
UW
47162007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4717 Markus Deuling <deuling@de.ibm.com>
4718
4719 * remote-utils.c (decode_xfer_write): New function.
4720 * server.h (decode_xfer_write): Add prototype.
4721 * server.c (handle_query): Add PACKET_LEN argument. Support
4722 qXfer:spu:read and qXfer:spu:write packets.
4723 (main): Pass packet_len to handle_query.
4724 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
4725 * target.h (target_ops): Add qxfer_spu.
4726
374c1d38
UW
47272007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4728
4729 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
4730 accessing non-seekable spufs files.
4731
bb63802a
UW
47322007-05-16 Markus Deuling <deuling@de.ibm.com>
4733
889bf7c5 4734 * server.c (handle_query): Add reply for qC packet.
bb63802a 4735
7390519e
PA
47362007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4737 Leo Zayas <lerele@champenstudios@com>
4738
4739 * server.h (check_remote_input_interrupt_request): New function.
4740 * remote_utils.c (INVALID_DESCRIPTOR): New define.
4741 (remote_desc): Initialize with INVALID_DESCRIPTOR.
4742 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
4743 (check_remote_input_interrupt_request): New function.
4744 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 4745 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
4746 winapi_GenerateConsoleCtrlEvent): New typedefs.
4747 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
4748 to 250 ms.
4749 (win32_wait): Check for remote interrupt request
4750 with check_remote_input_interrupt_request.
4751 (win32_request_interrupt): New function.
4752 (win32_target_op): Set request_interrupt to win32_request_interrupt.
4753
34b34921
PA
47542007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4755
4756 * win32-low.c (debug_registers_changed,
4757 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
4758 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
4759 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
4760 (thread_rec): Get context using the low target.
4761 (child_add_thread): Call thread_added on the low target,
4762 which does the same thing.
4763 (regptr): Delete.
4764 (do_initial_child_stuff): Remove debug registers references.
4765 Set context using the low target. Resume threads after
4766 setting the contexts.
4767 (child_continue): Remove dead variable. Remove debug
4768 registers references.
4769 (child_fetch_inferior_registers): Go through the low target.
4770 (do_child_store_inferior_registers): Remove.
4771 (child_store_inferior_registers): Go through the low target.
4772 (win32_resume): Remove debug registers references.
4773 Set context using the low target.
4774 (handle_exception): Change return type to void. Don't record
4775 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
4776 first chance exception.
889bf7c5 4777 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
4778 goto loop. Always return after waiting for debug event.
4779 (win32_wait): Convert to switch statement. Handle spurious
4780 events.
4781
4782 * win32-i386-low.c (debug_registers_changed,
4783 debug_registers_used): New.
4784 (initial_stuff): Rename to ...
4785 (i386_initial_stuff): ... this. Clear debug registers
4786 state variables.
4787 (store_debug_registers): Delete.
4788 (i386_get_thread_context): New.
4789 (load_debug_registers): Delete.
4790 (i386_set_thread_context): New.
4791 (i386_thread_added): New.
4792 (single_step): Rename to ...
4793 (i386_single_step): ... this.
4794 (do_fetch_inferior_registers): Rename to ...
4795 (i386_fetch_inferior_register): ... this.
4796 (i386_store_inferior_register): New.
4797 (the_low_target): Adapt to new interface.
4798
4799 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
4800 (arm_get_thread_context): New.
4801 (arm_set_thread_context): New.
4802 (regptr): New.
4803 (do_fetch_inferior_registers): Rename to ...
4804 (arm_fetch_inferior_register): ... this.
4805 (arm_store_inferior_register): New.
4806 (arm_wince_breakpoint): Reimplement as unsigned long.
4807 (arm_wince_breakpoint_len): Define.
4808 (the_low_target): Adapt to new interface.
4809
4810 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
4811 load_debug_registers. Add get_thread_context, set_thread_context,
4812 thread_added and store_inferior_register. Rename
4813 fetch_inferior_registers to fetch_inferior_register.
4814 (regptr): Remove declaration.
4815
dd6953e1
PA
48162007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4817
4818 * linux-low.c (linux_detach): Change return type to int. Return 0.
4819 * spu-low.c (spu_detach): Likewise.
4820
444d6139
PA
48212007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4822
4823 * target.h (target_ops): Change return type of detach to int.
4824 Add join.
4825 (join_inferior): New.
4826 * server.c (main): Don't skip detach support on mingw32.
4827 If the inferior doesn't support detaching return error.
4828 Call join_inferior instead of using waitpid.
4829 * linux-low.c (linux_join): New.
4830 (linux_target_op): Add linux_join.
4831 * spu-low.c (spu_join): New.
4832 (spu_target_ops): Add spu_join.
4833 * win32-low.c (win32_detach): Adapt to new interface.
4834 Reopen current_process_handle before detaching. Issue a child
4835 resume before detaching.
4836 (win32_join): New.
4837 (win32_target_op): Add win32_join.
4838
1d5315fe
PA
48392007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4840
4841 * win32-low.c (win32-attach): Fix return value.
4842 * target.h (target_ops): Describe ATTACH return values.
4843
bf914831
PA
48442007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4845
4846 * win32-low.c (GETPROCADDRESS): Define.
4847 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
4848 (winapi_DebugSetProcessKillOnExit): Likewise.
4849 (win32_create_inferior): Force usage of ansi CreateProcessA.
4850 (win32_attach): Use GETPROCADDRESS.
4851 (win32_detach): Likewise.
4852
f72f3e60
PA
48532007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4854
4855 * win32-low.c (win32_wait): Don't use WSTOPSIG.
4856
ed50f18f
PA
48572007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4858
4859 * win32-low.c: Commit leftover changes from 2007-03-29.
4860
0c2ead7e
DJ
48612007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4862
4863 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
4864 fields short instead of int. Add explicit padding.
4865 (i387_cache_to_fsave): Remove unnecessary casts.
4866 (i387_fsave_to_cache): Doc fix.
4867 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
4868
73725ff3
DJ
48692007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4870
4871 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
4872 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
4873
d99f33d8
PA
48742007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4875
4876 * configure.srv (arm*-*-mingw32ce*): Move near the other
4877 arm targets.
4878
68070c10
PA
48792007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4880
2482afc6 4881 * configure.ac: Add errno checking.
68070c10
PA
4882 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
4883 sys/file.h and malloc.h.
4884 (AC_CHECK_DECLS): Add perror.
4885 (srv_mingwce): Handle.
2482afc6 4886 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
4887 win32-i386-low.o to srv_tgtobj.
4888 (i[34567]86-*-mingw*): Likewise.
4889 (arm*-*-mingw32ce*): Add case.
4890 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
4891 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
4892 [__MINGW32CE__] (strerror): New function.
4893 [__MINGW32CE__] (errno): Define to GetLastError.
4894 [__MINGW32CE__] (COUNTOF): New macro.
4895 (remote_open): Remove extra close call.
4896 * mem-break.c (delete_breakpoint_at): New function.
4897 * mem-break.h (delete_breakpoint_at): Declare.
4898 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
4899 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
4900 [USE_WIN32API] (read, write): Add char* casts.
4901 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
4902 * server.h: Include wincecompat.h on Windows CE.
4903 [HAVE_ERRNO_H]: Check.
4904 (perror): Declare if not declared.
4905 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
4906 (perror_with_name): Remove errno declaration.
4907 * wincecompat.h: New.
4908 * wincecompat.c: New.
4909 * win32-low.h: New.
4910 * win32-arm-low.c: New.
4911 * win32-i386-low.c: New.
4912 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
4913 (OUTMSG2): Make it safe.
4914 (_T): New macro.
4915 (COUNTOF): New macro.
4916 (NUM_REGS): Get it from the low target.
4917 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
4918 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
4919 (thread_rec): Let low target handle debug registers.
4920 (child_add_thread): Likewise.
4921 (child_init_thread_list): Likewise.
4922 (continue_one_thread): Likewise.
4923 (regptr): New.
4924 (do_child_fetch_inferior_registers): Move to ...
4925 * win32-i386-low.c: ... here, and rename to ...
4926 (do_fetch_inferior_registers): ... this.
889bf7c5 4927 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
4928 Go through the low target.
4929 (do_child_store_inferior_registers): Use regptr.
4930 (strwinerror): New function.
4931 (win32_create_inferior): Handle Windows CE.
4932 Use strwinerror instead of strerror on Windows error
4933 codes. Add program to the error output.
4934 Don't close the main thread handle on Windows CE.
4935 (win32_attach): Use coredll.dll on Windows CE.
4936 (win32_kill): Close current process and current
4937 thread handles.
4938 (win32_detach): Use coredll.dll on Windows CE.
4939 (win32_resume): Let low target handle debug registers, and
4940 step request.
4941 (handle_exception): Add/Remove initial breakpoint. Avoid
4942 non-existant WSTOPSIG on Windows CE.
4943 (win32_read_inferior_memory): Cast to remove warning.
4944 (win32_arch_string): Go through the low target.
4945 (initialize_low): Call set_breakpoint_data with the low
4946 target's breakpoint.
4947 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
4948 FOP_REGNUM, mappings): Move to ...
4949 * win32-i386-low.c: ... here.
4950 * win32-low.c (win32_thread_info): Move to ...
4951 * win32-low.h: ... here.
4952 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
4953 win32-arm-low.c and wincecompat.c.
4954 (all:): Add $EXEEXT.
4955 (install-only:): Likewise.
4956 (gdbserver:): Likewise.
4957 (gdbreplay:): Likewise.
4958 * config.in: Regenerate.
4959 * configure: Regenerate.
4960
41093d81
PA
49612007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4962
4963 * win32-low.c: Rename typedef thread_info to
4964 win32_thread_info throughout.
4965
544afa54
PA
49662007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4967
4968 * win32-i386-low.c: Rename to ...
4969 * win32-low.c: ... this.
4970 * configure.srv: Replace win32-i386-low.o with win32-low.o.
4971 * Makefile.in: Likewise.
4972
bce7165d
PA
49732007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
4974
4975 * remote-utils.c (monitor_output): Constify msg parameter.
4976 * server.h (monitor_output): Likewise.
4977 * win32-i386-low.c (handle_output_debug_string): New.
4978 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
4979 handle_output_debug_string.
4980 (get_child_debug_event): Likewise.
4981
506c7aa0
DJ
49822007-03-27 Mat Hostetter <mat@lcs.mit.edu>
4983
4984 * server.c (main): Correct strtoul check.
4985
42c81e2a
DJ
49862007-03-27 Jon Ringle <jon@ringle.org>
4987
4988 * linux-low.c: Check __ARCH_HAS_MMU__ also.
4989
9453113a
DJ
49902007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4991
4992 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4993
64a69107
DJ
49942007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4995
4996 * terminal.h: Check HAVE_SGTTY_H.
4997
49982007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
4999
5000 * remote-utils.c (remote_open): Print out the assigned port number.
5001
c74d0ad8
DJ
50022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5003
5004 * remote-utils.c (monitor_output): New function.
5005 * server.c (debug_threads): Define here.
5006 (monitor_show_help): New function.
5007 (handle_query): Handle qRcmd.
5008 (main): Do not handle 'd' packet.
5009 * server.h (debug_threads, remote_debug, monitor_output): Declare.
5010 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
5011 of debug_threads.
5012
de7c3b4a
PA
50132007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5014
5015 * Makefile.in (EXEEXT): New.
5016 (clean): Use $(EXEEXT).
5017
ef57601b
PA
50182007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5019
5020 * target.h (target_ops): Rename send_signal to request_interrupt,
5021 and remove enum target_signal parameter.
5022 * linux-low.c (linux_request_interrupt): Rename from
5023 linux_send_signal, and always send SIGINT.
5024 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
5025 and always send SIGINT.
5026 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
5027 of send_signal.
5028 (input_interrupt): Likewise.
5029
820f2bda
PA
50302007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5031
5032 * server.c (get_features_xml): Check if target implemented
5033 arch_string.
5034 * win32-i386-low.c (win32_arch_string): New.
5035 (win32_target_ops): Add win32_arch_string as arch_string member.
5036
ab39bf24
UW
50372007-02-22 Markus Deuling <deuling@de.ibm.com>
5038
5039 * spu-low.c (spu_arch_string): New.
5040 (spu_target_ops): Add spu_arch_string.
5041
61ff6e04
DJ
50422007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5043
5044 * remote-utils.c: Remove HAVE_TERMINAL_H check.
5045 * configure.ac: Do not check for terminal.h.
5046 * configure, config.in: Regenerated.
5047
fb1e4ffc
DJ
50482007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5049
5050 * Makefile.in (OBS): Add $(XML_BUILTIN).
5051 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
5052 (clean): Update.
5053 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
5054 (arm-with-iwmmxt.c): New.
5055 * config.in, configure: Regenerate.
5056 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
5057 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
5058 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
5059 (arm*-*-linux*): Add iWMMXt and regset support.
5060 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
5061 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
5062 (arm_store_wmmxregset, target_regsets): New.
5063 * server.c (get_features_xml): Take annex argument. Check builtin
5064 XML documents.
5065 (handle_query): Handle multiple annexes.
5066
0f48aa01
DJ
50672007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5068
5069 * remote-utils.c [USE_WIN32API] (read, write): Define.
5070 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
5071 write.
5072
23181151
DJ
50732007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5074
5075 * linux-i386-low.c (the_low_target): Set arch_string.
5076 * linux-x86-64-low.c (the_low_target): Likewise.
5077 * linux-low.c (linux_arch_string): New.
5078 (linux_target_ops): Add it.
5079 * linux-low.h (struct linux_target_ops): Add arch_string.
5080 * server.c (write_qxfer_response): Use const void * for DATA.
5081 (get_features_xml): New.
5082 (handle_query): Handle qXfer:features:read. Report it for qSupported.
5083 * target.h (struct target_ops): Add arch_string method.
5084
9d606399
DJ
50852007-01-03 Denis Pilat <denis.pilat@st.com>
5086 Daniel Jacobowitz <dan@codesourcery.com>
5087
5088 * linux-low.c (linux_kill): Handle being called with no threads.
5089 * win32-i386-low.c (win32_kill): Likewise.
5090 (get_child_debug_event): Clear current_process_handle.
5091
50922006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
5093 Daniel Jacobowitz <dan@codesourcery.com>
5094
5095 * remote-utils.c (remote_open): Check the type of specified
5096 serial port devices before opening them.
5097 * server.c (main): Kill the inferior if an error occurs during
5098 the first remote_open.
5099
a5e13d24
DJ
51002006-12-05 Markus Deuling <deuling@de.ibm.com>
5101
5102 * README: Update supported targets.
5103
186947f7
DJ
51042006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
5105
5106 * Makefile.in (clean): Remove reg-mips64.c.
5107 (reg-mips64.c, reg-mips64.o): New rules.
5108 * configure.srv: Handle mips64. Include regset support for mips.
5109 * linux-mips-low.c (union mips_register): New.
5110 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
5111 (mips_breakpoint, mips_breakpoint_at): Use int.
5112 (mips_collect_register, mips_supply_register)
5113 (mips_collect_register_32bit, mips_supply_register_32bit)
5114 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
5115 (mips_store_fpregset, target_regsets): New.
5116 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
5117
a13e2c95
UW
51182006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5119
5120 * configure.srv: Add target "spu*-*-*".
5121 * Makefile.in (clean): Remove reg-spu.c.
5122 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
5123 * spu-low.c: New file.
5124
cb7283db
DJ
51252006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * configure.ac: Correct td_thr_tls_get_addr test.
5128 * configure: Regenerated.
5129
89be2091
DJ
51302006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5131
5132 * linux-low.c (linux_wait_for_event): Reformat. Use the
5133 pass_signals array.
5134 * remote-utils.c (decode_address_to_semicolon): New.
5135 * server.c (pass_signals, handle_general_set): New.
5136 (handle_query): Mention QPassSignals for qSupported.
5137 (main): Call handle_general_set.
5138 * server.h (pass_signals, decode_address_to_semicolon): New.
5139
000ef4f0
DJ
51402006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
5141
5142 * server.c (handle_query): Correct error handling for read_auxv.
5143
b7149293
UW
51442005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5145
5146 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
5147 and srv_linux_thread_db to yes.
5148 * linux-s390-low.c (s390_fill_gregset): New function.
5149 (target_regsets): Define data structure.
5150
dae5f5cf
DJ
51512006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5152
5153 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
5154 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
5155 * config.in, configure: Regenerated.
5156 * inferiors.c (gdb_id_to_thread): New function.
5157 (gdb_id_to_thread_id): Use it.
5158 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
5159 * linux-low.h (struct process_info): Add th member.
5160 (thread_db_get_tls_address): New prototype.
5161 * remote-utils.c (decode_address): Make non-static.
5162 * server.c (handle_query): Handle qGetTLSAddr.
5163 * server.h (gdb_id_to_thread, decode_address): New prototypes.
5164 * target.h (struct target_ops): Add get_tls_address.
5165 * thread-db.c (maybe_attach_thread): Save the thread handle.
5166 (thread_db_get_tls_address): New.
5167
32ca6d61
DJ
51682006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
5169
5170 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
5171 (linux_resume_one_process): Take a siginfo_t *. Update all
5172 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
5173 (struct pending_signals): Add a siginfo_t.
5174 (linux_wait_for_process): Always set last_status.
5175 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
5176 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
5177 * linux-low.h (struct process_info): Add last_status.
5178
5ffff7c1
DJ
51792006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
5180
5181 * remote-utils.c (try_rle): New function.
5182 (putpkt_binary): Use it.
5183
8695c747
DJ
51842006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
5185
5186 * Makefile.in (clean): Clean reg-x86-64-linux.c.
5187 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
5188 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
5189 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
5190 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
5191 point registers.
5192
290fadea
RS
51932006-08-08 Richard Sandiford <richard@codesourcery.com>
5194
5195 * server.c (terminal_fd): New variable.
5196 (old_foreground_pgrp): Likewise.
5197 (restore_old_foreground_pgrp): New function.
5198 (start_inferior): Record the terminal file descriptor in terminal_fd
5199 and its original foreground group in old_foreground_pgrp. Register
5200 restore_old_foreground_pgrp with atexit().
5201
9f2e1e63
DJ
52022006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
5203
5204 * server.c (handle_query): Correct qPart to qXfer.
5205
b80864fb
DJ
52062006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5207
5208 * configure.ac: Check for more headers which are missing on
5209 Windows. Automatically supply -lwsock32 and USE_WIN32API.
5210 * configure.srv: Add Cygwin and mingw32.
5211 * remote-utils.c: Don't include headers unconditionally which
5212 are missing on mingw32. Include <winsock.h> for mingw32.
5213 (remote_open): Adjust for mingw32 support. Flush
5214 standard error after writing to it.
5215 (remote_close, putpkt_binary, input_interrupt, block_async_io)
5216 (unblock_async_io, enable_async_io, disable_async_io)
5217 (readchar, getpkt): Update for Winsock support.
5218 (prepare_resume_reply): Expect a protocol signal number.
5219 * server.c: Disable <sys/wait.h> on mingw32.
5220 (start_inferior): Adjust for mingw32 support. Flush
5221 standard error after writing to it.
5222 (attach_inferior): Likewise. Use protocol signal
5223 numbers.
5224 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
5225 and names.
5226 * win32-i386-low.c: New file.
5227 * Makefile.in (XM_CLIBS): Set.
5228 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
5229 (win32-i386-low.o): New dependency rule.
5230 * linux-low.c (linux_wait): Use target signal numbers.
5231 * target.h (struct target_ops): Doc fix.
5232 * server.h (target_signal_to_name): New prototype.
5233 * gdbreplay.c: Don't include headers unconditionally which
5234 are missing on mingw32. Include <winsock.h> for mingw32.
5235 (remote_close, remote_open): Adjust for Winsock support.
5236 * configure, config.in: Regenerated.
5237
0876f84a
DJ
52382006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5239
5240 * server.c (decode_xfer_read, write_qxfer_response): New.
5241 (handle_query): Take a packet length argument. Handle
5242 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
5243 the qSupported response.
5244 (main): Update call to handle_query.
5245
01f9e8fa
DJ
52462006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5247
5248 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
5249 (putpkt_binary): Renamed from putpkt and adjusted for binary
5250 data.
5251 (putpkt): New wrapper for putpkt_binary.
5252 (readchar): Don't mask off the high bit.
5253 (decode_X_packet): New function.
5254 * server.c (main): Call putpkt_binary if a handler sets the packet
5255 length. Save the length of the incoming packet. Handle 'X'.
5256 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
5257
be2a5f71
DJ
52582006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5259
5260 * server.c (handle_query): Handle qSupported.
5261
ea025f5f
DJ
52622006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
5263
5264 * remote-utils.c (all_symbols_looked_up): New variable.
5265 (look_up_one_symbol): Check it.
5266 * server.h (look_up_one_symbol): New declaration.
5267 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
5268
9308fc88
DJ
52692006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
5270
5271 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 5272 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
5273 (PTRACE_GET_THREAD_AREA): Define.
5274 (ps_get_thread_area): New function.
5275
52fb6437
NS
52762006-05-09 Nathan Sidwell <nathan@codesourcery.com>
5277
5278 * configure.srv (m68k*-*-uclinux*): New target.
5279 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
5280 (linux_resume_one_process): Remove extraneous cast.
5281 (linux_read_offsets): New.
5282 (linux_target_op): Add linux_read_offsets on mmuless systems.
5283 * server.c (handle_query): Add qOffsets logic.
5284 * target.h (struct target_ops): Add read_offsets.
5285
21b0f40c
DJ
52862006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
5287
5288 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
5289 (PTRACE_GET_THREAD_AREA): Define.
5290 (ps_get_thread_area): New function.
5291 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
5292 (linux-x86-64-low.o): Update.
5293
0050a760
DJ
52942006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
5295
5296 * configure.ac: Remove checks for prfpregset_t.
5297 * gdb_proc_service.h: New file.
5298 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
5299 new "gdb_proc_service.h".
5300 * proc-service.c: Likewise.
5301 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
5302 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
5303 * Makefile.in (gdb_proc_service_h): Updated.
5304 * configure, config.in: Regenerated.
5305
b92a518e
DJ
53062006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * remote-utils.c (prepare_resume_reply): Move declaration
5309 of gdb_id_from_wait to the top of the block.
5310
545587ee
DJ
53112006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
5312
5313 * linux-low.c (regsets_store_inferior_registers): Read the regset
5314 from the target before filling it.
5315
9db87ebd
DJ
53162006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5317
5318 * server.c (attach_inferior): Return SIGTRAP for a successful
5319 attach.
5320
dd24457d
DJ
53212006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5322
5323 * Makefile.in (OBS): Add version.o.
5324 (STAGESTUFF): Delete.
5325 (version.o): Add dependencies.
5326 (version.c): Replace rule.
5327 (clean): Remove version.c.
5328 * server.c (gdbserver_version): New.
5329 (gdbserver_usage): Use printf.
5330 (main): Handle --version and --help.
5331 * server.h (version, host_name): Add declarations.
5332
6f0f660e
EZ
53332005-12-23 Eli Zaretskii <eliz@gnu.org>
5334
889bf7c5
PA
5335 * linux-arm-low.c:
5336 * linux-arm-low.c:
5337 * inferiors.c:
5338 * i387-fp.h:
5339 * i387-fp.c:
5340 * gdbreplay.c:
5341 * regcache.c:
5342 * proc-service.c:
5343 * mem-break.h:
5344 * mem-break.c:
5345 * linux-x86-64-low.c:
5346 * linux-sh-low.c:
5347 * linux-s390-low.c:
5348 * linux-ppc64-low.c:
5349 * linux-ppc-low.c:
5350 * linux-mips-low.c:
5351 * linux-m68k-low.c:
5352 * linux-m32r-low.c:
5353 * linux-low.h:
5354 * linux-low.c:
5355 * linux-ia64-low.c:
5356 * linux-i386-low.c:
5357 * linux-crisv32-low.c:
5358 * thread-db.c:
5359 * terminal.h:
5360 * target.h:
5361 * target.c:
5362 * server.h:
5363 * server.c:
5364 * remote-utils.c:
5365 * regcache.h:
5366 * utils.c:
5367 * Makefile.in:
5368 * configure.ac:
6f0f660e
EZ
5369 * gdbserver.1: Add (C) after Copyright. Update the FSF
5370 address.
5371
9d1fb177
DJ
53722005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5373
5374 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
5375 (arm_breakpoint_at): Recognize both breakpoints.
5376 (the_low_target): Use the correct breakpoint instruction.
5377
011a70c2
DJ
53782005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5379
5380 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
5381 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
5382 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
5383 (the_low_target): Update.
5384
7fb85e41
AS
53852005-10-25 Andreas Schwab <schwab@suse.de>
5386
5387 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
5388
5389 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
5390 (ia64_num_regs): Reduce to 462.
5391
3db0444b
DJ
53922005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5393
5394 * acinclude.m4: Correct quoting.
5395 * aclocal.m4: Regenerated.
5396
5397 Suggested by SZOKOVACS Robert <szo@ies.hu>:
5398 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
5399 (thread_db_init): Call thread_db_err_str.
5400 * configure.ac: Check for TD_VERSION.
5401 * config.in, configure: Regenerated.
5402
bee0189a
DJ
54032005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5404
5405 * server.h (error, fatal, warning): Add ATTR_FORMAT.
5406
e9d25b98
DJ
54072005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5408
5409 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
5410 is not available. Define HAVE_PTRACE_GETREGS if it is.
5411 * config.in, configure: Regenerated.
5412 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
5413 * linux-i386-low.c, linux-m68k-low.c: Update to use
5414 HAVE_PTRACE_GETREGS.
5415 * linux-low.c (regsets_fetch_inferior_registers)
5416 (regsets_store_inferior_registers): Only return 0 if we processed
5417 GENERAL_REGS.
5418 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
5419 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
5420
a06660f7
DJ
54212005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5422
5423 * inferiors.c (struct thread_info): Add gdb_id.
5424 (add_thread): Add gdb_id argument.
5425 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
5426 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
5427 calls to add_thread.
5428 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
5429 * server.c (handle_query): Use thread_to_gdb_id.
5430 (handle_v_cont, main): Use gdb_id_to_thread_id.
5431 * server.h (add_thread): Update prototype.
5432 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
5433 prototypes.
5434
5a1f5858
DJ
54352005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5436
5437 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
5438 left-padded registers.
5439 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
5440 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
5441
e122f1f5
SE
54422005-07-01 Steve Ellcey <sje@cup.hp.com>
5443
5444 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
5445 * configure: Regenerate.
5446 * config.in: Regenerate.
5447 * server.h (NEED_DECLARATION_STRERROR):
5448 Replace with !HAVE_DECL_STRERROR.
5449
d592fa2f
DJ
54502005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
5451
5452 * linux-low.c (linux_wait, linux_send_signal): Don't test
5453 an unsigned long variable for > 0 if it could be MAX_ULONG.
5454 * server.c (myresume): Likewise.
5455 * target.c (set_desired_inferior): Likewise.
5456
ccbd4912
MK
54572005-06-13 Mark Kettenis <kettenis@gnu.org>
5458
5459 * configure.ac: Simplify and improve check for socklen_t.
5460 * configure, config.in: Regenerate.
5461
f450004a
DJ
54622005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
5463
5464 * acconfig.h: Remove.
5465 * configure.ac: Add a test for socklen_t. Use three-argument
5466 AC_DEFINE throughout.
5467 * config.in: Regenerated using autoheader 2.59.
5468 * configure: Regenerated.
5469
5470 * gdbreplay.c (socklen_t): Provide a default.
5471 (remote_open): Use socklen_t.
5472 * remote-utils.c (socklen_t): Provide a default.
5473 (remote_open): Use socklen_t.
5474 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
5475 unsigned char.
5476
5477 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
5478 char for buffers.
5479 * linux-low.c (linux_read_memory, linux_write_memory)
5480 (linux_read_auxv): Likewise.
5481 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
5482 (check_mem_write): Likewise.
5483 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
5484 Likewise.
5485 * regcache.c (struct inferior_rgcache_data, registers_to_string)
5486 (registers_from_string, register_data): Likewise.
5487 * server.c (handle_query, main): Likewise.
5488 * server.h (convert_ascii_to_int, convert_int_to_ascii)
5489 (decode_M_packet): Likewise.
5490 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
5491 * target.h (struct target_ops): Update read_memory, write_memory,
5492 and read_auxv.
5493 (read_inferior_memory, write_inferior_memory): Update.
5494 * linux-low.h (struct linux_target_ops): Change type of breakpoint
5495 to unsigned char *.
5496 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
5497 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
5498 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
5499 linux-s390-low.c, linux-sh-low.c: Update for changes in
5500 read_inferior_memory and the_low_target->breakpoint.
5501
eee84df1
DJ
55022005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
5503
5504 * Makefile.in (SFILES): Add linux-ppc64-low.c.
5505 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
5506 * configure.srv: Add powerpc64-*-linux*.
5507 * linux-ppc64-low.c: New file.
5508
45b134e5
OF
55092005-05-23 Orjan Friberg <orjanf@axis.com>
5510
5511 * linux-cris-low.c: New file with support for CRIS.
5512 * linux-crisv32-low.c: Ditto for CRISv32.
5513 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
5514 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 5515 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
5516 reg-crisv32.o, and reg-crisv32.c to make rules.
5517 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
5518 recognized targets.
5519
48d93c75
UW
55202005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
5521
5522 * linux-low.c (fetch_register): Ensure buffer size is a multiple
5523 of sizeof (PTRACE_XFER_TYPE).
5524 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
5525
e013ee27
OF
55262005-05-12 Orjan Friberg <orjanf@axis.com>
5527
889bf7c5 5528 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
5529 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
5530 pointers for hardware watchpoint support.
5531 * linux-low.h (struct linux_target_ops): Ditto.
5532 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
5533 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
5534 to linux_target_ops.
5535 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
5536 reply packet.
5537 * server.c (main): Recognize 'Z' and 'z' packets.
5538
b0ded00b
UW
55392005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
5540
5541 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
5542 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
5543 (the_low_target): Add new members.
5544
8643e2ad
DJ
55452005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5546
5547 * proc-service.c (ps_lgetregs): Search all_processes instead of
5548 all_threads.
5549
fc620387
DJ
55502005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * server.c (start_inferior): Change return type to int.
5553 (attach_inferior): Change sigptr to int *.
5554 (handle_v_cont, handle_v_requests): Change signal to int *.
5555 (main): Change signal to int.
5556
55572005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
5558
5559 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
5560 * configure.srv: Add m32r*-*-linux*.
5561 * linux-m32r-low.c: New file.
5562
e0e76420
DJ
55632005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
5564
5565 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
5566
a1928bad
DJ
55672005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5568
5569 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
5570 Take unsigned long arguments for PIDs.
5571 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
5572 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
5573 (wait_for_sigstop, linux_resume_one_process)
5574 (regsets_fetch_inferior_registers, linux_send_signal)
5575 (linux_read_auxv): Likewise. Update the types of variables holding
5576 PIDs. Update format string specifiers.
5577 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
5578 * remote-utils.c (prepare_resume_reply): Likewise.
5579 * server.c (cont_thread, general_thread, step_thread)
5580 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
5581 unsigned long.
5582 (handle_query): Update format specifiers.
5583 (handle_v_cont, main): Use strtoul for thread IDs.
5584 * server.h (struct inferior_list_entry): Use unsigned long for ID.
5585 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
5586 (general_thread, step_thread, thread_from_wait)
5587 (old_thread_from_wait): Update.
5588 * target.h (struct thread_resume): Use unsigned long for THREAD.
5589 (struct target_ops): Use unsigned long for arguments to attach and
5590 thread_alive.
5591
dcdb98d2
DJ
55922005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
5593
5594 * acinclude.m4: Include bfd/bfd.m4 directly.
5595 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
5596 <agriffis@toolchain.org>.
5597 * aclocal.m4, configure: Regenerated.
5598
bec39cab
AC
55992005-01-07 Andrew Cagney <cagney@gnu.org>
5600
5601 * configure.ac: Rename configure.in, require autoconf 2.59.
5602 * configure: Re-generate.
5603
434c4c77
DJ
56042004-12-08 Daniel Jacobowitz <dan@debian.org>
5605
5606 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
5607 LIBS when finished.
5608 * aclocal.m4: Regenerated.
5609 * configure: Regenerated.
5610
db1d3e1b
AS
56112004-11-21 Andreas Schwab <schwab@suse.de>
5612
5613 * linux-m68k-low.c (m68k_num_gregs): Define.
5614 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
5615 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
5616 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
5617 (m68k_breakpoint_at): New. Add to the_low_target.
5618
5619 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
5620 srv_linux_thread_db to yes.
5621
43360365
JB
56222004-10-20 Joel Brobecker <brobecker@gnat.com>
5623
5624 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
5625 (ARCH_SET_FS): Likewise.
5626 (ARCH_GET_FS): Likewise.
5627 (ARCH_GET_GS): Likewise.
5628
fd500816
DJ
56292004-10-16 Daniel Jacobowitz <dan@debian.org>
5630
5631 * linux-i386-low.c (ps_get_thread_area): New.
5632 * linux-x86-64-low.c (ps_get_thread_area): New.
5633 * linux-low.c: Include <sys/syscall.h>.
5634 (linux_kill_one_process): Don't kill the first thread here.
5635 (linux_kill): Kill the first thread here.
5636 (kill_lwp): New function.
5637 (send_sigstop, linux_send_signal): Use it.
5638 * proc-service.c: Clean up #ifdefs.
5639 (fpregset_info): Delete.
5640 (ps_lgetregs): Update and enable implementation.
5641 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
5642 implementations.
5643 * remote-utils.c (struct sym_cache, symbol_cache): New.
5644 (input_interrupt): Print a clearer message.
5645 (async_io_enabled): New variable.
5646 (enable_async_io, disable_async_io): Use it. Update comments.
5647 (look_up_one_symbol): Use the symbol cache.
5648 * thread-db.c (thread_db_look_up_symbols): New function.
5649 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
5650
f6de3c42
DJ
56512004-10-16 Daniel Jacobowitz <dan@debian.org>
5652
5653 * configure.in: Test for -rdynamic.
5654 * configure: Regenerated.
5655 * Makefile (INTERNAL_LDFLAGS): New.
5656 (gdbserver, gdbreplay): Use it.
5657
2c0fc042
AC
56582004-09-02 Andrew Cagney <cagney@gnu.org>
5659
5660 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
5661
075b3282
DJ
56622004-03-23 Daniel Jacobowitz <drow@mvista.com>
5663
5664 * linux-low.c (linux_wait): Clear all_processes list also.
5665
fa6a77dc
DJ
56662004-03-12 Daniel Jacobowitz <drow@mvista.com>
5667
5668 * linux-low.c: Include <errno.h>. Remove extern declaration of
5669 errno.
5670
6d782a97
DJ
56712004-03-12 Daniel Jacobowitz <drow@mvista.com>
5672
5673 * gdbreplay.c, server.h, utils.c: Update copyright years.
5674
3a7fb99b
DJ
56752004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
5676
5677 * server.c (main): Print child status or termination signal from
5678 variable 'signal', not 'sig'.
5679
c3e735a6
DJ
56802004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
5681
5682 * linux-low.c (linux_read_memory): Change return type to
5683 int. Check for and return error from ptrace().
5684 * target.c (read_inferior_memory): Change return type to int. Pass
5685 back return status from the_target->read_memory().
5686 * target.h (struct target_ops): Adapt *read_memory() prototype.
5687 Update comment.
5688 (read_inferior_memory): Adapt prototype.
5689 * server.c (main): Return an error packet if
5690 read_inferior_memory() returns an error.
5691
a59d1c82
DJ
56922004-03-04 Daniel Jacobowitz <drow@mvista.com>
5693
5694 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
5695 Unify with other clean targets.
5696
dc3f8883
DJ
56972004-02-29 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * server.c (handle_v_cont): Call set_desired_inferior.
5700
89a208da
DJ
57012004-02-29 Daniel Jacobowitz <drow@mvista.com>
5702
5703 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
5704
62ea82f5
DJ
57052004-02-29 Daniel Jacobowitz <drow@mvista.com>
5706
5707 * linux-low.c (linux_wait): Unblock async I/O.
5708 (linux_resume): Block and enable async I/O.
5709 * remote-utils.c (block_async_io, unblock_async_io): New functions.
5710 * server.h (block_async_io, unblock_async_io): Add prototypes.
5711
6910d122
DJ
57122004-02-29 Daniel Jacobowitz <drow@mvista.com>
5713
5714 * remote-utils.c (remote_open): Print a status notice after
5715 opening a TCP port.
5716 * server.c (attach_inferior): Print a status notice after
5717 attaching.
5718
57192004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
5720
5721 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
5722
c89dc5d4
DJ
57232004-02-26 Daniel Jacobowitz <drow@mvista.com>
5724
5725 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
5726 error packet.
5727 * server.c, target.h: Update copyright years.
5728
4b8dad4a
RM
57292004-02-25 Roland McGrath <roland@redhat.com>
5730
5731 * target.h (struct target_ops): New member `read_auxv'.
5732 * server.c (handle_query): Handle qPart:auxv:read: query using that.
5733 * linux-low.c (linux_read_auxv): New function.
5734 (linux_target_ops): Initialize `read_auxv' member to that.
5735
d7446758
JB
57362004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5737
5738 Committed by Jim Blandy <jimb@redhat.com>.
5739
5740 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 5741 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
5742 instead of GPR_SIZE to distiguish s390 and s390x targets.
5743
5544ad89
DJ
57442004-01-31 Daniel Jacobowitz <drow@mvista.com>
5745
5746 * linux-low.c: Update copyright year.
5747 (check_removed_breakpoint): Clear pending_is_breakpoint.
5748 (linux_set_resume_request, linux_queue_one_thread)
5749 (resume_status_pending_p): New functions.
5750 (linux_continue_one_thread): Use process->resume.
5751 (linux_resume): Only resume threads if there are no pending events.
5752 * linux-low.h (struct process_info): Add resume request
5753 pointer.
5754
2a68b70e
DJ
57552004-01-30 Daniel Jacobowitz <drow@mvista.com>
5756
5757 * regcache.c (new_register_cache): Clear the allocated register
5758 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
5759
64386c31
DJ
57602003-10-13 Daniel Jacobowitz <drow@mvista.com>
5761
5762 * linux-low.c (linux_resume): Take a struct thread_resume *
5763 argument.
5764 (linux_wait): Update call.
5765 (resume_ptr): New static variable.
5766 (linux_continue_one_thread): Renamed from
5767 linux_continue_one_process. Use resume_ptr.
5768 (linux_resume): Use linux_continue_one_thread.
5769 * server.c (handle_v_cont, handle_v_requests): New functions.
5770 (myresume): New function.
5771 (main): Handle 'v' case.
5772 * target.h (struct thread_resume): New type.
5773 (struct target_ops): Change argument of "resume" to struct
5774 thread_resume *.
5775 (myresume): Delete macro.
5776
c938e9b0
L
57772003-08-08 H.J. Lu <hongjiu.lu@intel.com>
5778
5779 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
5780 (uninstall): Support DESTDIR.
5781
7f313d07
BC
5782Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
5783
5784 * configure.srv: Add xscale*linux copy of arm*linux entry.
5785
3b2fc2ea
DJ
57862003-07-24 Daniel Jacobowitz <drow@mvista.com>
5787
5788 * linux-arm-low.c (arm_reinsert_addr): New function.
5789 (the_low_target): Add arm_reinsert_addr.
5790
1c0a559e
MK
57912003-07-08 Mark Kettenis <kettenis@gnu.org>
5792
5793 * mem-break.c: Remove whitespace at end of file.
5794
43d5792c
DJ
57952003-06-28 Daniel Jacobowitz <drow@mvista.com>
5796
5797 * configure.in: Check whether we need to prototype strerror.
5798 * server.h: Optionally prototype strerror.
5799 * gdbreplay.c (perror_with_name): Use strerror.
5800 * linux-low.c (linux_attach_lwp): Use strerror.
5801 * utils.c (perror_with_name): Use strerror.
5802 * config.in, configure: Regenerated.
5803
c8a86edf
DJ
58042003-06-28 Daniel Jacobowitz <drow@mvista.com>
5805
5806 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
5807 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
5808
73d37363
DJ
58092003-06-20 Daniel Jacobowitz <drow@mvista.com>
5810
5811 * Makefile.in (SFILES): Update.
5812 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
5813 low-sun3.c: Remove files.
5814
6ad8ae5c
DJ
58152003-06-17 Daniel Jacobowitz <drow@mvista.com>
5816
5817 * linux-low.c: Move comment to linux_thread_alive where it belonged.
5818 (linux_detach_one_process, linux_detach): New functions.
5819 (linux_target_ops): Add linux_detach.
5820 * server.c (main): Handle 'D' packet.
5821 * target.h (struct target_ops): Add "detach" member.
5822 (detach_inferior): Define.
5823
1581182a
MK
58242003-06-13 Mark Kettenis <kettenis@gnu.org>
5825
5826 From Kelley Cook <kelleycook@wideopenwest.com>:
5827 * configure.srv: Accept i[34567]86 variants.
5828
e5379b03
DJ
58292003-06-05 Daniel Jacobowitz <drow@mvista.com>
5830
5831 * linux-low.c (linux_wait_for_event): Correct comment typos.
5832 (linux_resume_one_process): Call check_removed_breakpoint.
5833 (linux_send_signal): New function.
5834 (linux_target_ops): Add linux_send_signal.
5835 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
5836 of kill.
5837 * target.h (struct target_ops): Add send_signal.
5838
2ff29de4
JB
58392003-05-29 Jim Blandy <jimb@redhat.com>
5840
5841 * linux-low.c (usr_store_inferior_registers): Transfer buf in
5842 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
5843 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
5844 away part of the register's value.
5845
254787d4
DJ
58462003-03-26 Daniel Jacobowitz <drow@mvista.com>
5847
5848 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
5849 (linux_wait_for_event, linux_init_signals): Likewise.
5850
94e10508
DJ
58512003-03-17 Daniel Jacobowitz <drow@mvista.com>
5852
5853 * configure.in: Check for stdlib.h.
5854 * configure: Regenerated.
5855 * config.in: Regenerated.
5856
4c0711e0
DJ
58572003-01-04 Andreas Schwab <schwab@suse.de>
5858
5859 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
5860
ef66e766
AC
58612003-01-02 Andrew Cagney <ac131313@redhat.com>
5862
5863 * Makefile.in: Remove obsolete code.
5864
a1358604
DJ
58652002-11-20 Daniel Jacobowitz <drow@mvista.com>
5866
5867 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
5868 defined(PT_FPR0_HI).
5869
23ce3b1c
DJ
58702002-11-17 Stuart Hughes <seh@zee2.com>
5871
5872 * linux-arm-low.c (arm_num_regs): Increase.
5873 (arm_regmap): Include status register.
5874
58752002-11-17 Daniel Jacobowitz <drow@mvista.com>
5876
5877 * linux-low.c (register_addr): Remove incorrect -1 check.
5878
a9fa9f7d
DJ
58792002-08-29 Daniel Jacobowitz <drow@mvista.com>
5880
5881 * linux-low.c (linux_create_inferior): Call setpgid. Return
5882 the new PID.
5883 (unstopped_p, linux_signal_pid): Remove.
5884 (linux_target_ops): Remove linux_signal_pid.
5885 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
5886 global instead of target method.
5887 * target.h (struct target_ops): Remove signal_pid. Update comment
5888 for create_inferior.
5889 * server.c (signal_pid): New variable.
5890 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 5891 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
5892 (attach_inferior): Set signal_pid.
5893
17574093
DJ
58942002-08-23 Daniel Jacobowitz <drow@mvista.com>
5895
5896 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
5897
58982002-08-20 Jim Blandy <jimb@redhat.com>
5899
5900 * Makefile.in (LDFLAGS): Allow the configure script to establish a
5901 default for this.
5902
59032002-08-01 Andrew Cagney <cagney@redhat.com>
5904
5905 * Makefile.in: Make chill references obsolete.
5906
59072002-07-24 Kevin Buettner <kevinb@redhat.com>
5908
5909 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
5910 * configure: Regenerate.
5911 * config.in: Regenerate.
5912
59132002-07-09 David O'Brien <obrien@FreeBSD.org>
5914
5915 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
5916 (perror_with_name, remote_close, remote_open, expect, play): Static.
5917
59182002-07-04 Michal Ludvig <mludvig@suse.cz>
5919
4b8dad4a 5920 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
5921 byte offsets instead of an array of indexes.
5922 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
5923
59242002-06-13 Daniel Jacobowitz <drow@mvista.com>
5925
5926 * regcache.c: Add comment.
5927
59282002-06-11 Daniel Jacobowitz <drow@mvista.com>
5929
5930 * thread-db.c: New file.
5931 * proc-service.c: New file.
5932 * acinclude.m4: New file.
5933 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
5934 proc-service.o, and thread-db.o.
5935 (linux-low.o): Add USE_THREAD_DB.
5936 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
5937 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
5938 * aclocal.m4: Regenerated.
5939 * config.in: Regenerated.
5940 * configure: Regenerated.
5941 * configure.in: Check for proc_service.h, sys/procfs.h,
5942 thread_db.h, and linux/elf.h headrs.
5943 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
5944 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
5945 Check for -lthread_db and thread support.
5946 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
5947 PowerPC, and SuperH.
5948 * i387-fp.c: Constify arguments.
5949 * i387-fp.h: Likewise.
5950 * inferiors.c: (struct thread_info): Renamed from
5951 `struct inferior_info'. Remove PID member. Use generic inferior
5952 list header. All uses updated.
5953 (inferiors, signal_pid): Removed.
5954 (all_threads): New variable.
5955 (get_thread): Define.
5956 (add_inferior_to_list): New function.
5957 (for_each_inferior): New function.
5958 (change_inferior_id): New function.
5959 (add_inferior): Removed.
5960 (remove_inferior): New function.
5961 (add_thread): New function.
5962 (free_one_thread): New function.
5963 (remove_thread): New function.
5964 (clear_inferiors): Use for_each_inferior and free_one_thread.
5965 (find_inferior): New function.
5966 (find_inferior_id): New function.
5967 (inferior_target_data): Update argument type.
5968 (set_inferior_target_data): Likewise.
5969 (inferior_regcache_data): Likewise.
5970 (set_inferior_regcache_data): Likewise.
5971 * linux-low.c (linux_bp_reinsert): Remove.
5972 (all_processes, stopping_threads, using_thrads)
5973 (struct pending_signals, debug_threads, pid_of): New.
5974 (inferior_pid): Replace with macro.
5975 (struct inferior_linux_data): Remove.
5976 (get_stop_pc, add_process): New functions.
5977 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
5978 Use add_process and add_thread.
5979 (linux_attach_lwp): New function, based on old linux_attach. Use
5980 add_process and add_thread. Set stop_expected for new threads.
5981 (linux_attach): New function.
5982 (linux_kill_one_process): New function.
5983 (linux_kill): Kill all LWPs.
5984 (linux_thread_alive): Use find_inferior_id.
5985 (check_removed_breakpoints, status_pending_p): New functions.
5986 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
5987 Update. Use WNOHANG. Wait for cloned processes also. Update process
5988 struct for the found process.
5989 (linux_wait_for_event): New function.
5990 (linux_wait): Use it. Support LWPs.
5991 (send_sigstop, wait_for_sigstop, stop_all_processes)
5992 (linux_resume_one_process, linux_continue_one_process): New functions.
5993 (linux_resume): Support LWPs.
5994 (REGISTER_RAW_SIZE): Remove.
5995 (fetch_register): Use register_size instead. Call supply_register.
5996 (usr_store_inferior_registers): Likewise. Call collect_register.
5997 Fix recursive case.
5998 (regsets_fetch_inferior_registers): Improve error message.
5999 (regsets_store_inferior_registers): Add debugging.
6000 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
6001 (unstopped_p, linux_signal_pid): New functions.
6002 (linux_target_ops): Add linux_signal_pid.
6003 (linux_init_signals): New function.
6004 (initialize_low): Call it. Initialize using_threads.
6005 * regcache.c (inferior_regcache_data): Add valid
6006 flag.
6007 (get_regcache): Fetch registers lazily. Add fetch argument
6008 and update all callers.
6009 (regcache_invalidate_one, regcache_invalidate): New
6010 functions.
6011 (new_register_cache): Renamed from create_register_cache.
6012 Return the new regcache.
6013 (free_register_cache): Change argument to a void *.
6014 (registers_to_string, registers_from_string): Call get_regcache
6015 with fetch flag set.
6016 (register_data): Make static. Pass fetch flag to get_regcache.
6017 (supply_register): Call get_regcache with fetch flag clear.
6018 (collect_register): Call get_regcache with fetch flag set.
6019 (collect_register_as_string): New function.
6020 * regcache.h: Update.
6021 * remote-utils.c (putpkt): Flush after debug output and use
6022 stderr.
6023 Handle input interrupts while waiting for an ACK.
6024 (input_interrupt): Use signal_pid method.
6025 (getpkt): Flush after debug output and use stderr.
6026 (outreg): Use collect_register_as_string.
6027 (new_thread_notify, dead_thread_notify): New functions.
6028 (prepare_resume_reply): Check using_threads. Set thread_from_wait
6029 and general_thread.
6030 (look_up_one_symbol): Flush after debug output.
6031 * server.c (step_thread, server_waiting): New variables.
6032 (start_inferior): Don't use signal_pid. Update call to mywait.
6033 (attach_inferior): Update call to mywait.
6034 (handle_query): Handle qfThreadInfo and qsThreadInfo.
6035 (main): Don't fetch/store registers explicitly. Use
6036 set_desired_inferior. Support proposed ``Hs'' packet. Update
6037 calls to mywait.
6038 * server.h: Update.
6039 (struct inferior_list, struct_inferior_list_entry): New.
6040 * target.c (set_desired_inferior): New.
6041 (write_inferior_memory): Constify.
6042 (mywait): New function.
6043 * target.h: Update.
6044 (struct target_ops): New signal_pid method.
6045 (mywait): Removed macro, added prototype.
6046
6047 * linux-low.h (regset_func): Removed.
6048 (regset_fill_func, regset_store_func): New.
6049 (enum regset_type): New.
6050 (struct regset_info): Add type field. Use new operation types.
6051 (struct linux_target_ops): stop_pc renamed to get_pc.
6052 Add decr_pc_after_break and breakpoint_at.
6053 (get_process, get_thread_proess, get_process_thread)
6054 (strut process_info, all_processes, linux_attach_lwp)
6055 (thread_db_init): New.
6056
6057 * linux-arm-low.c (arm_get_pc, arm_set_pc,
6058 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
6059 (the_low_target): Add new members.
6060 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
6061 (i386_store_fpxregset): Constify.
6062 (target_regsets): Add new kind identifier.
6063 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
6064 (i386_set_pc): Add debugging.
6065 (i386_breakpoint_at): New function.
6066 (the_low_target): Add new members.
6067 * linux-mips-low.c (mips_get_pc, mips_set_pc)
6068 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
6069 (mips_breakpoint_at): New.
6070 (the_low_target): Add new members.
6071 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
6072 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
6073 (the_low_target): Add new members.
6074 * linux-sh-low.c (sh_get_pc, sh_set_pc)
6075 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
6076 (the_low_target): Add new members.
6077 * linux-x86-64-low.c (target_regsets): Add new kind
6078 identifier.
6079
60802002-05-15 Daniel Jacobowitz <drow@mvista.com>
6081
6082 From Martin Pool <mbp@samba.org>:
6083 * server.c (gdbserver_usage): New function.
6084 (main): Call it.
6085
60862002-05-14 Daniel Jacobowitz <drow@mvista.com>
6087
6088 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
6089 stop_at -> stop_pc.
6090
60912002-05-04 Andrew Cagney <ac131313@redhat.com>
6092
6093 * Makefile.in: Remove obsolete code.
6094
60952002-04-24 Michal Ludvig <mludvig@suse.cz>
6096
6097 * linux-low.c (regsets_fetch_inferior_registers),
6098 (regsets_store_inferior_registers): Removed cast to int from
6099 ptrace() calls.
6100 * regcache.h: Added declaration of struct inferior_info.
6101
61022002-04-20 Daniel Jacobowitz <drow@mvista.com>
6103
6104 * inferiors.c (struct inferior_info): Add regcache_data.
6105 (add_inferior): Call create_register_cache.
6106 (clear_inferiors): Call free_register_cache.
6107 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6108 * regcache.c (struct inferior_regcache_data): New.
6109 (registers): Remove.
6110 (get_regcache): New function.
6111 (create_register_cache, free_register_cache): New functions.
6112 (set_register_cache): Don't initialize the register cache here.
6113 (registers_to_string, registers_from_string, register_data): Call
6114 get_regcache.
6115 * regcache.h: Add prototypes.
6116 * server.h: Likewise.
6117
61182002-04-20 Daniel Jacobowitz <drow@mvista.com>
6119
6120 * mem-break.c: New file.
6121 * mem-break.h: New file.
6122 * Makefile.in: Add mem-break.o rule; update server.h
6123 dependencies.
6124 * inferiors.c (struct inferior_info): Add target_data
6125 member.
6126 (clear_inferiors): Free target_data member if set.
6127 (inferior_target_data, set_inferior_target_data): New functions.
6128 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6129 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6130 * linux-low.c (linux_bp_reinsert): New variable.
6131 (struct inferior_linux_data): New.
6132 (linux_create_inferior): Use set_inferior_target_data.
6133 (linux_attach): Likewise. Call add_inferior.
6134 (linux_wait_for_one_inferior): New function.
6135 (linux_wait): Call it.
6136 (linux_write_memory): Add const.
6137 (initialize_low): Call set_breakpoint_data.
6138 * linux-low.h (struct linux_target_ops): Add breakpoint
6139 handling members.
6140 * server.c (attach_inferior): Remove extra add_inferior
6141 call.
6142 * server.h: Include mem-break.h. Update inferior.c
6143 prototypes.
6144 * target.c (read_inferior_memory)
6145 (write_inferior_memory): New functions.
6146 * target.h (read_inferior_memory)
6147 (write_inferior_memory): Change macros to prototypes.
6148 (struct target_ops): Update comments. Add const to write_memory
6149 definition.
6150
61512002-04-11 Daniel Jacobowitz <drow@mvista.com>
6152
6153 * linux-low.c (usr_store_inferior_registers): Support
6154 registers which are allowed to fail to store.
6155 * linux-low.h (linux_target_ops): Likewise.
6156 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
6157 (ppc_cannot_store_register): FPSCR may not be storable.
6158
61592002-04-09 Daniel Jacobowitz <drow@mvista.com>
6160
6161 * server.h: Include <string.h> if HAVE_STRING_H.
6162 * ChangeLog: Correct paths in last ChangeLog entry.
6163
61642002-04-09 Daniel Jacobowitz <drow@mvista.com>
6165
6166 * linux-low.h: Remove obsolete prototypes.
6167 (struct linux_target_ops): New.
6168 (extern the_low_target): New.
6169 * linux-low.c (num_regs, regmap): Remove declarations.
6170 (register_addr): Use the_low_target explicitly.
6171 (fetch_register): Likewise.
6172 (usr_fetch_inferior_registers): Likewise.
6173 (usr_store_inferior_registers): Likewise.
6174 * linux-arm-low.c (num_regs): Remove.
6175 (arm_num_regs): Define.
6176 (arm_regmap): Renamed from regmap, made static.
6177 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6178 made static.
6179 (arm_cannot_store_register): Renamed from cannot_store_register,
6180 made static.
6181 (the_low_target): New.
6182 * linux-i386-low.c (num_regs): Remove.
6183 (i386_num_regs): Define.
6184 (i386_regmap): Renamed from regmap, made static.
6185 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6186 made static.
6187 (i386_cannot_store_register): Renamed from cannot_store_register,
6188 made static.
6189 (the_low_target): New.
6190 * linux-ia64-low.c (num_regs): Remove.
6191 (ia64_num_regs): Define.
6192 (ia64_regmap): Renamed from regmap, made static.
6193 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6194 made static.
6195 (ia64_cannot_store_register): Renamed from cannot_store_register,
6196 made static.
6197 (the_low_target): New.
6198 * linux-m68k-low.c (num_regs): Remove.
6199 (m68k_num_regs): Define.
6200 (m68k_regmap): Renamed from regmap, made static.
6201 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6202 made static.
6203 (m68k_cannot_store_register): Renamed from cannot_store_register,
6204 made static.
6205 (the_low_target): New.
6206 * linux-mips-low.c (num_regs): Remove.
6207 (mips_num_regs): Define.
6208 (mips_regmap): Renamed from regmap, made static.
6209 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6210 made static.
6211 (mips_cannot_store_register): Renamed from cannot_store_register,
6212 made static.
6213 (the_low_target): New.
6214 * linux-ppc-low.c (num_regs): Remove.
6215 (ppc_num_regs): Define.
6216 (ppc_regmap): Renamed from regmap, made static.
6217 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6218 made static.
6219 (ppc_cannot_store_register): Renamed from cannot_store_register,
6220 made static.
6221 (the_low_target): New.
6222 * linux-s390-low.c (num_regs): Remove.
6223 (s390_num_regs): Define.
6224 (s390_regmap): Renamed from regmap, made static.
6225 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6226 made static.
6227 (s390_cannot_store_register): Renamed from cannot_store_register,
6228 made static.
6229 (the_low_target): New.
6230 * linux-sh-low.c (num_regs): Remove.
6231 (sh_num_regs): Define.
6232 (sh_regmap): Renamed from regmap, made static.
6233 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6234 made static.
6235 (sh_cannot_store_register): Renamed from cannot_store_register,
6236 made static.
6237 (the_low_target): New.
6238 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6239 (the_low_target): New.
6240
62412002-04-09 Daniel Jacobowitz <drow@mvista.com>
6242
6243 * Makefile.in: Add stamp-h target.
6244 * configure.in: Create stamp-h.
6245 * configure: Regenerated.
6246
62472002-04-09 Daniel Jacobowitz <drow@mvista.com>
6248
6249 * inferiors.c: New file.
6250 * target.c: New file.
6251 * target.h: New file.
6252 * Makefile.in: Add target.o and inferiors.o. Update
6253 dependencies.
6254 * linux-low.c (inferior_pid): New static variable,
6255 moved from server.c.
6256 (linux_create_inferior): Renamed from create_inferior.
6257 Call add_inferior. Return 0 on success instead of a PID.
6258 (linux_attach): Renamed from myattach.
6259 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6260 (linux_thread_alive): Renamed from mythread_alive.
6261 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6262 child dies.
6263 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6264 (regsets_store_inferior_registers): Correct error message.
6265 Add missing ``return 0''.
6266 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6267 (linux_store_registers): Renamed from store_inferior_registers.
6268 (linux_read_memory): Renamed from read_inferior_memory.
6269 (linux_write_memory): Renamed from write_inferior_memory.
6270 (linux_target_ops): New structure.
6271 (initialize_low): Call set_target_ops ().
6272 * remote-utils.c (unhexify): New function.
6273 (hexify): New function.
6274 (input_interrupt): Send signals to ``signal_pid''.
6275 * server.c (inferior_pid): Remove.
6276 (start_inferior): Update create_inferior call.
6277 (attach_inferior): Call add_inferior.
6278 (handle_query): New function.
6279 (main): Call handle_query for `q' packets.
6280 * server.h: Include "target.h". Remove obsolete prototypes.
6281 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6282
62832002-04-09 Daniel Jacobowitz <drow@mvista.com>
6284
6285 * Makefile.in: Add WARN_CFLAGS. Update configury
6286 dependencies.
6287 * configure.in: Check for <string.h>
6288 * configure: Regenerate.
6289 * config.in: Regenerate.
6290 * gdbreplay.c: Include needed system headers.
6291 (remote_open): Remove strchr prototype.
6292 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6293 * regcache.c (supply_register): Change buf argument to const void *.
6294 (supply_register_by_name): Likewise.
6295 (collect_register): Change buf argument to void *.
6296 (collect_register_by_name): Likewise.
6297 * regcache.h: Add missing prototypes.
6298 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6299 * server.c (handle_query): New function.
6300 (attached): New static variable, moved out of main.
6301 (main): Quiet longjmp clobber warnings.
6302 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6303 * utils.c (error): Remove NORETURN.
6304 (fatal): Likewise.
This page took 1.374124 seconds and 4 git commands to generate.