* Makefile.in (install): Remove dependency of install-only and
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
f474844c
JZ
12010-10-22 Jie Zhang <jie@codesourcery.com>
2
3 * Makefile.in: Add FLAGS_TO_PASS variable.
4 (install): Remove dependency of install-only and recursively
5 invoke make for install-only.
6
f1048712
DE
72010-10-04 Doug Evans <dje@google.com>
8
9 * Makefile.in (uninstall): Use $(DESTDIR).
10
b53a1623
PA
112010-09-24 Pedro Alves <pedro@codesourcery.com>
12
e6ee044d
PA
13 PR gdb/11842
14
b53a1623
PA
15 * linux-x86-low.c (compat_siginfo_from_siginfo)
16 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
17 si_code is < 0. Check for si_code == SI_TIMER before checking for
18 si_code < 0.
19
fa1bd1e4
JB
202010-09-13 Joel Brobecker <brobecker@adacore.com>
21
22 * lynx-i386-low.c: New file.
23 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
24
47fac8f8
JB
252010-09-13 Joel Brobecker <brobecker@adacore.com>
26
27 * lynx-low.c (ptrace_request_to_str): Remove handling for
28 request values that have been removed in LynxOS 5.x.
29
1adfc54d
JB
302010-09-13 Joel Brobecker <brobecker@adacore.com>
31
32 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
33 <ptrace.h>
34
c2a66c29
NS
352010-09-09 Nathan Sidwell <nathan@codesourcery.com>
36
37 * configure.ac: Add --enable-inprocess-agent option.
38 * configure: Rebuilt.
39
32fcada3
YQ
402010-09-06 Yao Qi <yao@codesourcery.com>
41
42 * linux-low.c (linux_kill): Remove unused variable.
43 (linux_stabilize_threads): Likewise.
44 * server.c (start_inferior): Likewise.
45 (queue_stop_reply_callback): Likewise.
46 * tracepoint.c (do_action_at_tracepoint): Likewise.
47
0cccb683
YQ
482010-09-06 Yao Qi <yao@codesourcery.com>
49
50 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
51 on return.
52
423ec54c
JK
532010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
54
55 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
56
12ac6819
PA
572010-09-06 Pedro Alves <pedro@codesourcery.com>
58
59 * Makefile.in (install-only): Replace $IPA_DEPFILES with
60 "$(IPA_DEPFILES)".
61
8ed54b31
JB
622010-09-01 Joel Brobecker <brobecker@adacore.com>
63
64 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
65 gdbserver/lynx-ppc-low.c: New files.
66 * Makefile.in (lynx_low_h): New variable.
67 (lynx-low.o, lynx-ppc-low.o): New rules.
68 * configure.ac: On LynxOS, link with -lnetinet.
69 * configure.srv: Add handling of powerpc-*-lynxos* targets.
70 * configure: regenerate.
71
bb0116a4
JB
722010-09-01 Joel Brobecker <brobecker@adacore.com>
73
74 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
75 * configure.ac: Add check for vasprintf and vsnprintf.
76 * configure, config.in: Regenerate.
77 * server.h (vasprintf, vsnprintf): Add conditional declarations.
78
a778ab81 792010-09-01 Joel Brobecker <brobecker@adacore.com>
80
81 * gdbreplay.c: Move include of alloca.h up, next to include of
82 malloc.h.
83 * server.h: Add include of malloc.h.
84 * mem-break.c: Remove include of malloc.h.
85 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
86
8b034a19 872010-09-01 Joel Brobecker <brobecker@adacore.com>
88
89 * Makefile.in (memmem.o): Build with -Wno-error.
90
912010-09-01 Joel Brobecker <brobecker@adacore.com>
92
93 * utils.c (xsnprintf): Make non-static.
94 * server.h: Add xsnprintf declaration.
95 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
96 replace calls to snprintf by calls to xsnprintf throughout.
97
982010-09-01 Joel Brobecker <brobecker@adacore.com>
99
100 * configure.ac: Add configure check for alloca.
101 * configure, config.in: Regenerate.
102 * server.h: Include alloca.h if it exists.
103 * gdbreplay.c: Include alloca.h if it exists.
104
1a981360
PA
1052010-08-28 Pedro Alves <pedro@codesourcery.com>
106
107 * linux-low.c (__SIGRTMIN): Define if not already defined.
108 (linux_create_inferior): Check for __ANDROID__ rather than
109 __SIGRTMIN.
110 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
111 are already deferred.
112 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
113 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
114 stopped and already has a pending signal to report.
115 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
116 a pending signal to report or is moving out of a jump pad.
117 (linux_init_signals): Check for __ANDROID__ rather than
118 __SIGRTMIN.
119
b4d51a55
PA
1202010-08-28 Pedro Alves <pedro@codesourcery.com>
121
122 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
123 debug_threads check. Avoid a linear search when not doing debug
124 output.
125
ec48365d
PA
1262010-08-27 Pedro Alves <pedro@codesourcery.com>
127
128 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
129 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
130 (struct file_handler) <fd>: Change type to gdb_fildes_t.
131 (process_event): Change local fd's type to gdb_fildes_t.
132 (create_file_handler): Adjust prototype.
133 (delete_file_handler): Adjust prototype.
134 (handle_file_event): Adjust prototype. Use pfildes.
135 (create_file_event): Adjsut prototype.
136 * remote-utils.c (remote_desc, listen_desc): Change type to
137 gdb_fildes_t.
138 * server.h: New gdb_fildes_t typedef.
139 [USE_WIN32API]: Include winsock2.h.
140 (delete_file_handler, add_file_handler): Adjust prototypes.
141 (pfildes): Declare.
142 * utils.c (pfildes): New.
143
854d88f0
PA
1442010-08-27 Pedro Alves <pedro@codesourcery.com>
145
146 * configure.ac (build_warnings): Add -Wno-char-subscripts.
147 * configure: Regenerate.
148
0146f85b
PA
1492010-08-27 Pedro Alves <pedro@codesourcery.com>
150
151 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
152 (linux_done_accessing_memory): ... this.
153 (linux_target_ops): Adjust.
154 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
155 * nto-low.c (nto_target_ops): Adjust comment.
156 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
157 * spu-low.c (spu_target_ops): Adjust comment.
158 * target.h (target_ops): Rename unprepare_to_access_memory field
159 to done_accessing_memory.
160 (unprepare_to_access_memory): Rename to ...
161 (done_accessing_memory): ... this.
162
90d74c30
PA
1632010-08-26 Pedro Alves <pedro@codesourcery.com>
164
165 * linux-low.c (linux_prepare_to_access_memory): New.
166 (linux_unprepare_to_access_memory): New.
167 (linux_target_ops): Install them.
168 * server.c (read_memory): Rename to ...
169 (gdb_read_memory): ... this. Use
170 prepare_to_access_memory/prepare_to_access_memory.
171 (write_memory): Rename to ...
172 (gdb_write_memory): ... this. Use
173 prepare_to_access_memory/prepare_to_access_memory.
174 (handle_search_memory_1): Adjust.
175 (process_serial_event): Adjust.
176 * target.h (struct target_ops): New fields
177 prepare_to_access_memory and unprepare_to_access_memory.
178 (prepare_to_access_memory, unprepare_to_access_memory): New.
179 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
180 prepare_to_access_memory/prepare_to_access_memory.
181 * nto-low.c (nto_target_ops): Adjust.
182 * spu-low.c (spu_target_ops): Adjust.
183 * win32-low.c (win32_target_ops): Adjust.
184
fd467969
PA
1852010-08-26 Pedro Alves <pedro@codesourcery.com>
186
187 * Makefile.in (WARN_CFLAGS): Get it from configure.
188 (WERROR_CFLAGS): New.
189 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
190 * configure.ac: Introduce --enable-werror, which adds -Werror to
191 the compiler command line. Enabled by default. Disable with
192 --disable-werror. Add -Wdeclaration-after-statement
193 Wpointer-arith and -Wformat-nonliteral to warning flags.
194 * configure: Regenerate.
195
331e2f5f
PA
1962010-08-26 Pedro Alves <pedro@codesourcery.com>
197
198 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
199
e581f2b4
PA
2002010-08-26 Pedro Alves <pedro@codesourcery.com>
201
202 * gdbreplay.c (remote_error): New.
203 (gdbchar): New.
204 (expect): Use gdbchar. Check for error reading from GDB.
205 Clarify sync error output.
206 (play): Check for errors writing to GDB.
207 * linux-low.c (sigchld_handler): Really ignore `write' errors.
208 * remote-utils.c (getpkt): Check for errors writing to the remote
209 descriptor.
210
3c11dd79
PA
2112010-08-25 Pedro Alves <pedro@codesourcery.com>
212
213 * linux-low.c (linux_wait_1): Move non-debugging code out of
214 `debug_threads' control.
215
d20a8ad9
PA
2162010-08-25 Pedro Alves <pedro@codesourcery.com>
217
218 * linux-low.c (linux_wait_1): Don't set last_status here.
219 * server.c (push_event, queue_stop_reply_callback): Assert we're
220 not pushing a TARGET_WAITKIND_IGNORE event.
221 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
222 (myresume, handle_target_event): Set the thread's last_resume_kind
223 and last_status from the target returned status.
224
964e4306
PA
2252010-08-25 Pedro Alves <pedro@codesourcery.com>
226
227 PR threads/10729
228
229 * linux-x86-low.c (update_debug_registers_callback): New.
230 (i386_dr_low_set_addr): Use it.
231 (i386_dr_low_get_addr): New.
232 (i386_dr_low_set_control): Use update_debug_registers_callback.
233 (i386_dr_low_get_control): New.
234 (i386_dr_low_get_status): Adjust.
235 * linux-low.c (linux_stop_lwp): New.
236 * linux-low.h (linux_stop_lwp): Declare.
237
238 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
239 argument instead of a i386_debug_reg_state.
240 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
241 a i386_debug_reg_state.
242 (i386_insert_aligned_watchpoint): Adjust.
243 (i386_remove_aligned_watchpoint): Adjust.
244 (i386_low_stopped_data_address): Read the debug registers from the
245 inferior instead of from the mirrors.
246 * i386-low.h (struct i386_debug_reg_state): Extend comment.
247 (i386_dr_low_get_addr): Declare.
248 (i386_dr_low_get_control): Declare.
249 (i386_dr_low_get_status): Change prototype.
250
251 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
252 (i386_dr_low_get_addr): New.
253 (i386_dr_low_get_control): New.
254 (i386_dr_low_get_status): Adjust prototype. Return
255 dr_status_mirror.
256 (i386_initial_stuff): Clear dr_status_mirror and
257 dr_control_mirror.
258 (i386_get_thread_context): Adjust.
259 (i386_set_thread_context): Adjust.
260 (i386_thread_added): Adjust.
261
5f21a75b
PA
2622010-08-24 Pedro Alves <pedro@codesourcery.com>
263
264 * linux-low.h (linux_thread_area): Delete declaration.
265
3e4c1235
TS
2662010-08-11 Thomas Schwinge <thomas@codesourcery.com>
267
268 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
269 after its termination.
270
1971b033
PA
2712010-08-09 Pedro Alves <pedro@codesourcery.com>
272
273 * linux-low.c (gdb_wants_lwp_stopped): Delete.
274 (gdb_wants_all_stopped): Delete.
275 (linux_wait_1): Don't call them.
276 * server.c (handle_v_cont): Tag all threads as want-stopped.
277 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
278 stopped as "client-wants-stopped".
279
310444ac
PA
2802010-07-31 Pedro Alves <pedro@codesourcery.com>
281
282 * Makefile.in (signals_h): New.
283 (server_h): Depend on it.
284 (server.o): Don't depend on $(signals_def).
285 (signals.o): Depend on $(signals_def).
286
a19cae16
JK
2872010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 * Makefile.in (signals_def): New.
290 (server_h): Append include/gdb/signals.h and signals_def.
291 (server.o): Append signals_def.
292
30d50328
JK
2932010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 * server.c (handle_target_event): Use target_signal_to_host for
296 resume_info.sig initialization.
297 * target.h (struct thread_resume) <sig>: New comment.
298
5c3216e2
OS
2992010-07-20 Ozkan Sezer <sezeroz@gmail.com>
300
c6f46ca0
OS
301 * server.c (handle_query): strcpy() the returned string from paddress()
302 instead of sprintf().
5c3216e2
OS
303 * utils.c (paddress): Return phex_nz().
304
6bd31874
JB
3052010-07-07 Joel Brobecker <brobecker@adacore.com>
306
307 * server.c (handle_v_cont): Call mourn_inferior if process
308 just exited.
309 (myresume): Likewise.
310
0fb4aa4b
PA
3112010-07-01 Pedro Alves <pedro@codesourcery.com>
312
313 Static tracepoints, and integration with UST.
314
315 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
316 * mem-break.c (uninsert_all_breakpoints)
317 (reinsert_all_breakpoints): New.
318 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
319 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
320 (gdb_agent_ust_loaded, helper_thread_id)
321 (gdb_agent_helper_thread_id): New macros.
322 (struct ipa_sym_addresses): Add addr_ust_loaded,
323 addr_helper_thread_id, addr_cmd_buf.
324 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
325 (in_process_agent_loaded_ust): New.
326 (write_e_ust_not_loaded): New.
327 (maybe_write_ipa_ust_not_loaded): New.
328 (struct collect_static_trace_data_action): New.
329 (enum tracepoint_type) <static_tracepoint>: New.
330 (struct tracepoint) <handle>: Mention static tracepoints.
331 (struct static_tracepoint_ctx): New.
332 (CMD_BUF_SIZE): New.
333 (add_tracepoint_action): Handle static tracepoint actions.
334 (unprobe_marker_at): New.
335 (clear_installed_tracepoints): Handle static tracepoints.
336 (cmd_qtdp): Handle static tracepoints.
337 (probe_marker_at): New.
338 (cmd_qtstart): Handle static tracepoints.
339 (response_tracepoint): Handle static tracepoints.
340 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
341 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
342 (get_context_regcache): Handle static tracepoints.
343 (do_action_at_tracepoint): Handle static tracepoint actions.
344 (traceframe_find_block_type): Handle static trace data blocks.
345 (traceframe_read_sdata): New.
346 (download_tracepoints): Download static tracepoint actions.
347 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
348 (GDB_PROBE_NAME): New.
349 (ust_ops): New.
350 (GET_UST_SYM): New.
351 (USTF): New.
352 (dlsym_ust): New.
353 (ust_marker_to_static_tracepoint): New.
354 (gdb_probe): New.
355 (collect_ust_data_at_tracepoint): New.
356 (gdb_ust_probe): New.
357 (UNIX_PATH_MAX, SOCK_DIR): New.
358 (gdb_ust_connect_sync_socket): New.
359 (resume_thread, stop_thread): New.
360 (run_inferior_command): New.
361 (init_named_socket): New.
362 (gdb_ust_socket_init): New.
363 (cstr_to_hexstr): New.
364 (next_st): New.
365 (first_marker, next_marker): New.
366 (response_ust_marker): New.
367 (cmd_qtfstm, cmd_qtsstm): New.
368 (unprobe_marker_at, probe_marker_at): New.
369 (cmd_qtstmat, gdb_ust_thread): New.
370 (gdb_ust_init): New.
371 (initialize_tracepoint_ftlib): Call gdb_ust_init.
372 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
373 (ST_REGENTRY): New.
374 (x86_64_st_collect_regmap): New.
375 (X86_64_NUM_ST_COLLECT_GREGS): New.
376 (AMD64_RIP_REGNUM): New.
377 (supply_static_tracepoint_registers): New.
378 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
379 (ST_REGENTRY): New.
380 (i386_st_collect_regmap): New.
381 (i386_NUM_ST_COLLECT_GREGS): New.
382 (supply_static_tracepoint_registers): New.
383 * server.c (handle_query): Handle qXfer:statictrace:read.
384 <qSupported>: Report support for StaticTracepoints, and
385 qXfer:statictrace:read features.
386 * server.h (traceframe_read_sdata)
387 (supply_static_tracepoint_registers): Declare.
388 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
389 (unpack_varlen_hex): Include in IPA build.
390 * Makefile.in (ustlibs, ustinc): New.
391 (IPA_OBJS): Add remote-utils-ipa.o.
392 ($(IPA_LIB)): Link -ldl and -lpthread.
393 (UST_CFLAGS): New.
394 (IPAGENT_CFLAGS): Add UST_CFLAGS.
395 * config.in, configure: Regenerate.
396
9e4344e5
PA
3972010-06-20 Ian Lance Taylor <iant@google.com>
398 Pedro Alves <pedro@codesourcery.com>
399
400 * linux-x86-low.c (always_true): Delete.
401 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
402 trying to fool the compiler with always_true.
403
c6beb2cb
PA
4042010-06-20 Pedro Alves <pedro@codesourcery.com>
405
406 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
407 conditions in gdbserver.
408
d2ed6730
UW
4092010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
410
411 * spu-low.c (spu_read_memory): Wrap around local store limit.
412 (spu_write_memory): Likewise.
413
4e29fb54
PA
4142010-06-15 Pedro Alves <pedro@codesourcery.com>
415
416 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
417 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
418 LONGEST uses.
419 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
420 uses.
421 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
422 uses with LONGEST uses.
423
6a271cae
PA
4242010-06-14 Stan Shebs <stan@codesourcery.com>
425 Pedro Alves <pedro@codesourcery.com>
426
427 Bytecode compiler.
428
429 * linux-x86-low.c: Include limits.h.
430 (add_insns): New.
431 (always_true): New.
432 (EMIT_ASM): New.
433 (EMIT_ASM32): New.
434 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
435 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
436 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
437 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
438 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
439 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
440 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
441 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
442 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
443 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
444 (amd64_emit_void_call_2): New.
445 (amd64_emit_ops): New.
446 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
447 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
448 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
449 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
450 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
451 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
452 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
453 (i386_emit_call, i386_emit_reg, i386_emit_pop)
454 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
455 (i386_emit_stack_adjust, i386_emit_int_call_1)
456 (i386_emit_void_call_2): New.
457 (i386_emit_ops): New.
458 (x86_emit_ops): New.
459 (the_low_target): Install x86_emit_ops.
460 * server.h (struct emit_ops): New.
461 (get_raw_reg_func_addr): Declare.
462 (current_insn_ptr, emit_error): Declare.
463 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
464 (set_trace_state_variable_value): New defines.
465 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
466 addr_get_trace_state_variable_value and
467 addr_set_trace_state_variable_value.
468 (symbol_list): New fields for get_raw_reg,
469 get_trace_state_variable_value and set_trace_state_variable_value.
470 (condfn): New typedef.
471 (struct tracepoint): New field `compiled_cond'.
472 (do_action_at_tracepoint): Clear compiled_cond.
473 (get_trace_state_variable_value, set_trace_state_variable_value):
474 Export in the IPA.
475 (condition_true_at_tracepoint): If there's a compiled condition,
476 run that.
477 (current_insn_ptr, emit_error): New globals.
478 (struct bytecode_address): New.
479 (get_raw_reg_func_addr): New.
480 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
481 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
482 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
483 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
484 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
485 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
486 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
487 (compile_tracepoint_condition, compile_bytecodes): New.
488 * target.h (emit_ops): Forward declare.
489 (struct target_ops): New field emit_ops.
490 (target_emit_ops): New.
491 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
492 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
493 * linux-low.c (linux_emit_ops): New.
494 (linux_target_ops): Install it.
495 * linux-low.h (struct linux_target_ops): New field emit_ops.
496
92b72907
UW
4972010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
498
499 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
500 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
501
fa593d66
PA
5022010-06-01 Pedro Alves <pedro@codesourcery.com>
503 Stan Shebs <stan@codesourcery.com>
504
505 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
506 (all): Depend on $(extra_libraries).
507 (install-only): Install the IPA.
508 (IPA_OBJS, IPA_LIB): New.
509 (clean): Remove the IPA lib.
510 (IPAGENT_CFLAGS): New.
511 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
512 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
513 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
514 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
515 * configure.ac: Check for atomic builtins support in the compiler.
516 (IPA_DEPFILES, extra_libraries): Define.
517 * configure.srv (ipa_obj): Add description.
518 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
519 (i[34567]86-*-linux*): Set ipa_obj.
520 (x86_64-*-linux*): Set ipa_obj.
521 * linux-low.c (stabilizing_threads): New.
522 (supports_fast_tracepoints): New.
523 (linux_detach): Stabilize threads before detaching.
524 (handle_tracepoints): Handle internal tracing breakpoints. Assert
525 the lwp is either not stabilizing, or is moving out of a jump pad.
526 (linux_fast_tracepoint_collecting): New.
527 (maybe_move_out_of_jump_pad): New.
528 (enqueue_one_deferred_signal): New.
529 (dequeue_one_deferred_signal): New.
530 (linux_wait_for_event_1): If moving out of a jump pad, defer
531 pending signals to later.
532 (linux_stabilize_threads): New.
533 (linux_wait_1): Check if threads need moving out of jump pads, and
534 do it if so.
535 (stuck_in_jump_pad_callback): New.
536 (move_out_of_jump_pad_callback): New.
537 (lwp_running): New.
538 (linux_resume_one_lwp): Handle moving out of jump pads.
539 (linux_set_resume_request): Dequeue deferred signals.
540 (need_step_over_p): Also step over fast tracepoint jumps.
541 (start_step_over): Also uninsert fast tracepoint jumps.
542 (finish_step_over): Also reinsert fast tracepoint jumps.
543 (linux_install_fast_tracepoint_jump): New.
544 (linux_target_ops): Install linux_stabilize_threads and
545 linux_install_fast_tracepoint_jump_pad.
546 * linux-low.h (linux_target_ops) <get_thread_area,
547 install_fast_tracepoint_jump_pad>: New fields.
548 (struct lwp_info) <collecting_fast_tracepoint,
549 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
550 (linux_get_thread_area): Declare.
551 * linux-x86-low.c (jump_insn): New.
552 (x86_get_thread_area): New.
553 (append_insns): New.
554 (push_opcode): New.
555 (amd64_install_fast_tracepoint_jump_pad): New.
556 (i386_install_fast_tracepoint_jump_pad): New.
557 (x86_install_fast_tracepoint_jump_pad): New.
558 (the_low_target): Install x86_get_thread_area and
559 x86_install_fast_tracepoint_jump_pad.
560 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
561 (struct fast_tracepoint_jump): New.
562 (fast_tracepoint_jump_insn): New.
563 (fast_tracepoint_jump_shadow): New.
564 (find_fast_tracepoint_jump_at): New.
565 (fast_tracepoint_jump_here): New.
566 (delete_fast_tracepoint_jump): New.
567 (set_fast_tracepoint_jump): New.
568 (uninsert_fast_tracepoint_jumps_at): New.
569 (reinsert_fast_tracepoint_jumps_at): New.
570 (set_breakpoint_at): Use write_inferior_memory.
571 (uninsert_raw_breakpoint): Use write_inferior_memory.
572 (check_mem_read): Mask out fast tracepoint jumps.
573 (check_mem_write): Mask out fast tracepoint jumps.
574 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
575 (set_fast_tracepoint_jump): Declare.
576 (delete_fast_tracepoint_jump)
577 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
578 (reinsert_fast_tracepoint_jumps_at): Declare.
579 * regcache.c: Don't compile many functions when building the
580 in-process agent library.
581 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
582 the register buffer in the heap.
583 (free_register_cache): If the register buffer isn't owned by the
584 regcache, don't free it.
585 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
586 pre-existing register caches.
587 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
588 type.
589 (convert_ascii_to_int): : Constify `from' parameter type.
590 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
591 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
592 the needed buffer in-place.
593 (relocate_instruction): New.
594 * server.c (handle_query) <qSymbols>: If the target supports
595 tracepoints, give it a chance of looking up symbols. Report
596 support for fast tracepoints.
597 (handle_status): Stabilize threads.
598 (process_serial_event): Adjust.
599 * server.h (struct fast_tracepoint_jump): Forward declare.
600 (struct process_info) <fast_tracepoint_jumps>: New field.
601 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
602 (decode_X_packet, decode_M_packet): Adjust.
603 (relocate_instruction): Declare.
604 (in_process_agent_loaded): Declare.
605 (tracepoint_look_up_symbols): Declare.
606 (struct fast_tpoint_collect_status): Declare.
607 (fast_tracepoint_collecting): Declare.
608 (force_unlock_trace_buffer): Declare.
609 (handle_tracepoint_bkpts): Declare.
610 (initialize_low_tracepoint)
611 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
612 * target.h (struct target_ops) <stabilize_threads,
613 install_fast_tracepoint_jump_pad>: New fields.
614 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
615 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
616 [HAVE_STDINT_H]: Include stdint.h.
617 (trace_debug_1): Rename to ...
618 (trace_vdebug): ... this.
619 (trace_debug): Rename to ...
620 (trace_debug_1): ... this. Add `level' parameter.
621 (trace_debug): New.
622 (ATTR_USED, ATTR_NOINLINE): New.
623 (IP_AGENT_EXPORT): New.
624 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
625 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
626 (about_to_request_buffer_space, trace_buffer_is_full)
627 (stopping_tracepoint, expr_eval_result, error_tracepoint)
628 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
629 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
630 (traceframe_write_count, traceframes_created)
631 (trace_state_variables)
632 New renaming defines.
633 (struct ipa_sym_addresses): New.
634 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
635 (symbol_list): New.
636 (ipa_sym_addrs): New.
637 (all_tracepoint_symbols_looked_up): New.
638 (in_process_agent_loaded): New.
639 (write_e_ipa_not_loaded): New.
640 (maybe_write_ipa_not_loaded): New.
641 (tracepoint_look_up_symbols): New.
642 (debug_threads) [IN_PROCESS_AGENT]: New.
643 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
644 (UNKNOWN_SIDE_EFFECTS): New.
645 (stop_tracing): New.
646 (flush_trace_buffer): New.
647 (stop_tracing_bkpt): New.
648 (flush_trace_buffer_bkpt): New.
649 (read_inferior_integer): New.
650 (read_inferior_uinteger): New.
651 (read_inferior_data_pointer): New.
652 (write_inferior_data_pointer): New.
653 (write_inferior_integer): New.
654 (write_inferior_uinteger): New.
655 (struct collect_static_trace_data_action): Delete.
656 (enum tracepoint_type): New.
657 (struct tracepoint) <type>: New field `type'.
658 <actions_str, step_actions, step_actions_str>: Only include in GDBserver.
659 <orig_size, obj_addr_on_target, adjusted_insn_addr>
660 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
661 (tracepoints): Use IP_AGENT_EXPORT.
662 (last_tracepoint): Don't include in the IPA.
663 (stopping_tracepoint): Use IP_AGENT_EXPORT.
664 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
665 (alloced_trace_state_variables): New.
666 (trace_state_variables): Use IP_AGENT_EXPORT.
667 (traceframe_t): Delete unused variable.
668 (circular_trace_buffer): Don't include in the IPA.
669 (trace_buffer_start): Delete.
670 (struct trace_buffer_control): New.
671 (trace_buffer_free): Delete.
672 (struct ipa_trace_buffer_control): New.
673 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
674 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
675 New.
676 (trace_buffer_ctrl): New.
677 (TRACE_BUFFER_CTRL_CURR): New.
678 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
679 Reimplement as macros.
680 (trace_buffer_wrap): Delete.
681 (traceframe_write_count, traceframe_read_count)
682 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
683 (struct tracepoint_hit_ctx) <type>: New field.
684 (struct fast_tracepoint_ctx): New.
685 (memory_barrier): New.
686 (cmpxchg): New.
687 (record_tracepoint_error): Update atomically in the IPA.
688 (clear_inferior_trace_buffer): New.
689 (about_to_request_buffer_space): New.
690 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
691 updating the same buffer.
692 (add_tracepoint): Default the tracepoint's type to trap
693 tracepoint, and orig_size to -1.
694 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
695 internal variables.
696 (create_trace_state_variable): New parameter `gdb'. Handle it.
697 (clear_installed_tracepoints): Clear fast tracepoint jumps.
698 (cmd_qtdp): Handle fast tracepoints.
699 (cmd_qtdv): Adjust.
700 (max_jump_pad_size): New.
701 (gdb_jump_pad_head): New.
702 (get_jump_space_head): New.
703 (claim_jump_space): New.
704 (sort_tracepoints): New.
705 (MAX_JUMP_SIZE): New.
706 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
707 IPA.
708 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
709 support. Upload fast traceframes, and delete internal IPA
710 breakpoints.
711 (stop_tracing_handler): New.
712 (flush_trace_buffer_handler): New.
713 (cmd_qtstop): Upload fast tracepoints.
714 (response_tracepoint): Handle fast tracepoints.
715 (tracepoint_finished_step): Upload fast traceframes. Set the
716 tracepoint hit context's tracepoint type.
717 (handle_tracepoint_bkpts): New.
718 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
719 type. Add comment about fast tracepoints.
720 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
721 non-existing action_str field.
722 (get_context_regcache): Handle fast tracepoints.
723 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
724 to the regcache.
725 (fast_tracepoint_from_jump_pad_address): New.
726 (fast_tracepoint_from_ipa_tpoint_address): New.
727 (collecting_t): New.
728 (force_unlock_trace_buffer): New.
729 (fast_tracepoint_collecting): New.
730 (collecting): New.
731 (gdb_collect): New.
732 (write_inferior_data_ptr): New.
733 (target_tp_heap): New.
734 (target_malloc): New.
735 (download_agent_expr): New.
736 (UALIGN): New.
737 (download_tracepoints): New.
738 (download_trace_state_variables): New.
739 (upload_fast_traceframes): New.
740 (IPA_FIRST_TRACEFRAME): New.
741 (IPA_NEXT_TRACEFRAME_1): New.
742 (IPA_NEXT_TRACEFRAME): New.
743 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
744 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
745 (gdb_jump_pad_buffer_end): New.
746 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
747 (initialize_tracepoint): Adjust.
748 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
749 buffer. Initialize the low module.
750 * utils.c (PREFIX, TOOLNAME): New.
751 (malloc_failure): Use PREFIX.
752 (error): In the IPA, an error causes an exit.
753 (fatal, warning): Use PREFIX.
754 (internal_error): Use TOOLNAME.
755 (NUMCELLS): Increase to 10.
756 * configure, config.in: Regenerate.
757
d149dd1d
PA
7582010-06-01 Pedro Alves <pedro@codesourcery.com>
759
760 * server.c (handle_query) <qSupported>: Do two passes over the
761 qSupported string to avoid nesting strtok.
762
f6528abd
JK
7632010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
764
765 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
766 (CDEPS): New.
767 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
768 -Wl,--dynamic-list.
769 * configure: Regenerate.
770 * proc-service.list: New.
771
ca2a87a0
JK
7722010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
773
774 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
775 New comment.
776
363a6e9f
OS
7772010-05-26 Ozkan Sezer <sezeroz@gmail.com>
778
779 * gdbreplay.c (remote_open): Check error return from socket() call by
780 its equality to -1 not by it being negative.
781 * remote-utils.c (remote_open): Likewise.
782
d23b6cb1
PA
7832010-05-23 Pedro Alves <pedro@codesourcery.com>
784
785 * config.h: Regenerate.
786
28d3cf85
MK
7872010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
788
789 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
790 doesn't provide PTRACE_GET_THREAD_AREA.
791
fea36a59
MK
7922010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
793
794 * linux-m68k-low.c: Include <asm/ptrace.h>
795 (ps_get_thread_area): Implement.
796
24b066ba
DE
7972010-05-03 Doug Evans <dje@google.com>
798
799 * event-loop.c (struct callback_event): New struct.
800 (callback_list): New global.
801 (append_callback_event, delete_callback_event): New functions.
802 (process_callback): New function.
803 (start_event_loop): Call it.
804 * remote-utils.c (NOT_SCHEDULED): Define.
805 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
806 moved out of readchar.
807 (readchar): Rewrite. Call reschedule before returning.
808 (reset_readchar): New function.
809 (remote_close): Call it.
810 (process_remaining, reschedule): New functions.
811 * server.h (callback_handler_func): New typedef.
812 (append_callback_event, delete_callback_event): Declare.
813
9836d6ea
PA
8142010-05-03 Pedro Alves <pedro@codesourcery.com>
815
816 * proc-service.c (ps_pglobal_lookup): Use
817 thread_db_look_up_one_symbol.
818 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
819 parameter. Use it instead of all_symbols_looked_up.
820 * server.h (struct process_info) <all_symbols_looked_up>: Delete
821 field.
822 (all_symbols_looked_up): Don't declare.
823 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
824 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
825 field.
826 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
827 Set all_symbols_looked_up here.
828 (thread_db_look_up_one_symbol): New.
829 (thread_db_get_tls_address): Adjust.
830 (thread_db_load_search, try_thread_db_load_1): Always allocate the
831 thread_db object on the heap, and tentatively set it in the
832 process structure.
833 (thread_db_init): Don't set all_symbols_looked_up here.
834 * linux-low.h (thread_db_look_up_one_symbol): Declare.
835
7984d532
PA
8362010-05-03 Pedro Alves <pedro@codesourcery.com>
837
838 * linux-low.c (linux_kill, linux_detach): Adjust.
839 (status_pending_p_callback): Remove redundant statement. Check
840 for !TARGET_WAITIKIND_IGNORE, instead of
841 TARGET_WAITKIND_STOPPED.
842 (handle_tracepoints): Make sure LWP is locked. Adjust.
843 (linux_wait_for_event_1): Adjust.
844 (linux_cancel_breakpoints): New.
845 (unsuspend_one_lwp): New.
846 (unsuspend_all_lwps): New.
847 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
848 (send_sigstop_callback): Change return type to int, add new
849 `except' parameter and handle it.
850 (suspend_and_send_sigstop_callback): New.
851 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
852 pass them down. If SUSPEND, also increment the lwp's suspend
853 count.
854 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
855 (need_step_over_p): Don't consider suspended LWPs.
856 (start_step_over): Adjust.
857 (proceed_one_lwp): Change return type to int, add new `except'
858 parameter and handle it.
859 (unsuspend_and_proceed_one_lwp): New.
860 (proceed_all_lwps): Use find_inferior instead of
861 for_each_inferior.
862 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
863 also decrement the suspend count of LWPs. Pass `except' down,
864 instead of hacking its suspend count.
865 (linux_pause_all): Add `freeze' parameter. Adjust.
866 (linux_unpause_all): New.
867 (linux_target_ops): Install linux_unpause_all.
868 * server.c (handle_status): Adjust.
869 * target.h (struct target_ops): New fields `unpause_all' and
870 `cancel_breakpoints'. Add new parameter to `pause_all'.
871 (pause_all): Add new `freeze' parameter.
872 (unpause_all): New.
873 (cancel_breakpoints): New.
874 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
875 cancel breakpoints.
876 (cmd_qtstart): Pause threads.
877 (stop_tracing): Pause threads, and cancel breakpoints.
878 * win32-low.c (win32_target_ops): Adjust.
879
e471f25b
PA
8802010-05-03 Pedro Alves <pedro@codesourcery.com>
881
882 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
883 the inferior right away from here...
884 (linux_wait_1): ... to here, and adjust to check the thread's
885 last_resume_kind instead of the lwp's step or stop_expected flags.
886
1915ef4f
PA
8872010-05-02 Pedro Alves <pedro@codesourcery.com>
888
889 * README: Use consistent `GDB' and `GDBserver' spellings.
890
f9e39928
PA
8912010-05-02 Pedro Alves <pedro@codesourcery.com>
892
893 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
894 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
895 (linux_detach_one_lwp): Assume the lwp is stopped.
896 (any_thread_of): Delete.
897 (linux_detach): Stop all lwps here. Don't blindly delete all
898 breakpoints.
899 (delete_lwp_callback): New.
900 (linux_mourn): Delete all lwps of the process that is gone.
901 (linux_wait_1): Don't delete the last lwp of the process here.
902 * mem-break.h (mark_breakpoints_out): Declare.
903 * mem-break.c (mark_breakpoints_out): New.
904 (free_all_breakpoints): Use it.
905 * server.c (handle_target_event): If the process is gone, mark
906 breakpoints out.
907 * thread-db.c (struct thread_db) <create_bp>: New field.
908 (thread_db_enable_reporting): Fix prototype. Store a thread event
909 breakpoint reference in the thread_db struct.
910 (thread_db_load_search): Clear the thread_db object.
911 (try_thread_db_load_1): Ditto.
912 (switch_to_process): New.
913 (disable_thread_event_reporting): Use it.
914 (remove_thread_event_breakpoints): New.
915 (thread_db_detach, thread_db_mourn): Use it.
916
1e7fc18c
PA
9172010-05-01 Pedro Alves <pedro@codesourcery.com>
918
919 * linux-low.c (linux_enable_event_reporting): New.
920 (linux_wait_for_event_1, handle_extended_wait): Use it.
921
02fc4de7
PA
9222010-04-30 Pedro Alves <pedro@codesourcery.com>
923
924 * linux-low.c (linux_kill_one_lwp, linux_kill)
925 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
926 (send_sigstop): Take an lwp_info as parameter instead. Queue a
927 SIGSTOP even if the LWP is stopped.
928 (send_sigstop_callback): New.
929 (stop_all_lwps): Use send_sigstop_callback instead.
930 (linux_resume_one_thread): Adjust.
931 (proceed_one_lwp): Still proceed an LWP that the client has
932 requested to stop, if we haven't reported it as stopped yet. Make
933 sure that LWPs the client want stopped, have a pending SIGSTOP.
934
bc3b5632
DE
9352010-04-26 Doug Evans <dje@google.com>
936
ae1ada35
DE
937 * server.c (handle_general_set): Make static.
938
bc3b5632
DE
939 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
940 Print received char after testing for error/eof instead of before.
941 (input_interrupt): Tweak comment.
942
65730243
DE
9432010-04-23 Doug Evans <dje@google.com>
944
945 * server.c (start_inferior): Print inferior argv if --debug.
946
a8ae7dc0
AR
9472010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
948
949 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
950 * nto-x86-low.c: Include server.h
951
1c07cc19
PM
9522010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
953
954 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
955 be consistent with other sources of this directory.
956 (init_registers_amd64): Correct name of source file of this function
957 in the comment.
958
e0a61e09
PM
9592010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
960
961 * configure.srv (x86_64-*-mingw*): New configuration for Windows
962 64-bit executables.
963
54709339
PM
9642010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
965
966 * win32-i386-low.c: Add 64-bit support.
967 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
968 (init_registers_amd64): Declare.
969 (mappings): Add 64-bit version of array.
970 (init_windows_x86): New function.
971 (the_low_target): Change init_arch field to init_windows_x86.
972
e8f0053d
PM
9732010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
974
975 * win32-low.c: Adapt to support also 64-bit architecture.
976 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
977 (get_image_name): Use SIZE_T type for local variable `done'.
978 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
979 (toolhelp_get_dll_name): Idem.
980 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
981 Use uintptr_t typecast to avoid warning.
982 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
983 (handle_exception): Use phex_nz to avoid warning.
984 (win32_wait): Remove unused local variable `process'.
985
c481e77e
PM
9862010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
987
988 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
989 `amd64-avx.o'.
990
12ea4b69
PM
9912010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
992
993 * configure.ac: Use `ws2_32' library for srv_mingw.
994 * configure: Regenerate.
995 * gdbreplay.c: Include winsock2.h instead of winsock.h.
996 * remote-utils.c: Likewise.
997
f6d1620c
L
9982010-04-17 H.J. Lu <hongjiu.lu@intel.com>
999
1000 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
1001 if __x86_64__ is defined.
1002
8e642873
PM
10032010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1004
1005 * configure: Regenerate.
1006
711e434b
PM
10072010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
1008
1009 * server.c (handle_query): Handle 'qGetTIBAddr' query.
1010 * target.h (target_ops): New get_tib_address field.
1011 * win32-low.h (win32_thread_info): Add thread_local_base field.
1012 * win32-low.c (child_add_thread): Add tlb argument.
1013 Set thread_local_base field to TLB.
1014 (get_child_debug_event): Adapt to child_add_thread change.
1015 (win32_get_tib_address): New function.
1016 (win32_target_ops): Set get_tib_address field to
1017 win32_get_tib_address.
1018 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
1019
505106cd
PA
10202010-04-12 Pedro Alves <pedro@codesourcery.com>
1021
505106cd
PA
1022 * linux-low.c (linux_mourn): Also remove the process.
1023 * server.c (handle_target_event): Don't remove the process here.
1024 * nto-low.c (nto_mourn): New.
1025 (nto_target_ops): Install it.
1026 * spu-low.c (spu_mourn): New.
1027 (spu_target_ops): Install it.
1028 * win32-low.c (win32_mourn): New.
1029 (win32_target_ops): Install it.
1030
e8470a06
PA
10312010-04-12 Pedro Alves <pedro@codesourcery.com>
1032
1033 * server.h (buffer_xml_printf): Remove redundant `;'.
1034
45ba0d02
PA
10352010-04-12 Pedro Alves <pedro@codesourcery.com>
1036
1037 * regcache.c (set_register_cache): Invalidate regcaches before
1038 changing the register cache layout.
1039 (regcache_invalidate_one): Allow a NULL regcache.
1040 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
1041 regcaches before changing the register cache layout or the target
1042 regsets.
1043
59e04013
L
10442010-04-12 H.J. Lu <hongjiu.lu@intel.com>
1045
1046 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
1047 variable warning on Linux/x86-64.
1048
8336d594
PA
10492010-04-11 Pedro Alves <pedro@codesourcery.com>
1050
1051 GDBserver disconnected tracing support.
1052
1053 * linux-low.c (linux_remove_process): Delete.
1054 (add_lwp): Don't set last_resume_kind here.
1055 (linux_kill): Use `mourn'.
1056 (linux_detach): Use `thread_db_detach', and `mourn'.
1057 (linux_mourn): New.
1058 (linux_attach_lwp_1): Adjust comment.
1059 (linux_attach): last_resume_kind moved the thread_info; adjust.
1060 (status_pending_p_callback): Adjust.
1061 (linux_wait_for_event_1): Adjust.
1062 (count_events_callback, select_singlestep_lwp_callback)
1063 (select_event_lwp_callback, cancel_breakpoints_callback)
1064 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
1065 (proceed_one_lwp): Adjust.
1066 (linux_async): Add debug output.
1067 (linux_thread_stopped): New.
1068 (linux_pause_all): New.
1069 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
1070 linux_pause_all.
1071 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
1072 (thread_db_free): Delete declaration.
1073 (thread_db_detach, thread_db_mourn): Declare.
1074 * thread-db.c (thread_db_init): Use thread_db_mourn.
1075 (thread_db_free): Delete, split in two.
1076 (disable_thread_event_reporting): New.
1077 (thread_db_detach): New.
1078 (thread_db_mourn): New.
1079
1080 * server.h (struct thread_info) <last_resume_kind>: New field.
1081 <attached>: Add comment.
1082 <gdb_detached>: New field.
1083 (handler_func): Change return type to int.
1084 (handle_serial_event, handle_target_event): Ditto.
1085 (gdb_connected): Declare.
1086 (tracing): Delete.
1087 (disconnected_tracing): Declare.
1088 (stop_tracing): Declare.
1089
1090 * server.c (handle_query) <qSupported>: Report support for
1091 disconnected tracing.
1092 (queue_stop_reply_callback): Account for running threads.
1093 (gdb_wants_thread_stopped): New.
1094 (gdb_wants_all_threads_stopped): New.
1095 (gdb_reattached_process): New.
1096 (handle_status): Clear the `gdb_detached' flag of all processes.
1097 In all-stop, stop all threads.
1098 (main): Be sure to leave tfind mode. Handle disconnected tracing.
1099 (process_serial_event): If the remote connection breaks, or if an
1100 exit was forced with "monitor exit", force an event loop exit.
1101 Handle disconnected tracing on detach.
1102 (handle_serial_event): Adjust.
1103 (handle_target_event): If GDB isn't connected, forward events back
1104 to the inferior, unless the last process exited, in which case,
1105 exit gdbserver. Adjust interface.
1106
1107 * remote-utils.c (remote_open): Don't block in accept. Instead
1108 register an event loop source on the listen socket file
1109 descriptor. Refactor bits into ...
1110 (listen_desc): ... this new global.
1111 (gdb_connected): ... this new function.
1112 (enable_async_notification): ... this new function.
1113 (handle_accept_event): ... this new function.
1114 (remote_close): Clear remote_desc.
1115
1116 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
1117
1118 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
1119 New fields.
1120 (mourn_inferior): Define.
1121 (target_process_qsupported): Avoid the dangling else problem.
1122 (thread_stopped): Define.
1123 (pause_all): Define.
1124 (target_waitstatus_to_string): Declare.
1125 * target.c (target_waitstatus_to_string): New.
1126
1127 * tracepoint.c (tracing): Make extern.
1128 (disconnected_tracing): New.
1129 (stop_tracing): Make extern. Handle tracing stops due to GDB
1130 disconnecting.
1131 (cmd_qtdisconnected): New.
1132 (cmd_qtstatus): Report disconnected tracing status in trace reply.
1133 (handle_tracepoint_general_set): Handle QTDisconnected.
1134
1135 * event-loop.c (event_handler_func): Change return type to int.
1136 (process_event): Bail out if the event handler wants the event
1137 loop to stop.
1138 (handle_file_event): Ditto.
1139 (start_event_loop): Bail out if the event handler wants the event
1140 loop to stop.
1141
1142 * nto-low.c (nto_target_ops): Adjust.
1143 * spu-low.c (spu_wait): Don't remove the process here.
1144 (spu_target_ops): Adjust.
1145 * win32-low.c (win32_wait): Don't remove the process here.
1146 (win32_target_ops): Adjust.
1147
5d267c4c
PA
11482010-04-11 Pedro Alves <pedro@codesourcery.com>
1149
1150 * regcache.c (realloc_register_cache): Invalidate inferior's
1151 regcache before recreating it.
1152
623ccd72
PA
11532010-04-09 Pedro Alves <pedro@codesourcery.com>
1154
1155 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
1156
219f2f23
PA
11572010-04-09 Stan Shebs <stan@codesourcery.com>
1158 Pedro Alves <pedro@codesourcery.com>
1159
1160 * server.h (LONGEST): New.
1161 (struct thread_info) <while_stepping>: New field.
1162 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
1163 Declare.
1164 (initialize_tracepoint, handle_tracepoint_general_set)
1165 (handle_tracepoint_query, tracepoint_finished_step)
1166 (tracepoint_was_hit, release_while_stepping_state_list):
1167 (current_traceframe): Declare.
1168 * server.c (handle_general_set): Handle tracepoint packets.
1169 (read_memory): New.
1170 (write_memory): New.
1171 (handle_search_memory_1): Use read_memory.
1172 (handle_query): Report support for conditional tracepoints, trace
1173 state variables, and tracepoint sources. Handle tracepoint
1174 queries.
1175 (main): Initialize the tracepoints module.
1176 (process_serial_event): Handle traceframe reads/writes.
1177
1178 * linux-low.c (handle_tracepoints): New.
1179 (linux_wait_1): Call it.
1180 (linux_resume_one_lwp): Handle while-stepping.
1181 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
1182 (linux_target_ops): Install them.
1183 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
1184 New field.
1185 * linux-x86-low.c (x86_supports_tracepoints): New.
1186 (the_low_target). Install it.
1187
1188 * mem-break.h (delete_breakpoint): Declare.
1189 * mem-break.c (delete_breakpoint): Make external.
1190
1191 * target.h (struct target_ops): Add `supports_tracepoints',
1192 `read_pc', and `write_pc' fields.
1193 (target_supports_tracepoints): Define.
1194 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
1195 (phex_nz): New.
1196
1197 * regcache.h (struct regcache) <registers_owned>: New field.
1198 (init_register_cache, regcache_cpy): Declare.
1199 (regcache_read_pc, regcache_write_pc): Declare.
1200 (register_cache_size): Declare.
1201 (supply_regblock): Declare.
1202 * regcache.c (init_register_cache): New.
1203 (new_register_cache): Use it.
1204 (regcache_cpy): New.
1205 (register_cache_size): New.
1206 (supply_regblock): New.
1207 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 1208
219f2f23
PA
1209 * tracepoint.c: New.
1210
1211 * Makefile.in (OBS): Add tracepoint.o.
1212 (tracepoint.o): New rule.
1213
3a13a53b
L
12142010-04-08 H.J. Lu <hongjiu.lu@intel.com>
1215
1216 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
1217 (i386-mmx.o): New.
1218 (i386-mmx.c): Likewise.
1219 (i386-mmx-linux.o): Likewise.
1220 (i386-mmx-linux.c): Likewise.
1221
1222 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
1223 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
1224 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
1225 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
1226
1227 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
1228 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
1229 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
1230
1570b33e
L
12312010-04-07 H.J. Lu <hongjiu.lu@intel.com>
1232
1233 * Makefile.in (clean): Updated.
1234 (i386-avx.o): New.
1235 (i386-avx.c): Likewise.
1236 (i386-avx-linux.o): Likewise.
1237 (i386-avx-linux.c): Likewise.
1238 (amd64-avx.o): Likewise.
1239 (amd64-avx.c): Likewise.
1240 (amd64-avx-linux.o): Likewise.
1241 (amd64-avx-linux.c): Likewise.
1242
1243 * configure.srv (srv_i386_regobj): Add i386-avx.o.
1244 (srv_i386_linux_regobj): Add i386-avx-linux.o.
1245 (srv_amd64_regobj): Add amd64-avx.o.
1246 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
1247 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
1248 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
1249 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
1250 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
1251 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
1252 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
1253
1254 * i387-fp.c: Include "i386-xstate.h".
1255 (i387_xsave): New.
1256 (i387_cache_to_xsave): Likewise.
1257 (i387_xsave_to_cache): Likewise.
1258 (x86_xcr0): Likewise.
1259
1260 * i387-fp.h (i387_cache_to_xsave): Likewise.
1261 (i387_xsave_to_cache): Likewise.
1262 (x86_xcr0): Likewise.
1263
1264 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
1265 * linux-crisv32-low.c (target_regsets): Likewise.
1266 * linux-m68k-low.c (target_regsets): Likewise.
1267 * linux-mips-low.c (target_regsets): Likewise.
1268 * linux-ppc-low.c (target_regsets): Likewise.
1269 * linux-s390-low.c (target_regsets): Likewise.
1270 * linux-sh-low.c (target_regsets): Likewise.
1271 * linux-sparc-low.c (target_regsets): Likewise.
1272 * linux-xtensa-low.c (target_regsets): Likewise.
1273
1274 * linux-low.c: Include <sys/uio.h>.
1275 (regsets_fetch_inferior_registers): Support nt_type.
1276 (regsets_store_inferior_registers): Likewise.
1277 (linux_process_qsupported): New.
1278 (linux_target_ops): Add linux_process_qsupported.
1279
1280 * linux-low.h (regset_info): Add nt_type.
1281 (linux_target_ops): Add process_qsupported.
1282
1283 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
1284 and <sys/uio.h>.
1285 (init_registers_i386_avx_linux): New.
1286 (init_registers_amd64_avx_linux): Likewise.
1287 (xmltarget_i386_linux_no_xml): Likewise.
1288 (xmltarget_amd64_linux_no_xml): Likewise.
1289 (PTRACE_GETREGSET): Likewise.
1290 (PTRACE_SETREGSET): Likewise.
1291 (x86_fill_xstateregset): Likewise.
1292 (x86_store_xstateregset): Likewise.
1293 (use_xml): Likewise.
1294 (x86_linux_update_xmltarget): Likewise.
1295 (x86_linux_process_qsupported): Likewise.
1296 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
1297 (x86_arch_setup): Don't call init_registers_amd64_linux nor
1298 init_registers_i386_linux here. Call
1299 x86_linux_update_xmltarget.
1300 (the_low_target): Add x86_linux_process_qsupported.
1301
1302 * server.c (handle_query): Call target_process_qsupported.
1303
1304 * target.h (target_ops): Add process_qsupported.
1305 (target_process_qsupported): New.
1306
fc7238bb
PA
13072010-04-03 Pedro Alves <pedro@codesourcery.com>
1308
1309 * inferiors.c (add_thread): Set last_status kind to
1310 TARGET_WAITKIND_IGNORE.
1311 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
1312 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
1313 (linux_wait_1): Move `thread' local definition to block that uses
1314 it. Don't NULL initialize `event_child'.
1315 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
1316 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
1317 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
1318
bdabb078
PA
13192010-04-01 Pedro Alves <pedro@codesourcery.com>
1320
1321 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
1322 an extended waitstatus, or by a watchpoint.
1323 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
1324 thread was stepping or has been stopped by a watchpoint.
1325
d3bbe7a0
PA
13262010-04-01 Pedro Alves <pedro@codesourcery.com>
1327
1328 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
1329 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
1330 of another, then delete the previous, and validate all
1331 breakpoints.
1332 (validate_inserted_breakpoint): New.
1333 (delete_disabled_breakpoints): New.
1334 (validate_breakpoints): New.
1335 (check_mem_read): Validate breakpoints before trusting their
1336 shadow. Delete disabled breakpoints.
1337 (check_mem_write): Validate breakpoints before trusting they
1338 should be inserted. Delete disabled breakpoints.
1339 * mem-break.h (validate_breakpoints):
1340 * server.c (handle_query): Validate breakpoints when we see a
1341 qSymbol query.
1342
8b07ae33
PA
13432010-04-01 Pedro Alves <pedro@codesourcery.com>
1344
1345 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
1346 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
1347 if we could tell there's a GDB breakpoint at stop_pc.
1348 (need_step_over_p): Don't do a step over if we find a GDB
1349 breakpoint at the resume PC.
1350
1351 * mem-break.c (struct raw_breakpoint): New.
1352 (enum bkpt_type): New type `gdb_breakpoint'.
1353 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
1354 fields. New field `raw'.
1355 (find_raw_breakpoint_at): New.
1356 (set_raw_breakpoint_at): Handle refcounting. Create a raw
1357 breakpoint instead.
1358 (set_breakpoint_at): Adjust.
1359 (delete_raw_breakpoint): New.
1360 (release_breakpoint): New.
1361 (delete_breakpoint): Rename to...
1362 (delete_breakpoint_1): ... this. Add proc parameter. Use
1363 release_breakpoint. Return ENOENT.
1364 (delete_breakpoint): Reimplement.
1365 (find_breakpoint_at): Delete.
1366 (find_gdb_breakpoint_at): New.
1367 (delete_breakpoint_at): Delete.
1368 (set_gdb_breakpoint_at): New.
1369 (delete_gdb_breakpoint_at): New.
1370 (gdb_breakpoint_here): New.
1371 (set_reinsert_breakpoint): Use release_breakpoint.
1372 (uninsert_breakpoint): Rename to ...
1373 (uninsert_raw_breakpoint): ... this.
1374 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
1375 (reinsert_raw_breakpoint): Change parameter type to
1376 raw_breakpoint.
1377 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
1378 instead.
1379 (check_breakpoints): Adjust. Use release_breakpoint.
1380 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
1381 (breakpoint_inserted_here): Ditto.
1382 (check_mem_read): Adjust to iterate over raw breakpoints instead.
1383 Don't trust the breakpoint's shadow if it is not inserted.
1384 (check_mem_write): Adjust to iterate over raw breakpoints instead.
1385 (delete_all_breakpoints): Adjust.
1386 (free_all_breakpoints): Mark all breakpoints as uninserted, and
1387 use delete_breakpoint_1.
1388
1389 * mem-break.h (breakpoints_supported): Delete declaration.
1390 (set_gdb_breakpoint_at): Declare.
1391 (gdb_breakpoint_here): Declare.
1392 (delete_breakpoint_at): Delete.
1393 (delete_gdb_breakpoint_at): Declare.
1394
1395 * server.h (struct raw_breakpoint): Forward declare.
1396 (struct process_info): New field `raw_breakpoints'.
1397
1398 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
1399 breakpoints.
1400
6bf5e0ba
PA
14012010-03-24 Pedro Alves <pedro@codesourcery.com>
1402
1403 * linux-low.c (status_pending_p_callback): Fix comment.
1404 (linux_wait_for_event_1): Move most of the internal breakpoint
1405 handling from here...
1406 (linux_wait_1): ... to here.
1407 (count_events_callback): New.
1408 (select_singlestep_lwp_callback): New.
1409 (select_event_lwp_callback): New.
1410 (cancel_breakpoints_callback): New.
1411 (select_event_lwp): New.
1412 (linux_wait_1): Simplify internal breakpoint handling. Give equal
1413 priority to all LWPs that have had events that should be reported
1414 to the client. Cancel breakpoints when about to reporting the
1415 event to the client, not while stopping lwps. No longer cancel
1416 finished single-steps here.
1417 (cancel_finished_single_step): Delete.
1418 (cancel_finished_single_steps): Delete.
1419
414a389f
PA
14202010-03-24 Pedro Alves <pedro@codesourcery.com>
1421
1422 * mem-break.c (enum bkpt_type): New.
1423 (struct breakpoint): New field `type'.
1424 (set_breakpoint_at): Change return type to struct breakpoint
1425 pointer. Set type to `other_breakpoint' by default.
1426 (delete_breakpoint): Rewrite, supporting more than one breakpoint
1427 in the breakpoint list.
1428 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
1429 (reinsert_breakpoint): Rename to ...
1430 (reinsert_raw_breakpoint): ... this.
1431 (reinsert_breakpoints_at): Adjust.
1432 * mem-break.h (struct breakpoint): Declare.
1433 (set_breakpoint_at): Change return type to struct breakpoint
1434 pointer.
1435
2280c721
PA
14362010-03-24 Pedro Alves <pedro@codesourcery.com>
1437
1438 * server.c (handle_query): Assign, not compare.
1439
d50171e4
PA
14402010-03-24 Pedro Alves <pedro@codesourcery.com>
1441
1442 Teach linux gdbserver to step-over-breakpoints.
1443
1444 * linux-low.c (can_hardware_single_step): New.
1445 (supports_breakpoints): New.
1446 (handle_extended_wait): If stopping threads, read the stop pc of
1447 the new cloned LWP.
1448 (get_pc): New.
1449 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
1450 low target doesn't support retrieving the PC.
1451 (add_lwp): Set last_resume_kind to resume_continue.
1452 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
1453 (linux_attach): Don't clear stop_expected. Set the lwp's
1454 last_resume_kind to resume_stop.
1455 (linux_detach_one_lwp): Don't check for removed breakpoints.
1456 (check_removed_breakpoint): Delete.
1457 (status_pending_p): Rename to ...
1458 (status_pending_p_callback): ... this. Don't check for removed
1459 breakpoints. Don't consider threads that are stopped from GDB's
1460 perspective.
1461 (linux_wait_for_lwp): Always read the stop_pc here.
1462 (cancel_breakpoint): New.
1463 (step_over_bkpt): New global.
1464 (linux_wait_for_event_1): Implement stepping over breakpoints.
1465 (gdb_wants_lwp_stopped): New.
1466 (gdb_wants_all_stopped): New.
1467 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
1468 single-step traps here. Store the thread's last reported target
1469 wait status.
1470 (send_sigstop): Don't clear stop_expected. Always set it,
1471 instead.
1472 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
1473 (cancel_finished_single_step): New.
1474 (cancel_finished_single_steps): New.
1475 (wait_for_sigstop): Don't cancel finished single-step traps here.
1476 (linux_resume_one_lwp): Don't check for removed breakpoints.
1477 Don't set `step' on non-hardware step archs.
1478 (linux_set_resume_request): Ignore resume_stop requests if already
1479 stopping or stopped. Set the lwp's last_resume_kind.
1480 (resume_status_pending_p): Don't check for removed breakpoints.
1481 (need_step_over_p): New.
1482 (start_step_over): New.
1483 (finish_step_over): New.
1484 (linux_resume_one_thread): Always queue a sigstop for resume_stop
1485 requests. Clear the thread's last reported target waitstatus.
1486 Don't use the `suspended' flag. Don't consider pending breakpoints.
1487 (linux_resume): Start a step-over if necessary.
1488 (proceed_one_lwp): New.
1489 (proceed_all_lwps): New.
1490 (unstop_all_lwps): New.
1491 * linux-low.h (struct lwp_info): Rewrite comment for the
1492 `suspended' flag. Add the `stop_pc' field. Delete the
1493 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
1494 Add `'last_resume_kind' and `need_step_over' fields.
1495 * inferiors.c (struct thread_info): Delete, moved elsewhere.
1496 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
1497 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
1498 (set_raw_breakpoint_at): New.
1499 (set_breakpoint_at): Rewrite to use it.
1500 (reinsert_breakpoint_handler): Delete.
1501 (set_reinsert_breakpoint): New.
1502 (reinsert_breakpoint_by_bp): Delete.
1503 (delete_reinsert_breakpoints): New.
1504 (uninsert_breakpoint): Rewrite.
1505 (uninsert_breakpoints_at): New.
1506 (reinsert_breakpoint): Rewrite.
1507 (reinsert_breakpoints_at): New.
1508 (check_breakpoints): Rewrite.
1509 (breakpoint_here): New.
1510 (breakpoint_inserted_here): New.
1511 (check_mem_read): Adjust.
1512 * mem-break.h (breakpoints_supported, breakpoint_here)
1513 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
1514 (reinsert_breakpoint_by_bp): Delete declaration.
1515 (delete_reinsert_breakpoints): Declare.
1516 (reinsert_breakpoint): Delete declaration.
1517 (reinsert_breakpoints_at): Declare.
1518 (uninsert_breakpoint): Delete declaration.
1519 (uninsert_breakpoints_at): Declare.
1520 (check_breakpoints): Adjust prototype.
1521 * server.h: Adjust include order.
1522 (struct thread_info): Declare here. Add a `last_status' field.
1523
30ba68cb
MS
15242010-03-23 Michael Snyder <msnyder@vmware.com>
1525
1526 * server.c (crc32): New function.
1527 (handle_query): Add handling for 'qCRC:' request.
1528
b9a881c2
PA
15292010-03-23 Pedro Alves <pedro@codesourcery.com>
1530
1531 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
1532 lwp had been stopped by a watchpoint.
1533
e92d13d5
PA
15342010-03-16 Pedro Alves <pedro@codesourcery.com>
1535
1536 * server.h (internal_error): Declare.
1537 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
1538 * utils.c (internal_error): New function.
1539
64daa791
AS
15402010-03-15 Andreas Schwab <schwab@redhat.com>
1541
1542 * configure.srv: Fix typo setting srv_regobj.
1543
f52cd8cd
PA
15442010-03-15 Pedro Alves <pedro@codesourcery.com>
1545
1546 * linux-low.c (fetch_register): Avoid passing a non string literal
1547 format to `error'.
1548 (usr_store_inferior_registers): Ditto.
1549
93ae6fdc
PA
15502010-03-14 Pedro Alves <pedro@codesourcery.com>
1551
1552 * linux-low.c (linux_write_memory): Bail out early if peeking
1553 memory failed.
1554
c3adc08c
PA
15552010-03-14 Pedro Alves <pedro@codesourcery.com>
1556
1557 * linux-low.h (struct lwp_info): New fields
1558 `stopped_by_watchpoint' and `stopped_data_address'.
1559 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
1560 here, and cache them in the lwp object.
1561 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
1562 directly.
1563 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
1564 field.
1565 (linux_stopped_by_watchpoint): Rewrite.
1566 (linux_stopped_data_address): Rewrite.
1567
bce522a2
PA
15682010-03-06 Simo Melenius <simo.melenius@iki.fi>
1569
1570 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
1571 switching the current inferior, not before.
1572
90884b2b
L
15732010-03-01 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
1576 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
1577 i386-linux.c and amd64-linux.c.
1578 (reg-i386.o): Removed.
1579 (reg-i386.c): Likewise.
1580 (reg-i386-linux.o): Likewise.
1581 (reg-i386-linux.c): Likewise.
1582 (reg-x86-64.o): Likewise.
1583 (reg-x86-64.c): Likewise.
1584 (reg-x86-64-linux.o): Likewise.
1585 (reg-x86-64-linux.c): Likewise.
1586 (i386.o): New.
1587 (i386.c): Likewise.
1588 (i386-linux.o): Likewise.
1589 (i386-linux.c): Likewise.
1590 (amd64.o): Likewise.
1591 (amd64.c): Likewise.
1592 (amd64-linux.o): Likewise.
1593 (amd64-linux.c): Likewise.
1594
1595 * configure.srv (srv_i386_regobj): New.
1596 (srv_i386_linux_regobj): Likewise.
1597 (srv_amd64_regobj): Likewise.
1598 (srv_amd64_linux_regobj): Likewise.
1599 (srv_i386_32bit_xmlfiles): Likewise.
1600 (srv_i386_64bit_xmlfiles): Likewise.
1601 (srv_i386_xmlfiles): Likewise.
1602 (srv_amd64_xmlfiles): Likewise.
1603 (srv_i386_linux_xmlfiles): Likewise.
1604 (srv_amd64_linux_xmlfiles): Likewise.
1605 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
1606 srv_xmlfiles to $srv_i386_xmlfiles.
1607 (i[34567]86-*-mingw32ce*): Likewise.
1608 (i[34567]86-*-mingw*): Likewise.
1609 (i[34567]86-*-nto*): Likewise.
1610 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
1611 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
1612 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
1613 (x86_64-*-linux*): Likewise.
1614
1615 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
1616 (init_registers_amd64_linux): New.
1617 (x86_arch_setup): Replace init_registers_x86_64_linux with
1618 init_registers_amd64_linux.
1619
193f13e6
MK
16202010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
1621
1622 * configure.ac: Check for libdl. If it is not available link against
1623 static libthread_db.
1624 * configure: Regenerate.
1625
85d721b8
PA
16262010-02-22 Pedro Alves <pedro@codesourcery.com>
1627
1628 PR9605
1629
1630 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
1631 handing a read watchpoint.
1632 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
1633
6076632b
DE
16342010-02-12 Doug Evans <dje@google.com>
1635
1636 * linux-low.c (linux_supports_tracefork_flag): Document.
1637 (linux_look_up_symbols): Add comment.
1638
3327ccf7
L
16392010-02-03 H.J. Lu <hongjiu.lu@intel.com>
1640
1641 * regcache.c (supply_register): Clear regcache if buf is NULL.
1642
0718675c 16432010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 1644 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
1645
1646 * inferiors.c (find_inferior): Add function documentation.
1647 (unloaded_dll): Handle the case where the unloaded dll has not
1648 been previously registered in the dll list.
1649
177321bd
DJ
16502010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
1651
1652 * linux-arm-low.c (thumb_breakpoint_len): Delete.
1653 (thumb2_breakpoint): New.
1654 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
1655
2b009048
DJ
16562010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1657
1658 * linux-low.c (get_stop_pc): Check for SIGTRAP.
1659 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
1660 breakpoints.
1661
3be029c7
PA
16622010-01-21 Pedro Alves <pedro@codesourcery.com>
1663
1664 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
1665
18f5de3b
JK
16662010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1667
1668 * linux-s390-low.c (s390_collect_ptrace_register)
1669 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
1670
3743bb4f
DE
16712010-01-21 Doug Evans <dje@google.com>
1672
14ce3065
DE
1673 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
1674 (PTRACE_ARG4_TYPE): New macro.
1675 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
1676 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
1677 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
1678 (usr_store_inferior_registers): Ditto.
1679 (linux_read_memory, linux_write_memory): Ditto.
1680 (linux_test_for_tracefork): Ditto.
1681
3743bb4f
DE
1682 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
1683 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
1684
8b315be5
PA
16852010-01-21 Pedro Alves <pedro@codesourcery.com>
1686
1687 * proc-service.c (ps_lgetregs): Don't refetch registers from the
1688 target.
1689
85492558
PA
16902010-01-21 Pedro Alves <pedro@codesourcery.com>
1691
1692 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
1693 prototype to take a regcache. Adjust.
1694
442ea881
PA
16952010-01-20 Pedro Alves <pedro@codesourcery.com>
1696
1697 * regcache.h (struct thread_info): Forward declare.
1698 (struct regcache): New.
1699 (new_register_cache): Adjust prototype.
1700 (get_thread_regcache): Declare.
1701 (free_register_cache): Adjust prototype.
1702 (registers_to_string, registers_from_string): Ditto.
1703 (supply_register, supply_register_by_name, collect_register)
1704 (collect_register_as_string, collect_register_by_name): Ditto.
1705 * regcache.c (struct inferior_regcache_data): Delete.
1706 (get_regcache): Rename to ...
1707 (get_thread_regcache): ... this. Adjust. Switch inferior before
1708 fetching registers.
1709 (regcache_invalidate_one): Adjust.
1710 (regcache_invalidate): Fix prototype.
1711 (new_register_cache): Return the new register cache.
1712 (free_register_cache): Change prototype.
1713 (realloc_register_cache): Adjust.
1714 (registers_to_string): Change prototype to take a regcache. Adjust.
1715 (registers_from_string): Ditto.
1716 (register_data): Ditto.
1717 (supply_register): Ditto.
1718 (supply_register_by_name): Ditto.
1719 (collect_register): Ditto.
1720 (collect_register_as_string): Ditto.
1721 (collect_register_by_name): Ditto.
1722 * server.c (process_serial_event): Adjust.
1723 * linux-low.h (regset_fill_func, regset_store_func): Change
1724 prototype.
1725 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
1726 Change prototype.
1727 * linux-low.c (get_stop_pc): Adjust.
1728 (check_removed_breakpoint): Adjust.
1729 (linux_wait_for_event): Adjust.
1730 (linux_resume_one_lwp): Adjust.
1731 (fetch_register): Add regcache parameter. Adjust.
1732 (usr_store_inferior_registers): Ditto.
1733 (regsets_fetch_inferior_registers): Ditto.
1734 (regsets_store_inferior_registers): Ditto.
1735 (linux_fetch_registers, linux_store_registers): Ditto.
1736 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
1737 regcache. Adjust.
1738 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
1739 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
1740 prototype to take a regcache.
1741 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
1742 * remote-utils.c (convert_ascii_to_int, outreg)
1743 (prepare_resume_reply): Change prototype to take a regcache.
1744 Adjust.
1745 * target.h (struct target_ops) <fetch_registers, store_registers>:
1746 Change prototype to take a regcache.
1747 (fetch_inferior_registers, store_inferior_registers): Change
1748 prototype to take a regcache. Adjust.
1749 * proc-service.c (ps_lgetregs): Adjust.
1750 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
1751 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
1752 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
1753 take a regcache. Adjust.
1754 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
1755 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
1756 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
1757 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
1758 * linux-cris-low.c (cris_get_pc, cris_set_pc)
1759 (cris_cannot_fetch_register):
1760 (cris_breakpoint_at): Change prototype to take a regcache.
1761 Adjust.
1762 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
1763 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
1764 to take a regcache. Adjust.
1765 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
1766 Adjust.
1767 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
1768 take a regcache. Adjust.
1769 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
1770 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
1771 (m68k_set_pc): Change prototype to take a regcache. Adjust.
1772 * linux-mips-low.c (mips_get_pc):
1773 (mips_set_pc): Change prototype to take a regcache. Adjust.
1774 (mips_reinsert_addr): Adjust.
1775 (mips_collect_register): Change prototype to take a regcache.
1776 Adjust.
1777 (mips_supply_register):
1778 (mips_collect_register_32bit, mips_supply_register_32bit)
1779 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
1780 (mips_store_fpregset): Ditto.
1781 * linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
1782 Ditto.
1783 (parse_spufs_run): Adjust.
1784 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
1785 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
1786 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
1787 take a regcache. Adjust.
1788 * linux-s390-low.c (s390_collect_ptrace_register)
1789 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
1790 (s390_set_pc): Change prototype to take a regcache. Adjust.
1791 (s390_arch_setup): Adjust.
1792 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
1793 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
1794 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
1795 (sparc_fill_gregset, sparc_store_gregset_from_stack)
1796 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
1797 regcache. Adjust.
1798 (sparc_breakpoint_at): Adjust.
1799 * linux-xtensa-low.c (xtensa_fill_gregset):
1800 (xtensa_store_gregset):
1801 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
1802 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
1803 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
1804 prototype to take a regcache. Adjust.
1805 * win32-arm-low.c (arm_fetch_inferior_register)
1806 (arm_store_inferior_register): Change prototype to take a
1807 regcache. Adjust.
1808 * win32-i386-low.c (i386_fetch_inferior_register)
1809 (i386_store_inferior_register): Change prototype to take a
1810 regcache. Adjust.
1811 * win32-low.c (child_fetch_inferior_registers)
1812 (child_store_inferior_registers): Change prototype to take a
1813 regcache. Adjust.
1814 (win32_wait): Adjust.
1815 (win32_fetch_inferior_registers): Change prototype to take a
1816 regcache. Adjust.
1817 (win32_store_inferior_registers): Adjust.
1818 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
1819 store_inferior_register>: Change prototype to take a regcache.
1820
60c3d7b0
DE
18212010-01-20 Doug Evans <dje@google.com>
1822
1823 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
1824 #ifdef.
1825 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 1826 (W_STOPCODE): Provide definition if missing.
60c3d7b0 1827
dc146f7c
VP
18282010-01-13 Vladimir Prus <vladimir@codesourcery.com>
1829
1830 * linux-low.c (linux_core_of_thread): New.
1831 (compare_ints, show_process, list_threads): New.
1832 (linux_qxfer_osdata): Report threads and cores.
1833 (linux_target_op): Register linux_core_of_thread.
1834 * remote-utils.c (prepare_resume_reply): Report the core.
1835 (buffer_xml_printf): Support %d specifier.
1836 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
1837 New.
1838 (handle_query): Handle qXfer:threads. Announce availability
1839 thereof.
1840 * target.h (struct target_ops): New field core_of_thread.
1841
7803799a
UW
18422010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
1843
1844 * Makefile.in (clean): Remove new generated files.
1845 (reg-s390.o, reg-s390.c): Remove rules.
1846 (reg-s390x.o, reg-s390x.c): Likewise.
1847 (s390-linux32.o, s390-linux32.c): Add rules.
1848 (s390-linux64.o, s390-linux64.c): Likewise.
1849 (s390x-linux64.o, s390x-linux64.c): Likewise.
1850 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
1851 * linux-s390-low.c: Include <elf.h>.
1852 (HWCAP_S390_HIGH_GPRS): Define if undefined.
1853 (init_registers_s390): Remove prototype.
1854 (init_registers_s390x): Likewise.
1855 (init_registers_s390_linux32): Add prototype.
1856 (init_registers_s390_linux64): Likewise.
1857 (init_registers_s390x_linux64): Likewise.
1858 (s390_num_regs_3264): New define.
1859 (s390_regmap_3264): New global variable.
1860 (s390_cannot_fetch_register): Remove obsolete check.
1861 (s390_cannot_store_register): Likewise.
1862 (s390_collect_ptrace_register): Handle upper/lower register halves.
1863 (s390_supply_ptrace_register): Likewise.
1864 (s390_fill_gregset): Update to register number changes.
1865 (s390_get_hwcap): New routine.
1866 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
1867 Install appropriate regmap and register set.
1868
6e7ffa39
JB
18692010-01-01 Joel Brobecker <brobecker@adacore.com>
1870
1871 * server.c (gdbserver_version): Update copyright year to 2010.
1872 * gdbreplay.c (gdbreplay_version): Likewise.
1873
957f3f49
DE
18742009-12-28 Doug Evans <dje@google.com>
1875
1876 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
1877 elf/external.h. Include <elf.h> instead but only if necessary.
1878
ca5c370d
PA
18792009-12-28 Pedro Alves <pedro@codesourcery.com>
1880
1881 * linux-low.c (linux_remove_process): Remove `detaching'
1882 parameter. Don't release/detach from thread_db here.
1883 (linux_kill): Release/detach from thread_db here, ...
1884 (linux_detach): ... and here, before actually detaching.
1885 (linux_wait_1): ... and here, when a process exits.
1886 * thread-db.c (any_thread_of): New.
1887 (thread_db_free): Switch the current inferior to a thread of the
1888 passed in process.
1889
4ee62156
DE
18902009-12-21 Doug Evans <dje@google.com>
1891
d90e6a88
DE
1892 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
1893
c5f62d5f
DE
1894 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
1895 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
1896 warning ifndef __NR_tkill. Move setting of errno there too.
1897 Delete unnecessary resetting of errno after syscall.
1898 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
1899
10e86dd7
DE
1900 * configure.ac: Check for dladdr.
1901 * config.in: Regenerate.
1902 * configure: Regenerate.
1903 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
1904 (try_thread_db_load): Update.
1905
4ee62156
DE
1906 * linux-low.c (my_waitpid): Delete unnecessary prototype.
1907
00f515da
DE
19082009-12-18 Doug Evans <dje@google.com>
1909
e9464885
DE
1910 * event-loop.c: Include unistd.h if it exists.
1911
07d4f67e
DE
1912 * linux-low.c (my_waitpid): Move definition away from being in
1913 between linux_tracefork_child/linux_test_for_tracefork.
1914
00f515da
DE
1915 * gdb_proc_service.h (psaddr_t): Fix type.
1916 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
1917 signature to match glibc.
1918
1de1badb
DE
19192009-12-16 Doug Evans <dje@google.com>
1920
1921 * linux-low.c (linux_read_memory): Fix argument to read.
1922
aeeb81d1
PA
19232009-11-26 Pedro Alves <pedro@codesourcery.com>
1924
1925 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
1926 events, don't leave current_inferior pointing at null.
1927
10357975
PA
19282009-11-26 Pedro Alves <pedro@codesourcery.com>
1929
1930 * win32-low.c (LOG): Delete.
1931 (OUTMSG): Output to stderr.
1932 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
1933 on compile time LOG macro.
1934 (win32_wait): Fix debug output.
1935
cf6e3471
PA
19362009-11-26 Pedro Alves <pedro@codesourcery.com>
1937
1938 * win32-low.c (win32_add_one_solib): If the dll name is
1939 "ntdll.dll", prepend the system directory to the dll path.
1940
0c85e18e
MK
19412009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1942
1943 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
1944
9ac544ce 19452009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 1946 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
1947
1948 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
1949 * configure.ac: Check for __mcoldfire__ and set
1950 gdb_cv_m68k_is_coldfire.
1951 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
1952 reg-cf.o and reg-m68k.o.
1953 * configure: Regenerated.
1954
fd7dd3e6
PA
19552009-11-16 Pedro Alves <pedro@codesourcery.com>
1956
1957 * linux-low.c (linux_remove_process): Add `detaching' parameter.
1958 Pass it to thread_db_free.
1959 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
1960 proper `detaching' argument to linux_remove_process.
1961 * linux-low.h (thread_db_free): Add `detaching' parameter.
1962 * thread-db.c (thread_db_init): Pass false as `detaching' argument
1963 to thread_db_free.
1964 (thread_db_free): Add `detaching' parameter. Only
1965 call td_ta_clear_event if detaching from process.
1966
75aa492e
MK
19672009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
1968
1969 * thread-db.c (thread_db_free): Fix typo.
1970
21e1bee4
PP
19712009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1972
1973 PR gdb/10838
1974 * thread-db.c (thread_db_free): Call td_ta_clear_event.
1975
8838b45e
NS
19762009-11-03 Nathan Sidwell <nathan@codesourcery.com>
1977
1978 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
1979 with an i686 compiler.
1980 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
1981 needed.
1982 * configure: Rebuilt.
1983
8a35fb51
SL
19842009-10-29 Sandra Loosemore <sandra@codesourcery.com>
1985
1986 PR gdb/10783
1987
1988 * server.c (handle_search_memory_1): Correct read_addr initialization
1989 in loop for searching subsequent chunks.
1990
96f15937
PP
19912009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
1992
1993 * configure.ac: New --with-libthread-db option.
1994 * thread-db.c: Allow direct dependence on libthread_db.
1995 (thread_db_free): Adjust.
1996 * config.in: Regenerate.
1997 * configure: Likewise.
889bf7c5 1998
5f7d1694
PP
19992009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
2000
2001 PR gdb/10757
2002 * thread-db.c (attach_thread): New function.
2003 (maybe_attach_thread): Return success/failure.
2004 (find_new_threads_callback): Adjust.
889bf7c5
PA
2005 (thread_db_find_new_threads): Loop until no new threads.
2006
88e3b899
PA
20072009-10-13 Pedro Alves <pedro@codesourcery.com>
2008
2009 * proc-service.c (ps_lgetregs): Formatting.
2010
cdbfd419
PP
20112009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
2012
2013 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
2014 * configure.ac: Adjust.
2015 * linux-low.h (struct process_info_private): Move members to struct
2016 thread_db.
2017 (thread_db_free, thread_db_handle_monitor_command): New prototype.
2018 * linux-low.c (linux_remove_process): Adjust.
2019 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
2020 * server.c (handle_query): Move code ...
2021 (handle_monitor_command): ... here. New function.
2022 * target.h (struct target_ops): New member.
2023 * thread-db.c (struct thread_db): New.
2024 (libthread_db_search_path): New variable.
2025 (thread_db_create_event, thread_db_enable_reporting)
2026 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
2027 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
2028 (try_thread_db_load_1, dladdr_to_soname): New functions.
2029 (try_thread_db_load, thread_db_load_search): New functions.
2030 (thread_db_init): Search for libthread_db.
2031 (thread_db_free): New function.
2032 (thread_db_handle_monitor_command): Likewise.
2033 * config.in: Regenerate.
2034 * configure: Regenerate.
889bf7c5 2035
4168d2d6
UW
20362009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
2037
2038 * spu-low.c (spu_kill): Wait for inferior to terminate.
2039 Call clear_inferiors.
2040 (spu_detach): Call clear_inferiors.
2041
81ecdfbb
RW
20422009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2043
2044 * aclocal.m4: Regenerate.
2045 * config.in: Likewise.
2046 * configure: Likewise.
2047
0b9ff2c0
UW
20482009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2049
2050 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
2051 (parse_spufs_run): New function.
2052 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
2053 (ppc_breakpoint_at): Handle SPU breakpoints.
2054
efcbbd14
UW
20552009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2056
2057 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
2058 (SPUFS_MAGIC): Define.
2059 (spu_enumerate_spu_ids): New function.
2060 (linux_qxfer_spu): New function.
2061 (linux_target_ops): Install linux_qxfer_spu.
2062
f4d9bade
UW
20632009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
2064
2065 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
2066 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
2067 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
2068 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
2069 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
2070 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
2071 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
2072 (init_registers_powerpc_cell32l): Add prototype.
2073 (init_registers_powerpc_cell64l): Likewise.
2074 (ppc_arch_setup): Detect Cell/B.E. architecture.
2075
96e946ca
RW
20762009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2077
2078 * Makefile.in (datarootdir): New variable.
2079
58d6951d
DJ
20802009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2081
2082 * linux-low.c (linux_write_memory): Update debugging output.
2083 * Makefile.in (clean): Add new descriptions.
2084 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
2085 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
2086 * configure.srv: Add new files for arm*-*-linux*.
2087 * linux-arm-low.c: Add new declarations.
2088 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
2089 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
2090 (HWCAP_VFPv3D16): New.
2091 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
2092 instead of __IWMMXT__.
2093 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
2094 (arm_arch_setup): New.
2095 (target_regsets): Remove #ifdef. Add VFP regset.
2096 (the_low_target): Use arm_arch_setup.
2097
12b42a12
DJ
20982009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2099
2100 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
2101 the main thread again.
2102
ac8c974e
AR
21032009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
2104
2105 Adding Neutrino gdbserver.
2106 * configure: Regenerated.
2107 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
2108 * configure.srv (i[34567]86-*-nto*): New target.
2109 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
2110 * remote-utils.c [__QNX__]: Include sys/iomgr.h
2111 (nto_comctrl) [__QNX__]: New function.
2112 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
2113
4424e0c3 21142009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
2115
2116 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
2117 srv_tgtobj.
2118
912cf4ba
PA
21192009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
2120 Pedro Alves <pedro@codesourcery.com>
2121
2122 * win32-i386-low.c (i386_get_thread_context): Handle systems that
2123 don't support CONTEXT_EXTENDED_REGISTERS.
2124 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
2125 (the_low_target): Install them.
2126 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
2127 failing with ERROR_PIPE_NOT_CONNECTED.
2128
aa5ca48f
DE
21292009-06-30 Doug Evans <dje@google.com>
2130 Pierre Muller <muller@ics.u-strasbg.fr>
2131
2132 Add h/w watchpoint support to x86-linux, win32-i386.
2133 * Makefile.in (SFILES): Add i386-low.c
2134 (i386_low_h): Define.
2135 (i386-low.o): Add dependencies.
2136 (linux-x86-low.o): Add i386-low.h dependency.
2137 (win32-i386-low.o): Ditto.
2138 * i386-low.c: New file.
2139 * i386-low.h: New file.
2140 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
2141 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
2142 * linux-low.c (linux_add_process): Initialize arch_private.
2143 (linux_remove_process): Free arch_private.
2144 (add_lwp): Initialize arch_private.
2145 (delete_lwp): Free arch_private.
2146 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
2147 provided.
2148 * linux-low.h (process_info_private): New member arch_private.
2149 (lwp_info): New member arch_private.
2150 (linux_target_ops): New members new_process, new_thread,
2151 prepare_to_resume.
2152 (ptid_of): New macro.
2153 * linux-x86-low.c: Include stddef.h, i386-low.h.
2154 (arch_process_info): New struct.
2155 (arch_lwp_info): New struct.
2156 (x86_linux_dr_get, x86_linux_dr_set): New functions.
2157 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
2158 (i386_dr_low_get_status): New function.
2159 (x86_insert_point, x86_remove_point): New functions.
2160 (x86_stopped_by_watchpoint): New function.
2161 (x86_stopped_data_address): New function.
2162 (x86_linux_new_process, x86_linux_new_thread): New functions.
2163 (x86_linux_prepare_to_resume): New function.
2164 (the_low_target): Add entries for insert_point, remove_point,
2165 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
2166 prepare_to_resume.
2167 * server.c (debug_hw_points): New global.
2168 (monitor_show_help): Document set debug-hw-points.
2169 (handle_query): Process "set debug-hw-points".
2170 * server.h (debug_hw_points): Declare.
2171 (paddress): Declare.
2172 * utils.c (NUMCELLS, CELLSIZE): New macros.
2173 (get_sell, xsnprintf, paddress): New functions.
2174 * win32-arm-low.c (the_low_target): Add entries for insert_point,
2175 remove_point, stopped_by_watchpoint, stopped_data_address.
2176 * win32-i386-low.c: Include i386-low.h.
2177 (debug_reg_state): Replaces dr.
2178 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
2179 (i386_dr_low_get_status): New function.
2180 (i386_insert_point, i386_remove_point): New functions.
2181 (i386_stopped_by_watchpoint): New function.
2182 (i386_stopped_data_address): New function.
2183 (i386_initial_stuff): Update.
2184 (get_thread_context,set_thread_context,i386_thread_added): Update.
2185 (the_low_target): Add entries for insert_point,
2186 remove_point, stopped_by_watchpoint, stopped_data_address.
2187 * win32-low.c (win32_insert_watchpoint): New function.
2188 (win32_remove_watchpoint): New function.
2189 (win32_stopped_by_watchpoint): New function.
2190 (win32_stopped_data_address): New function.
2191 (win32_target_ops): Add entries for insert_watchpoint,
2192 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
2193 * win32-low.h (win32_target_ops): New members insert_point,
2194 remove_point, stopped_by_watchpoint, stopped_data_address.
2195
d993e290
PA
21962009-06-25 Pedro Alves <pedro@codesourcery.com>
2197
2198 * server.c (process_serial_event): Re-return unsupported, not
2199 error, if the type isn't recognized. Re-allow supporting only
2200 insert or remove packets. Also call require_running for
2201 breakpoints. Add missing break statement to default case. Tidy.
2202 * target.h (struct target_ops): Rename insert_watchpoint to
2203 insert_point, and remove_watchpoint to remove_point.
2204
2205 * linux-low.h (struct linux_target_ops): Likewise.
2206 * linux-low.c (linux_insert_watchpoint): Rename to ...
2207 (linux_insert_point): ... this. Adjust.
2208 (linux_remove_watchpoint): Rename to ...
2209 (linux_remove_point): ... this. Adjust.
2210 (linux_target_ops): Adjust.
2211 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
2212 (cris_insert_point): ... this.
2213 (cris_remove_watchpoint): Rename to ...
2214 (cris_remove_point): ... this.
2215 (the_low_target): Adjust.
2216
0f54c268
PM
22172009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
2218
2219 * server.c (handle_v_kill): Pass signal_pid to
2220 kill_inferior if multi_process is zero.
2221
c6314022
AR
22222009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
2223
2224 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
2225 * target.h (target_ops): Comment for *_watchpoint to make it clear
2226 the functions can get types '0' and '1'.
2227
4463ce24
AR
22282009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
2229
2230 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
2231 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
2232 * regcache.c (get_regcache): Likewise.
2233 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
2234 * win32-low.c (child_fetch_inferior_registers): Remove check for
2235 regno 0.
2236
cf8fd78b
PA
22372009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
2238 Pedro Alves <pedro@codesourcery.com>
2239
2240 * target.h (struct target_ops) <supports_multi_process>: New
2241 callback.
2242 (target_supports_multi_process): New.
2243 * server.c (handle_query): Even if GDB reports support, only
2244 enable multi-process if the target also supports it. Report
2245 multi-process support only if the target backend supports it.
2246 * linux-low.c (linux_supports_multi_process): New function.
2247 (linux_target_ops): Install it as target_supports_multi_process
2248 callback.
2249
47c0c975
DE
22502009-05-24 Doug Evans <dje@google.com>
2251
e09875d4
DE
2252 Global renaming of find_thread_pid to find_thread_ptid.
2253 * server.h (find_thread_ptid): Renamed from find_thread_pid.
2254 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
2255 All callers updated.
2256
e27d73f6
DE
2257 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
2258 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
2259 directly.
2260
47c0c975
DE
2261 * linux-low.c (get_stop_pc): Print pc if debug_threads.
2262 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
2263 (linux_resume_one_lwp): Ditto.
2264
2acc282a
DE
22652009-05-23 Doug Evans <dje@google.com>
2266
2267 * linux-low.c (linux_resume_one_lwp): Change type of first arg
2268 from struct inferior_list_entry * to struct lwp_info *.
2269 All callers updated.
2270
9f1036c1
DE
22712009-05-13 Doug Evans <dje@google.com>
2272
2273 * linux-x86-low.c: Don't include assert.h.
2274 (x86_siginfo_fixup): Use fatal, not assert.
2275 (x86_arch_setup): Fix comment.
2276
d0722149
DE
22772009-05-12 Doug Evans <dje@google.com>
2278
2279 Biarch support for i386/amd64 gdbserver.
2280 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
2281 Add linux-x86-low.c.
2282 (linux-i386-low.o, linux-x86-64-low.o): Delete.
2283 (linux-x86-low.o): Add.
2284 * linux-x86-64-low.c: Delete.
2285 * linux-i386-low.c: Delete.
2286 * linux-x86-low.c: New file.
2287 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
2288 linux-x86-low.o.
2289 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
2290 linux-x86-low.o.
2291 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
2292 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
2293 (linux_child_pid_to_exec_file): New function.
2294 (elf_64_header_p, elf_64_file_p): New functions.
2295 (siginfo_fixup): New function.
2296 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
2297 give target a chance to convert layout.
2298 * linux-low.h (linux_target_ops): New member siginfo_fixup.
2299 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
2300
fdeb2a12
DE
23012009-05-07 Doug Evans <dje@google.com>
2302
2303 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
2304 (regsets_store_inferior_registers): Ditto.
2305
a6dbe5df
PA
23062009-05-06 Pedro Alves <pedro@codesourcery.com>
2307
2308 PR server/10048
2309
2310 * linux-low.c (must_set_ptrace_flags): Delete.
2311 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
2312 of the global.
2313 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
2314 `lwp->must_set_ptrace_flags' instead.
ba42693b 2315 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
2316 (linux_wait_1): ... not here.
2317
5091eb23
DE
23182009-04-30 Doug Evans <dje@google.com>
2319
9f767825
DE
2320 * inferiors.c (started_inferior_callback): New function.
2321 (attached_inferior_callback): New function.
2322 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
2323 * server.c (print_started_pid, print_attached_pid): New functions.
2324 (detach_or_kill_for_exit): New function.
2325 (main): Call it instead of for_each_inferior (kill_inferior_callback).
2326 * server.h (have_started_inferiors_p): Declare.
2327 (have_attached_inferiors_p): Declare.
2328
5091eb23
DE
2329 * inferiors.c (remove_process): Fix memory leak, free process.
2330 * linux-low.c (linux_remove_process): New function.
2331 (linux_kill): Call it instead of remove_process.
2332 (linux_detach, linux_wait_1): Ditto.
2333
155c8968
PA
23342009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
2335
2336 * configure.srv: Add x86 Windows CE target.
2337
7fe519cb
UW
23382009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
2339
2340 * inferiors.c (get_thread_process): Make global.
2341 * server.h (get_thread_process): Add prototype.
2342 * thread-db.c (find_one_thread): Use get_thread_process
2343 instead of current_process.
2344 (thread_db_get_tls_address): Do not crash if called when
2345 thread layer is not yet initialized.
2346
5472f405
UW
23472009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
2348
2349 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
2350 * spu-low.c (current_tid): Rename to ...
2351 (current_ptid): ... this.
2352 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
2353 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
2354 ptid_get_lwp (current_ptid) instead of current_tid.
2355 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
2356 instead of current_tid. Use find_process_pid to verify pid
2357 argument is valid. Pass proper argument to remove_process.
2358 (spu_thread_alive): Compare current_ptid instead of current_tid.
2359 (spu_resume): Likewise.
2360
55ac2b99
PA
23612009-04-02 Pedro Alves <pedro@codesourcery.com>
2362
2363 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
2364 variable.
2365
95954743
PA
23662009-04-01 Pedro Alves <pedro@codesourcery.com>
2367
2368 Implement the multiprocess extensions, and add linux multiprocess
2369 support.
2370
2371 * server.h (ULONGEST): Declare.
2372 (struct ptid, ptid_t): New.
2373 (minus_one_ptid, null_ptid): Declare.
2374 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
2375 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
2376 (struct inferior_list_entry): Change `id' type from unsigned from
2377 to ptid_t.
2378 (struct sym_cache, struct breakpoint, struct
2379 process_info_private): Forward declare.
2380 (struct process_info): Declare.
2381 (current_process): Declare.
2382 (all_processes): Declare.
2383 (initialize_inferiors): Declare.
2384 (add_thread): Adjust to use ptid_t.
2385 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
2386 (add_process, remove_process, find_thread_pid): Declare.
2387 (find_inferior_id): Adjust to use ptid_t.
2388 (cont_thread, general_thread, step_thread): Change type to ptid_t.
2389 (multi_process): Declare.
2390 (push_event): Adjust to use ptid_t.
2391 (read_ptid, write_ptid): Declare.
2392 (prepare_resume_reply): Adjust to use ptid_t.
2393 (clear_symbol_cache): Declare.
2394 * inferiors.c (all_processes): New.
2395 (null_ptid, minus_one_ptid): New.
2396 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
2397 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
2398 (add_thread): Change unsigned long to ptid. Remove gdb_id
2399 parameter. Adjust.
2400 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
2401 (gdb_id_to_thread): Rename to ...
2402 (find_thread_pid): ... this. Change unsigned long to ptid.
2403 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
2404 (loaded_dll, pull_pid_from_list): Adjust.
2405 (add_process, remove_process, find_process_pid)
2406 (get_thread_process, current_process, initialize_inferiors): New.
2407 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
2408 (struct target_waitstatus) <related_pid>: Ditto.
2409 (struct target_ops) <kill, detach>: Add `pid' argument. Change
2410 return type to int.
2411 (struct target_ops) <join>: Add `pid' argument.
2412 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
2413 (struct target_ops) <wait>: Add `ptid' field. Change return type
2414 to ptid.
2415 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
2416 (mywait): Add `ptid' argument. Change return type to ptid_t.
2417 (target_pid_to_str): Declare.
2418 * target.c (set_desired_inferior): Adjust to use ptids.
2419 (mywait): Add new `ptid' argument. Adjust.
2420 (target_pid_to_str): New.
2421 * mem-break.h (free_all_breakpoints): Declare.
2422 * mem-break.c (breakpoints): Delelete.
2423 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
2424 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
2425 to use per-process breakpoint list.
2426 (free_all_breakpoints): New.
2427 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
2428 (symbol_cache, all_symbols_looked_up): Delete.
2429 (hexchars): New.
2430 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
2431 read_ptid): New.
2432 (prepare_resume_reply): Change ptid argument's type from unsigned
2433 long to ptid_t. Adjust. Implement W;process and X;process.
2434 (free_sym_cache, clear_symbol_cache): New.
2435 (look_up_one_symbol): Adjust to per-process symbol cache. *
2436 * server.c (cont_thread, general_thread, step_thread): Change type
2437 to ptid_t.
2438 (attached): Delete.
2439 (multi_process): New.
2440 (last_ptid): Change type to ptid_t.
2441 (struct vstop_notif) <ptid>: Change type to ptid_t.
2442 (queue_stop_reply, push_event): Change `ptid' argument's type to
2443 ptid_t.
2444 (discard_queued_stop_replies): Add `pid' argument.
2445 (start_inferior): Adjust to use ptids. Adjust to mywait interface
2446 changes. Don't reference the `attached' global.
2447 (attach_inferior): Adjust to mywait interface changes.
2448 (handle_query): Adjust to use ptids. Parse GDB's qSupported
2449 features. Handle and report "multiprocess+". Handle
2450 "qAttached:PID".
2451 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
2452 changes.
2453 (handle_v_kill): New.
2454 (handle_v_stopped): Adjust to use target_pid_to_str.
2455 (handle_v_requests): Allow multiple attaches and runs when
2456 multiprocess extensions are in effect. Handle "vKill".
2457 (myresume): Adjust to use ptids.
2458 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
2459 (handle_status): Adjust to discard_queued_stop_replies interface
2460 change.
2461 (first_thread_of, kill_inferior_callback)
2462 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
2463 (main): Call initialize_inferiors. Adjust to use ptids, killing
2464 and detaching from all inferiors. Handle multiprocess packet
2465 variants.
2466 * linux-low.h: Include gdb_proc_service.h.
2467 (struct process_info_private): New.
2468 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
2469 <lwpid_of>: Use ptid_get_lwp.
2470 (get_lwp_thread): Adjust.
2471 (struct lwp_info): Add `dead' member.
2472 (find_lwp_pid): Declare.
2473 * linux-low.c (thread_db_active): Delete.
2474 (new_inferior): Adjust comment.
2475 (inferior_pid): Delete.
2476 (linux_add_process): New.
2477 (handle_extended_wait): Adjust.
2478 (add_lwp): Change unsigned long to ptid.
2479 (linux_create_inferior): Add process to processes table. Adjust
2480 to use ptids. Don't set new_inferior here.
2481 (linux_attach_lwp): Rename to ...
2482 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
2483 it. Adjust to use ptids.
2484 (linux_attach_lwp): New.
2485 (linux_attach): Add process to processes table. Don't set
2486 new_inferior here.
2487 (struct counter): New.
2488 (second_thread_of_pid_p, last_thread_of_process_p): New.
2489 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
2490 multiple processes.
2491 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
2492 processes. Remove process from process table.
2493 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
2494 to multiple processes.
2495 (any_thread_of): New.
2496 (linux_detach): Add `pid' argument, and handle it. Remove process
2497 from processes table.
2498 (linux_join): Add `pid' argument. Handle it.
2499 (linux_thread_alive): Change unsighed long argument to ptid_t.
2500 Consider dead lwps as not being alive.
2501 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
2502 threads we're not interested in.
2503 (same_lwp, find_lwp_pid): New.
2504 (linux_wait_for_lwp): Change `pid' argument's type from int to
2505 ptid_t. Adjust.
2506 (linux_wait_for_event): Rename to ...
2507 (linux_wait_for_event_1): ... this. Change `pid' argument's type
2508 from int to ptid_t. Adjust.
2509 (linux_wait_for_event): New.
2510 (linux_wait_1): Add `ptid' argument. Change return type to
2511 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
2512 that exit from the process table.
2513 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
2514 Adjust.
2515 (mark_lwp_dead): New.
2516 (wait_for_sigstop): Adjust to use ptids. If a process exits while
2517 stopping all threads, mark its main lwp as dead.
2518 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
2519 ptids.
2520 (fetch_register, usr_store_inferior_registers)
2521 (regsets_fetch_inferior_registers)
2522 (regsets_store_inferior_registers, linux_read_memory)
2523 (linux_write_memory): Inline `inferior_pid'.
2524 (linux_look_up_symbols): Adjust to use per-process
2525 `thread_db_active'.
2526 (linux_request_interrupt): Adjust to use ptids.
2527 (linux_read_auxv): Inline `inferior_pid'.
2528 (initialize_low): Don't reference thread_db_active.
2529 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
2530 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
2531 (ps_getpid): Return the pid of the current inferior.
2532 * thread-db.c (proc_handle, thread_agent): Delete.
2533 (thread_db_create_event, thread_db_enable_reporting): Adjust to
2534 per-process data.
2535 (find_one_thread): Change argument type to ptid_t. Adjust to
2536 per-process data.
2537 (maybe_attach_thread): Adjust to per-process data and ptids.
2538 (thread_db_find_new_threads): Ditto.
2539 (thread_db_init): Ditto.
2540 * spu-low.c (spu_create_inferior, spu_attach): Add process to
2541 processes table. Adjust to use ptids.
2542 (spu_kill, spu_detach): Adjust interface. Remove process from
2543 processes table.
2544 (spu_join, spu_thread_alive): Adjust interface.
2545 (spu_wait): Adjust interface. Remove process from processes
2546 table. Adjust to use ptids.
2547 * win32-low.c (current_inferior_tid): Delete.
2548 (current_inferior_ptid): New.
2549 (debug_event_ptid): New.
2550 (thread_rec): Take a ptid. Adjust.
2551 (child_add_thread): Add `pid' argument. Adjust to use ptids.
2552 (child_delete_thread): Ditto.
2553 (do_initial_child_stuff): Add `attached' argument. Add process to
2554 processes table.
2555 (child_fetch_inferior_registers, child_store_inferior_registers):
2556 Adjust.
2557 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
2558 (win32_attach): Pass 1 to do_initial_child_stuff.
2559 (win32_kill): Adjust interface. Remove process from processes
2560 table.
2561 (win32_detach): Ditto.
2562 (win32_join): Adjust interface.
2563 (win32_thread_alive): Take a ptid.
2564 (win32_resume): Adjust to use ptids.
2565 (get_child_debug_event): Ditto.
2566 (win32_wait): Adjust interface. Remove exiting process from
2567 processes table.
2568
bd99dc85
PA
25692009-04-01 Pedro Alves <pedro@codesourcery.com>
2570
2571 Non-stop mode support.
2572
2573 * server.h (non_stop): Declare.
2574 (gdb_client_data, handler_func): Declare.
2575 (delete_file_handler, add_file_handler, start_event_loop):
2576 Declare.
2577 (handle_serial_event, handle_target_event, push_event)
2578 (putpkt_notif): Declare.
2579 * target.h (enum resume_kind): New.
2580 (struct thread_resume): Replace `step' field by `kind' field.
2581 (TARGET_WNOHANG): Define.
2582 (struct target_ops) <wait>: Add `options' argument.
2583 <supports_non_stop, async, start_non_stop>: New fields.
2584 (target_supports_non_stop, target_async): New.
2585 (start_non_stop): Declare.
2586 (mywait): Add `options' argument.
2587 * target.c (mywait): Add `options' argument. Print child exit
2588 notifications here.
2589 (start_non_stop): New.
2590 * server.c (non_stop, own_buf, mem_buf): New globals.
2591 (struct vstop_notif): New.
2592 (notif_queue): New global.
2593 (queue_stop_reply, push_event, discard_queued_stop_replies)
2594 (send_next_stop_reply): New.
2595 (start_inferior): Adjust to use resume_kind. Adjust to mywait
2596 interface changes.
2597 (attach_inferior): In non-stop mode, don't wait for the target
2598 here.
2599 (handle_general_set): Handle QNonStop.
2600 (handle_query): When handling qC, return the current general
2601 thread, instead of the first thread of the list.
2602 (handle_query): If the backend supports non-stop mode, include
2603 QNonStop+ in the qSupported query response.
2604 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
2605 and non-stop mode.
2606 (handle_v_attach, handle_v_run): Handle non-stop mode.
2607 (handle_v_stopped): New.
2608 (handle_v_requests): Report support for vCont;t. Handle vStopped.
2609 (myresume): Adjust to use resume_kind. Handle non-stop.
2610 (queue_stop_reply_callback): New.
2611 (handle_status): Handle non-stop mode.
2612 (main): Clear non_stop flag on reconnection. Use the event-loop.
2613 Refactor serial protocol handling from here ...
2614 (process_serial_event): ... to this new function. When GDB
2615 selects any thread, select one here. In non-stop mode, wait until
2616 GDB acks all pending events before exiting.
2617 (handle_serial_event, handle_target_event): New.
2618 * remote-utils.c (remote_open): Install remote_desc in the event
2619 loop.
2620 (remote_close): Remove remote_desc from the event loop.
2621 (putpkt_binary): Rename to...
2622 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
2623 (putpkt_binary): New as wrapper around putpkt_binary_1.
2624 (putpkt_notif): New.
2625 (prepare_resume_reply): In non-stop mode, don't change the
2626 general_thread.
2627 * event-loop.c: New.
2628 * Makefile.in (OBJ): Add event-loop.o.
2629 (event-loop.o): New rule.
2630
2631 * linux-low.h (pid_of): Moved here.
2632 (lwpid_of): New.
2633 (get_lwp_thread): Use lwpid_of.
2634 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
2635 * linux-low.c (pid_of): Delete.
2636 (inferior_pid): Use lwpid_of.
2637 (linux_event_pipe): New.
2638 (target_is_async_p): New.
2639 (delete_lwp): New.
2640 (handle_extended_wait): Use lwpid_of.
2641 (add_lwp): Don't set lwpid field.
2642 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
2643 (linux_kill_one_lwp): If killing a running lwp, stop it first.
2644 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
2645 (linux_detach_one_lwp): If detaching from a running lwp, stop it
2646 first. Adjust to linux_wait_for_event interface changes. Use
2647 lwpid_of.
2648 (linux_detach): Don't delete the main lwp here.
2649 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
2650 (status_pending_p): Don't consider explicitly suspended lwps.
2651 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
2652 pointer. Add OPTIONS argument. Change return type to int. Use
2653 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
2654 (linux_wait_for_event): Take an integer pid instead of a lwp_info
2655 pointer. Add status pointer argument. Return a pid instead of a
2656 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
2657 changes. In non-stop mode, don't switch to a random thread.
2658 (linux_wait): Rename to...
2659 (linux_wait_1): ... this. Add target_options argument, and handle
2660 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
2661 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
2662 clean exit and signal exit code. Don't stop all threads in
2663 non-stop mode. In all-stop mode, only stop all threads when
2664 reporting a stop to GDB. Handle explicit thread stop requests.
2665 (async_file_flush, async_file_mark): New.
2666 (linux_wait): New.
2667 (send_sigstop): Use lwpid_of.
2668 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
2669 interface changes. In non-stop mode, don't switch to a random
2670 thread.
2671 (linux_resume_one_lwp): Use lwpid_of.
2672 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
2673 (linux_resume_one_thread): ... this. Handle resume_stop. In
2674 non-stop mode, don't look for pending flag in all threads.
2675 (resume_status_pending_p): Don't consider explicitly suspended
2676 threads.
2677 (my_waitpid): Reimplement. Emulate __WALL.
2678 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
2679 Use lwpid_of.
2680 (sigchld_handler, linux_supports_non_stop, linux_async)
2681 (linux_start_non_stop): New.
2682 (linux_target_ops): Register linux_supports_non_stop, linux_async
2683 and linux_start_non_stop.
2684 (initialize_low): Install SIGCHLD handler.
2685 * thread-db.c (thread_db_create_event, find_one_thread)
2686 (thread_db_get_tls_address): Use lwpid_of.
2687 * win32-low.c (win32_detach): Adjust to use resume_kind.
2688 (win32_wait): Add `options' argument.
2689 * spu-low.c (spu_resume): Adjust to use resume_kind.
2690 (spu_wait): Add `options' argument.
2691
5b1c542e
PA
26922009-04-01 Pedro Alves <pedro@codesourcery.com>
2693
2694 Decouple target code from remote protocol.
2695
2696 * target.h (enum target_waitkind): New.
2697 (struct target_waitstatus): New.
2698 (struct target_ops) <wait>: Return an unsigned long. Take a
2699 target_waitstatus pointer instead of a char pointer.
2700 (mywait): Likewise.
2701 * target.c (mywait): Change prototype to return an unsigned long.
2702 Take a target_waitstatus pointer instead of a char pointer. Adjust.
2703 * server.h (thread_from_wait, old_thread_from_wait): Delete
2704 declarations.
2705 (prepare_resume_reply): Change prototype to take a
2706 target_waitstatus.
2707 * server.c (thread_from_wait, old_thread_from_wait): Delete.
2708 (last_status, last_ptid): New.
2709 (start_inferior): Remove "statusptr" argument. Adjust. Return a
2710 pid instead of a signal.
2711 (attach_inferior): Remove "status" and "signal" parameters.
2712 Adjust.
2713 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
2714 not as an address.
2715 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
2716 (handle_v_requests, myresume): Remove "status" and "signal"
2717 parameters. Adjust.
2718 (handle_status): New.
2719 (main): Delete local `status'. Adjust.
2720 * remote-utils.c: Include target.h.
2721 (prepare_resume_reply): Change prototype to take a
2722 target_waitstatus. Adjust.
2723
2724 * linux-low.c (linux_wait): Adjust to new target_ops->wait
2725 interface.
2726 * spu-low.c (spu_wait): Adjust.
2727 * win32-low.c (enum target_waitkind, struct target_waitstatus):
2728 Delete.
2729 (win32_wait): Adjust.
2730
2bd7c093
PA
27312009-04-01 Pedro Alves <pedro@codesourcery.com>
2732
2733 * target.h (struct thread_resume): Delete leave_stopped member.
2734 (struct target_ops): Add a `n' argument to the `resume' callback.
2735 * server.c (start_inferior): Adjust.
2736 (handle_v_cont, myresume): Adjust.
2737 * linux-low.c (check_removed_breakpoint): Adjust to resume
2738 interface change, and to removed leave_stopped field.
2739 (resume_ptr): Delete.
2740 (struct thread_resume_array): New.
2741 (linux_set_resume_request): Add new `arg' parameter. Adjust to
2742 resume interface change.
2743 (linux_continue_one_thread, linux_queue_one_thread)
2744 (resume_status_pending_p): Check if the resume field is NULL
2745 instead of checking the leave_stopped member.
2746 (linux_resume): Adjust to the target resume interface change.
2747 * spu-low.c (spu_resume): Adjust to the target resume interface
2748 change.
2749 * win32-low.c (win32_detach, win32_resume): Ditto.
2750
c35fafde
PA
27512009-04-01 Pedro Alves <pedro@codesourcery.com>
2752
2753 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
2754 flag.
2755 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
2756 pending.
2757 (linux_continue_one_thread): Only preserve the stepping flag if
2758 there's a pending breakpoint.
2759
0a59d50b
PA
27602009-03-31 Pedro Alves <pedro@codesourcery.com>
2761
2762 * server.c (main): After the inferior having exited, call
2763 remote_close before exiting gdbserver.
2764
f04c6d38
TJB
27652009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
2766
2767 Fix size of FPSCR in Power 7 processors.
2768 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
2769 (PPC_FEATURE_HAS_DFP): New #define.
2770 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
2771 size of the FPSCR.
2772
78e5cee6
PA
27732009-03-23 Pedro Alves <pedro@codesourcery.com>
2774
2775 * server.c (handle_query) Whitespace and formatting.
2776
1b3f6016
PA
27772009-03-22 Pedro Alves <pedro@codesourcery.com>
2778
2779 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
2780 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
2781 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
2782 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
2783 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
2784 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
2785 Makefile.in, configure.ac: Fix whitespace throughout.
2786 * configure: Regenerate.
2787
a07b2135
PA
27882009-03-22 Pedro Alves <pedro@codesourcery.com>
2789
2790 * inferiors.c (find_inferior): Make it safe for the callback
2791 function to delete the currently iterated inferior.
2792
67cc2626
PA
27932009-03-22 Pedro Alves <pedro@codesourcery.com>
2794
2795 * Makefile.in (linuw_low_h): Move higher.
2796 (thread-db.o): Depend on $(linux_low_h).
2797
54a0b537
PA
27982009-03-17 Pedro Alves <pedro@codesourcery.com>
2799
2800 Rename "process" to "lwp" throughout.
2801
2802 * linux-low.c (all_processes): Rename to...
2803 (all_lwps): ... this.
2804 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
2805 (add_process): Rename to ...
2806 (add_lwp): ... this. Adjust.
2807 (linux_create_inferior): Adjust.
2808 (linux_attach_lwp): Adjust.
2809 (linux_attach): Adjust.
2810 (linux_kill_one_process): Rename to ...
2811 (linux_kill_one_lwp): ... this. Adjust.
2812 (linux_kill): Adjust.
2813 (linux_detach_one_process): Rename to ...
2814 (linux_detach_one_lwp): ... this. Adjust.
2815 (linux_detach): Adjust.
2816 (check_removed_breakpoint): Adjust.
2817 (status_pending_p): Adjust.
2818 (linux_wait_for_process): Rename to ...
2819 (linux_wait_for_lwp): ... this. Adjust.
2820 (linux_wait_for_event): Adjust.
2821 (send_sigstop): Adjust.
2822 (wait_for_sigstop): Adjust.
2823 (stop_all_processes): Rename to ...
2824 (stop_all_lwps): ... this.
2825 (linux_resume_one_process): Rename to ...
2826 (linux_resume_one_lwp): ... this. Adjust.
2827 (linux_set_resume_request, linux_continue_one_thread)
2828 (linux_queue_one_thread, resume_status_pending_p)
2829 (usr_store_inferior_registers, regsets_store_inferior_registers)
2830 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
2831 Adjust.
2832 * linux-low.h (get_process): Rename to ...
2833 (get_lwp): ... this. Adjust.
2834 (get_thread_process): Rename to ...
2835 (get_thread_lwp): ... this. Adjust.
2836 (get_process_thread): Rename to ...
2837 (get_lwp_thread): ... this. Adjust.
2838 (struct process_info): Rename to ...
2839 (struct lwp_info): ... this.
2840 (all_processes): Rename to ...
2841 (all_lwps): ... this.
2842 * proc-service.c (ps_lgetregs): Adjust.
2843 * thread-db.c (thread_db_create_event, find_one_thread)
2844 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
2845
0b16c5cf
PA
28462009-03-14 Pedro Alves <pedro@codesourcery.com>
2847
2848 * server.c (handle_query): Handle "qAttached".
2849
32de4b9d
NS
28502009-03-13 Nathan Sidwell <nathan@codesourcery.com>
2851
2852 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
2853 GPLv3, update license URL.
2854
2aecd87f
DE
28552009-03-01 Doug Evans <dje@google.com>
2856
93efd302 2857 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
2858 (server_h): Add gdb_signals.h.
2859 (signals.o): Update.
2860 * server.h (target_signal_from_host,target_signal_to_host_p)
2861 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
2862
86b1f9c5
PM
28632009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
2864
2865 * remote-utils.c (getpkt): Also generate remote-debug
2866 information if noack_mode is set.
2867
4aa995e1
PA
28682009-02-06 Pedro Alves <pedro@codesourcery.com>
2869
2870 * server.c (handle_query): Report qXfer:siginfo:read and
2871 qXfer:siginfo:write as supported and handle them.
2872 * target.h (struct target_ops) <qxfer_siginfo>: New field.
2873 * linux-low.c (linux_xfer_siginfo): New.
2874 (linux_target_ops): Set it.
2875
62709adf
PA
28762009-01-26 Pedro Alves <pedro@codesourcery.com>
2877
2878 * server.c (gdbserver_usage): Mention --remote-debug.
2879 (main): Accept '--remote-debug' switch.
2880
aef93bd7
DE
28812009-01-18 Doug Evans <dje@google.com>
2882
2883 * regcache.c (new_register_cache): No need to check result of xcalloc.
2884 * server.c (handle_search_memory): Back out calls to xmalloc,
2885 result is checked and error is returned to user upon failure.
2886 (handle_query): Ditto. Add more checks for result of malloc.
2887 (handle_v_cont): Check result of malloc, report error back to
2888 user upon failure.
2889 (handle_v_run): Ditto. Call freeargv.
2890 * server.h (freeargv): Declare.
2891 * utils.c (freeargv): New fn.
2892
54363045
DE
28932009-01-15 Doug Evans <dje@google.com>
2894
f626972c
DE
2895 * gdbreplay.c (perror_with_name): Make arg const char *.
2896 * server.h (target_signal_to_name): Make return type const char *.
0842e787 2897 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 2898 * utils.c (perror_with_name): Make arg const char *.
54363045 2899
18aae699
PA
29002009-01-14 Pedro Alves <pedro@codesourcery.com>
2901
2902 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
2903 when handling a EXIT_PROCESS_DEBUG_EVENT.
2904
ff703abe
JB
29052009-01-06 Joel Brobecker <brobecker@adacore.com>
2906
2907 * gdbreplay.c (gdbreplay_version): Update copyright year.
2908 * server.c (gdbserver_version): Likewise.
2909
f21cc1a2 29102009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
2911
2912 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 2913 (handle_extended_wait): Improve comment.
0e21c1ec 2914
bca929d3
DE
29152008-12-13 Doug Evans <dje@google.com>
2916
2917 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
2918 * server.h (ATTR_MALLOC): New macro.
2919 (xmalloc,xcalloc,xstrdup): Declare.
2920 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
2921 * inferiors.c: Ditto.
2922 * linux-low.c: Ditto.
2923 * mem-break.c: Ditto.
2924 * regcache.c: Ditto.
2925 * remote-utils.c: Ditto.
2926 * server.c: Ditto.
2927 * target.c: Ditto.
2928 * win32-low.c: Ditto.
2929
97438e3f
DE
29302008-12-12 Doug Evans <dje@google.com>
2931
896c7fbb
DE
2932 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
2933 in debugging printf.
2934
97438e3f
DE
2935 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
2936
e3b886f8
DE
29372008-12-09 Doug Evans <dje@google.com>
2938
2939 * linux-low.h (struct process_info): Delete member tid, unused.
2940 * thread-db.c (find_one_thread): Update.
2941 (maybe_attach_thread): Update.
2942
07e059b5
VP
29432008-12-02 Pedro Alves <pedro@codesourcery.com>
2944
889bf7c5
PA
2945 * target.h (struct target_ops): Add qxfer_osdata member.
2946 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
2947 and dirent.h.
2948 (linux_qxfer_osdata): New functions.
2949 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
2950 callback.
2951 * server.c (handle_query): Handle "qXfer:osdata:read:".
2952 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
2953 (buffer_xml_printf): New functions.
2954 * server.h (struct buffer): New.
2955 (buffer_grow_str, buffer_grow_str0): New macros.
2956 (buffer_grow, buffer_free, buffer_init, buffer_finish)
2957 (buffer_xml_printf): Declare.
07e059b5 2958
4cab47ab
DE
29592008-11-24 Doug Evans <dje@google.com>
2960
2961 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
2962
f142445f
DJ
29632008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
2964
2965 * server.c (handle_v_run): Always use the supplied argument list.
2966
d0107bb6 29672008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 2968
d0107bb6
BW
2969 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
2970 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 2971
2c4ad781
TJB
29722008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
2973
2974 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
2975 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
2976 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
2977 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
2978 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
2979 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
2980 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
2981 XML target descriptions.
2982 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
2983 when inferior is running on an ISA 2.05 or later processor. Add
2984 special case to return offset for full 64-bit slot of FPSCR when
2985 in 32-bits.
2986
dfb64f85
DJ
29872008-11-14 Daniel Gutson <dgutson@codesourcery.com>
2988
2989 * Makefile.in (SFILES, clean): Added sparc64 files.
2990 (reg-sparc64.o, reg-sparc64.c): New.
2991 * configure.srv (sparc*-*-linux*): New configuration.
2992 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
2993 syscall arguments for SPARC.
2994 (regsets_store_inferior_registers): Likewise.
2995 * linux-sparc-low.c: New file.
2996
66b6e1dd
DE
29972008-10-21 Doug Evans <dje@google.com>
2998
2999 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
3000 (READLINE_DIR,READLINE_DEP): Delete.
3001 (INTERNAL_CFLAGS): Update.
3002 (LINTFLAGS): Update.
3003
9b710a42
PA
30042008-10-10 Pedro Alves <pedro@codesourcery.com>
3005
3006 * server.c (handle_v_run): If GDB didn't specify an argv, use the
3007 whole argv from the last run, not just argv[0].
3008
5822d809
PA
30092008-09-08 Pedro Alves <pedro@codesourcery.com>
3010
3011 * regcache.c (new_register_cache): Return NULL if the register
3012 cache size isn't known yet.
3013 (free_register_cache): Avoid dereferencing a NULL regcache.
3014
74aac56f
DJ
30152008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3016
3017 * configure.srv: Merge MIPS and MIPS64.
3018
400b20f5
MR
30192008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
3020
3021 * Makefile.in (uninstall): Apply $(EXEEXT) too.
3022
677c5bb1
LM
30232008-08-18 Luis Machado <luisgpm@br.ibm.com>
3024
3025 * Makefile.in: Add required vsx dependencies.
3026
3027 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
3028 Declare init_registers_powerpc_vsx32l.
3029 Declare init_registers_powerpc_vsx64l.
3030 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
3031 (ppc_arch_setup): Check for VSX in hwcap.
3032 (ppc_fill_vsxregset): New function.
3033 (ppc_store_vsxregset): New function.
3034 Add new VSX entry in regset_info target_regsets.
3035
3036 * configure.srv: Add new VSX dependencies.
3037
a6f3e723
SL
30382008-08-12 Pedro Alves <pedro@codesourcery.com>
3039
3040 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
3041 (remote_open): Set or clear transport_is_reliable.
3042 (putpkt_binary): Don't expect acks in noack mode.
3043 (getpkt): Don't send ack/nac in noack mode.
3044 * server.c (handle_general_set): Handle QStartNoAckMode.
3045 (handle_query): If connected by tcp pass QStartNoAckMode+ in
3046 qSupported.
3047 (main): Reset noack_mode on every connection.
3048 * server.h (noack_mode): Declare.
3049
a417dc56
RW
30502008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3051
3052 * Makefile.in (GDBREPLAY_OBS): New variable.
3053 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
3054
3221518c
UW
30552008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
3056 Daniel Jacobowitz <dan@codesourcery.com>
3057
3058 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
3059 (usr_store_inferior_registers): Likewise.
3060 (regsets_store_inferior_registers): Likewise.
3061
ec56be1b
PA
30622008-07-31 Rolf Jansen <rj@surtec.com>
3063 Pedro Alves <pedro@codesourcery.com>
3064
3065 * configure.ac: Check for memmem declaration.
3066 * server.c [HAVE_MALLOC_H]: Include malloc.h.
3067 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
3068 (disable_packet_qfThreadInfo): Unconditionally compile.
3069 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
3070 * configure, config.in: Regenerate.
3071
2fe5e3ff
DE
30722008-07-28 Doug Kwan <dougkwan@google.com>
3073
3074 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
3075 (linux_write_memory): Remove declaration of errno.
3076
836acd6d
UW
30772008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
3078
3079 * linux-low.c (handle_extended_wait): Do not use "status"
3080 variable uninitialized.
3081
aeba519e
PA
30822008-07-07 Pedro Alves <pedro@codesourcery.com>
3083
3084 * server.c (handle_v_attach): Inhibit reporting dll changes.
3085
db42f210
PA
30862008-06-27 Pedro Alves <pedro@codesourcery.com>
3087
3088 * remote-utils.c (prepare_resume_reply): If requested, don't
3089 output "thread:TID" in the T stop reply.
3090
3091 * server.c (disable_packet_vCont, disable_packet_Tthread)
3092 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
3093 (handle_query): If requested, disable support for qC, qfThreadInfo
3094 and qsThreadInfo.
3095 (handle_v_requests): If requested, disable support for vCont.
3096 (gdbserver_show_disableable): New.
3097 (main): Handle --disable-packet and --disable-packet=LIST.
3098
3099 * server.h (disable_packet_vCont, disable_packet_Tthread)
3100 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
3101
8e4c5421
CD
31022008-06-20 Carlos O'Donell <carlos@codesourcery.com>
3103
3104 * server.c (gdbserver_usage): Mention --version.
3105
6e23a804
DJ
31062008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
3107
3108 * Makefile.in (gdbreplay.o): New rule.
3109
90aa6a40
JM
31102008-06-06 Joseph Myers <joseph@codesourcery.com>
3111
3112 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
3113 message, not gdbserver.
3114
c16158bc 31152008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
3116 Nathan Sidwell <nathan@codesourcery.com>
3117 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
3118
3119 * acinclude.m4: Include ../../config/acx.m4.
3120 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
3121 * configure, config.in: Regenerate.
3122 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
3123 * server.c (gdbserver_version): Print PKGVERSION.
3124 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
3125 (main): Adjust gdbserver_usage calls.
3126 * gdbreplay.c (version, host_name): Add declarations.
3127 (gdbreplay_version, gdbreplay_usage): New.
3128 (main): Accept --version and --help options.
3129
aeb75bf5
DJ
31302008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
3131
3132 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
3133 (arm_breakpoint_at): Handle Thumb.
3134 (the_low_target): Add comment.
3135
76b233dd
UW
31362008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
3137
3138 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
3139
08388c79
DE
31402008-05-09 Doug Evans <dje@google.com>
3141
a3c83fae
DE
3142 * server.h (decode_search_memory_packet): Declare.
3143 * remote-utils.c (decode_search_memory_packet): New fn.
3144 * server.c (handle_search_memory_1): New fn.
08388c79
DE
3145 (handle_search_memory): New fn.
3146 (handle_query): Process qSearch:memory packets.
3147
bb9c3d36
UW
31482008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
3149
3150 * regcache.c (registers_length): Remove.
3151 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
3152 full register packet.
3153 * regcache.h (registers_length): Remove prototype.
3154 * server.h (PBUFSIZ): Define to 16384.
3155
7284e1be
UW
31562008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
3157
3158 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
3159 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
3160 powerpc-64l.o, and powerpc-altivec64l.o.
3161 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
3162 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
3163 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
3164 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
3165 rs6000/power-linux.xml, and rs6000/power64-linux.xml
3166 to srv_xmlfiles.
3167
3168 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
3169 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
3170 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
3171 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
3172 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
3173 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
3174 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
3175 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
3176 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
3177 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
3178 (clean): Update.
3179
3180 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
3181 (init_registers_powerpc_32l): ... this new prototype.
3182 (init_registers_powerpc_32): Remove, replace by ...
3183 (init_registers_powerpc_altivec32l): ... this new prototype.
3184 (init_registers_powerpc_e500): Remove, replace by ...
3185 (init_registers_powerpc_e500l): ... this new prototype.
3186 (init_registers_ppc64): Remove, replace by ...
3187 (init_registers_powerpc_64l): ... this new prototype.
3188 (init_registers_powerpc_64): Remove, replace by ...
3189 (init_registers_powerpc_altivec64l): ... this new prototype.
3190 (ppc_num_regs): Set to 73.
3191 (PT_ORIG_R3, PT_TRAP): Define if necessary.
3192 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
3193 (ppc_cannot_store_register): Handle orig_r3 and trap.
3194 (ppc_arch_setup): Update init_registers_... calls.
3195 (ppc_fill_gregset): Handle orig_r3 and trap.
3196
3197 * inferiors.c (clear_inferiors): Reset current_inferior.
3198
fdc59709
PB
31992008-04-23 Paolo Bonzini <bonzini@gnu.org>
3200
889bf7c5
PA
3201 * acinclude.m4: Add override.m4.
3202 * configure: Regenerate.
fdc59709 3203
c9b2f845
UW
32042008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
3205
3206 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
3207 initial call to init_register_ppc64.
3208
550512b8
UW
32092008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
3210
3211 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
3212 powerpc*-*-linux* case.
3213 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
3214
b6430ec3
UW
32152008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
3216
3217 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 3218 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
3219 from reg_xmlfiles.
3220 * linux-ppc-low.c: Include <elf.h>.
3221 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
3222 (ppc_hwcap): New global variable.
3223 (ppc_regmap): Remove __SPE__ #ifdef sections.
3224 (ppc_regmap_e500): New global variable.
3225 (ppc_cannot_store_register): Update __SPE__ special case.
3226 (ppc_get_hwcap): New function.
3227 (ppc_arch_setup): Use it to determine whether inferior supports
3228 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
3229 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
3230 Do not access registers if target does not support AltiVec.
3231 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
3232 Do not access registers if target does not support SPE.
3233 (target_regsets): Unconditionally include AltiVec and SPE regsets.
3234
52fa2412
UW
32352008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
3236
3237 * linux-low.c (disabled_regsets, num_regsets): New.
3238 (use_regsets_p): Delete.
3239 (linux_wait_for_process): Clear disabled_regsets.
3240 (regsets_fetch_inferior_registers): Check and set it.
3241 (regsets_store_inferior_registers): Likewise.
3242 (linux_fetch_registers, linux_store_registers): Do not use
3243 use_regsets_p.
3244 (initialize_low): Allocate disabled_regsets.
3245
e28b3332
DJ
32462008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3247
3248 * Makefile.in (LIBOBJS): New.
3249 (OBS): Use LIBOBJS.
3250 (memmem.o): New rule.
3251 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
3252 * configure: Regenerated.
3253
4536995d
UW
32542008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
3255
3256 * server.c (handle_query): Never return "unsupported" for
3257 qXfer:features:read queries.
3258
221c031f
UW
32592008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
3260
3261 * server.c (get_features_xml): Fix inverted condition.
3262 (handle_query): Always support qXfer:feature:read.
3263
ccd213ac
DJ
32642008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
3265
3266 * server.c (wrapper_argv): New.
3267 (start_inferior): Handle wrapper_argv. If set, expect an extra
3268 trap.
3269 (gdbserver_usage): Document --wrapper.
3270 (main): Parse --wrapper.
3271
6fe305f7
UW
32722008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3273
3274 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
3275 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
3276 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
3277 (ppc_set_pc): Likewise.
3278 (ppc_arch_setup): New function.
3279 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
3280 of collect_register.
889bf7c5 3281 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 3282
5b0a002e
UW
32832008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3284
3285 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
3286 instead of linux-ppc64-low.o.
3287 * linux-ppc64-low.c: Remove file.
3288 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
3289 (linux-ppc64-low.o): Remove rule.
3290
3291 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
3292 (init_registers_powerpc_64): Likewise.
3293 (ppc_regmap): Conditionally define depending on __powerpc64__.
3294 (ppc_cannot_store_register): Do not special-case "fpscr" when
3295 compiled on __powerpc64__.
3296 (ppc_collect_ptrace_register): New function.
3297 (ppc_supply_ptrace_register): New function.
3298 (ppc_breakpoint): Change type to "unsigned int".
3299 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
3300 (the_low_target): Conditionally provide initializers for the
889bf7c5 3301 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
3302 collect_ptrace_register and supply_ptrace_register members.
3303
9b4b61c8
UW
33042008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3305
3306 * regcache.h (gdbserver_xmltarget): Add extern declaration.
3307 * server.c (gdbserver_xmltarget): Define.
3308 (get_features_xml): Use it to replace "target.xml" and arch_string.
3309
3310 * configure.srv: Remove srv_xmltarget. Add XML files that were
3311 mentioned there to srv_xmlfiles instead. Remove conditional tests
3312 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
3313 srv_xmlfiles and srv_regobj to include all possible choices.
3314 * configure.ac (srv_xmltarget): Remove.
3315 (srv_xmlfiles): Do not add "target.xml".
3316 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
3317 checks for supplementary target information.
3318 * configure: Regenerate.
3319 * Makefile.in (XML_TARGET): Remove.
3320 (target.xml): Remove rule.
3321 (clean): Do not clean up target.xml.
3322 (.PRECIOUS): Do not mention target.xml.
3323
3324 * target.h (struct target_ops): Remove arch_string member.
3325 * linux-low.c (linux_arch_string): Remove.
3326 (linux_target_ops): Remove arch_string initializer.
3327 * linux-low.h (struct linux_target_ops): Remove arch_string member.
3328 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
3329 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
3330 * spu-low.c (spu_arch_string): Remove.
3331 (spu_target_ops): Remove arch_string initializer.
3332 * win32-low.c (win32_arch_string): Remove.
3333 (win32_target_ops): Remove arch_string initializer.
3334 * win32-low.h (struct win32_target_ops): Remove arch_string member.
3335 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
3336 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
3337
ee1a7ae4
UW
33382008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3339
3340 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
3341 by collect_ptrace_register and supply_ptrace_register hooks.
3342 * linux-low.c (fetch_register): Use supply_ptrace_register callback
3343 instead of checking for the_low_target.left_pad_xfer.
3344 (usr_store_inferior_registers): Use collect_ptrace_register callback
3345 instead of checking for the_low_target.left_pad_xfer.
3346
3347 * linux-s390-low.c (s390_collect_ptrace_register): New function.
3348 (s390_supply_ptrace_register): Likewise.
3349 (s390_fill_gregset): Call s390_collect_ptrace_register.
3350 (the_low_target): Update.
3351
3352 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
3353 (ppc_supply_ptrace_register): Likewise.
3354 (the_low_target): Update.
3355
3356 * linux-i386-low.c (the_low_target): Update.
3357 * linux-x86-64-low.c (the_low_target): Update.
3358
d61ddec4
UW
33592008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3360
3361 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
3362 reg-s390.o and reg-s390x.o.
3363
3364 * linux-low.c (new_inferior): New global variable.
3365 (linux_create_inferior, linux_attach): Set it.
3366 (linux_wait_for_process): Call the_low_target.arch_setup after the
3367 target has stopped for the first time.
3368 (initialize_low): Do not call the_low_target.arch_setup.
3369
3370 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
3371 (s390_set_pc): Likewise.
3372 (s390_arch_setup): New function.
3373 (the_low_target): Use s390_arch_setup as arch_setup routine.
3374
3375 * regcache.c (realloc_register_cache): New function.
3376 (set_register_cache): Call it for each existing regcache.
3377
d05b4ac3
UW
33782008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
3379
3380 * server.h (init_registers): Remove prototype.
3381
3382 * linux-low.h (struct linux_target_ops): Add arch_setup field.
3383 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
3384 instead of init_registers ().
3385 * linux-arm-low.c (init_registers_arm): Add prototype.
3386 (init_registers_arm_with_iwmmxt): Likewise.
3387 (the_low_target): Add initializer for arch_setup field.
3388 * linux-cris-low.c (init_registers_cris): Add prototype.
3389 (the_low_target): Add initializer for arch_setup field.
3390 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
3391 (the_low_target): Add initializer for arch_setup field.
3392 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
3393 (the_low_target): Add initializer for arch_setup field.
3394 * linux-ia64-low.c (init_registers_ia64): Add prototype.
3395 (the_low_target): Add initializer for arch_setup field.
3396 * linux-m32r-low.c (init_registers_m32r): Add prototype.
3397 (the_low_target): Add initializer for arch_setup field.
3398 * linux-m68k-low.c (init_registers_m68k): Add prototype.
3399 (the_low_target): Add initializer for arch_setup field.
3400 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
3401 (init_registers_mips64_linux): Likewise.
3402 (the_low_target): Add initializer for arch_setup field.
3403 * linux-ppc-low.c (init_registers_ppc): Add prototype.
3404 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
3405 (the_low_target): Add initializer for arch_setup field.
3406 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
3407 (init_registers_powerpc_64): Likewise.
3408 (the_low_target): Add initializer for arch_setup field.
3409 * linux-s390-low.c (init_registers_s390): Add prototype.
3410 (init_registers_s390x): Likewise.
3411 (the_low_target): Add initializer for arch_setup field.
3412 * linux-sh-low.c (init_registers_sh): Add prototype.
3413 (the_low_target): Add initializer for arch_setup field.
3414 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
3415 (the_low_target): Add initializer for arch_setup field.
3416 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
3417 (the_low_target): Add initializer for arch_setup field.
3418
3419 * win32-low.h (struct win32_target_ops): Add arch_setup field.
3420 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
3421 instead of init_registers ().
3422 * win32-arm-low.c (init_registers_arm): Add prototype.
3423 (the_low_target): Add initializer for arch_setup field.
3424 * win32-i386-low.c (init_registers_i386): Add prototype.
3425 (the_low_target): Add initializer for arch_setup field.
3426
3427 * spu-low.c (init_registers_spu): Add prototype.
3428 (initialize_low): Call initialie_registers_spu () instead of
3429 initialize_registers ().
3430
fd96d250
PA
34312008-02-19 Pedro Alves <pedro@codesourcery.com>
3432
3433 * server.c (handle_v_requests): When handling the vRun and vAttach
3434 packets, if already debugging a process, don't kill it. Return an
3435 error instead.
3436
d41b6bb4
DJ
34372008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
3438
3439 * server.c (handle_query): Correct length check.
3440
5ac588cf
PA
34412008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
3442
3443 * win32-low.c (do_initial_child_stuff): Add process handle
3444 parameter. Set current_process_handle and current_process_id from the
3445 parameters. Clear globals.
3446 (win32_create_inferior): Don't set current_process_handle and
3447 current_process_id here. Instead pass them on the call to
3448 do_initial_child_stuff.
3449 (win32_attach): Likewise.
3450 (win32_clear_inferiors): New.
3451 (win32_kill): Don't close the current process handle or the
3452 current thread handle here. Instead call win32_clear_inferiors.
3453 (win32_detach): Don't open a new handle to the process. Call
3454 win32_clear_inferiors.
3455 (win32_join): Don't rely on current_process_handle; open a new
3456 handle using the process id.
3457 (win32_wait): Call win32_clear_inferiors when the inferior process
3458 has exited.
3459
ecd7ecbc
DJ
34602008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
3461
3462 * server.c (monitor_show_help): Add "exit".
3463
1525d545
MG
34642008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
3465
ecd7ecbc 3466 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
3467 (clean): Add reg-xtensa.c.
3468 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
3469 * configure.srv (xtensa*-*-linux*) New target.
3470 * linux-xtensa-low.c: New.
3471 * xtensa-xtregs.c: New.
1525d545 3472
59a016f0
PA
34732008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
3474
3475 * hostio.c: Don't include errno.h.
3476 (errno_to_fileio_errno): Move to hostio-errno.
3477 * hostio.c: (hostio_error): Remove the error parameter. Defer the
3478 error number outputting to the target->hostio_last_error callback.
3479 (hostio_packet_error): Use FILEIO_EINVAL directly.
3480 (handle_open, handle_pread, hostio_error, handle_unlink): Update
3481 calls to hostio_error.
3482 * hostio-errno.c: New.
3483 * server.h (hostio_last_error_from_errno): Declare.
3484 * target.h (target_ops): Add hostio_last_error member.
3485 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
3486 as hostio_last_error handler.
889bf7c5 3487 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
3488 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
3489 (wince_hostio_last_error): New functions.
3490 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
3491 as hostio_last_error handler.
3492 (win32_target_ops) [!_WIN32_WCE]: Register
3493 hostio_last_error_from_errno as hostio_last_error handler.
3494 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
3495 (hostio-errno.o): New rule.
3496 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
3497 * configure.srv (srv_hostio_err_objs): New variable. Default to
3498 hostio-errno.o.
3499 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
3500 * configure: Regenerate.
3501
2d717e4f
DJ
35022008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3503
3504 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
3505 (linux_kill, linux_detach): Clean up the process list.
3506 * remote-utils.c (remote_open): Improve port number parsing.
3507 (putpkt_binary, input_interrupt): Only send interrupts if the target
3508 is running.
3509 * server.c (extended_protocol): Make static.
3510 (attached): Define earlier.
3511 (exit_requested, response_needed, program_argv): New variables.
3512 (target_running): New.
3513 (start_inferior): Clear attached here.
3514 (attach_inferior): Set attached here.
3515 (require_running): Define.
3516 (handle_query): Use require_running and target_running. Implement
3517 "monitor exit".
3518 (handle_v_attach, handle_v_run): New.
3519 (handle_v_requests): Use require_running. Handle vAttach and vRun.
3520 (gdbserver_usage): Update.
3521 (main): Redo argument parsing. Handle --debug and --multi. Handle
3522 --attach along with other options or after the port. Save
3523 program_argv. Support no initial program. Resynchronize
3524 communication with GDB after an error. Handle "monitor exit".
3525 Use require_running and target_running. Always allow the extended
3526 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
3527 restart in extended mode.
3528 * README: Refer to the GDB manual. Update --attach usage.
3529
7407e2de
AS
35302007-12-20 Andreas Schwab <schwab@suse.de>
3531
3532 * linux-low.c (STACK_SIZE): Define.
3533 (linux_tracefork_child): Use it. Use __clone2 on ia64.
3534 (linux_test_for_tracefork): Likewise.
3535
b65d95c5
DJ
35362007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
3537
3538 * linux-low.c (linux_wait_for_event): Update messages. Do not
3539 reinsert auto-delete breakpoints.
3540 * mem-break.c (struct breakpoint): Change return type of handler to
3541 int.
3542 (set_breakpoint_at): Update handler type.
3543 (reinsert_breakpoint_handler): Return 1 instead of calling
3544 delete_breakpoint.
3545 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
3546 setting a new one.
3547 (check_breakpoints): Delete auto-delete breakpoints and return 2.
3548 * mem-break.h (set_breakpoint_at): Update handler type.
3549 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
3550 * win32-low.c (auto_delete_breakpoint): New.
3551 (get_child_debug_event): Use it.
3552
4e799345
DJ
35532007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
3554
3555 * configure.ac: Check for pread and pwrite.
3556 * hostio.c (handle_pread): Fall back to lseek and read.
3557 (handle_pwrite): Fall back to lseek and write.
3558 * config.in, configure: Regenerated.
3559
27524b67
DJ
35602007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
3561
3562 * server.c (myresume): Add own_buf argument.
3563 (main): Update calls.
3564
a20d5e98
DJ
35652007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
3566
3567 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
3568 * remote-utils.c (remote_open): Do not call disable_async_io.
3569 (block_async_io): Delete.
3570 (unblock_async_io): Make static.
3571 (initialize_async_io): New.
3572 * server.c (handle_v_cont): Handle async I/O here.
3573 (myresume): Likewise. Move other common resume tasks here...
3574 (main): ... from here. Call initialize_async_io. Disable async
3575 I/O before the main loop.
3576 * server.h (initialize_async_io): Declare.
3577 (block_async_io, unblock_async_io): Delete prototypes.
3578 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
3579
b79d787e
DJ
35802007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
3581
3582 * remote-utils.c (readchar): Allow binary data in received messages.
3583
d97903b2
PA
35842007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3585
3586 * win32-low.c (attaching): New global.
3587 (win32_create_inferior): Clear the `attaching' global.
3588 (win32_attach): Set the `attaching' global.
3589 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
3590 attaching. Only set a breakpoint at the entry point if not
3591 attaching.
3592
311de423
PA
35932007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3594
3595 * server.c (main): Don't report dll events on the initial
3596 connection on attaches.
3597
6c2d16d2
PA
35982007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3599
3600 * server.c (main): Relax numerical bases supported for the pid of
3601 the --attach command line argument.
3602
5ca906e6
PA
36032007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3604
3605 * win32-low.c (win32_attach): Call OpenProcess before
3606 DebugActiveProcess, not after. Add last error output to error
3607 call.
3608
9c6c8194
PA
36092007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
3610
3611 * win32-low.c (win32_get_thread_context)
3612 (win32_set_thread_context): New functions.
3613 (thread_rec): Use win32_get_thread_context.
3614 (continue_one_thread, win32_resume): Use win32_set_thread_context.
3615 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
3616 field.
3617
4d5d1aaa
PA
36182007-12-03 Leo Zayas
3619 Pedro Alves <pedro_alves@portugalmail.pt>
3620
3621 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
3622 global variables.
3623 (child_add_thread): Minor cleanup.
3624 (child_continue): Resume artificially suspended threads before
3625 calling ContinueDebugEvent.
3626 (suspend_one_thread): New.
3627 (fake_breakpoint_event): New.
3628 (get_child_debug_event): Change return type to int. Check here if
3629 gdb sent an interrupt request. If a soft interrupt was requested,
3630 fake a breakpoint event. Return 0 if there is no event to handle,
3631 and 1 otherwise.
3632 (win32_wait): Don't check here if gdb sent an interrupt request.
3633 Ensure there is a valid event to handle.
3634 (win32_request_interrupt): Add soft interruption method as last
3635 resort.
3636
c436e841
PA
36372007-12-03 Leo Zayas
3638 Pedro Alves <pedro_alves@portugalmail.pt>
3639
3640 * win32-low.h (win32_thread_info): Add descriptions to the
3641 structure members. Replace `suspend_count' counter by a
3642 `suspended' flag.
3643 * win32-low.c (thread_rec): Update condition of when to get the
3644 context from the inferior. Rely on ContextFlags being set if it
3645 has already been retrieved. Only suspend the inferior thread if
3646 we haven't already. Warn if that fails.
3647 (continue_one_thread): s/suspend_count/suspended/. Only call
3648 ResumeThread once. Warn if that fails.
3649
e7b5fa67
PA
36502007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
3651
3652 * win32-low.c (win32_wait): Don't read from the inferior when it
3653 has already exited.
3654
a385171d
PA
36552007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
3656
3657 * Makefile.in (win32_low_h): New variable.
3658 (win32-low.o): Add dependency on $(win32_low_h).
3659 (win32-arm-low.o, win32-i386-low.o): New rules.
3660
f80c84b3
DJ
36612007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3662
3663 * hostio.c: Correct copyright year.
3664
a6b151f1
DJ
36652007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
3666
3667 * Makefile.in (OBS): Add hostio.o.
3668 (hostio.o): New rule.
3669 * server.h (handle_vFile): Declare.
3670 * hostio.c: New file.
3671 * server.c (handle_v_requests): Take packet_len and new_packet_len
3672 for binary packets. Call handle_vFile.
3673 (main): Update call to handle_v_requests.
3674
f9387fc3
DJ
36752007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
3676
3677 * linux-low.c: Include <sched.h>.
3678
51c2684e
DJ
36792007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
3680
3681 * linux-low.c (linux_tracefork_grandchild): New.
3682 (linux_tracefork_child): Use clone.
3683 (linux_test_for_tracefork): Use clone; allocate and free a stack.
3684
75f83163
JB
36852007-10-31 Joel Brobecker <brobecker@adacore.com>
3686
3687 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
3688
da5898ce
DJ
36892007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3690
3691 * linux-low.c (handle_extended_wait): Handle unexpected signals.
3692
24a09b5f
DJ
36932007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3694
3695 * inferiors.c (change_inferior_id): Delete.
3696 (add_pid_to_list, pull_pid_from_list): New.
3697 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
3698 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
3699 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
3700 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
3701 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
3702 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
3703 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
3704 (using_threads): Always set to 1.
3705 (handle_extended_wait): New.
3706 (add_process): Do not set TID.
3707 (linux_create_inferior): Set must_set_ptrace_flags.
3708 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
3709 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
3710 (linux_thread_alive): Rename TID argument to LWPID.
3711 (linux_wait_for_process): Handle unknown processes. Do not use TID.
3712 (linux_wait_for_event): Do not use TID or check using_threads. Update
3713 call to dead_thread_notify. Call handle_extended_wait.
3714 (linux_create_inferior): Use PTRACE_SETOPTIONS.
3715 (send_sigstop): Delete sigstop_sent.
3716 (wait_for_sigstop): Avoid TID.
3717 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
3718 (linux_test_for_tracefork): New.
3719 (linux_lookup_signals): Use thread_db_active and
3720 linux_supports_tracefork_flag.
3721 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
3722 * linux-low.h (get_process_thread): Avoid TID.
3723 (struct process_ifo): Move thread_known and tid to the end. Remove
3724 sigstop_sent.
3725 (linux_attach_lwp, thread_db_init): Update prototypes.
3726 * server.h (change_inferior_id): Delete prototype.
3727 (add_pid_to_list, pull_pid_from_list): New prototypes.
3728 * thread-db.c (thread_db_use_events): New.
3729 (find_first_thread): Rename to...
3730 (find_one_thread): ...this. Update callers and messages. Do not
3731 call fatal. Check thread_db_use_events. Do not call
3732 change_inferior_id or new_thread_notify.
3733 (maybe_attach_thread): Update. Do not call new_thread_notify.
3734 (thread_db_init): Set thread_db_use_events. Check use_events.
3735 * utils.c (fatal, warning): Correct message prefix.
3736
30ed0a8f
DJ
37372007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
3738
3739 * Makefile.in (clean): Remove new files.
3740 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
3741 (powerpc-64.o, powerpc-64.c): New rules.
3742 * configure.srv: Use alternate register sets for powerpc64-*-linux*
3743 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
3744 with SPE.
3745 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
3746 SPE targets.
3747 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
3748 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
3749 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
3750 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
3751 (target_regsets): Add AltiVec and SPE register sets.
3752 * configure.ac: Check for AltiVec and SPE.
3753 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
3754 (ppc_fill_vrregset, ppc_store_vrregset): New.
3755 (target_regsets): Add AltiVec register set.
3756 * configure: Regenerated.
3757
fd462a61
DJ
37582007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
3759
3760 * linux-low.c (O_LARGEFILE): Define.
3761 (linux_read_memory): Use /proc/PID/mem.
3762 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
3763 * configure, config.in: Regenerated.
3764
69f223ed
DJ
37652007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3766
3767 * linux-low.c (linux_wait_for_event): Do not pass signals while
3768 single-stepping.
3769
aec18585
PA
37702007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3771
3772 * win32-low.c (create_process): New.
3773 (win32_create_inferior): Use create_process instead of
3774 CreateProcess. If create_process failed retry appending an ".exe"
3775 suffix. Store the GetLastError result immediatelly after
3776 create_process calls and use it on the call to error.
3777
34d86ddd
PA
37782007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
3779
3780 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
3781
5a0e3bd0
JB
37822007-08-23 Joel Brobecker <brobecker@adacore.com>
3783
3784 * configure.ac: Switch license to GPLv3.
3785
f88c79e6
MS
37862007-08-01 Michael Snyder <msnyder@access-company.com>
3787
3788 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
3789
6b3d9b83
PA
37902007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
3791
3792 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
3793 typedef.
3794 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
3795 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
3796 CloseToolhelp32Snapshot.
3797 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
3798 CloseToolhelp32Snapshot.
3799
c588c53c
MS
38002007-07-27 Michael Snyder <michael.snyder@access-company.com>
3801
3802 * server.c (main): Check for inferior exit before main loop.
3803
aa0403d9
PA
38042007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
3805
3806 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
3807 instead of on tmp_desc.
3808
255e7678
DJ
38092007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
3810 Daniel Jacobowitz <dan@codesourcery.com>
3811
3812 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
3813 (add_thread): Minor cleanups.
3814 (clear_inferiors): Move lower in the file. Clear the DLL
3815 list.
3816 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
3817 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
3818 (xml_escape_text): New.
3819 * server.c (handle_query): Handle qXfer:libraries:read. Report it
3820 for qSupported.
3821 (handle_v_cont): Report errors.
3822 (gdbserver_version): Update.
3823 (main): Correct size of own_buf. Do not report initial DLL events.
3824 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
3825 (unloaded_dll, xml_escape_text): New.
3826 * win32-low.c (enum target_waitkind): Update comments.
3827 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
3828 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
3829 (win32_EnumProcessModules, win32_GetModuleInformation)
3830 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
3831 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
3832 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
3833 (win32_Module32First, win32_Module32Next, load_toolhelp)
3834 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
3835 (get_child_debug_event): Handle DLL events.
3836 (win32_wait): Likewise.
3837
0d37add9
DJ
38382007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
3839
3840 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
3841 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
3842
45e2715e
PA
38432007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
3844
3845 * win32-low.c (handle_output_debug_string): Ignore event if not
3846 waiting.
3847
c5674cf1
PA
38482007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
3849
3850 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
3851
2bbe3cc1
DJ
38522007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
3853
3854 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
3855
ae13219e
DJ
38562007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
3857
3858 * inferiors.c (change_inferior_id): Add comment.
3859 * linux-low.c (check_removed_breakpoint): Add an early
3860 prototype. Improve debug output.
3861 (linux_attach): Doc update.
3862 (linux_detach_one_process, linux_detach): Clean up before releasing
3863 each process.
3864 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
3865 * linux-low.h (struct process_info): Doc improvement.
3866 * mem-break.c (delete_all_breakpoints): New.
3867 * mem-break.h (delete_all_breakpoints): New prototype.
3868 * thread-db.c (find_first_thread): New.
3869 (thread_db_create_event): Call it instead of
3870 thread_db_find_new_threads. Clean up unused variables.
3871 (maybe_attach_thread): Remove first thread handling.
3872 (thread_db_find_new_threads): Use find_first_thread.
3873 (thread_db_get_tls_address): Likewise.
3874
4105de34
DJ
38752007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
3876
3877 * thread-db.c (thread_db_find_new_threads): Add prototype.
3878 (thread_db_create_event): Check for the main thread before adding
3879 a new thread.
3880 (maybe_attach_thread): Only enable event reporting if TID == 0.
3881 (thread_db_get_tls_address): Check for new threads.
3882
2b876972
DJ
38832007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
3884
3885 * linux-low.c (linux_create_inferior): Try execv before execvp.
3886 * spu-low.c (spu_create_inferior): Likewise.
3887
7a245884
DJ
38882007-06-13 Mike Frysinger <vapier@gentoo.org>
3889
3890 * linux-low.c (linux_create_inferior): Change execv to execvp.
3891 * spu-low.c (spu_create_inferior): Likewies.
3892
117ce543
DJ
38932007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
3894
3895 * Makefile.in (clean): Clean new files instead of deleted ones.
3896 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
3897 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
3898 rules.
3899 * configure.srv: Specify XML files and new regformats for MIPS and
3900 MIPS64 GNU/Linux.
3901 * linux-mips-low.c (mips_num_regs): Set to only used registers.
3902 (mips_regmap): Do not fetch $0. Remove unused registers. Add
3903 an entry for the restart register.
3904 (mips_cannot_fetch_register, mips_cannot_store_register)
3905 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
3906 register names to match the XML descriptions.
3907 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
3908 restart register instead of $0.
3909
0e7f50da
UW
39102007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3911 Markus Deuling <deuling@de.ibm.com>
3912
3913 * remote-utils.c (decode_xfer_write): New function.
3914 * server.h (decode_xfer_write): Add prototype.
3915 * server.c (handle_query): Add PACKET_LEN argument. Support
3916 qXfer:spu:read and qXfer:spu:write packets.
3917 (main): Pass packet_len to handle_query.
3918 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
3919 * target.h (target_ops): Add qxfer_spu.
3920
374c1d38
UW
39212007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
3922
3923 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
3924 accessing non-seekable spufs files.
3925
bb63802a
UW
39262007-05-16 Markus Deuling <deuling@de.ibm.com>
3927
889bf7c5 3928 * server.c (handle_query): Add reply for qC packet.
bb63802a 3929
7390519e
PA
39302007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
3931 Leo Zayas <lerele@champenstudios@com>
3932
3933 * server.h (check_remote_input_interrupt_request): New function.
3934 * remote_utils.c (INVALID_DESCRIPTOR): New define.
3935 (remote_desc): Initialize with INVALID_DESCRIPTOR.
3936 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
3937 (check_remote_input_interrupt_request): New function.
3938 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 3939 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
3940 winapi_GenerateConsoleCtrlEvent): New typedefs.
3941 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
3942 to 250 ms.
3943 (win32_wait): Check for remote interrupt request
3944 with check_remote_input_interrupt_request.
3945 (win32_request_interrupt): New function.
3946 (win32_target_op): Set request_interrupt to win32_request_interrupt.
3947
34b34921
PA
39482007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
3949
3950 * win32-low.c (debug_registers_changed,
3951 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
3952 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
3953 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
3954 (thread_rec): Get context using the low target.
3955 (child_add_thread): Call thread_added on the low target,
3956 which does the same thing.
3957 (regptr): Delete.
3958 (do_initial_child_stuff): Remove debug registers references.
3959 Set context using the low target. Resume threads after
3960 setting the contexts.
3961 (child_continue): Remove dead variable. Remove debug
3962 registers references.
3963 (child_fetch_inferior_registers): Go through the low target.
3964 (do_child_store_inferior_registers): Remove.
3965 (child_store_inferior_registers): Go through the low target.
3966 (win32_resume): Remove debug registers references.
3967 Set context using the low target.
3968 (handle_exception): Change return type to void. Don't record
3969 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
3970 first chance exception.
889bf7c5 3971 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
3972 goto loop. Always return after waiting for debug event.
3973 (win32_wait): Convert to switch statement. Handle spurious
3974 events.
3975
3976 * win32-i386-low.c (debug_registers_changed,
3977 debug_registers_used): New.
3978 (initial_stuff): Rename to ...
3979 (i386_initial_stuff): ... this. Clear debug registers
3980 state variables.
3981 (store_debug_registers): Delete.
3982 (i386_get_thread_context): New.
3983 (load_debug_registers): Delete.
3984 (i386_set_thread_context): New.
3985 (i386_thread_added): New.
3986 (single_step): Rename to ...
3987 (i386_single_step): ... this.
3988 (do_fetch_inferior_registers): Rename to ...
3989 (i386_fetch_inferior_register): ... this.
3990 (i386_store_inferior_register): New.
3991 (the_low_target): Adapt to new interface.
3992
3993 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
3994 (arm_get_thread_context): New.
3995 (arm_set_thread_context): New.
3996 (regptr): New.
3997 (do_fetch_inferior_registers): Rename to ...
3998 (arm_fetch_inferior_register): ... this.
3999 (arm_store_inferior_register): New.
4000 (arm_wince_breakpoint): Reimplement as unsigned long.
4001 (arm_wince_breakpoint_len): Define.
4002 (the_low_target): Adapt to new interface.
4003
4004 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
4005 load_debug_registers. Add get_thread_context, set_thread_context,
4006 thread_added and store_inferior_register. Rename
4007 fetch_inferior_registers to fetch_inferior_register.
4008 (regptr): Remove declaration.
4009
dd6953e1
PA
40102007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4011
4012 * linux-low.c (linux_detach): Change return type to int. Return 0.
4013 * spu-low.c (spu_detach): Likewise.
4014
444d6139
PA
40152007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4016
4017 * target.h (target_ops): Change return type of detach to int.
4018 Add join.
4019 (join_inferior): New.
4020 * server.c (main): Don't skip detach support on mingw32.
4021 If the inferior doesn't support detaching return error.
4022 Call join_inferior instead of using waitpid.
4023 * linux-low.c (linux_join): New.
4024 (linux_target_op): Add linux_join.
4025 * spu-low.c (spu_join): New.
4026 (spu_target_ops): Add spu_join.
4027 * win32-low.c (win32_detach): Adapt to new interface.
4028 Reopen current_process_handle before detaching. Issue a child
4029 resume before detaching.
4030 (win32_join): New.
4031 (win32_target_op): Add win32_join.
4032
1d5315fe
PA
40332007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4034
4035 * win32-low.c (win32-attach): Fix return value.
4036 * target.h (target_ops): Describe ATTACH return values.
4037
bf914831
PA
40382007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4039
4040 * win32-low.c (GETPROCADDRESS): Define.
4041 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
4042 (winapi_DebugSetProcessKillOnExit): Likewise.
4043 (win32_create_inferior): Force usage of ansi CreateProcessA.
4044 (win32_attach): Use GETPROCADDRESS.
4045 (win32_detach): Likewise.
4046
f72f3e60
PA
40472007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4048
4049 * win32-low.c (win32_wait): Don't use WSTOPSIG.
4050
ed50f18f
PA
40512007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
4052
4053 * win32-low.c: Commit leftover changes from 2007-03-29.
4054
0c2ead7e
DJ
40552007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4056
4057 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
4058 fields short instead of int. Add explicit padding.
4059 (i387_cache_to_fsave): Remove unnecessary casts.
4060 (i387_fsave_to_cache): Doc fix.
4061 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
4062
73725ff3
DJ
40632007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4064
4065 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
4066 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
4067
d99f33d8
PA
40682007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4069
4070 * configure.srv (arm*-*-mingw32ce*): Move near the other
4071 arm targets.
4072
68070c10
PA
40732007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
4074
2482afc6 4075 * configure.ac: Add errno checking.
68070c10
PA
4076 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
4077 sys/file.h and malloc.h.
4078 (AC_CHECK_DECLS): Add perror.
4079 (srv_mingwce): Handle.
2482afc6 4080 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
4081 win32-i386-low.o to srv_tgtobj.
4082 (i[34567]86-*-mingw*): Likewise.
4083 (arm*-*-mingw32ce*): Add case.
4084 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
4085 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
4086 [__MINGW32CE__] (strerror): New function.
4087 [__MINGW32CE__] (errno): Define to GetLastError.
4088 [__MINGW32CE__] (COUNTOF): New macro.
4089 (remote_open): Remove extra close call.
4090 * mem-break.c (delete_breakpoint_at): New function.
4091 * mem-break.h (delete_breakpoint_at): Declare.
4092 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
4093 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
4094 [USE_WIN32API] (read, write): Add char* casts.
4095 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
4096 * server.h: Include wincecompat.h on Windows CE.
4097 [HAVE_ERRNO_H]: Check.
4098 (perror): Declare if not declared.
4099 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
4100 (perror_with_name): Remove errno declaration.
4101 * wincecompat.h: New.
4102 * wincecompat.c: New.
4103 * win32-low.h: New.
4104 * win32-arm-low.c: New.
4105 * win32-i386-low.c: New.
4106 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
4107 (OUTMSG2): Make it safe.
4108 (_T): New macro.
4109 (COUNTOF): New macro.
4110 (NUM_REGS): Get it from the low target.
4111 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
4112 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
4113 (thread_rec): Let low target handle debug registers.
4114 (child_add_thread): Likewise.
4115 (child_init_thread_list): Likewise.
4116 (continue_one_thread): Likewise.
4117 (regptr): New.
4118 (do_child_fetch_inferior_registers): Move to ...
4119 * win32-i386-low.c: ... here, and rename to ...
4120 (do_fetch_inferior_registers): ... this.
889bf7c5 4121 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
4122 Go through the low target.
4123 (do_child_store_inferior_registers): Use regptr.
4124 (strwinerror): New function.
4125 (win32_create_inferior): Handle Windows CE.
4126 Use strwinerror instead of strerror on Windows error
4127 codes. Add program to the error output.
4128 Don't close the main thread handle on Windows CE.
4129 (win32_attach): Use coredll.dll on Windows CE.
4130 (win32_kill): Close current process and current
4131 thread handles.
4132 (win32_detach): Use coredll.dll on Windows CE.
4133 (win32_resume): Let low target handle debug registers, and
4134 step request.
4135 (handle_exception): Add/Remove initial breakpoint. Avoid
4136 non-existant WSTOPSIG on Windows CE.
4137 (win32_read_inferior_memory): Cast to remove warning.
4138 (win32_arch_string): Go through the low target.
4139 (initialize_low): Call set_breakpoint_data with the low
4140 target's breakpoint.
4141 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
4142 FOP_REGNUM, mappings): Move to ...
4143 * win32-i386-low.c: ... here.
4144 * win32-low.c (win32_thread_info): Move to ...
4145 * win32-low.h: ... here.
4146 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
4147 win32-arm-low.c and wincecompat.c.
4148 (all:): Add $EXEEXT.
4149 (install-only:): Likewise.
4150 (gdbserver:): Likewise.
4151 (gdbreplay:): Likewise.
4152 * config.in: Regenerate.
4153 * configure: Regenerate.
4154
41093d81
PA
41552007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4156
4157 * win32-low.c: Rename typedef thread_info to
4158 win32_thread_info throughout.
4159
544afa54
PA
41602007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
4161
4162 * win32-i386-low.c: Rename to ...
4163 * win32-low.c: ... this.
4164 * configure.srv: Replace win32-i386-low.o with win32-low.o.
4165 * Makefile.in: Likewise.
4166
bce7165d
PA
41672007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
4168
4169 * remote-utils.c (monitor_output): Constify msg parameter.
4170 * server.h (monitor_output): Likewise.
4171 * win32-i386-low.c (handle_output_debug_string): New.
4172 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
4173 handle_output_debug_string.
4174 (get_child_debug_event): Likewise.
4175
506c7aa0
DJ
41762007-03-27 Mat Hostetter <mat@lcs.mit.edu>
4177
4178 * server.c (main): Correct strtoul check.
4179
42c81e2a
DJ
41802007-03-27 Jon Ringle <jon@ringle.org>
4181
4182 * linux-low.c: Check __ARCH_HAS_MMU__ also.
4183
9453113a
DJ
41842007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
4185
4186 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
4187
64a69107
DJ
41882007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
4189
4190 * terminal.h: Check HAVE_SGTTY_H.
4191
41922007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
4193
4194 * remote-utils.c (remote_open): Print out the assigned port number.
4195
c74d0ad8
DJ
41962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
4197
4198 * remote-utils.c (monitor_output): New function.
4199 * server.c (debug_threads): Define here.
4200 (monitor_show_help): New function.
4201 (handle_query): Handle qRcmd.
4202 (main): Do not handle 'd' packet.
4203 * server.h (debug_threads, remote_debug, monitor_output): Declare.
4204 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
4205 of debug_threads.
4206
de7c3b4a
PA
42072007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
4208
4209 * Makefile.in (EXEEXT): New.
4210 (clean): Use $(EXEEXT).
4211
ef57601b
PA
42122007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
4213
4214 * target.h (target_ops): Rename send_signal to request_interrupt,
4215 and remove enum target_signal parameter.
4216 * linux-low.c (linux_request_interrupt): Rename from
4217 linux_send_signal, and always send SIGINT.
4218 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
4219 and always send SIGINT.
4220 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
4221 of send_signal.
4222 (input_interrupt): Likewise.
4223
820f2bda
PA
42242007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
4225
4226 * server.c (get_features_xml): Check if target implemented
4227 arch_string.
4228 * win32-i386-low.c (win32_arch_string): New.
4229 (win32_target_ops): Add win32_arch_string as arch_string member.
4230
ab39bf24
UW
42312007-02-22 Markus Deuling <deuling@de.ibm.com>
4232
4233 * spu-low.c (spu_arch_string): New.
4234 (spu_target_ops): Add spu_arch_string.
4235
61ff6e04
DJ
42362007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4237
4238 * remote-utils.c: Remove HAVE_TERMINAL_H check.
4239 * configure.ac: Do not check for terminal.h.
4240 * configure, config.in: Regenerated.
4241
fb1e4ffc
DJ
42422007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * Makefile.in (OBS): Add $(XML_BUILTIN).
4245 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
4246 (clean): Update.
4247 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
4248 (arm-with-iwmmxt.c): New.
4249 * config.in, configure: Regenerate.
4250 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
4251 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
4252 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
4253 (arm*-*-linux*): Add iWMMXt and regset support.
4254 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
4255 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
4256 (arm_store_wmmxregset, target_regsets): New.
4257 * server.c (get_features_xml): Take annex argument. Check builtin
4258 XML documents.
4259 (handle_query): Handle multiple annexes.
4260
0f48aa01
DJ
42612007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4262
4263 * remote-utils.c [USE_WIN32API] (read, write): Define.
4264 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
4265 write.
4266
23181151
DJ
42672007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
4268
4269 * linux-i386-low.c (the_low_target): Set arch_string.
4270 * linux-x86-64-low.c (the_low_target): Likewise.
4271 * linux-low.c (linux_arch_string): New.
4272 (linux_target_ops): Add it.
4273 * linux-low.h (struct linux_target_ops): Add arch_string.
4274 * server.c (write_qxfer_response): Use const void * for DATA.
4275 (get_features_xml): New.
4276 (handle_query): Handle qXfer:features:read. Report it for qSupported.
4277 * target.h (struct target_ops): Add arch_string method.
4278
9d606399
DJ
42792007-01-03 Denis Pilat <denis.pilat@st.com>
4280 Daniel Jacobowitz <dan@codesourcery.com>
4281
4282 * linux-low.c (linux_kill): Handle being called with no threads.
4283 * win32-i386-low.c (win32_kill): Likewise.
4284 (get_child_debug_event): Clear current_process_handle.
4285
42862006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
4287 Daniel Jacobowitz <dan@codesourcery.com>
4288
4289 * remote-utils.c (remote_open): Check the type of specified
4290 serial port devices before opening them.
4291 * server.c (main): Kill the inferior if an error occurs during
4292 the first remote_open.
4293
a5e13d24
DJ
42942006-12-05 Markus Deuling <deuling@de.ibm.com>
4295
4296 * README: Update supported targets.
4297
186947f7
DJ
42982006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
4299
4300 * Makefile.in (clean): Remove reg-mips64.c.
4301 (reg-mips64.c, reg-mips64.o): New rules.
4302 * configure.srv: Handle mips64. Include regset support for mips.
4303 * linux-mips-low.c (union mips_register): New.
4304 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
4305 (mips_breakpoint, mips_breakpoint_at): Use int.
4306 (mips_collect_register, mips_supply_register)
4307 (mips_collect_register_32bit, mips_supply_register_32bit)
4308 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
4309 (mips_store_fpregset, target_regsets): New.
4310 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
4311
a13e2c95
UW
43122006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4313
4314 * configure.srv: Add target "spu*-*-*".
4315 * Makefile.in (clean): Remove reg-spu.c.
4316 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
4317 * spu-low.c: New file.
4318
cb7283db
DJ
43192006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4320
4321 * configure.ac: Correct td_thr_tls_get_addr test.
4322 * configure: Regenerated.
4323
89be2091
DJ
43242006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
4325
4326 * linux-low.c (linux_wait_for_event): Reformat. Use the
4327 pass_signals array.
4328 * remote-utils.c (decode_address_to_semicolon): New.
4329 * server.c (pass_signals, handle_general_set): New.
4330 (handle_query): Mention QPassSignals for qSupported.
4331 (main): Call handle_general_set.
4332 * server.h (pass_signals, decode_address_to_semicolon): New.
4333
000ef4f0
DJ
43342006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
4335
4336 * server.c (handle_query): Correct error handling for read_auxv.
4337
b7149293
UW
43382005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4339
4340 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
4341 and srv_linux_thread_db to yes.
4342 * linux-s390-low.c (s390_fill_gregset): New function.
4343 (target_regsets): Define data structure.
4344
dae5f5cf
DJ
43452006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
4346
4347 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
4348 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
4349 * config.in, configure: Regenerated.
4350 * inferiors.c (gdb_id_to_thread): New function.
4351 (gdb_id_to_thread_id): Use it.
4352 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
4353 * linux-low.h (struct process_info): Add th member.
4354 (thread_db_get_tls_address): New prototype.
4355 * remote-utils.c (decode_address): Make non-static.
4356 * server.c (handle_query): Handle qGetTLSAddr.
4357 * server.h (gdb_id_to_thread, decode_address): New prototypes.
4358 * target.h (struct target_ops): Add get_tls_address.
4359 * thread-db.c (maybe_attach_thread): Save the thread handle.
4360 (thread_db_get_tls_address): New.
4361
32ca6d61
DJ
43622006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
4363
4364 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
4365 (linux_resume_one_process): Take a siginfo_t *. Update all
4366 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
4367 (struct pending_signals): Add a siginfo_t.
4368 (linux_wait_for_process): Always set last_status.
4369 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
4370 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
4371 * linux-low.h (struct process_info): Add last_status.
4372
5ffff7c1
DJ
43732006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
4374
4375 * remote-utils.c (try_rle): New function.
4376 (putpkt_binary): Use it.
4377
8695c747
DJ
43782006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
4379
4380 * Makefile.in (clean): Clean reg-x86-64-linux.c.
4381 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
4382 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
4383 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
4384 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
4385 point registers.
4386
290fadea
RS
43872006-08-08 Richard Sandiford <richard@codesourcery.com>
4388
4389 * server.c (terminal_fd): New variable.
4390 (old_foreground_pgrp): Likewise.
4391 (restore_old_foreground_pgrp): New function.
4392 (start_inferior): Record the terminal file descriptor in terminal_fd
4393 and its original foreground group in old_foreground_pgrp. Register
4394 restore_old_foreground_pgrp with atexit().
4395
9f2e1e63
DJ
43962006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
4397
4398 * server.c (handle_query): Correct qPart to qXfer.
4399
b80864fb
DJ
44002006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4401
4402 * configure.ac: Check for more headers which are missing on
4403 Windows. Automatically supply -lwsock32 and USE_WIN32API.
4404 * configure.srv: Add Cygwin and mingw32.
4405 * remote-utils.c: Don't include headers unconditionally which
4406 are missing on mingw32. Include <winsock.h> for mingw32.
4407 (remote_open): Adjust for mingw32 support. Flush
4408 standard error after writing to it.
4409 (remote_close, putpkt_binary, input_interrupt, block_async_io)
4410 (unblock_async_io, enable_async_io, disable_async_io)
4411 (readchar, getpkt): Update for Winsock support.
4412 (prepare_resume_reply): Expect a protocol signal number.
4413 * server.c: Disable <sys/wait.h> on mingw32.
4414 (start_inferior): Adjust for mingw32 support. Flush
4415 standard error after writing to it.
4416 (attach_inferior): Likewise. Use protocol signal
4417 numbers.
4418 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
4419 and names.
4420 * win32-i386-low.c: New file.
4421 * Makefile.in (XM_CLIBS): Set.
4422 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
4423 (win32-i386-low.o): New dependency rule.
4424 * linux-low.c (linux_wait): Use target signal numbers.
4425 * target.h (struct target_ops): Doc fix.
4426 * server.h (target_signal_to_name): New prototype.
4427 * gdbreplay.c: Don't include headers unconditionally which
4428 are missing on mingw32. Include <winsock.h> for mingw32.
4429 (remote_close, remote_open): Adjust for Winsock support.
4430 * configure, config.in: Regenerated.
4431
0876f84a
DJ
44322006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4433
4434 * server.c (decode_xfer_read, write_qxfer_response): New.
4435 (handle_query): Take a packet length argument. Handle
4436 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
4437 the qSupported response.
4438 (main): Update call to handle_query.
4439
01f9e8fa
DJ
44402006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4441
4442 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
4443 (putpkt_binary): Renamed from putpkt and adjusted for binary
4444 data.
4445 (putpkt): New wrapper for putpkt_binary.
4446 (readchar): Don't mask off the high bit.
4447 (decode_X_packet): New function.
4448 * server.c (main): Call putpkt_binary if a handler sets the packet
4449 length. Save the length of the incoming packet. Handle 'X'.
4450 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
4451
be2a5f71
DJ
44522006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
4453
4454 * server.c (handle_query): Handle qSupported.
4455
ea025f5f
DJ
44562006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
4457
4458 * remote-utils.c (all_symbols_looked_up): New variable.
4459 (look_up_one_symbol): Check it.
4460 * server.h (look_up_one_symbol): New declaration.
4461 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
4462
9308fc88
DJ
44632006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
4464
4465 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 4466 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
4467 (PTRACE_GET_THREAD_AREA): Define.
4468 (ps_get_thread_area): New function.
4469
52fb6437
NS
44702006-05-09 Nathan Sidwell <nathan@codesourcery.com>
4471
4472 * configure.srv (m68k*-*-uclinux*): New target.
4473 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
4474 (linux_resume_one_process): Remove extraneous cast.
4475 (linux_read_offsets): New.
4476 (linux_target_op): Add linux_read_offsets on mmuless systems.
4477 * server.c (handle_query): Add qOffsets logic.
4478 * target.h (struct target_ops): Add read_offsets.
4479
21b0f40c
DJ
44802006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
4483 (PTRACE_GET_THREAD_AREA): Define.
4484 (ps_get_thread_area): New function.
4485 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
4486 (linux-x86-64-low.o): Update.
4487
0050a760
DJ
44882006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
4489
4490 * configure.ac: Remove checks for prfpregset_t.
4491 * gdb_proc_service.h: New file.
4492 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
4493 new "gdb_proc_service.h".
4494 * proc-service.c: Likewise.
4495 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
4496 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
4497 * Makefile.in (gdb_proc_service_h): Updated.
4498 * configure, config.in: Regenerated.
4499
b92a518e
DJ
45002006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4501
4502 * remote-utils.c (prepare_resume_reply): Move declaration
4503 of gdb_id_from_wait to the top of the block.
4504
545587ee
DJ
45052006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
4506
4507 * linux-low.c (regsets_store_inferior_registers): Read the regset
4508 from the target before filling it.
4509
9db87ebd
DJ
45102006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
4511
4512 * server.c (attach_inferior): Return SIGTRAP for a successful
4513 attach.
4514
dd24457d
DJ
45152006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4516
4517 * Makefile.in (OBS): Add version.o.
4518 (STAGESTUFF): Delete.
4519 (version.o): Add dependencies.
4520 (version.c): Replace rule.
4521 (clean): Remove version.c.
4522 * server.c (gdbserver_version): New.
4523 (gdbserver_usage): Use printf.
4524 (main): Handle --version and --help.
4525 * server.h (version, host_name): Add declarations.
4526
6f0f660e
EZ
45272005-12-23 Eli Zaretskii <eliz@gnu.org>
4528
889bf7c5
PA
4529 * linux-arm-low.c:
4530 * linux-arm-low.c:
4531 * inferiors.c:
4532 * i387-fp.h:
4533 * i387-fp.c:
4534 * gdbreplay.c:
4535 * regcache.c:
4536 * proc-service.c:
4537 * mem-break.h:
4538 * mem-break.c:
4539 * linux-x86-64-low.c:
4540 * linux-sh-low.c:
4541 * linux-s390-low.c:
4542 * linux-ppc64-low.c:
4543 * linux-ppc-low.c:
4544 * linux-mips-low.c:
4545 * linux-m68k-low.c:
4546 * linux-m32r-low.c:
4547 * linux-low.h:
4548 * linux-low.c:
4549 * linux-ia64-low.c:
4550 * linux-i386-low.c:
4551 * linux-crisv32-low.c:
4552 * thread-db.c:
4553 * terminal.h:
4554 * target.h:
4555 * target.c:
4556 * server.h:
4557 * server.c:
4558 * remote-utils.c:
4559 * regcache.h:
4560 * utils.c:
4561 * Makefile.in:
4562 * configure.ac:
6f0f660e
EZ
4563 * gdbserver.1: Add (C) after Copyright. Update the FSF
4564 address.
4565
9d1fb177
DJ
45662005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
4569 (arm_breakpoint_at): Recognize both breakpoints.
4570 (the_low_target): Use the correct breakpoint instruction.
4571
011a70c2
DJ
45722005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
4573
4574 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
4575 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
4576 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
4577 (the_low_target): Update.
4578
7fb85e41
AS
45792005-10-25 Andreas Schwab <schwab@suse.de>
4580
4581 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
4582
4583 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
4584 (ia64_num_regs): Reduce to 462.
4585
3db0444b
DJ
45862005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
4587
4588 * acinclude.m4: Correct quoting.
4589 * aclocal.m4: Regenerated.
4590
4591 Suggested by SZOKOVACS Robert <szo@ies.hu>:
4592 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
4593 (thread_db_init): Call thread_db_err_str.
4594 * configure.ac: Check for TD_VERSION.
4595 * config.in, configure: Regenerated.
4596
bee0189a
DJ
45972005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4598
4599 * server.h (error, fatal, warning): Add ATTR_FORMAT.
4600
e9d25b98
DJ
46012005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
4602
4603 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
4604 is not available. Define HAVE_PTRACE_GETREGS if it is.
4605 * config.in, configure: Regenerated.
4606 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
4607 * linux-i386-low.c, linux-m68k-low.c: Update to use
4608 HAVE_PTRACE_GETREGS.
4609 * linux-low.c (regsets_fetch_inferior_registers)
4610 (regsets_store_inferior_registers): Only return 0 if we processed
4611 GENERAL_REGS.
4612 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
4613 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
4614
a06660f7
DJ
46152005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * inferiors.c (struct thread_info): Add gdb_id.
4618 (add_thread): Add gdb_id argument.
4619 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
4620 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
4621 calls to add_thread.
4622 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
4623 * server.c (handle_query): Use thread_to_gdb_id.
4624 (handle_v_cont, main): Use gdb_id_to_thread_id.
4625 * server.h (add_thread): Update prototype.
4626 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
4627 prototypes.
4628
5a1f5858
DJ
46292005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
4630
4631 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
4632 left-padded registers.
4633 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
4634 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
4635
e122f1f5
SE
46362005-07-01 Steve Ellcey <sje@cup.hp.com>
4637
4638 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
4639 * configure: Regenerate.
4640 * config.in: Regenerate.
4641 * server.h (NEED_DECLARATION_STRERROR):
4642 Replace with !HAVE_DECL_STRERROR.
4643
d592fa2f
DJ
46442005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
4645
4646 * linux-low.c (linux_wait, linux_send_signal): Don't test
4647 an unsigned long variable for > 0 if it could be MAX_ULONG.
4648 * server.c (myresume): Likewise.
4649 * target.c (set_desired_inferior): Likewise.
4650
ccbd4912
MK
46512005-06-13 Mark Kettenis <kettenis@gnu.org>
4652
4653 * configure.ac: Simplify and improve check for socklen_t.
4654 * configure, config.in: Regenerate.
4655
f450004a
DJ
46562005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4657
4658 * acconfig.h: Remove.
4659 * configure.ac: Add a test for socklen_t. Use three-argument
4660 AC_DEFINE throughout.
4661 * config.in: Regenerated using autoheader 2.59.
4662 * configure: Regenerated.
4663
4664 * gdbreplay.c (socklen_t): Provide a default.
4665 (remote_open): Use socklen_t.
4666 * remote-utils.c (socklen_t): Provide a default.
4667 (remote_open): Use socklen_t.
4668 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
4669 unsigned char.
4670
4671 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
4672 char for buffers.
4673 * linux-low.c (linux_read_memory, linux_write_memory)
4674 (linux_read_auxv): Likewise.
4675 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
4676 (check_mem_write): Likewise.
4677 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
4678 Likewise.
4679 * regcache.c (struct inferior_rgcache_data, registers_to_string)
4680 (registers_from_string, register_data): Likewise.
4681 * server.c (handle_query, main): Likewise.
4682 * server.h (convert_ascii_to_int, convert_int_to_ascii)
4683 (decode_M_packet): Likewise.
4684 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
4685 * target.h (struct target_ops): Update read_memory, write_memory,
4686 and read_auxv.
4687 (read_inferior_memory, write_inferior_memory): Update.
4688 * linux-low.h (struct linux_target_ops): Change type of breakpoint
4689 to unsigned char *.
4690 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
4691 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
4692 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
4693 linux-s390-low.c, linux-sh-low.c: Update for changes in
4694 read_inferior_memory and the_low_target->breakpoint.
4695
eee84df1
DJ
46962005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
4697
4698 * Makefile.in (SFILES): Add linux-ppc64-low.c.
4699 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
4700 * configure.srv: Add powerpc64-*-linux*.
4701 * linux-ppc64-low.c: New file.
4702
45b134e5
OF
47032005-05-23 Orjan Friberg <orjanf@axis.com>
4704
4705 * linux-cris-low.c: New file with support for CRIS.
4706 * linux-crisv32-low.c: Ditto for CRISv32.
4707 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
4708 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 4709 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
4710 reg-crisv32.o, and reg-crisv32.c to make rules.
4711 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
4712 recognized targets.
4713
48d93c75
UW
47142005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
4715
4716 * linux-low.c (fetch_register): Ensure buffer size is a multiple
4717 of sizeof (PTRACE_XFER_TYPE).
4718 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
4719
e013ee27
OF
47202005-05-12 Orjan Friberg <orjanf@axis.com>
4721
889bf7c5 4722 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
4723 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
4724 pointers for hardware watchpoint support.
4725 * linux-low.h (struct linux_target_ops): Ditto.
4726 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
4727 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
4728 to linux_target_ops.
4729 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
4730 reply packet.
4731 * server.c (main): Recognize 'Z' and 'z' packets.
4732
b0ded00b
UW
47332005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
4734
4735 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
4736 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
4737 (the_low_target): Add new members.
4738
8643e2ad
DJ
47392005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
4740
4741 * proc-service.c (ps_lgetregs): Search all_processes instead of
4742 all_threads.
4743
fc620387
DJ
47442005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
4745
4746 * server.c (start_inferior): Change return type to int.
4747 (attach_inferior): Change sigptr to int *.
4748 (handle_v_cont, handle_v_requests): Change signal to int *.
4749 (main): Change signal to int.
4750
47512005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
4752
4753 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
4754 * configure.srv: Add m32r*-*-linux*.
4755 * linux-m32r-low.c: New file.
4756
e0e76420
DJ
47572005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
4758
4759 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
4760
a1928bad
DJ
47612005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
4762
4763 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
4764 Take unsigned long arguments for PIDs.
4765 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
4766 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
4767 (wait_for_sigstop, linux_resume_one_process)
4768 (regsets_fetch_inferior_registers, linux_send_signal)
4769 (linux_read_auxv): Likewise. Update the types of variables holding
4770 PIDs. Update format string specifiers.
4771 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
4772 * remote-utils.c (prepare_resume_reply): Likewise.
4773 * server.c (cont_thread, general_thread, step_thread)
4774 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
4775 unsigned long.
4776 (handle_query): Update format specifiers.
4777 (handle_v_cont, main): Use strtoul for thread IDs.
4778 * server.h (struct inferior_list_entry): Use unsigned long for ID.
4779 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
4780 (general_thread, step_thread, thread_from_wait)
4781 (old_thread_from_wait): Update.
4782 * target.h (struct thread_resume): Use unsigned long for THREAD.
4783 (struct target_ops): Use unsigned long for arguments to attach and
4784 thread_alive.
4785
dcdb98d2
DJ
47862005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
4787
4788 * acinclude.m4: Include bfd/bfd.m4 directly.
4789 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
4790 <agriffis@toolchain.org>.
4791 * aclocal.m4, configure: Regenerated.
4792
bec39cab
AC
47932005-01-07 Andrew Cagney <cagney@gnu.org>
4794
4795 * configure.ac: Rename configure.in, require autoconf 2.59.
4796 * configure: Re-generate.
4797
434c4c77
DJ
47982004-12-08 Daniel Jacobowitz <dan@debian.org>
4799
4800 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
4801 LIBS when finished.
4802 * aclocal.m4: Regenerated.
4803 * configure: Regenerated.
4804
db1d3e1b
AS
48052004-11-21 Andreas Schwab <schwab@suse.de>
4806
4807 * linux-m68k-low.c (m68k_num_gregs): Define.
4808 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
4809 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
4810 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
4811 (m68k_breakpoint_at): New. Add to the_low_target.
4812
4813 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
4814 srv_linux_thread_db to yes.
4815
43360365
JB
48162004-10-20 Joel Brobecker <brobecker@gnat.com>
4817
4818 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
4819 (ARCH_SET_FS): Likewise.
4820 (ARCH_GET_FS): Likewise.
4821 (ARCH_GET_GS): Likewise.
4822
fd500816
DJ
48232004-10-16 Daniel Jacobowitz <dan@debian.org>
4824
4825 * linux-i386-low.c (ps_get_thread_area): New.
4826 * linux-x86-64-low.c (ps_get_thread_area): New.
4827 * linux-low.c: Include <sys/syscall.h>.
4828 (linux_kill_one_process): Don't kill the first thread here.
4829 (linux_kill): Kill the first thread here.
4830 (kill_lwp): New function.
4831 (send_sigstop, linux_send_signal): Use it.
4832 * proc-service.c: Clean up #ifdefs.
4833 (fpregset_info): Delete.
4834 (ps_lgetregs): Update and enable implementation.
4835 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
4836 implementations.
4837 * remote-utils.c (struct sym_cache, symbol_cache): New.
4838 (input_interrupt): Print a clearer message.
4839 (async_io_enabled): New variable.
4840 (enable_async_io, disable_async_io): Use it. Update comments.
4841 (look_up_one_symbol): Use the symbol cache.
4842 * thread-db.c (thread_db_look_up_symbols): New function.
4843 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
4844
f6de3c42
DJ
48452004-10-16 Daniel Jacobowitz <dan@debian.org>
4846
4847 * configure.in: Test for -rdynamic.
4848 * configure: Regenerated.
4849 * Makefile (INTERNAL_LDFLAGS): New.
4850 (gdbserver, gdbreplay): Use it.
4851
2c0fc042
AC
48522004-09-02 Andrew Cagney <cagney@gnu.org>
4853
4854 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
4855
075b3282
DJ
48562004-03-23 Daniel Jacobowitz <drow@mvista.com>
4857
4858 * linux-low.c (linux_wait): Clear all_processes list also.
4859
fa6a77dc
DJ
48602004-03-12 Daniel Jacobowitz <drow@mvista.com>
4861
4862 * linux-low.c: Include <errno.h>. Remove extern declaration of
4863 errno.
4864
6d782a97
DJ
48652004-03-12 Daniel Jacobowitz <drow@mvista.com>
4866
4867 * gdbreplay.c, server.h, utils.c: Update copyright years.
4868
3a7fb99b
DJ
48692004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
4870
4871 * server.c (main): Print child status or termination signal from
4872 variable 'signal', not 'sig'.
4873
c3e735a6
DJ
48742004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
4875
4876 * linux-low.c (linux_read_memory): Change return type to
4877 int. Check for and return error from ptrace().
4878 * target.c (read_inferior_memory): Change return type to int. Pass
4879 back return status from the_target->read_memory().
4880 * target.h (struct target_ops): Adapt *read_memory() prototype.
4881 Update comment.
4882 (read_inferior_memory): Adapt prototype.
4883 * server.c (main): Return an error packet if
4884 read_inferior_memory() returns an error.
4885
a59d1c82
DJ
48862004-03-04 Daniel Jacobowitz <drow@mvista.com>
4887
4888 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
4889 Unify with other clean targets.
4890
dc3f8883
DJ
48912004-02-29 Daniel Jacobowitz <drow@mvista.com>
4892
4893 * server.c (handle_v_cont): Call set_desired_inferior.
4894
89a208da
DJ
48952004-02-29 Daniel Jacobowitz <drow@mvista.com>
4896
4897 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
4898
62ea82f5
DJ
48992004-02-29 Daniel Jacobowitz <drow@mvista.com>
4900
4901 * linux-low.c (linux_wait): Unblock async I/O.
4902 (linux_resume): Block and enable async I/O.
4903 * remote-utils.c (block_async_io, unblock_async_io): New functions.
4904 * server.h (block_async_io, unblock_async_io): Add prototypes.
4905
6910d122
DJ
49062004-02-29 Daniel Jacobowitz <drow@mvista.com>
4907
4908 * remote-utils.c (remote_open): Print a status notice after
4909 opening a TCP port.
4910 * server.c (attach_inferior): Print a status notice after
4911 attaching.
4912
49132004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
4914
4915 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
4916
c89dc5d4
DJ
49172004-02-26 Daniel Jacobowitz <drow@mvista.com>
4918
4919 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
4920 error packet.
4921 * server.c, target.h: Update copyright years.
4922
4b8dad4a
RM
49232004-02-25 Roland McGrath <roland@redhat.com>
4924
4925 * target.h (struct target_ops): New member `read_auxv'.
4926 * server.c (handle_query): Handle qPart:auxv:read: query using that.
4927 * linux-low.c (linux_read_auxv): New function.
4928 (linux_target_ops): Initialize `read_auxv' member to that.
4929
d7446758
JB
49302004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4931
4932 Committed by Jim Blandy <jimb@redhat.com>.
4933
4934 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 4935 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
4936 instead of GPR_SIZE to distiguish s390 and s390x targets.
4937
5544ad89
DJ
49382004-01-31 Daniel Jacobowitz <drow@mvista.com>
4939
4940 * linux-low.c: Update copyright year.
4941 (check_removed_breakpoint): Clear pending_is_breakpoint.
4942 (linux_set_resume_request, linux_queue_one_thread)
4943 (resume_status_pending_p): New functions.
4944 (linux_continue_one_thread): Use process->resume.
4945 (linux_resume): Only resume threads if there are no pending events.
4946 * linux-low.h (struct process_info): Add resume request
4947 pointer.
4948
2a68b70e
DJ
49492004-01-30 Daniel Jacobowitz <drow@mvista.com>
4950
4951 * regcache.c (new_register_cache): Clear the allocated register
4952 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
4953
64386c31
DJ
49542003-10-13 Daniel Jacobowitz <drow@mvista.com>
4955
4956 * linux-low.c (linux_resume): Take a struct thread_resume *
4957 argument.
4958 (linux_wait): Update call.
4959 (resume_ptr): New static variable.
4960 (linux_continue_one_thread): Renamed from
4961 linux_continue_one_process. Use resume_ptr.
4962 (linux_resume): Use linux_continue_one_thread.
4963 * server.c (handle_v_cont, handle_v_requests): New functions.
4964 (myresume): New function.
4965 (main): Handle 'v' case.
4966 * target.h (struct thread_resume): New type.
4967 (struct target_ops): Change argument of "resume" to struct
4968 thread_resume *.
4969 (myresume): Delete macro.
4970
c938e9b0
L
49712003-08-08 H.J. Lu <hongjiu.lu@intel.com>
4972
4973 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
4974 (uninstall): Support DESTDIR.
4975
7f313d07
BC
4976Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
4977
4978 * configure.srv: Add xscale*linux copy of arm*linux entry.
4979
3b2fc2ea
DJ
49802003-07-24 Daniel Jacobowitz <drow@mvista.com>
4981
4982 * linux-arm-low.c (arm_reinsert_addr): New function.
4983 (the_low_target): Add arm_reinsert_addr.
4984
1c0a559e
MK
49852003-07-08 Mark Kettenis <kettenis@gnu.org>
4986
4987 * mem-break.c: Remove whitespace at end of file.
4988
43d5792c
DJ
49892003-06-28 Daniel Jacobowitz <drow@mvista.com>
4990
4991 * configure.in: Check whether we need to prototype strerror.
4992 * server.h: Optionally prototype strerror.
4993 * gdbreplay.c (perror_with_name): Use strerror.
4994 * linux-low.c (linux_attach_lwp): Use strerror.
4995 * utils.c (perror_with_name): Use strerror.
4996 * config.in, configure: Regenerated.
4997
c8a86edf
DJ
49982003-06-28 Daniel Jacobowitz <drow@mvista.com>
4999
5000 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
5001 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
5002
73d37363
DJ
50032003-06-20 Daniel Jacobowitz <drow@mvista.com>
5004
5005 * Makefile.in (SFILES): Update.
5006 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
5007 low-sun3.c: Remove files.
5008
6ad8ae5c
DJ
50092003-06-17 Daniel Jacobowitz <drow@mvista.com>
5010
5011 * linux-low.c: Move comment to linux_thread_alive where it belonged.
5012 (linux_detach_one_process, linux_detach): New functions.
5013 (linux_target_ops): Add linux_detach.
5014 * server.c (main): Handle 'D' packet.
5015 * target.h (struct target_ops): Add "detach" member.
5016 (detach_inferior): Define.
5017
1581182a
MK
50182003-06-13 Mark Kettenis <kettenis@gnu.org>
5019
5020 From Kelley Cook <kelleycook@wideopenwest.com>:
5021 * configure.srv: Accept i[34567]86 variants.
5022
e5379b03
DJ
50232003-06-05 Daniel Jacobowitz <drow@mvista.com>
5024
5025 * linux-low.c (linux_wait_for_event): Correct comment typos.
5026 (linux_resume_one_process): Call check_removed_breakpoint.
5027 (linux_send_signal): New function.
5028 (linux_target_ops): Add linux_send_signal.
5029 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
5030 of kill.
5031 * target.h (struct target_ops): Add send_signal.
5032
2ff29de4
JB
50332003-05-29 Jim Blandy <jimb@redhat.com>
5034
5035 * linux-low.c (usr_store_inferior_registers): Transfer buf in
5036 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
5037 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
5038 away part of the register's value.
5039
254787d4
DJ
50402003-03-26 Daniel Jacobowitz <drow@mvista.com>
5041
5042 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
5043 (linux_wait_for_event, linux_init_signals): Likewise.
5044
94e10508
DJ
50452003-03-17 Daniel Jacobowitz <drow@mvista.com>
5046
5047 * configure.in: Check for stdlib.h.
5048 * configure: Regenerated.
5049 * config.in: Regenerated.
5050
4c0711e0
DJ
50512003-01-04 Andreas Schwab <schwab@suse.de>
5052
5053 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
5054
ef66e766
AC
50552003-01-02 Andrew Cagney <ac131313@redhat.com>
5056
5057 * Makefile.in: Remove obsolete code.
5058
a1358604
DJ
50592002-11-20 Daniel Jacobowitz <drow@mvista.com>
5060
5061 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
5062 defined(PT_FPR0_HI).
5063
23ce3b1c
DJ
50642002-11-17 Stuart Hughes <seh@zee2.com>
5065
5066 * linux-arm-low.c (arm_num_regs): Increase.
5067 (arm_regmap): Include status register.
5068
50692002-11-17 Daniel Jacobowitz <drow@mvista.com>
5070
5071 * linux-low.c (register_addr): Remove incorrect -1 check.
5072
a9fa9f7d
DJ
50732002-08-29 Daniel Jacobowitz <drow@mvista.com>
5074
5075 * linux-low.c (linux_create_inferior): Call setpgid. Return
5076 the new PID.
5077 (unstopped_p, linux_signal_pid): Remove.
5078 (linux_target_ops): Remove linux_signal_pid.
5079 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
5080 global instead of target method.
5081 * target.h (struct target_ops): Remove signal_pid. Update comment
5082 for create_inferior.
5083 * server.c (signal_pid): New variable.
5084 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 5085 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
5086 (attach_inferior): Set signal_pid.
5087
17574093
DJ
50882002-08-23 Daniel Jacobowitz <drow@mvista.com>
5089
5090 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
5091
50922002-08-20 Jim Blandy <jimb@redhat.com>
5093
5094 * Makefile.in (LDFLAGS): Allow the configure script to establish a
5095 default for this.
5096
50972002-08-01 Andrew Cagney <cagney@redhat.com>
5098
5099 * Makefile.in: Make chill references obsolete.
5100
51012002-07-24 Kevin Buettner <kevinb@redhat.com>
5102
5103 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
5104 * configure: Regenerate.
5105 * config.in: Regenerate.
5106
51072002-07-09 David O'Brien <obrien@FreeBSD.org>
5108
5109 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
5110 (perror_with_name, remote_close, remote_open, expect, play): Static.
5111
51122002-07-04 Michal Ludvig <mludvig@suse.cz>
5113
4b8dad4a 5114 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
5115 byte offsets instead of an array of indexes.
5116 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
5117
51182002-06-13 Daniel Jacobowitz <drow@mvista.com>
5119
5120 * regcache.c: Add comment.
5121
51222002-06-11 Daniel Jacobowitz <drow@mvista.com>
5123
5124 * thread-db.c: New file.
5125 * proc-service.c: New file.
5126 * acinclude.m4: New file.
5127 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
5128 proc-service.o, and thread-db.o.
5129 (linux-low.o): Add USE_THREAD_DB.
5130 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
5131 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
5132 * aclocal.m4: Regenerated.
5133 * config.in: Regenerated.
5134 * configure: Regenerated.
5135 * configure.in: Check for proc_service.h, sys/procfs.h,
5136 thread_db.h, and linux/elf.h headrs.
5137 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
5138 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
5139 Check for -lthread_db and thread support.
5140 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
5141 PowerPC, and SuperH.
5142 * i387-fp.c: Constify arguments.
5143 * i387-fp.h: Likewise.
5144 * inferiors.c: (struct thread_info): Renamed from
5145 `struct inferior_info'. Remove PID member. Use generic inferior
5146 list header. All uses updated.
5147 (inferiors, signal_pid): Removed.
5148 (all_threads): New variable.
5149 (get_thread): Define.
5150 (add_inferior_to_list): New function.
5151 (for_each_inferior): New function.
5152 (change_inferior_id): New function.
5153 (add_inferior): Removed.
5154 (remove_inferior): New function.
5155 (add_thread): New function.
5156 (free_one_thread): New function.
5157 (remove_thread): New function.
5158 (clear_inferiors): Use for_each_inferior and free_one_thread.
5159 (find_inferior): New function.
5160 (find_inferior_id): New function.
5161 (inferior_target_data): Update argument type.
5162 (set_inferior_target_data): Likewise.
5163 (inferior_regcache_data): Likewise.
5164 (set_inferior_regcache_data): Likewise.
5165 * linux-low.c (linux_bp_reinsert): Remove.
5166 (all_processes, stopping_threads, using_thrads)
5167 (struct pending_signals, debug_threads, pid_of): New.
5168 (inferior_pid): Replace with macro.
5169 (struct inferior_linux_data): Remove.
5170 (get_stop_pc, add_process): New functions.
5171 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
5172 Use add_process and add_thread.
5173 (linux_attach_lwp): New function, based on old linux_attach. Use
5174 add_process and add_thread. Set stop_expected for new threads.
5175 (linux_attach): New function.
5176 (linux_kill_one_process): New function.
5177 (linux_kill): Kill all LWPs.
5178 (linux_thread_alive): Use find_inferior_id.
5179 (check_removed_breakpoints, status_pending_p): New functions.
5180 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
5181 Update. Use WNOHANG. Wait for cloned processes also. Update process
5182 struct for the found process.
5183 (linux_wait_for_event): New function.
5184 (linux_wait): Use it. Support LWPs.
5185 (send_sigstop, wait_for_sigstop, stop_all_processes)
5186 (linux_resume_one_process, linux_continue_one_process): New functions.
5187 (linux_resume): Support LWPs.
5188 (REGISTER_RAW_SIZE): Remove.
5189 (fetch_register): Use register_size instead. Call supply_register.
5190 (usr_store_inferior_registers): Likewise. Call collect_register.
5191 Fix recursive case.
5192 (regsets_fetch_inferior_registers): Improve error message.
5193 (regsets_store_inferior_registers): Add debugging.
5194 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
5195 (unstopped_p, linux_signal_pid): New functions.
5196 (linux_target_ops): Add linux_signal_pid.
5197 (linux_init_signals): New function.
5198 (initialize_low): Call it. Initialize using_threads.
5199 * regcache.c (inferior_regcache_data): Add valid
5200 flag.
5201 (get_regcache): Fetch registers lazily. Add fetch argument
5202 and update all callers.
5203 (regcache_invalidate_one, regcache_invalidate): New
5204 functions.
5205 (new_register_cache): Renamed from create_register_cache.
5206 Return the new regcache.
5207 (free_register_cache): Change argument to a void *.
5208 (registers_to_string, registers_from_string): Call get_regcache
5209 with fetch flag set.
5210 (register_data): Make static. Pass fetch flag to get_regcache.
5211 (supply_register): Call get_regcache with fetch flag clear.
5212 (collect_register): Call get_regcache with fetch flag set.
5213 (collect_register_as_string): New function.
5214 * regcache.h: Update.
5215 * remote-utils.c (putpkt): Flush after debug output and use
5216 stderr.
5217 Handle input interrupts while waiting for an ACK.
5218 (input_interrupt): Use signal_pid method.
5219 (getpkt): Flush after debug output and use stderr.
5220 (outreg): Use collect_register_as_string.
5221 (new_thread_notify, dead_thread_notify): New functions.
5222 (prepare_resume_reply): Check using_threads. Set thread_from_wait
5223 and general_thread.
5224 (look_up_one_symbol): Flush after debug output.
5225 * server.c (step_thread, server_waiting): New variables.
5226 (start_inferior): Don't use signal_pid. Update call to mywait.
5227 (attach_inferior): Update call to mywait.
5228 (handle_query): Handle qfThreadInfo and qsThreadInfo.
5229 (main): Don't fetch/store registers explicitly. Use
5230 set_desired_inferior. Support proposed ``Hs'' packet. Update
5231 calls to mywait.
5232 * server.h: Update.
5233 (struct inferior_list, struct_inferior_list_entry): New.
5234 * target.c (set_desired_inferior): New.
5235 (write_inferior_memory): Constify.
5236 (mywait): New function.
5237 * target.h: Update.
5238 (struct target_ops): New signal_pid method.
5239 (mywait): Removed macro, added prototype.
5240
5241 * linux-low.h (regset_func): Removed.
5242 (regset_fill_func, regset_store_func): New.
5243 (enum regset_type): New.
5244 (struct regset_info): Add type field. Use new operation types.
5245 (struct linux_target_ops): stop_pc renamed to get_pc.
5246 Add decr_pc_after_break and breakpoint_at.
5247 (get_process, get_thread_proess, get_process_thread)
5248 (strut process_info, all_processes, linux_attach_lwp)
5249 (thread_db_init): New.
5250
5251 * linux-arm-low.c (arm_get_pc, arm_set_pc,
5252 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
5253 (the_low_target): Add new members.
5254 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
5255 (i386_store_fpxregset): Constify.
5256 (target_regsets): Add new kind identifier.
5257 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
5258 (i386_set_pc): Add debugging.
5259 (i386_breakpoint_at): New function.
5260 (the_low_target): Add new members.
5261 * linux-mips-low.c (mips_get_pc, mips_set_pc)
5262 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
5263 (mips_breakpoint_at): New.
5264 (the_low_target): Add new members.
5265 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
5266 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
5267 (the_low_target): Add new members.
5268 * linux-sh-low.c (sh_get_pc, sh_set_pc)
5269 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
5270 (the_low_target): Add new members.
5271 * linux-x86-64-low.c (target_regsets): Add new kind
5272 identifier.
5273
52742002-05-15 Daniel Jacobowitz <drow@mvista.com>
5275
5276 From Martin Pool <mbp@samba.org>:
5277 * server.c (gdbserver_usage): New function.
5278 (main): Call it.
5279
52802002-05-14 Daniel Jacobowitz <drow@mvista.com>
5281
5282 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
5283 stop_at -> stop_pc.
5284
52852002-05-04 Andrew Cagney <ac131313@redhat.com>
5286
5287 * Makefile.in: Remove obsolete code.
5288
52892002-04-24 Michal Ludvig <mludvig@suse.cz>
5290
5291 * linux-low.c (regsets_fetch_inferior_registers),
5292 (regsets_store_inferior_registers): Removed cast to int from
5293 ptrace() calls.
5294 * regcache.h: Added declaration of struct inferior_info.
5295
52962002-04-20 Daniel Jacobowitz <drow@mvista.com>
5297
5298 * inferiors.c (struct inferior_info): Add regcache_data.
5299 (add_inferior): Call create_register_cache.
5300 (clear_inferiors): Call free_register_cache.
5301 (inferior_regcache_data, set_inferior_regcache_data): New functions.
5302 * regcache.c (struct inferior_regcache_data): New.
5303 (registers): Remove.
5304 (get_regcache): New function.
5305 (create_register_cache, free_register_cache): New functions.
5306 (set_register_cache): Don't initialize the register cache here.
5307 (registers_to_string, registers_from_string, register_data): Call
5308 get_regcache.
5309 * regcache.h: Add prototypes.
5310 * server.h: Likewise.
5311
53122002-04-20 Daniel Jacobowitz <drow@mvista.com>
5313
5314 * mem-break.c: New file.
5315 * mem-break.h: New file.
5316 * Makefile.in: Add mem-break.o rule; update server.h
5317 dependencies.
5318 * inferiors.c (struct inferior_info): Add target_data
5319 member.
5320 (clear_inferiors): Free target_data member if set.
5321 (inferior_target_data, set_inferior_target_data): New functions.
5322 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
5323 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
5324 * linux-low.c (linux_bp_reinsert): New variable.
5325 (struct inferior_linux_data): New.
5326 (linux_create_inferior): Use set_inferior_target_data.
5327 (linux_attach): Likewise. Call add_inferior.
5328 (linux_wait_for_one_inferior): New function.
5329 (linux_wait): Call it.
5330 (linux_write_memory): Add const.
5331 (initialize_low): Call set_breakpoint_data.
5332 * linux-low.h (struct linux_target_ops): Add breakpoint
5333 handling members.
5334 * server.c (attach_inferior): Remove extra add_inferior
5335 call.
5336 * server.h: Include mem-break.h. Update inferior.c
5337 prototypes.
5338 * target.c (read_inferior_memory)
5339 (write_inferior_memory): New functions.
5340 * target.h (read_inferior_memory)
5341 (write_inferior_memory): Change macros to prototypes.
5342 (struct target_ops): Update comments. Add const to write_memory
5343 definition.
5344
53452002-04-11 Daniel Jacobowitz <drow@mvista.com>
5346
5347 * linux-low.c (usr_store_inferior_registers): Support
5348 registers which are allowed to fail to store.
5349 * linux-low.h (linux_target_ops): Likewise.
5350 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
5351 (ppc_cannot_store_register): FPSCR may not be storable.
5352
53532002-04-09 Daniel Jacobowitz <drow@mvista.com>
5354
5355 * server.h: Include <string.h> if HAVE_STRING_H.
5356 * ChangeLog: Correct paths in last ChangeLog entry.
5357
53582002-04-09 Daniel Jacobowitz <drow@mvista.com>
5359
5360 * linux-low.h: Remove obsolete prototypes.
5361 (struct linux_target_ops): New.
5362 (extern the_low_target): New.
5363 * linux-low.c (num_regs, regmap): Remove declarations.
5364 (register_addr): Use the_low_target explicitly.
5365 (fetch_register): Likewise.
5366 (usr_fetch_inferior_registers): Likewise.
5367 (usr_store_inferior_registers): Likewise.
5368 * linux-arm-low.c (num_regs): Remove.
5369 (arm_num_regs): Define.
5370 (arm_regmap): Renamed from regmap, made static.
5371 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
5372 made static.
5373 (arm_cannot_store_register): Renamed from cannot_store_register,
5374 made static.
5375 (the_low_target): New.
5376 * linux-i386-low.c (num_regs): Remove.
5377 (i386_num_regs): Define.
5378 (i386_regmap): Renamed from regmap, made static.
5379 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
5380 made static.
5381 (i386_cannot_store_register): Renamed from cannot_store_register,
5382 made static.
5383 (the_low_target): New.
5384 * linux-ia64-low.c (num_regs): Remove.
5385 (ia64_num_regs): Define.
5386 (ia64_regmap): Renamed from regmap, made static.
5387 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
5388 made static.
5389 (ia64_cannot_store_register): Renamed from cannot_store_register,
5390 made static.
5391 (the_low_target): New.
5392 * linux-m68k-low.c (num_regs): Remove.
5393 (m68k_num_regs): Define.
5394 (m68k_regmap): Renamed from regmap, made static.
5395 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
5396 made static.
5397 (m68k_cannot_store_register): Renamed from cannot_store_register,
5398 made static.
5399 (the_low_target): New.
5400 * linux-mips-low.c (num_regs): Remove.
5401 (mips_num_regs): Define.
5402 (mips_regmap): Renamed from regmap, made static.
5403 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
5404 made static.
5405 (mips_cannot_store_register): Renamed from cannot_store_register,
5406 made static.
5407 (the_low_target): New.
5408 * linux-ppc-low.c (num_regs): Remove.
5409 (ppc_num_regs): Define.
5410 (ppc_regmap): Renamed from regmap, made static.
5411 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
5412 made static.
5413 (ppc_cannot_store_register): Renamed from cannot_store_register,
5414 made static.
5415 (the_low_target): New.
5416 * linux-s390-low.c (num_regs): Remove.
5417 (s390_num_regs): Define.
5418 (s390_regmap): Renamed from regmap, made static.
5419 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
5420 made static.
5421 (s390_cannot_store_register): Renamed from cannot_store_register,
5422 made static.
5423 (the_low_target): New.
5424 * linux-sh-low.c (num_regs): Remove.
5425 (sh_num_regs): Define.
5426 (sh_regmap): Renamed from regmap, made static.
5427 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
5428 made static.
5429 (sh_cannot_store_register): Renamed from cannot_store_register,
5430 made static.
5431 (the_low_target): New.
5432 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
5433 (the_low_target): New.
5434
54352002-04-09 Daniel Jacobowitz <drow@mvista.com>
5436
5437 * Makefile.in: Add stamp-h target.
5438 * configure.in: Create stamp-h.
5439 * configure: Regenerated.
5440
54412002-04-09 Daniel Jacobowitz <drow@mvista.com>
5442
5443 * inferiors.c: New file.
5444 * target.c: New file.
5445 * target.h: New file.
5446 * Makefile.in: Add target.o and inferiors.o. Update
5447 dependencies.
5448 * linux-low.c (inferior_pid): New static variable,
5449 moved from server.c.
5450 (linux_create_inferior): Renamed from create_inferior.
5451 Call add_inferior. Return 0 on success instead of a PID.
5452 (linux_attach): Renamed from myattach.
5453 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
5454 (linux_thread_alive): Renamed from mythread_alive.
5455 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
5456 child dies.
5457 (linux_resume): Renamed from myresume. Add missing ``return 0''.
5458 (regsets_store_inferior_registers): Correct error message.
5459 Add missing ``return 0''.
5460 (linux_fetch_registers): Renamed from fetch_inferior_registers.
5461 (linux_store_registers): Renamed from store_inferior_registers.
5462 (linux_read_memory): Renamed from read_inferior_memory.
5463 (linux_write_memory): Renamed from write_inferior_memory.
5464 (linux_target_ops): New structure.
5465 (initialize_low): Call set_target_ops ().
5466 * remote-utils.c (unhexify): New function.
5467 (hexify): New function.
5468 (input_interrupt): Send signals to ``signal_pid''.
5469 * server.c (inferior_pid): Remove.
5470 (start_inferior): Update create_inferior call.
5471 (attach_inferior): Call add_inferior.
5472 (handle_query): New function.
5473 (main): Call handle_query for `q' packets.
5474 * server.h: Include "target.h". Remove obsolete prototypes.
5475 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
5476
54772002-04-09 Daniel Jacobowitz <drow@mvista.com>
5478
5479 * Makefile.in: Add WARN_CFLAGS. Update configury
5480 dependencies.
5481 * configure.in: Check for <string.h>
5482 * configure: Regenerate.
5483 * config.in: Regenerate.
5484 * gdbreplay.c: Include needed system headers.
5485 (remote_open): Remove strchr prototype.
5486 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
5487 * regcache.c (supply_register): Change buf argument to const void *.
5488 (supply_register_by_name): Likewise.
5489 (collect_register): Change buf argument to void *.
5490 (collect_register_by_name): Likewise.
5491 * regcache.h: Add missing prototypes.
5492 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
5493 * server.c (handle_query): New function.
5494 (attached): New static variable, moved out of main.
5495 (main): Quiet longjmp clobber warnings.
5496 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
5497 * utils.c (error): Remove NORETURN.
5498 (fatal): Likewise.
This page took 0.811364 seconds and 4 git commands to generate.