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