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