]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
*** empty log message ***
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
db0dfaa0
LM
12013-05-16 Luis Machado <lgustavo@codesourcery.com>
2
3 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
4 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
5 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
6 PT_TEXT_END_ADDR guards. Update comments.
7 (linux_target_op) <read_offsets>: Conditionally define to
8 linux_read_offsets if the target is UCLIBC and if it defines
9 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
10
68f5f838
SL
112013-05-06 Sandra Loosemore <sandra@codesourcery.com>
12 Andrew Jenner <andrew@codesourcery.com>
13
14 * Makefile.in (SFILES): Add linux-nios2-low.c.
15 (clean): Add action to delete nios2-linux.c.
16 (nios2-linux.c): New rule.
17 * configure.srv: Add nios2*-*-linux*.
18 * linux-nios2-low.c: New.
19
1ebff1fd
HAQ
202013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
21
22 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
23
f6150862
HZ
242013-04-25 Hui Zhu <hui@codesourcery.com>
25
26 PR gdb/15186
f6150862
HZ
27 * ax.c (ax_printf): Add fflush.
28
614c279d
TT
292013-04-22 Tom Tromey <tromey@redhat.com>
30
31 * Makefile.in (SFILES): Add filestuff.c.
32 (OBS): Add filestuff.o.
33 (filestuff.o): New target.
34 * config.in, configure: Rebuild.
35 * configure.ac: Check for fdwalk, pipe2.
36
7d4e5717
PA
372013-04-17 Pedro Alves <palves@redhat.com>
38
39 * configure.ac (USE_THREAD_DB): Delete variable.
40 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
41 Don't AC_SUBST USE_THREAD_DB.
42 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
43 * config.in, configure: Regenerate.
44
d5c93e41
PA
452013-04-16 Pedro Alves <palves@redhat.com>
46
47 * linux-low.h (struct lwp_info) <thread_known>: Move under
48 the USE_THREAD_DB #ifdef.
49
04f5fe89
PA
502013-04-16 Pedro Alves <palves@redhat.com>
51
52 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
53 (linux-low.o): Delete rule.
54 * linux-low.h: Always include "gdb_thread_db.h" instead of
55 conditionally including thread_db.h.
56 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
57 HAVE_THREAD_DB_H.
58
480b27bf
JK
592013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 * Makefile.in (install-only): Fix make install regression.
62
43662968
JK
632013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 Convert man pages to texinfo, new gdbinit.5 texinfo page.
66 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
67 installation.
68 * gdbserver.1: Remove.
69
3e74e146
PA
702013-03-22 Pedro Alves <palves@redhat.com>
71
72 * linux-low.c (handle_extended_wait): Don't call
73 linux_enable_event_reporting.
74
a8347a2a
TT
752013-03-15 Tony Theodore <tonyt@logyst.com>
76
77 PR build/9098:
78 * Makefile.in (SHELL): Use @SHELL@.
79
eeb56fa7
SDJ
802013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
81
82 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
83 compiler warning.
84
4fa7e2ff
JB
852013-03-13 Joel Brobecker <brobecker@adacore.com>
86
87 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
88 Remove extraneous NULL element.
89
8ddb1965
YQ
902013-03-13 Yao Qi <yao@codesourcery.com>
91
92 * tracepoint.c (traceframe_read_tsv): Look for the last matched
93 'V' block in trace frame.
94
9accd112
MM
952013-03-11 Markus Metzger <markus.t.metzger@intel.com>
96
97 * target.h (struct target_ops): Add btrace ops.
98 (target_supports_btrace): New macro.
99 (target_enable_btrace): New macro.
100 (target_disable_btrace): New macro.
101 (target_read_btrace): New macro.
102 * gdbthread.h (struct thread_info): Add btrace field.
103 * server.c: Include btrace-common.h.
104 (handle_btrace_general_set): New function.
105 (handle_btrace_enable): New function.
106 (handle_btrace_disable): New function.
107 (handle_general_set): Call handle_btrace_general_set.
108 (handle_qxfer_btrace): New function.
109 (struct qxfer qxfer_packets[]): Add btrace entry.
110 * inferiors.c (remove_thread): Disable btrace.
111 * linux-low: Include linux-btrace.h.
112 (linux_low_enable_btrace): New function.
113 (linux_low_read_btrace): New function.
114 (linux_target_ops): Add btrace ops.
115 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
116 Add srv_linux_btrace=yes.
117 (x86_64-*-linux*): Add linux-btrace.o.
118 Add srv_linux_btrace=yes.
119 * configure.ac: Define HAVE_LINUX_BTRACE.
120 * config.in: Regenerated.
121 * configure: Regenerated.
122
5cc22e4c
MM
1232013-03-11 Markus Metzger <markus.t.metzger@intel.com>
124
125 * server.c (handle_qxfer): Preserve error message if -3 is
126 returned.
127 (qxfer): Document the -3 return value.
128
7c97f91e
MM
1292013-03-11 Markus Metzger <markus.t.metzger@intel.com>
130
131 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
132 (linux_btrace_h): New variable.
133 (linux-btrace.o): New rule.
134
be9a119c 1352013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
136 Hafiz Abid Qadeer <abidh@codesourcery.com>
137
138 * tracepoint.c (trace_buffer_size): New global.
139 (DEFAULT_TRACE_BUFFER_SIZE): New define.
140 (init_trace_buffer): Change to one-argument function. Allocate
141 trace buffer memory.
142 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
143 handle QTBuffer:size packet.
144 (cmd_bigqtbuffer_size): New function.
145 (initialize_tracepoint): Call init_trace_buffer with
146 DEFAULT_TRACE_BUFFER_SIZE.
147 * server.c (handle_query): Add QTBuffer:size in the
148 supported packets.
149
e64f7499
YQ
1502013-03-07 Yao Qi <yao@codesourcery.com>
151
152 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
153 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
154 of -1.
155 (cmd_qtsp): Adjust condition. Do post increment.
156 Set cur_action and cur_step_action back to 0.
157
f0ae6fc3
PA
1582013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
159
160 PR server/15236
161 * linux-low.c (linux_write_memory): Return early success if LEN is
162 zero.
163
b5b0b0af
CV
1642013-03-05 Corinna Vinschen <vinschen@redhat.de>
165
334ad4a8 166 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 167
589bc927
TT
1682013-02-28 Tom Tromey <tromey@redhat.com>
169
170 * configure.ac: Invoke AC_SYS_LARGEFILE.
171 * configure, config.in: Rebuild.
172
dfe07582
CV
1732013-02-28 Corinna Vinschen <vinschen@redhat.com>
174
175 * win32-low.c: Throughout, fix format strings and casts of
176 printf-like functions to avoid type related warnings on all
177 platforms.
178 (get_child_debug_event): Print dwDebugEventCode as hex since
179 that's how it's usually documented.
180
736cd585
YQ
1812013-02-28 Yao Qi <yao@codesourcery.com>
182
183 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
184 pulongest.
185
e1f58301
JW
1862013-02-27 Jiong Wang <jiwang@tilera.com>
187
188 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
189 (reg-tilegx32.c): New rule.
190 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
191 * linux-tile-low.c (tile_arch_setup): New function. Invoke
192 different register info initializer according to elf class.
193 (init_registers_tilgx32): New function. The tilegx32 register info
194 initializer.
195 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
196 (tile_store_gregset): Likewise.
197
d171ca78
YQ
1982013-02-27 Yao Qi <yao@codesourcery.com>
199
200 * server.c (process_point_options): Print debug message when
201 debug_threads is true.
202
282bbdf3
YQ
2032013-02-26 Yao Qi <yao@codesourcery.com>
204
205 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
206
aca22551
PA
2072013-02-19 Pedro Alves <palves@redhat.com>
208 Kai Tietz <ktietz@redhat.com>
209
210 PR gdb/15161
211
212 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
213 instead of strtoul to extract address from packet.
214 (process_serial_event) <'z'>: Likewise.
215
4f3cee1c
YQ
2162013-02-18 Yao Qi <yao@codesourcery.com>
217
218 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
219
8e1d55a3
PA
2202013-02-14 Pedro Alves <palves@redhat.com>
221
222 Plug memory leak.
223
224 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
225 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
226
458820da
PA
2272013-02-14 Pedro Alves <palves@redhat.com>
228
229 * tracepoint.c (cmd_qtdpsrc): Use savestring.
230
baea0dae
PA
2312013-02-14 Pedro Alves <palves@redhat.com>
232
233 * tracepoint.c (save_string): Delete.
234 (add_tracepoint_action): Use savestring instead of save_string.
235
0b1afbb3
PA
2362013-02-12 Pedro Alves <palves@redhat.com>
237
238 * linux-xtensa-low.c: Ditto.
239 * xtensa-xtregs.c: Ditto.
240
8a4ac37e
PA
2412013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
242
243 * thread-db.c (thread_db_get_tls_address): NULL pointer check
244 thread_db.
245
148de6bb
MS
2462013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
247
248 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
249 aarch64_num_wp_regs and aarch64_num_bp_regs to
250 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
251
55fac6e0
MS
2522013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
253
254 * linux-aarch64-low.c (ps_get_thread_area): Replace
255 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
256
176eb98c
MS
2572013-02-04 Jim MacArthur <jim.macarthur@arm.com>
258 Marcus Shawcroft <marcus.shawcroft@arm.com>
259 Nigel Stephens <nigel.stephens@arm.com>
260 Yufeng Zhang <yufeng.zhang@arm.com>
261
262 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
263 (aarch64.c, aarch64-without-fpu.c): New targets.
264 * configure.srv (aarch64*-*-linux*): New.
265 * linux-aarch64-low.c: New file.
266
56f7af9c
MS
2672013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
268
43aaf8b6 269 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
270 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
271 (dequeue_one_deferred_signal, linux_resume_one_thread)
272 (fetch_register, linux_write_memory, linux_enable_event_reporting)
273 (linux_tracefork_grandchild, linux_test_for_tracefork)
274 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
275 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
276 where the argument is 0.
277
60f662b0
YQ
2782013-01-25 Yao Qi <yao@codesourcery.com>
279
280 * event-loop.c: Include "queue.h".
281 (gdb_event_p): New typedef.
282 (struct gdb_event) <next_event>: Remove.
283 (event_queue): Change to QUEUE(gdb_event_p).
284 (async_queue_event): Remove.
285 (gdb_event_xfree): New.
286 (initialize_event_loop): New.
287 (process_event): Use API from QUEUE.
288 (wait_for_event): Likewise.
289 * server.c (main): Call initialize_event_loop.
290 * server.h (initialize_event_loop): Declare.
291
5ae4861a
YQ
2922013-01-18 Yao Qi <yao@codesourcery.com>
293
294 * ax.h (struct eval_agent_expr_context): New.
295 (gdb_eval_agent_expr): Update declaration.
296 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
297 TFRAME. Add new argument CTX.
298 * server.h (struct eval_agent_expr_context): Declare.
299 (agent_mem_read, agent_tsv_read): Update declaration.
300 (agent_mem_read_string): Likewise.
301 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
302 (add_traceframe_block): Add new argument TPOINT.
303 Increase TPOINT->traceframe_usage.
304 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
305 eval_tracepoint_agent_expr.
306 (condition_true_at_tracepoint): Likewise.
307 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
308 (agent_mem_read_string, agent_tsv_read): Likewise.
309
85e00e85
YQ
3102013-01-16 Yao Qi <yao@codesourcery.com>
311
312 * linux-low.c (linux_resume_one_lwp): Don't check
313 'lwp->bp_reinsert != 0'.
314
4039cf45
JB
3152013-01-07 Joel Brobecker <brobecker@adacore.com>
316 Pedro Alves <palves@redhat.com>
317
318 * lynx-low.c (ptrace_request_to_str): Define a temporary
319 macro and use it to simplify this function's implementation.
320
9044dee2
JB
3212013-01-07 Joel Brobecker <brobecker@adacore.com>
322
323 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
324 sets errno.
325
e6352c8f
JB
3262013-01-07 Joel Brobecker <brobecker@adacore.com>
327
328 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
329
50681a27
JB
3302013-01-07 Joel Brobecker <brobecker@adacore.com>
331
332 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
333
3f6e77ef
JB
3342013-01-07 Joel Brobecker <brobecker@adacore.com>
335
336 * lynx-low.c (lynx_resume): Use the resume_info parameter
337 to determine the ptid for the lynx_ptrace call, unless
338 it is equal to minus_one_ptid, in which case we use the
339 ptid of the current_inferior.
340 (lynx_wait_1): After having received a thread create/exit
341 event, resume the inferior's execution using the signaling
342 thread's ptid, rather than the old ptid.
343
7fda33ae
JB
3442013-01-07 Joel Brobecker <brobecker@adacore.com>
345
346 * lynx-low.c (lynx_resume): Delete variable ret.
347
b9786c74
JB
3482013-01-01 Joel Brobecker <brobecker@adacore.com>
349
350 * gdbreplay.c (gdbreplay_version): Update copyright year.
351 * server.c (gdbserver_version): Likewise.
352
8b93d60f
JB
3532012-12-17 Joel Brobecker <brobecker@adacore.com>
354
355 * lynx-low.c (lynx_wait_1): Add debug trace before adding
356 new thread.
357
037335a7
JB
3582012-12-17 Joel Brobecker <brobecker@adacore.com>
359
360 * lynx-low.c (ptrace_request_to_str): Add handling for
361 PTRACE_GETTRACESIG.
362
52d4cbd8
JB
3632012-12-17 Joel Brobecker <brobecker@adacore.com>
364
365 * lynx-low.c (lynx_attach): Delete variable new_process.
366
ab8f6ca9
JB
3672012-12-17 Joel Brobecker <brobecker@adacore.com>
368
369 * lynx-low.c (lynx_create_inferior): Delete variable
370 new_process.
371
78cbc024
JB
3722012-12-17 Joel Brobecker <brobecker@adacore.com>
373
374 * lynx-low.c (ptrace_request_to_str): Do not handle
375 PTRACE_GETTHREADLIST if this macro does not exist.
376
14a00470
YQ
3772012-12-15 Yao Qi <yao@codesourcery.com>
378
379 * Makefile.in (OBS): Add notif.o.
380 * notif.c, notif.h: New.
381 * server.c: Include "notif.h".
382 (struct vstop_notif) <next>: Remove.
383 <base>: New field.
384 (queue_stop_reply): Update.
385 (push_event, send_next_stop_reply): Remove.
386 (discard_queued_stop_replies): Update.
387 (notif_stop): New variable.
388 (handle_v_stopped): Remove.
389 (handle_v_requests): Don't call handle_v_stopped. Call
390 handle_ack_notif instead.
391 (queue_stop_reply_callback): Call notif_event_enque instead
392 of queue_stop_reply.
393 (handle_status): Don't call send_next_stop_reply, call
394 notif_write_event instead.
395 (kill_inferior_callback): Likewise.
396 (detach_or_kill_inferior_callback): Likewise.
397 (main): Call initialize_notif.
398 (process_serial_event): Call QUEUE_is_empty.
399 (handle_target_event): Call notif_push instead of push event.
400 * server.h (push_event): Remove declaration.
401
61c125b9
TT
4022012-12-10 Tom Tromey <tromey@redhat.com>
403
404 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
405 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
406 macros.
407 (.c.o): Rewrite.
408 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
409 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
410 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
411 (amd64-linux-ipa.o, ax.o): Rewrite.
412 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
413 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
414 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
415 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
416 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
417 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
418 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
419 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
420 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
421 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
422 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
423 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
424 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
425 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
426 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
427 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
428 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
429 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
430 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
431 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
432 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
433 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
434 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
435 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
436 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
437 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
438 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
439 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
440 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
441 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
442 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
443 (reg-tilegx.o): Remove.
444 (all_object_files): New macro.
445 Include .deps files.
446 * aclocal.m4, configure: Rebuild.
447 * acinclude.m4: Include depstand.m4, lead-dot.m4.
448 * configure.ac: Invoke ZW_CREATE_DEPDIR,
449 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
450
e90e9ad9
TT
4512012-12-05 Tom Tromey <tromey@redhat.com>
452
453 PR gdb/14917:
454 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
455
02d403bf 4562012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
457
458 * configure.ac: Check for linux/perf_event.h.
459 * config.in: Regenerated.
460 * configure: Regenerated.
461
0270a750
PA
4622012-11-26 Maxime Villard <rustyBSD@gmx.fr>
463
464 * hostio.c (handle_readlink): Decrease buffer size
465 parameter passed to readlink by one byte.
466
8c29b58e
YQ
4672012-11-26 Yao Qi <yao@codesourcery.com>
468
469 * configure.ac (build_warnings): Append '-Wempty-body'.
470 * configure: Regenerated.
471 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
472 body.
473
8bdce1ff
PM
4742012-11-15 Pierre Muller <muller@sourceware.org>
475
476 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
477 * config.in: Regenerate.
478 * configure: Regenerate.
479 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
480 Use "gdb_wait.h" header instead of <sys/wait.h> header.
481 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
482 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
483 header.
484 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
485 instead of <sys/wait.h> header.
486 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
487
02d403bf 4882012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
489
490 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
491 (various make rules): Remove -DGDBSERVER
492
fbd5db48
YQ
4932012-11-09 Yao Qi <yao@codesourcery.com>
494
495 * spu-low.c (current_ptid): Move it to ..
496 * gdbthread.h: ... here. New.
497 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
498 * server.c (myresume, process_serial_event): Likewise.
499 * thread-db.c (thread_db_find_new_threads): Likewise.
500 * tracepoint.c (run_inferior_command): Likewise.
501
b3dc46ff
AB
5022012-10-01 Andrew Burgess <aburgess@broadcom.com>
503
504 * server.c (handle_search_memory_1): Include access length in
505 warning message.
506
07c04788
HPN
5072012-09-05 Michael Brandt <michael.brandt@axis.com>
508
509 * linux-crisv32-low.c: Fix compile errors.
510
918d227b
YQ
5112012-09-04 Yao Qi <yao@codesourcery.com>
512
513 * tracepoint.c (cmd_qtsv): Adjust debug message.
514 Don't check CUR_TPOINT.
515
18c1b81a
YQ
5162012-08-28 Yao Qi <yao@codesourcery.com>
517
518 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
519 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
520 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
521 Remove declarations of xmalloc, xreallloc, xstrdup and
522 freeargv.
523 * Makefile.in (libiberty_h): New.
524 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
525 (linux-bfin-low.o): Append dependency 'libiberty.h'.
526
dc82f37b
YQ
5272012-08-23 Yao Qi <yao@codesourcery.com>
528
529 * server.h: Remove declaration of 'xsnprintf'.
530
406b1477
KS
5312012-08-22 Keith Seitz <keiths@redhat.com>
532
533 * server.h: Include build-gnulib-gbserver/config.h.
534 * gdbreplay.c: Likewise.
535
e6712ff1
DE
5362012-08-08 Doug Evans <dje@google.com>
537
538 * Makefile.in (SFILES): Add gdb_vecs.c.
539 (OBS): Add gdb_vecs.o.
540 (gdb_vecs_h, host_defs_h): New variables.
541 (thread-db.o): Add $(gdb_vecs_h) dependency.
542 (gdb_vecs.o): New rule.
543 * thread-db.c: #include "gdb_vecs.h".
544 (thread_db_load_search): Use a vector to iterate over path elements.
545 Handle text appearing after "$pdir".
546
547 * configure.ac: Add check for strstr.
548 * config.in: Regenerate.
549 * configure: Regenerate.
550
7c3270ae
UW
5512012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
552
553 * hostio.c (handle_pread): If pread fails, fall back to attempting
554 lseek/read.
555 (handle_pwrite): Likewise for pwrite.
556
b62e2b27
UW
5572012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
558
559 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
560 between unsupported TYPE and unimplementable ADDR/LEN combination.
561 (arm_insert_point): Act on new return value.
562
78a99e91
PA
5632012-07-31 Pedro Alves <palves@redhat.com>
564
565 * server.c (process_point_options): Only skip tokens if we find
566 one that is unrecognized. Don't treat 'X' specially while
567 skipping unrecognized tokens.
568
fcf303ab
UW
5692012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
570
571 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
572 to 4-byte-align HW breakpoint addresses for Thumb.
573
7255706c
YQ
5742012-07-27 Yao Qi <yao@codesourcery.com>
575
576 PR remote/14161.
577
578 * server.h: Declare gdb_agent_about_to_close.
579 * target.c (kill_inferior): Include "agent.h".
580 New. Send command 'kill'.
581 * target.h (kill_inferior): Removed macro.
582 * tracepoint.c (gdb_agent_about_to_close): New.
583 (gdb_agent_helper_thread): Handle command 'close'.
584 Wait endlessly until the inferior stops.
585 Install gdb_agent_remove_socket to atexit hook.
586 (agent_socket_name): New static variable.
587 (gdb_agent_socket_init): Replace local variable 'name' with
588 'agent_socket_name'.
589 (gdb_agent_remove_socket): New.
590
5a3f286f
YQ
5912012-07-27 Yao Qi <yao@codesourcery.com>
592
593 * server.c (process_point_options): Stop at 'X' when parsing.
594
961bd387
ME
5952012-07-19 Michael Eager <eager@eagercon.com>
596
597 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
598 to hw_execute.
599 * linux-x86-low.c (x86_insert_point, x86_remove_point):
600 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
601 hardware breakpoint.
602
aa7c7447
JK
6032012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
604
605 * gdbserver/linux-low.c (initialize_low): Call
606 linux_ptrace_init_warnings.
607
7f216e7c
DE
6082012-07-02 Doug Evans <dje@google.com>
609
610 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
611 pointer to int.
612
d3ce09f5
SS
6132012-07-02 Stan Shebs <stan@codesourcery.com>
614
615 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
616 (ax.o): Add it to build rule.
617 (ax-ipa.o): Ditto.
618 (OBS): Add format.o.
619 (IPA_OBS): Add format.o.
620 * server.c (handle_query): Claim support for breakpoint commands.
621 (process_point_options): Add command case.
622 (process_serial_event): Leave running if there are printfs in
623 effect.
624 * mem-break.h (any_persistent_commands): Declare.
625 (add_breakpoint_commands): Declare.
626 (gdb_no_commands_at_breakpoint): Declare.
627 (run_breakpoint_commands): Declare.
628 * mem-break.c (struct point_command_list): New struct.
629 (struct breakpoint): New field command_list.
630 (any_persistent_commands): New function.
631 (add_commands_to_breakpoint): New function.
632 (add_breakpoint_commands): New function.
633 (gdb_no_commands_at_breakpoint): New function.
634 (run_breakpoint_commands): New function.
635 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
636 locally.
637 * ax.c: Include format.h.
638 (ax_printf): New function.
639 (gdb_eval_agent_expr): Add printf opcode.
640
2f8f6aed
YQ
6412012-06-13 Yao Qi <yao@codesourcery.com>
642
643 * server.c (start_inferior): Remove duplicated writes to fields
644 'last_resume_kind' and 'last_status' of 'current_inferior'.
645
0c9070b3
YQ
6462012-06-12 Yao Qi <yao@codesourcery.com>
647 Pedro Alves <palves@redhat.com>
648
649 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
650 comment.
651 * server.c (handle_v_cont): Extend comment.
652
c52daf70
YQ
6532012-06-11 Yao Qi <yao@codesourcery.com>
654
655 * linux-low.c (linux_attach): Add 'static'.
656
d38bbb0a
YQ
6572012-06-06 Yao Qi <yao@codesourcery.com>
658
659 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
660
89dc0afd
JK
6612012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 Fix gcc -flto compilation warning.
664 * server.c (main): Make variable multi_mode and attach volatile.
665
75f62ce7
TJB
6662012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
667
668 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
669 if the platform doesn't know about it.
670
65f479b6
PA
6712012-05-30 Jeff Kenton <jkenton@tilera.com>
672
673 * Makefile.in (SFILES): Add linux-tile-low.c.
674 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
675 * configure.srv: Handle tilegx-*-linux*.
676 * linux-tile-low.c: New file.
677
0c5bf5a9
JK
6782012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
681
a493e3e2
PA
6822012-05-24 Pedro Alves <palves@redhat.com>
683
684 PR gdb/7205
685
43aaf8b6 686 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 687
2ea28649
PA
6882012-05-24 Pedro Alves <palves@redhat.com>
689
690 PR gdb/7205
691
692 Replace target_signal with gdb_signal throughout.
693
8d409d16
MR
6942012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
695
696 * linux-low.c (linux_store_registers): Avoid the copying sequence
697 when no data has been retrieved by ptrace.
698
23512c01
MGD
6992012-05-22 Will Deacon <will.deacon@arm.com>
700
701 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
702 Include asm/ptrace.h.
703 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
704 already defined.
705
4934b29e
MR
7062012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
707
708 * linux-low.c (linux_store_registers): Don't re-retrieve data
709 with ptrace that has already been obtained from /proc. Always
710 copy any data retrieved with ptrace to the buffer supplied.
711
bde24c0a
PA
7122012-05-11 Yao Qi <yao@codesourcery.com>
713 Pedro Alves <palves@redhat.com>
714
715 * linux-low.c (enum stopping_threads_kind): New.
716 (stopping_threads): Change type to `enum stopping_threads_kind'.
717 (handle_extended_wait): If stopping and suspending threads, leave
718 the new_lwp suspended too.
719 (linux_wait_for_event): Adjust.
720 (stop_all_lwps): Set `stopping_threads' to
721 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
722 whether we're suspending threads or just stopping them. Assert no
723 recursion happens.
724
623b6bdf
YQ
7252012-04-29 Yao Qi <yao@codesourcery.com>
726
727 * server.h: Move some code to ...
728 * gdbthread.h: ... here. New.
729 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
730 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
731 (nto-low.o, win32-low.o): Likewise.
732 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
733 * regcache.c, remote-utils.c, server.c: Likewise.
734 * target.c, tracepoint.c, win32-low.c: Likewise.
735
f15f9948
TJB
7362012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
737
738 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
739 (PTRACE_ARG4_TYPE): Likewise.
740 (PTRACE_XFER_TYPE): Likewise.
741 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
742 ptrace to PTRACE_ARG3_TYPE.
743 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
744 (PTRACE_ARG4_TYPE): Likewise.
745 (PTRACE_XFER_TYPE): Likewise.
746 (linux_detach_one_lwp): Cast fourth argument of
747 ptrace to long then PTRACE_ARG4_TYPE.
748 (regsets_fetch_inferior_registers): Cast third argument of
749 ptrace to long then PTRACE_ARG3_TYPE.
750 (regsets_store_inferior_registers): Likewise.
751
38ea300a
PA
7522012-04-20 Pedro Alves <palves@redhat.com>
753
754 * configure: Regenerate.
755
c971b7fa
PA
7562012-04-19 Pedro Alves <palves@redhat.com>
757
43aaf8b6 758 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 759 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
760 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
761 (all, install-only, uninstall, clean-info, all-lib, clean): No
762 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
763 (maintainer-clean realclean distclean): Use subdir_do.
764 (subdir_do): New.
765 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 766 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
767 * acinclude.m4: Include acx_configure_dir.m4.
768 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
769 calls. Call AC_PROG_RANLIB. Configure gnulib using
770 ACX_CONFIGURE_DIR.
771 (GNULIB): New.
772 (GNULIB_STDINT_H): Adjust.
773 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
774 * gdbreplay.c: Include build-gnulib/config.h.
775 * server.h: Likewise.
776 * aclocal.m4: Regenerate.
777 * config.in: Regenerate.
778 * configure: Regenerate.
c971b7fa 779
809277f8
PA
7802012-04-19 Pedro Alves <palves@redhat.com>
781
782 * Makefile.in (LIBGNU, INCGNU): Adjust.
783 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
784 (all, install-only, uninstall, clean-info, all-lib, clean)
785 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
786 * configure.ac: Adjust AC_OUTPUT output.
787 * aclocal.m4: Regenerate.
788 * configure: Regenerate.
789
fd9bb8b8
PA
7902012-04-19 Pedro Alves <palves@redhat.com>
791
792 * Makefile.in (generated_files): New.
793 (server_h): Remove the explicit dependency on config.h, and depend
794 on $generated_files.
795
1c298c66
PA
7962012-04-19 Pedro Alves <palves@redhat.com>
797
798 * Makefile.in (INCGNU): Add -Ignulib.
799
57c4b50b
PA
8002012-04-19 Pedro Alves <palves@redhat.com>
801
802 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
803 (INCGNU): ... this, and spell out -I here.
804 (GNULIB_LIB): Rename to ...
805 (LIBGNU): ... this.
806 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
807
1030e047
PA
8082012-04-19 Pedro Alves <palves@redhat.com>
809
810 * config.in: Regenerate.
811
447d4319
PA
8122012-04-19 Pedro Alves <palves@redhat.com>
813
814 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
815 * server.h (memmem): Remove declaration.
816 * config.in: Regenerate.
817 * configure: Regenerate.
818
aad9eab9
YQ
8192012-04-19 Yao Qi <yao@codesourcery.com>
820
821 * Makefile.in (SFILES): Add common/vec.c.
822 (OBS): Add vec.o.
823 (vec.o): New rule.
824
3e10640f
YQ
8252012-04-19 Yao Qi <yao@codesourcery.com>
826
827 * remote-utils.c (prepare_resume_reply): Replace with macro
828 target_core_of_thread.
829 * server.c (handle_qxfer_threads_proper): Likewise.
830 * target.h (traget_core_of_thread): New macro.
831
71622373
PA
8322012-04-18 Pedro Alves <palves@redhat.com>
833
834 * aclocal.m4: Regenerate.
835 * configure: Regenerate.
836
80d26939
YQ
8372012-04-16 Yao Qi <yao@codesourcery.com>
838
839 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
840 duplicated on address.
841
42476b70
YQ
8422012-04-16 Yao Qi <yao@codesourcery.com>
843
844 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
845 (struct tracepoint_action_ops) <send>: New field.
846 (m_tracepoint_action_send, r_tracepoint_action_send): New.
847 (agent_expr_send, x_tracepoint_action_send): New.
848 (l_tracepoint_action_send): New.
849 (cmd_qtdp): Download and install tracepoint
850 according to `use_agent'.
851 (run_inferior_command): Add one more parameter `len'.
852 Update callers.
853 (tracepoint_send_agent): New.
854 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
855
7bc83639
YQ
8562012-04-16 Yao Qi <yao@codesourcery.com>
857
858 * tracepoint.c (download_tracepoints): Moved to ...
859 (cmd_qtstart): ... here.
860
5f18041e
YQ
8612012-04-14 Yao Qi <yao@codesourcery.com>
862
863 * tracepoint.c: Include inttypes.h.
864 (struct collect_memory_action): Use sized types.
865 (struct tracepoint): Likewise.
866 (cmd_qtdp, stop_tracing): Update print specifiers.
867 (cmd_qtp, response_tracepoint): Likewise.
868 (collect_data_at_tracepoint): Likewise.
869 (collect_data_at_step): Likewise.
870
55a8c076
YQ
8712012-04-14 Yao Qi <yao@codesourcery.com>
872
873 Import gnulib module inttypes.
874 * aclocal.m4, config.in, configure: Regenerated.
875
dc750257
YQ
8762012-04-14 Yao Qi <yao@codesourcery.com>
877
878 * Makefile.in (maintainer-clean, realclean, distclean): Remove
879 Makefile and config.status at last.
880
0ab5faf9
YQ
8812012-04-13 Yao Qi <yao@codesourcery.com>
882
883 * tracepoint.c: Include stdint.h unconditionally.
884
18f5fd81
TJB
8852012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
886
887 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
888 on BFD_HAVE_SYS_PROCFS_TYPE.
889 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
890 * configure: Regenerate.
891 * config.in: Likewise.
892
4d47af5c
L
8932012-04-13 H.J. Lu <hongjiu.lu@intel.com>
894
895 * Makefile.in (clean): Also remove x32.c x32-linux.c
896 x32-avx.c x32-avx-linux.c.
897 (x32.o): New target.
898 (x32.c): Likewise.
899 (x32-linux.o): Likewise.
900 (x32-linux.c): Likewise.
901 (x32-avx.o): Likewise.
902 (x32-avx.c): Likewise.
903 (x32-avx-linux.o): Likewise.
904 (x32-avx-linux.c): Likewise.
905
906 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
907 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
908 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
909 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
910 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
911 i386/x32-avx-linux.xml.
912
913 * linux-x86-low.c (init_registers_x32_linux): New prototype.
914 (init_registers_x32_avx_linux): Likwise.
915 (x86_linux_update_xmltarget): Call init_registers_x32_linux
916 or init_registers_x32_avx_linux if linux_is_elf64 is false.
917
ecedbe58
PA
9182012-04-13 Pedro Alves <palves@redhat.com>
919
920 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
921 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
922 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
923 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
924 the sub-make.
925
c92b5177
L
9262012-04-12 H.J. Lu <hongjiu.lu@intel.com>
927
928 * linux-x86-low.c (compat_x32_clock_t): New.
929 (compat_x32_siginfo_t): Likewise.
930 (compat_x32_siginfo_from_siginfo): Likewise.
931 (siginfo_from_compat_x32_siginfo): Likewise.
932 (linux_is_elf64): Likewise.
933 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
934 and siginfo_from_compat_x32_siginfo for x32.
935 (x86_arch_setup): Set linux_is_elf64.
936
214d508e
L
9372012-04-12 H.J. Lu <hongjiu.lu@intel.com>
938
939 PR gdb/13969
940 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
941 e_machine field.
942 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
943 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
944 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
945 compatible with process.
946
c9a1864a
YQ
9472012-04-12 Yao Qi <yao@codesourcery.com>
948
949 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
950 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
951 (install-only, install-info, clean): Handle sub dir gnulib.
952 (all-lib, am--refresh): New targets.
953 (memmem.o): Remove target.
954 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
955 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
956 (AC_REPLACE_FUNCS): Remove memmem.
957 Invoke gl_INIT and AM_INIT_AUTOMAKE.
958 (AC_OUTPUT): Generate Makefile in gnulib/.
959 * aclocal.m4, config.in, configure: Regenerated.
960
367ba2c2
MR
9612012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
962
963 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
964
9d236627
PA
9652012-04-05 Pedro Alves <palves@redhat.com>
966
967 -Werror=strict-aliasing
968
969 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
970 pointer.
971
111217b3
PA
9722012-04-04 Pedro Alves <palves@redhat.com>
973
974 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
975 (sparc_store_gregset_from_stack, sparc_store_gregset)
976 (sparc_breakpoint_at): Fix formatting.
977
8365dcf5
TJB
9782012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
979
980 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
981 are available.
982 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
983 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
984 * config.in: Regenerate.
985 * configure: Likewise.
986
689cc2ae
PA
9872012-03-29 Pedro Alves <palves@redhat.com>
988
989 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
990 Correct ptrace arguments.
991
c14dfd32
PA
9922012-03-28 Pedro Alves <palves@redhat.com>
993
994 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
995 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
996 (IA64_FR1_REGNUM): New defines.
997 (ia64_fetch_register): New.
998 (the_low_target): Install it.
999 * linux-low.h (struct linux_target_ops) <fetch_register>: New
1000 field.
1001 * linux-low.c (linux_fetch_registers): Try the
1002 the_low_target.fetch_register hook first.
1003
1004 * linux-arm-low.c (the_low_target): Adjust.
1005 * linux-bfin-low.c (the_low_target): Adjust.
1006 * linux-cris-low.c (the_low_target): Adjust.
1007 * linux-crisv32-low.c (the_low_target): Adjust.
1008 * linux-m32r-low.c (the_low_target): Adjust.
1009 * linux-m68k-low.c (the_low_target): Adjust.
1010 * linux-mips-low.c (the_low_target): Adjust.
1011 * linux-ppc-low.c (the_low_target): Adjust.
1012 * linux-s390-low.c (the_low_target): Adjust.
1013 * linux-sh-low.c (the_low_target): Adjust.
1014 * linux-sparc-low.c (the_low_target): Adjust.
1015 * linux-tic6x-low.c (the_low_target): Adjust.
1016 * linux-x86-low.c (the_low_target): Adjust.
1017 * linux-xtensa-low.c (the_low_target): Adjust.
1018
63c88e13
PA
10192012-03-26 Pedro Alves <palves@redhat.com>
1020
1021 * server.c (handle_qxfer_libraries): Don't bail early if
1022 the_target->qxfer_libraries_svr4 is not NULL.
1023
fb723180
PA
10242012-03-26 Pedro Alves <palves@redhat.com>
1025
1026 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
1027
0afae3cf
PA
10282012-03-23 Pedro Alves <palves@redhat.com>
1029
1030 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
1031 "library-list-svr4" element's start tag when the the DSO list is
1032 empty.
1033
485f1ee4
PA
10342012-03-23 Pedro Alves <palves@redhat.com>
1035
1036 * linux-low.c (read_one_ptr): Read the inferior's pointer through
1037 a variable whose type size is the same as the inferior's pointer
1038 size.
1039
a5362b9a
TS
10402012-03-21 Thomas Schwinge <thomas@codesourcery.com>
1041
1042 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
1043 struct siginfo.
1044 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
1045 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
1046 * linux-low.h: Include <signal.h>.
1047 (struct siginfo): Remove forward declaration.
1048 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
1049 struct siginfo.
1050
d226c142
MF
10512012-03-21 Mike Frysinger <vapier@gentoo.org>
1052
1053 * .gitignore: Ignore more files.
1054
122f36ef
PA
10552012-03-19 Pedro Alves <palves@redhat.com>
1056 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * server.c (cont_thread, general_thread): Add describing comments.
1059 (start_inferior): Clear `cont_thread'.
1060 (handle_v_cont): Don't set `cont_thread' if resuming all threads
1061 of a process.
1062
fc3e5175
YQ
10632012-03-15 Yao Qi <yao@codesourcery.com>
1064
1065 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
1066 handling to ...
1067 (cmd_qtdp): ... here.
1068
8d0d92cd
YQ
10692012-03-15 Yao Qi <yao@codesourcery.com>
1070
1071 * tracepoint.c (struct tracepoint_action_ops): New.
1072 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
1073 (m_tracepoint_action_download): New.
1074 (r_tracepoint_action_download): New.
1075 (x_tracepoint_action_download): New.
1076 (l_tracepoint_action_download): New.
1077 (add_tracepoint_action): Install `action->ops' according type.
1078 (download_tracepoint_1): Move code `download' function pointer
1079 of various tracepoint_action_ops.
1080
87b0bb13
JK
10812012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1082
1083 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
1084 linux_ptrace_attach_warnings.
1085
5f572dec
JK
10862012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1087
1088 * Makefile.in (linux-ptrace.o): New.
1089 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
1090 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
1091 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
1092 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
1093 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
1094 of these targets.
1095 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
1096
f4647387
YQ
10972012-03-08 Yao Qi <yao@codesourcery.com>
1098 Pedro Alves <palves@redhat.com>
1099
1100 Fix PR server/13392.
1101 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
1102 offset of JMP insn.
1103 * tracepoint.c (remove_tracepoint): New.
1104 (cmd_qtdp): Call remove_tracepoint when failed to install.
1105
9b224c5e
PA
11062012-03-07 Pedro Alves <palves@redhat.com>
1107
1108 * linux-low.c (get_detach_signal): New.
1109 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
1110 Pass on pending signals to PTRACE_DETACH. Check the result of the
1111 ptrace call.
1112 * server.c (program_signals, program_signals_p): New.
1113 (handle_general_set): Handle QProgramSignals.
1114 * server.h (program_signals, program_signals_p): Declare.
1115
e237a7e2
JK
11162012-03-05 Pedro Alves <palves@redhat.com>
1117 Jan Kratochvil <jan.kratochvil@redhat.com>
1118
1119 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
1120 New comment why.
1121
5808517f
YQ
11222012-03-03 Yao Qi <yao@codesourcery.com>
1123
1124 * tracepoint.c (tracepoint_look_up_symbols): Update call to
1125 agent_look_up_symbols.
1126
58b4daa5
YQ
11272012-03-03 Yao Qi <yao@codesourcery.com>
1128
1129 * Makefile.in (linux-low.o): Keep dependence on agent.h.
1130 (linux-x86-low.o): Likewise.
1131 * server.h: Remove in_process_agent_loaded.
1132 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
1133 common/agent.c.
1134 Update callers.
1135
8ffcbaaf
YQ
11362012-03-03 Yao Qi <yao@codesourcery.com>
1137
1138 * tracepoint.c (gdb_agent_capability): New global.
1139 (in_process_agent_loaded_ust): Renamed to
1140 `in_process_agent_supports_ust'.
1141 Update callers.
1142 (in_process_agent_supports_ust): Call agent_capability_check.
1143 (clear_installed_tracepoints): Assert that agent supports
1144 agent.
1145
d1feda86
YQ
11462012-03-03 Yao Qi <yao@codesourcery.com>
1147
1148 * linux-low.c (linux_supports_agent): New.
1149 (linux_target_ops): Initialize field `supports_agent' with
1150 linux_supports_agent.
1151 * target.h (struct target_ops) <supports_agent>: New.
1152 (target_supports_agent): New macro.
1153 * server.c (handle_general_set): Handle packet 'QAgent'.
1154 (handle_query): Send `QAgent+'.
1155 * Makefile.in (server.o): Depends on agent.h.
1156
2fa291ac
YQ
11572012-03-03 Yao Qi <yao@codesourcery.com>
1158
1159 * Makefile.in (OBS): Add agent.o.
1160 Add new rule for agent.o.
1161 Track dependence of tracepoint.c on agent.h.
1162 * tracepoint.c (run_inferior_command_1):
1163 (run_inferior_command): Call agent_run_command.
1164 (gdb_ust_connect_sync_socket): Deleted. Move it to
1165 common/agent.c.
1166 (resume_thread, stop_thread): Likewise.
1167 (gdb_ust_socket_init): Renamed to ...
1168 (gdb_agent_socket_init): ... New.
1169 (gdb_ust_thread): Renamed to ...
1170 (gdb_agent_helper_thread): ... New.
1171 (gdb_ust_init): Move some code to ...
1172 (gdb_agent_init): ... here. New.
1173 [HAVE_UST]: Call gdb_ust_init.
1174 (initialize_tracepoint_ftlib): Call gdb_agent_init.
1175 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
1176 * config.in, configure: Regenerated.
1177
05044653
PA
11782012-03-02 Pedro Alves <palves@redhat.com>
1179
1180 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
1181 * linux-low.c (struct simple_pid_list): New.
1182 (stopped_pids): New a struct simple_pid_list pointer.
1183 (add_to_pid_list, pull_pid_from_list): New.
1184 (handle_extended_wait): Don't assume the first signal new children
1185 report is SIGSTOP. Adjust call to pull_pid_from_list.
1186 (linux_wait_for_lwp): Adjust.
1187
8d00225b
YQ
11882012-03-02 Yao Qi <yao@codesourcery.com>
1189
1190 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
1191 debug log.
1192
19560ba5
YQ
11932012-03-02 Yao Qi <yao@codesourcery.com>
1194
1195 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
1196 `stop_pc' and `tpoint'. Update caller.
1197
1faeff08
MR
11982012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
1199
1200 * linux-low.h (linux_target_ops): Add regset_bitmap member.
1201 * linux-low.c (use_linux_regsets): New macro.
1202 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
1203 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
1204 (linux_register_in_regsets): New function.
1205 (usr_fetch_inferior_registers): Skip registers covered by
1206 regsets.
1207 (usr_store_inferior_registers): Likewise.
1208 (usr_fetch_inferior_registers): New macro.
1209 (usr_store_inferior_registers): Likewise.
1210 (linux_fetch_registers): Handle mixed regset/non-regset targets.
1211 (linux_store_registers): Likewise.
1212 * linux-mips-low.c (init_registers_mips_dsp_linux): New
1213 prototype.
1214 (init_registers_mips64_dsp_linux): Likewise.
1215 (init_registers_mips_linux): New macro.
1216 (init_registers_mips_dsp_linux): Likewise.
1217 (mips_dsp_num_regs): Likewise.
1218 (DSP_BASE, DSP_CONTROL): New fallback macros.
1219 (mips_base_regs): New macro.
1220 (mips_regmap): Use it. Fix the size.
1221 (mips_dsp_regmap): New variable.
1222 (mips_dsp_regset_bitmap): Likewise.
1223 (mips_arch_setup): New function.
1224 (mips_cannot_fetch_register): Use the_low_target.regmap rather
1225 than mips_regmap.
1226 (mips_cannot_store_register): Likewise.
1227 (the_low_target): Update .arch_setup, .num_regs and .regmap
1228 initializers. Add .regset_bitmap initializer.
1229 * linux-arm-low.c (the_low_target): Add .regset_bitmap
1230 initializer.
1231 * linux-bfin-low.c (the_low_target): Likewise.
1232 * linux-cris-low.c (the_low_target): Likewise.
1233 * linux-crisv32-low.c (the_low_target): Likewise.
1234 * linux-ia64-low.c (the_low_target): Likewise.
1235 * linux-m32r-low.c (the_low_target): Likewise.
1236 * linux-m68k-low.c (the_low_target): Likewise.
1237 * linux-ppc-low.c (the_low_target): Likewise.
1238 * linux-s390-low.c (the_low_target): Likewise.
1239 * linux-sh-low.c (the_low_target): Likewise.
1240 * linux-sparc-low.c (the_low_target): Likewise.
1241 * linux-tic6x-low.c (the_low_target): Likewise.
1242 * linux-x86-low.c (the_low_target): Likewise.
1243 * linux-xtensa-low.c (the_low_target): Likewise.
1244 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
1245 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
1246 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
1247 srv_xmlfiles.
1248 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
1249 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
1250
c03e6ccc
YQ
12512012-02-29 Yao Qi <yao@codesourcery.com>
1252 Pedro Alves <palves@redhat.com>
1253
1254 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
1255 `step_over_finished' is true.
1256
644cebc9
PA
12572012-02-27 Pedro Alves <palves@redhat.com>
1258
1259 * linux-low.c (pid_is_stopped): Delete, moved to common/.
1260 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
1261
c14d7ab2
PA
12622012-02-27 Pedro Alves <palves@redhat.com>
1263
1264 PR server/9684
1265 * linux-low.c (pid_is_stopped): New.
1266 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
1267
412c89dd
LM
12682012-02-25 Luis Machado <lgustavo@codesourcery.com>
1269
1270 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
1271 of conditions.
1272
b745defe
MR
12732012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
1274
1275 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
1276
9f3a5c85
LM
12772012-02-24 Luis Machado <lgustavo@codesourcery>
1278
1279 * server.c (handle_query): Advertise support for target-side
1280 breakpoint condition evaluation.
1281 (process_point_options): New function.
1282 (process_serial_event): When inserting a breakpoint, check for
1283 a target-side condition that should be evaluated.
1284
1285 * mem-break.c: Include regcache.h and ax.h.
1286 (point_cond_list_t): New data structure.
1287 (breakpoint) <cond_list>: New field.
1288 (find_gdb_breakpoint_at): Make non-static.
1289 (delete_gdb_breakpoint_at): Clear any target-side
1290 conditions.
1291 (clear_gdb_breakpoint_conditions): New function.
1292 (add_condition_to_breakpoint): Likewise.
1293 (add_breakpoint_condition): Likewise.
1294 (gdb_condition_true_at_breakpoint): Likewise.
1295 (gdb_breakpoint_here): Return result directly instead
1296 of going through a local variable.
1297
1298 * mem-break.h (find_gdb_breakpoint_at): New prototype.
1299 (clear_gdb_breakpoint_conditions): Likewise.
1300 (add_breakpoint_condition): Likewise.
1301 (gdb_condition_true_at_breakpoint): Likewise.
1302
1303 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
1304 (need_step_over_p): Take target-side breakpoint condition into
1305 consideration.
1306
5e1dc496
LM
13072012-02-24 Luis Machado <lgustavo@codesourcery>
1308
1309 * server.h: Include tracepoint.h.
1310 (agent_mem_read, agent_get_trace_state_variable_value,
1311 agent_set_trace_state_variable_value,
1312 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
1313 get_set_tsv_func_addr): New prototypes.
1314
1315 * ax.h: New include file.
1316 * ax.c: New source file.
1317
1318 * tracepoint.c: Include ax.h.
1319 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
1320 agent_expr, eval_result_type): Move to ax.h.
1321 (parse_agent_expr): Rename to ...
1322 (gdb_parse_agent_expr): ... this, make it non-static and move
1323 to ax.h.
1324 (unparse_agent_expr) Rename to ...
1325 (gdb_unparse_agent_expr): ... this, make it non-static and move
1326 to ax.h.
1327 (eval_agent_expr): Rename to ...
1328 (eval_tracepoint_agent_expr): ... this.
1329 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
1330 forward declarations.
1331 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
1332 (agent_get_trace_state_variable_value): New function.
1333 (agent_set_trace_state_variable_value): New function.
1334 (cmd_qtdp): Call gdb_parse_agent_expr (...).
1335 (response_tracepoint): Call gdb_unparse_agent_expr (...).
1336 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
1337 (condition_true_at_tracepoint): Likewise.
1338 (parse_agent_expr): Rename to ...
1339 (gdb_parse_agent_expr): ... this and move to ax.c.
1340 (unparse_agent_expr): Rename to ...
1341 (gdb_unparse_agent_expr): ... this and move to ax.c.
1342 (gdb_agent_op_name): Move to ax.c.
1343 (eval_agent_expr): Rename to ...
1344 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
1345 and move to ax.c.
1346 (eval_tracepoint_agent_expr): New function.
1347 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 1348 non-static.
5e1dc496
LM
1349 (current_insn_ptr, emit_error, struct bytecode_address): Move to
1350 ax.c.
1351 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
1352 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
1353 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
1354 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
1355 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
1356 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
1357 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
1358 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
1359 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
1360 (compile_bytecodes): Remove forward declaration.
1361 (is_goto_target): Move to ax.c.
1362 (compile_bytecodes): Move to ax.c and call
1363 agent_get_trace_state_variable_value (...) and
1364 agent_set_trace_state_variable_value (...).
1365
1366 * Makefile.in: Update ax.c and IPA dependencies.
1367
277e4e52
PA
13682012-02-24 Pedro Alves <palves@redhat.com>
1369
1370 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
1371 (cmd_bigqtbuffer_circular): ... this. Only handle
1372 'QTBuffer:circular:'.
1373 (handle_tracepoint_general_set): Adjust.
1374
bf4c19f7
YQ
13752012-02-16 Yao Qi <yao@codesourcery.com>
1376
1377 * inferiors.c: Move code to ...
1378 * dll.c: .... here. New.
1379 * server.h: Declare clear_dlls.
1380 * Makefile.in (SFILES): Add dll.c.
1381 (OBS): Add dll.o
1382 (dll.o): New rule.
1383
d73f2619
YQ
13842012-02-11 Yao Qi <yao@codesourcery.com>
1385
1386 * server.c: (handle_monitor_command): Add a new parameter
1387 `own_buf'.
1388 (handle_query): Update caller.
1389
f8255c2a
JB
13902012-02-09 Joel Brobecker <brobecker@adacore.com>
1391
1392 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
1393 * configure, config.in: Regenerate.
1394 * hostio.c: Provide an alternate implementation if HAVE_READLINK
1395 is not defined.
1396
da84f473
PA
13972012-02-02 Pedro Alves <palves@redhat.com>
1398
1399 Try SIGKILL first, then PTRACE_KILL.
1400 * linux-low.c (linux_kill_one_lwp): New.
1401 (linux_kill_one_lwp): Rename to ...
1402 (kill_one_lwp_callback): ... this. Use the new
1403 linux_kill_one_lwp.
1404
e886a173
PA
14052012-02-02 Pedro Alves <palves@redhat.com>
1406
1407 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
1408 inferior.
1409
be07f1a2
PA
14102012-01-27 Pedro Alves <palves@redhat.com>
1411
1412 * linux-low.c (linux_child_pid_to_exec_file): Delete.
1413 (elf_64_file_p): Make static.
1414 (linux_pid_exe_is_elf_64_file): New.
1415 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
1416 Delete declarations.
1417 (linux_pid_exe_is_elf_64_file): Declare.
1418 * linux-x86-low.c (x86_arch_setup): Use
1419 linux_pid_exe_is_elf_64_file.
1420
d8301ad1
JK
14212012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1422
1423 * linux-low.c (linux_wait_for_event_1): Rename to ...
1424 (linux_wait_for_event): ... here and merge it with former
1425 linux_wait_for_event - new variable wait_ptid, use it.
1426 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
1427
01b17894
PA
14282012-01-23 Pedro Alves <palves@redhat.com>
1429
1430 * server.c (main): Avoid yet another case of infinite loop while
1431 detaching/killing after a longjmp.
1432
e825046f
JK
14332012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1434
1435 Code cleanup.
1436 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
1437
b9e7b9c3
UW
14382012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
1439
1440 * hostio.c (handle_readlink): New function.
1441 (handle_vFile): Call it to handle "vFile:readlink" packets.
1442
901f9912
UW
14432012-01-20 Pedro Alves <palves@redhat.com>
1444 Ulrich Weigand <ulrich.weigand@linaro.org>
1445
1446 * server.c (handle_v_requests): Only support vAttach and vRun to
1447 start multiple processes when in extended protocol mode.
1448
fc1ab1a0
PA
14492012-01-17 Pedro Alves <palves@redhat.com>
1450
1451 * tracepoint.c (initialize_tracepoint): Use mmap instead of
1452 memalign plus mprotect to allocate the scratch buffer.
1453
7d5d4e98
PA
14542012-01-13 Pedro Alves <palves@redhat.com>
1455
1456 * server.c (attach_inferior): Clear `cont_thread'.
1457
f128d5e9
PA
14582012-01-13 Pedro Alves <palves@redhat.com>
1459
1460 * server.c (main): Avoid infinite loop while detaching/killing
1461 after a longjmp.
1462
06db92f0
DE
14632012-01-09 Doug Evans <dje@google.com>
1464
1465 * server.c (start_inferior): Set last_ptid in --wrapper case.
1466
32d92999
YQ
14672012-01-06 Yao Qi <yao@codesourcery.com>
1468
1469 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
1470 defined.
1471 [IN_PROCESS_AGENT] (debug_agent): New global variable.
1472
5e0a92a9
YQ
14732012-01-04 Yao Qi <yao@codesourcery.com>
1474
1475 * tracepoint.c (cmd_qtdp): Print debug message
1476 for static tracepoint.
1477
ae639e8c
YQ
14782012-01-04 Yao Qi <yao@codesourcery.com>
1479
1480 * tracepoint.c (trace_vdebug): Differentiate debug message
1481 between gdbserver and IPA.
1482
f72429c5
YQ
14832012-01-03 Yao Qi <yao@codesourcery.com>
1484
1485 * tracepoint.c (tracepoint_was_hit): Don't collect for
1486 static tracepoint.
1487
12c3e59c
JB
14882012-01-02 Joel Brobecker <brobecker@adacore.com>
1489
1490 * terminal.h: Reformat copyright header.
1491
67827812
JB
14922012-01-02 Joel Brobecker <brobecker@adacore.com>
1493
1494 * server.c (gdbserver_version): Update copyright year.
1495 * gdbreplay.c (gdbreplay_version): Likewise.
1496
3e52c33d
JK
14972011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 * linux-low.c (linux_create_inferior): Put empty if clause for write.
1500
1501 Revert:
1502 2011-12-18 Hui Zhu <teawater@gmail.com>
1503 * linux-low.c (linux_create_inferior): Save return value to ret.
1504
66f1260e
HZ
15052011-12-18 Hui Zhu <teawater@gmail.com>
1506
1507 * linux-low.c (linux_create_inferior): Save return value to ret.
1508
e77616d7
DE
15092011-12-16 Doug Evans <dje@google.com>
1510
e7b06c57
DE
1511 * linux-low.c (linux_create_inferior): If stdio connection,
1512 redirect stdin from /dev/null, stdout to stderr.
1513 * remote-utils.c (remote_is_stdio): New static global.
1514 (remote_connection_is_stdio): New function.
1515 (remote_prepare): Handle stdio connection.
1516 (remote_open): Ditto.
1517 (remote_close): Don't close stdin for stdio connections.
1518 (read_prim,write_prim): New functions. Replace all calls to
1519 read/write to these.
1520 * server.c (main): Watch for "-" argument. Move call to
1521 remote_prepare before start_inferior.
1522 * server.h (STDIO_CONNECTION_NAME): New macro.
1523 (remote_connection_is_stdio): Declare.
1524
e77616d7
DE
1525 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
1526 in debugging output.
1527
82067193
YQ
15282011-12-15 Yao Qi <yao@codesourcery.com>
1529
1530 * tracepoint.c: Include sys/syscall.h.
1531 (gdb_ust_thread): Remove preprocessor conditional.
1532
82bfbe7e
PA
15332011-12-14 Pedro Alves <pedro@codesourcery.com>
1534
1535 * linux-low.c (linux_detach_one_lwp): Call
1536 the_low_target.prepare_to_resume before detaching.
1537
712c6575
YQ
15382011-12-14 Yao Qi <yao@codesourcery.com>
1539
1540 * tracepoint.c (gdb_ust_thread): Don't ignore return value
1541 of write.
1542
d54d1edf
YQ
15432011-12-14 Yao Qi <yao@codesourcery.com>
1544
1545 * i386-low.c (i386_low_stopped_data_address): Initialize local
1546 variable `control'.
1547
6210a125
PA
15482011-12-13 Pedro Alves <pedro@codesourcery.com>
1549
1550 PR remote/13492
1551
1552 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
1553 DR_CONTROL unless necessary. Extend comments.
1554 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
1555 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
1556
2ece8244
YQ
15572011-12-13 Yao Qi <yao@codesourcery.com>
1558
1559 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
1560 macros.
1561 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
1562
784867a5
JK
15632011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1564
1565 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
1566 Print new debug message for such case.
1567
6bf36717
JK
15682011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 Fix overlapping memcpy.
1571 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
1572 the read_inferior_memory transfer.
1573 (delete_fast_tracepoint_jump): New variable buf. Use it for the
1574 write_inferior_memory transfer.
1575 (set_fast_tracepoint_jump): New variable buf. Use it for the
1576 read_inferior_memory and write_inferior_memory transfers.
1577 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
1578 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
1579 Use it for the write_inferior_memory transfer.
1580 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
1581 buffers.
1582
50275556
MR
15832011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
1584
1585 * linux-low.c (fetch_register, store_register): Make code
1586 consistent, fix formatting.
1587
7325beb4
MR
15882011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
1589
1590 * linux-low.c (usr_store_inferior_registers): Factor out code
1591 to handle individual registers into...
1592 (store_register): ... this new function.
1593
c642a434
UW
15942011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1595
1596 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
1597 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
1598 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
1599 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
1600 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
1601 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
1602 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
1603 (srv_xmlfiles): Add new XML files.
1604
1605 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
1606 and <sys/uio.h>.
1607 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
1608 (init_registers_s390_linux32v1): Add prototype.
1609 (init_registers_s390_linux32v2): Likewise.
1610 (init_registers_s390_linux64v1): Likewise.
1611 (init_registers_s390_linux64v2): Likewise.
1612 (init_registers_s390x_linux64v1): Likewise.
1613 (init_registers_s390x_linux64v2): Likewise.
1614 (s390_num_regs): Increment to 52.
1615 (s390_regmap): Add orig_r2 register.
1616 (s390_num_regs_3264): Increment to 68.
1617 (s390_regmap_3264): Add orig_r2 register.
1618 (s390_collect_ptrace_register): Handle orig_r2 register.
1619 (s390_supply_ptrace_register): Likewise.
1620 (s390_fill_last_break): New function.
1621 (s390_store_last_break): Likewise.
1622 (s390_fill_system_call): New function.
1623 (s390_store_system_call): Likewise.
1624 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
1625 register sets.
1626 (s390_check_regset): New function.
1627 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
1628 NT_S390_SYSTEM_CALL regsets and use appropriate description.
1629 Update target_regsets for available register sets.
1630
2268b414
JK
16312011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
1632 Jan Kratochvil <jan.kratochvil@redhat.com>
1633
1634 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
1635 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
1636 New.
1637 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
1638 * linux-low.h (struct process_info_private): New member r_debug.
1639 * server.c (handle_qxfer_libraries): Call
1640 the_target->qxfer_libraries_svr4.
1641 (handle_qxfer_libraries_svr4): New function.
1642 (qxfer_packets): New entry "libraries-svr4".
1643 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
1644 * target.h (struct target_ops): New member qxfer_libraries_svr4.
1645 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
1646 PACKET_qXfer_libraries_svr4.
1647
d6db1fab
UW
16482011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1649
1650 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
1651 PSW address/mask between 8-byte and 16-byte formats.
1652 (s390_supply_ptrace_register): Likewise.
1653 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
1654 basic addressing mode bit.
1655
242f5f1c
SS
16562011-11-24 Stan Shebs <stan@codesourcery.com>
1657
1658 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
1659
f196051f
SS
16602011-11-17 Stan Shebs <stan@codesourcery.com>
1661
1662 * tracepoint.c (struct tracepoint): New field traceframe_usage.
1663 (tracing_start_time): New global.
1664 (tracing_stop_time): New global.
1665 (tracing_user_name): New global.
1666 (tracing_notes): New global.
1667 (tracing_stop_note): New global.
1668 (cmd_qtstart): Set traceframe_usage, start_time.
1669 (stop_tracing): Set stop_time.
1670 (cmd_qtstatus): Report additional status.
1671 (cmd_qtp): New function.
1672 (handle_tracepoint_query): Call it.
1673 (cmd_qtnotes): New function.
1674 (handle_tracepoint_general_set): Call it.
1675 (get_timestamp): Rename from tsv_get_timestamp.
1676
405f8e94
SS
16772011-11-14 Stan Shebs <stan@codesourcery.com>
1678 Kwok Cheung Yeung <kcy@codesourcery.com>
1679
1680 * linux-x86-low.c (small_jump_insn): New.
1681 (i386_install_fast_tracepoint_jump_pad): Add arguments for
1682 trampoline and error message, build a trampoline and issue a small
1683 jump instruction to it.
1684 (x86_install_fast_tracepoint_jump_pad): Add arguments for
1685 trampoline and error message.
1686 (x86_get_min_fast_tracepoint_insn_len): New.
1687 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
1688 * linux-low.h (struct linux_target_ops): Add arguments to
1689 install_fast_tracepoint_jump_pad operation, add new operation.
1690 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
1691 arguments.
1692 (linux_get_min_fast_tracepoint_insn_len): New function.
1693 (linux_target_op): Add new operation.
1694 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
1695 (gdb_trampoline_buffer_end): Ditto.
1696 (gdb_trampoline_buffer_error): Ditto.
1697 (struct ipa_sym_addresses): Add fields for new IPA variables.
1698 (symbol_list): Add entries for new IPA variables.
1699 (struct tracepoint): Add fields to hold the address range of the
1700 trampoline used by the tracepoint.
1701 (trampoline_buffer_head): New static variable.
1702 (trampoline_buffer_tail): Ditto.
1703 (claim_trampoline_space): New function.
1704 (have_fast_tracepoint_trampoline_buffer): New function.
1705 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
1706 structure.
1707 (install_fast_tracepoint): Ditto, also add error buffer argument.
1708 (cmd_qtminftpilen): New function.
1709 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
1710 (fast_tracepoint_from_trampoline_address): New function.
1711 (fast_tracepoint_collecting): Handle trampoline as part of jump
1712 pad space.
1713 (set_trampoline_buffer_space): New function.
1714 (initialize_tracepoint): Initialize new IPA variables.
1715 * target.h (struct target_ops): Add arguments to
1716 install_fast_tracepoint_jump_pad operation, add new
1717 get_min_fast_tracepoint_insn_len operation.
1718 (target_get_min_fast_tracepoint_insn_len): New.
1719 (install_fast_tracepoint_jump_pad): Add arguments.
1720 * server.h (IPA_BUFSIZ): Define.
1721 * linux-i386-ipa.c: Include extra header files.
1722 (initialize_fast_tracepoint_trampoline_buffer): New function.
1723 (initialize_low_tracepoint): Call it.
1724 * server.h (set_trampoline_buffer_space): Declare.
1725 (claim_trampoline_space): Ditto.
1726 (have_fast_tracepoint_trampoline_buffer): Ditto.
1727
1e4d1764
YQ
17282011-11-14 Yao Qi <yao@codesourcery.com>
1729
1730 * server.c (handle_query): Handle InstallInTrace for qSupported.
1731 * tracepoint.c (add_tracepoint): Sort list.
1732 (install_tracepoint, download_tracepoint): New.
1733 (cmd_qtdp): Call them to install and download tracepoints.
1734 (sort_tracepoints): Removed.
1735 (cmd_qtstart): Update.
1736
5c73ff4e
YQ
17372011-11-14 Yao Qi <yao@codesourcery.com>
1738
1739 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
1740 * mem-break.h: Declare.
1741 * tracepoint.c (cmd_qtstart): Move some code to ...
1742 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
1743 New.
1744 (download_tracepoints): Move some code to ...
1745 (download_tracepoint_1): ... here. New.
1746
86a30030
YQ
17472011-11-08 Yao Qi <yao@codesourcery.com>
1748
1749 * remote-utils.c (relocate_instruction): A comment fix.
1750
8d26e50c
JB
17512011-11-07 Joel Brobecker <brobecker@adacore.com>
1752
1753 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
1754 (i386_dr_low_get_control, i386_dr_low_get_status): Use
1755 dr_status_mirror and dr_control_mirror from debug_reg_state.
1756 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
1757 (i386_initial_stuff): Remove use of deleted globals.
1758 (i386_get_thread_context, i386_set_thread_context,
1759 i386_thread_added): Use dr_status_mirror and dr_control_mirror
1760 from debug_reg_state.
1761
a59306a3
YQ
17622011-11-05 Yao Qi <yao@codesourcery.com>
1763
1764 * tracepoint.c (gdb_collect): Loop over tracepoints of same
1765 address as TPOINT's.
1766
3065dfb6
SS
17672011-11-02 Stan Shebs <stan@codesourcery.com>
1768
1769 * tracepoint.c (agent_mem_read_string): New function.
1770 (eval_agent_expr): Call it for tracenz.
1771 * server.c (handle_query): Report support for tracenz.
1772
fd0d8c7c
YQ
17732011-11-02 Yao Qi <yao@codesourcery.com>
1774
1775 * tracepoint.c (cmd_qtstart): Remove unused local variables.
1776
609086b1
YQ
17772011-11-02 Yao Qi <yao@codesourcery.com>
1778
1779 * target.h: Fix a typo in comment.
1780
b9fd1791
PA
17812011-10-31 Pedro Alves <pedro@codesourcery.com>
1782
1783 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
1784 clobber the breakpoints' shadows with fast tracepoint jumps.
1785 * mem-break.h (check_mem_write): Add `myaddr' parameter.
1786 * target.c (write_inferior_memory): Also pass MYADDR down to
1787 check_mem_write.
1788
03583c20
UW
17892011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
1790
1791 * configure.ac: Check support for personality routine.
1792 * configure: Regenerate.
1793 * config.in: Likewise.
1794 * linux-low.c: Include <sys/personality.h>.
1795 Define ADDR_NO_RANDOMIZE if necessary.
1796 (linux_create_inferior): Disable address space randomization when
1797 forking inferior, if requested.
1798 (linux_supports_disable_randomization): New function.
1799 (linux_target_ops): Install it.
1800 * server.h (disable_randomization): Declare.
1801 * server.c (disable_randomization): New global variable.
1802 (handle_general_set): Handle QDisableRandomization.
1803 (handle_query): Likewise for qSupported.
1804 (main): Support --disable-randomization and --no-disable-randomization
1805 command line arguments.
1806 * target.h (struct target_ops): Add supports_disable_randomization.
1807 (target_supports_disable_randomization): New macro.
1808
723b724b
MF
18092011-09-29 Mike Frysinger <vapier@gentoo.org>
1810
1811 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
1812 ifdef check.
1813 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
1814 [!PT_GETDSBT] (target_loadmap): New definition.
1815 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
1816 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
1817 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
1818 and PT_GETDSBT to LINUX_LOADMAP.
1819 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
1820 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
1821
55329a5c 18222011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
1823
1824 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
1825 (arm_linux_hwbp_cap): New static variable.
1826 (arm_linux_get_hwbp_cap): Replace by ...
1827 (arm_linux_init_hwbp_cap): ... this new function.
1828 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
1829 (arm_linux_get_hw_watchpoint_count): Likewise.
1830 (arm_linux_get_hw_watchpoint_max_length): Likewise.
1831 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
1832 (arm_prepare_to_resume): Use perror_with_name instead of error.
1833
55329a5c 18342011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
1835
1836 * linux-arm-low.c: Include <signal.h>.
1837 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
1838 (struct arm_linux_hwbp_cap): New data type.
1839 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
1840 (struct arm_linux_hw_breakpoint): New data type.
1841 (MAX_BPTS, MAX_WPTS): Define.
1842 (struct arch_process_info, struct arch_lwp_info): New data types.
1843 (arm_linux_get_hwbp_cap): New function.
1844 (arm_linux_get_hw_breakpoint_count): Likewise.
1845 (arm_linux_get_hw_watchpoint_count): Likewise.
1846 (arm_linux_get_hw_watchpoint_max_length): Likewise.
1847 (arm_hwbp_control_initialize): Likewise.
1848 (arm_hwbp_control_is_enabled): Likewise.
1849 (arm_hwbp_control_is_initialized): Likewise.
1850 (arm_hwbp_control_disable): Likewise.
1851 (arm_linux_hw_breakpoint_equal): Likewise.
1852 (arm_linux_hw_point_initialize): Likewise.
1853 (struct update_registers_data): New data structure.
1854 (update_registers_callback: New function.
1855 (arm_insert_point): Likewise.
1856 (arm_remove_point): Likewise.
1857 (arm_stopped_by_watchpoint): Likewise.
1858 (arm_stopped_data_address): Likewise.
1859 (arm_new_process): Likewise.
1860 (arm_new_thread): Likewise.
1861 (arm_prepare_to_resume): Likewise.
1862 (the_low_target): Register arm_insert_point, arm_remove_point,
1863 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
1864 arm_new_thread, and arm_prepare_to_resume.
1865
6b9801d4
SS
18662011-09-15 Stan Shebs <stan@codesourcery.com>
1867
1868 * server.h (struct emit_ops): Add compare-goto fields.
1869 * tracepoint.c (gdb_agent_op_sizes): New table.
1870 (emit_eq_goto): New function.
1871 (emit_ne_goto): New function.
1872 (emit_lt_goto): New function.
1873 (emit_le_goto): New function.
1874 (emit_gt_goto): New function.
1875 (emit_ge_goto): New function.
1876 (is_goto_target): New function.
1877 (compile_bytecodes): Recognize special cases of compare-goto
1878 combinations and call specialized emitters for them.
1879 * linux-x86-low.c (amd64_emit_eq_goto): New function.
1880 (amd64_emit_ne_goto): New function.
1881 (amd64_emit_lt_goto): New function.
1882 (amd64_emit_le_goto): New function.
1883 (amd64_emit_gt_goto): New function.
1884 (amd64_emit_ge_goto): New function.
1885 (amd64_emit_ops): Add the new functions.
1886 (i386_emit_eq_goto): New function.
1887 (i386_emit_ne_goto): New function.
1888 (i386_emit_lt_goto): New function.
1889 (i386_emit_le_goto): New function.
1890 (i386_emit_gt_goto): New function.
1891 (i386_emit_ge_goto): New function.
1892 (i386_emit_ops): Add the new functions.
1893
bf15cbda
SS
18942011-09-08 Stan Shebs <stan@codesourcery.com>
1895
1896 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
1897 (i386_emit_epilogue): Restore %ebx.
1898
943ca1dd
JZ
18992011-08-31 Jie Zhang <jzhang918@gmail.com>
1900
1901 * server.c (step_thread): Remove definition.
1902 (process_serial_event): Don't handle Hs.
1903 * server.h (step_thread): Remove declaration.
1904 * target.c (set_desired_inferior): Remove use of step_thread.
1905
e3deef73
LM
19062011-08-24 Luis Machado <lgustavo@codesourcery.com>
1907
1908 * linux-low.c: Include linux-procfs.h.
1909 (linux_attach_lwp_1): Update comments.
1910 (linux_attach): Scan for existing threads when attaching to a
1911 process that is the tgid.
1912 * Makefile.in: Update dependencies.
1913
13da1c97
LM
19142011-08-24 Luis Machado <lgustavo@codesourcery.com>
1915
1916 * configure.srv: Add linux-procfs.o dependencies.
1917
881127c9
YQ
19182011-08-14 Yao Qi <yao@codesourcery.com>
1919
1920 * target.h (struct target_ops): Fix indent.
1921 * win32-low.c (win32_target_ops): Fix comment.
1922
58dbd541
YQ
19232011-08-14 Andrew Jenner <andrew@codesourcery.com>
1924 Yao Qi <yao@codesourcery.com>
1925
1926 * Makefile.in (clean): Remove tic6x-*.c files.
1927 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
1928 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
1929 (tic6x-c64xp-linux.c): Likewise.
1930 * configure.srv: Add support for tic6x-*-uclinux.
1931 * linux-tic6x-low.c: New.
1932 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
1933
78d85199
YQ
19342011-08-14 Andrew Stubbs <ams@codesourcery.com>
1935 Yao Qi <yao@codesourcery.com>
1936
1937 * target.h (struct target_ops): Add read_loadmap.
1938 * linux-low.c (struct target_loadseg): New type.
1939 (struct target_loadmap): New type.
1940 (linux_read_loadmap): New function.
1941 (linux_target_ops): Add linux_read_loadmap.
1942 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
1943 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
1944 to NULL.
78d85199 1945
a959a88d
EZ
19462011-08-05 Eli Zaretskii <eliz@gnu.org>
1947
1948 * win32-low.c: Include <stdint.h>.
1949
1ced966e
PA
19502011-07-22 Pedro Alves <pedro@codesourcery.com>
1951
1952 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
1953 to the inferior here.
1954 (i386_remove_aligned_watchpoint): Ditto.
1955 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
1956 fit part of the watchpoint in the debug registers.
1957 (i386_update_inferior_debug_regs): New.
1958 (i386_low_insert_watchpoint): Work on a local mirror of the debug
1959 registers, and only update the inferior on success.
1960 (i386_low_remove_watchpoint): Ditto.
1961
d26e3629
KY
19622011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
1963
1964 * linux-low.c (compare_ints, unique, list_threads, show_process,
1965 linux_core_of_thread): Delete.
1966 (linux_target_ops): Change linux_core_of_thread to
1967 linux_common_core_of_thread.
1968 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
1969 * utils.c (malloc_failure): Change type of argument.
1970 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
1971 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
1972 common/linux-osdata.c, common/ptid.c and common/buffer.c.
1973 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
1974 (IPA_OBJS): Add common-utils-ipa.o.
1975 (ptid_h, linux_osdata_h): New macros.
1976 (server_h): Add common/common-utils.h, common/xml-utils.h,
1977 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
1978 common/ptid.h.
1979 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
1980 ptid.o, buffer.o): New rules.
1981 (linux-low.o): Add common/linux-osdata.h as a dependency.
1982 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
1983 * configure.ac: Add AC_HEADER_DIRENT check.
1984 * config.in: Regenerate.
1985 * configure: Regenerate.
1986 * remote-utils.c (xml_escape_text): Delete.
1987 (buffer_grow, buffer_free, buffer_init, buffer_finish,
1988 buffer_xml_printf): Move to common/buffer.c.
1989 * server.c (main): Remove call to initialize_inferiors.
1990 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
1991 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
1992 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
1993 internal_error, gdb_assert, gdb_assert_fail): Delete.
1994 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
1995 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
1996 common/buffer.h.
1997 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
1998 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
1999 initialize_inferiors): Delete.
2000
2275a1a7
PA
20012011-07-20 Pedro Alves <pedro@codesourcery.com>
2002
2003 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
2004 symbol error.
2005
0a5b1e09
PA
20062011-05-31 Pedro Alves <pedro@codesourcery.com>
2007
2008 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
2009 assertion.
2010 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
2011
6938fd34
YQ
20122011-05-26 Yao Qi <yao@codesourcery.com>
2013
2014 * Makefile.in (thread-db.o): Track dependence to
2015 common/gdb_thread_db.h.
2016 * thread-db.c: include gdb_thread_db.h from right place.
2017
b481f9e0
TT
20182011-05-16 Adrian Cornish <gnu@bluedreamer.com>
2019
2020 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
2021 __FILE__ and __LINE__ to internal_error.
2022
98a5dd13
DE
20232011-05-13 Doug Evans <dje@google.com>
2024
2025 * thread-db.c (try_thread_db_load_from_sdir): New function.
2026 (try_thread_db_load_from_dir): New function.
2027 (thread_db_load_search): Handle $sdir, ignore $pdir.
2028 Remove trying of system directories if search of
2029 libthread-db-search-path fails, that is now done via $sdir.
2030
d248b706
KY
20312011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
2032
2033 * server.c (handle_query): Add EnableDisableTracepoints to the list
2034 of supported features.
43aaf8b6 2035 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 2036 tracepoints.
43aaf8b6
PA
2037 (cmd_qtenable_disable): New.
2038 (cmd_qtstart): Install tracepoints even if disabled.
2039 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
2040 receiving a QTEnable or QTDisable packet.
2041 (gdb_collect): Skip data collection if fast tracepoint is disabled.
2042 (ust_marker_to_static_tracepoint): Do not ignore disabled static
2043 tracepoints.
2044 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 2045
84e578fb
DE
20462011-05-10 Doug Evans <dje@google.com>
2047
2048 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
2049
71f55dd8
DE
20502011-05-04 Doug Evans <dje@google.com>
2051
2052 * linux-low.c (linux_join): Skip process lookup.
2053 * spu-low.c (spu_join): Ditto.
2054 * server.c (join_inferiors_callback): Delete.
2055 (process_serial_event): For 'D' packet (detach) call join_inferior
2056 directly.
2057
4d393d60
JM
20582011-05-04 Joseph Myers <joseph@codesourcery.com>
2059
2060 * README: Don't mention xscale*-*-linux*.
2061 * configure.srv (xscale*-*-linux*): Don't handle target.
2062
b00ad6ff
NF
20632011-04-27 Nathan Froyd <froydnj@codesourcery.com>
2064
2065 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
2066 casting pointers.
2067 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
2068 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
2069 (i386_emit_void_call_2): Likewise.
2070
af96c192
YQ
20712011-04-26 Yao Qi <yao@codesourcery.com>
2072
43aaf8b6
PA
2073 * linux-low.c: Move common macros to linux-ptrace.h.
2074 Include linux-ptrace.h.
af96c192
YQ
2075 * Makefile.in (linux_ptrace_h): New.
2076 (linux-low.o): Depends on linux-ptrace.h.
2077
03f2bd59
JK
20782011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2079
2080 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
2081 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
2082 (remote_prepare): New function with most of the TCP code from ...
2083 (remote_open): ... here. Detect PORT here unconditionally. Move also
2084 setting transport_is_reliable.
2085 * server.c (run_once): New variable.
2086 (gdbserver_usage): Document it.
2087 (main): Set run_once for `--once'. Call remote_prepare. Exit after
2088 the first run if RUN_ONCE.
2089 * server.h (run_once, remote_prepare): New declarations.
2090
7a9dd1b2
TT
20912011-04-19 Tom Tromey <tromey@redhat.com>
2092
2093 * win32-low.c (handle_load_dll): Remove duplicate "the".
2094
81239425
PM
20952011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
2096
2097 Remove support for old Cygwin 1.5 versions.
2098 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
2099 function to avoid warning.
2100 (win32_add_one_solib): Use cygwin_conv_path function to avoid
2101 warning.
2102
9e0627f1
PM
21032011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
2104
2105 * gdbserver/server.h (Macro _): Define it if not available.
2106
588eebee
MS
21072011-03-14 Michael Snyder <msnyder@vmware.com>
2108
348af9f7 2109 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 2110
43f70d4c
JB
21112011-03-10 Joel Brobecker <brobecker@adacore.com>
2112
2113 * Makefile.in (maintainer-clean realclean distclean): Remove
2114 "make ... subdir_do" command.
2115
348af9f7
MS
21162011-03-10 Michael Snyder <msnyder@vmware.com>
2117
2118 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
2119
2120 * server.c (handle_v_run): Free alloced buffer on early return.
2121
e637a4f5
YQ
21222011-03-09 Yao Qi <yao@codesourcery.com>
2123
2124 Revert:
2125 2011-03-04 Yao Qi <yao@codesourcery.com>
2126
2127 * Makefile.in: Remove GNU make feature --directory.
2128
2129 2011-03-05 Yao Qi <yao@codesourcery.com>
2130
2131 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
2132 (subdir_do): New make target. Copied from gdb/Makefile.
2133 (maintainer-clean, realclean, distclean, clean): Call corresponding
2134 make targets in common/Makefile.
2135
2136 2011-02-11 Yao Qi <yao@codesourcery.com>
2137
2138 * configure.ac: Call AC_PROG_RANLIB.
2139 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
2140 * configure: Regenerate.
2141
e6edda56
JK
21422011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
2145
e5141119
JB
21462011-03-06 Yao Qi <yao@codesourcery.com>
2147
2148 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
2149
64794aa4
JB
21502011-03-05 Yao Qi <yao@codesourcery.com>
2151
2152 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
2153 (subdir_do): New make target. Copied from gdb/Makefile.
2154 (maintainer-clean, realclean, distclean, clean): Call corresponding
2155 make targets in common/Makefile.
2156
7a762829
YQ
21572011-03-04 Yao Qi <yao@codesourcery.com>
2158
2159 * Makefile.in: Remove GNU make feature --directory.
2160
348af9f7
MS
21612011-03-04 Michael Snyder <msnyder@vmware.com>
2162
2163 * server.c (queue_stop_reply): Call xmalloc not malloc.
2164
21652011-03-02 Michael Snyder <msnyder@vmware.com>
2166
2167 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
2168
9f72fee2
MS
21692011-02-28 Michael Snyder <msnyder@vmware.com>
2170
588eebee
MS
2171 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
2172 (cmd_qtframe): Ditto.
2173 (cmd_qtbuffer): Ditto.
2174 (cmd_bigqtbuffer): Ditto.
2175
9f72fee2
MS
2176 * utils.c (decimal2str): Initialize 'width' to nine, then
2177 don't mess with it.
2178
8040bd49
UW
21792011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
2180
2181 * hostio.c (require_data): Free *data, not data.
2182
7e52cbd0
JK
21832011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2184
2185 * hostio.c (require_data): Use free, not xfree.
2186
9130f83e
MS
21872011-02-27 Michael Snyder <msnyder@vmware.com>
2188
4b812f4e
MS
2189 * server.c (handle_query): Discard unused value.
2190
9130f83e
MS
2191 * hostio.c (require_data): Free malloc memory before returning
2192 error.
2193
69d37113
MS
21942011-02-26 Michael Snyder <msnyder@vmware.com>
2195
2196 * linux-low.c (list_threads): Call closedir for dirent.
2197
35f5825a
MS
21982011-02-27 Michael Snyder <msnyder@vmware.com>
2199
2a589cef
MS
2200 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
2201 a case statement falls through.
2202
0adea5f7
MS
2203 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
2204
35f5825a
MS
2205 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
2206 in comparison.
2207
238f1c74
MS
22082011-02-26 Michael Snyder <msnyder@vmware.com>
2209
2210 * utils.c (decimal2str): Eliminate dead code and dead param.
2211 (pulongest): Drop dead param from call to decimal2str.
2212 (plongest): Ditto.
2213
633ff500
JB
22142011-02-24 Joel Brobecker <brobecker@adacore.com>
2215
2216 Revert the following patch (not approved yet):
2217 2011-02-21 Hui Zhu <teawater@gmail.com>
2218 * tracepoint.c (tp_printf): New function.
2219 (eval_agent_expr): Handle gdb_agent_op_printf.
2220
f9c6ff72
HZ
22212011-02-21 Hui Zhu <teawater@gmail.com>
2222
2223 * tracepoint.c (tp_printf): New function.
2224 (eval_agent_expr): Handle gdb_agent_op_printf.
2225
94d5e490
TT
22262011-02-18 Tom Tromey <tromey@redhat.com>
2227
2228 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
2229 (tracepoint.o): Likewise.
2230 * tracepoint.c (enum gdb_agent_op): Use ax.def.
2231 (gdb_agent_op_names): Likewise.
2232
c7f96d2b
TT
22332011-02-18 Tom Tromey <tromey@redhat.com>
2234
2235 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
2236 gdb_agent_op_rot>: New constants.
2237 (gdb_agent_op_names): Add pick and roll.
2238 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
2239 cases.
2240
0feedb2c
JK
22412011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * aclocal.m4: Regenerated with aclocal-1.11.1.
2244
b3b9301e
PA
22452011-02-14 Pedro Alves <pedro@codesourcery.com>
2246
2247 * server.c (handle_qxfer_traceframe_info): New.
2248 (qxfer_packets): Register "traceframe-info".
2249 (handle_query): Report support for qXfer:traceframe-info:read+.
2250 * tracepoint.c (match_blocktype): New.
2251 (traceframe_find_block_type): Rename to ...
2252 (traceframe_walk_blocks): ... this. Add callback filter argument,
2253 and use it.
2254 (traceframe_find_block_type): New, reimplemented on top of
2255 traceframe_walk_blocks.
2256 (build_traceframe_info_xml): New.
2257 (traceframe_read_info): New.
2258 * server.h (traceframe_read_info): Declare.
2259
4f3e6fb7
YQ
22602011-02-11 Yao Qi <yao@codesourcery.com>
2261
2262 * configure.ac: Call AC_PROG_RANLIB.
2263 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
2264 * configure: Regenerate.
2265
764880b7
PA
22662011-02-07 Pedro Alves <pedro@codesourcery.com>
2267
2268 * server.c (gdb_read_memory): Change return semantics to allow
2269 partial transfers.
2270 (handle_search_memory_1): Adjust.
2271 (process_serial_event) <'m' packet>: Handle partial transfers.
2272 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
2273
1c79eb8a
PA
22742011-01-28 Pedro Alves <pedro@codesourcery.com>
2275
2276 * regcache.c (init_register_cache): Initialize
2277 regcache->register_status.
2278 (free_register_cache): Release regcache->register_status.
2279 (regcache_cpy): Copy register_status.
2280 (registers_to_string): Print 'x's for unavailable registers.
2281 (supply_register): Mark the register's status valid or
2282 unavailable, depending on whether a buffer was passed in or not.
2283 (supply_register_zeroed): New.
2284 (supply_regblock): Mark the registers' status valid or
2285 unavailable, depending on whether a buffer was passed in or not.
2286 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
2287 (struct regcache): New `register_status' field.
2288 (supply_register_zeroed): Declare.
2289 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
2290 supply_register_zeroed, rather than passing a NULL buffer to
2291 supply_register.
2292 * tracepoint.c (fetch_traceframe_registers): Update comment.
2293
85724a0e
PA
22942011-01-28 Pedro Alves <pedro@codesourcery.com>
2295
2296 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
2297 buffer explicit.
2298
d08aafef
PA
22992011-01-25 Pedro Alves <pedro@codesourcery.com>
2300
2301 * server.h (decode_xfer_write): Change prototype.
2302 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
2303 and don't extract the annex here.
2304 * server.c (decode_xfer_read): Remove `annex' parameter,
2305 and don't extract the annex here.
2306 (decode_xfer): New.
2307 (struct qxfer): New.
2308 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
2309 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
2310 (handle_qxfer_statictrace): New functions, abstracted out from
2311 handle_query, and made to use the struct qxfer interface.
2312 (handle_threads_qxfer_proper): Rename to ...
2313 (handle_qxfer_threads_proper): ... this.
2314 (handle_threads_qxfer): Rename to ...
2315 (handle_qxfer_threads): ... this. Adjust.
2316 (qxfer_packets): New array.
2317 (handle_qxfer): New function.
2318 (handle_query): Use handle_qxfer.
2319
493e2a69
MS
23202011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
2321
2322 * gdbreplay.c: Shorten lines of >= 80 columns.
2323 * linux-low.c: Ditto.
2324 * linux-ppc-low.c: Ditto.
2325 * linux-s390-low.c: Ditto.
2326 * linux-sparc-low.c: Ditto.
2327 * linux-x86-low.c: Ditto.
2328 * linux-xtensa-low.c: Ditto.
2329 * mem-break.c: Ditto.
2330 * nto-low.c: Ditto.
2331 * regcache.h: Ditto.
2332 * remote-utils.c: Ditto.
2333 * server.c: Ditto.
2334 * server.h: Ditto.
2335 * thread-db.c: Ditto.
2336 * tracepoint.c: Ditto.
2337 * utils.c: Ditto.
2338 * win32-low.h: Ditto.
2339
44944448
JB
23402011-01-05 Joel Brobecker <brobecker@adacore.com>
2341
2342 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
2343 update.
2344
71ce852c
JB
23452011-01-01 Joel Brobecker <brobecker@adacore.com>
2346
2347 * server.c (gdbserver_version): Update copyright year in version
2348 output.
2349 * gdbreplay.c (gdbreplay_version): Ditto.
2350
eb826dc6
MF
23512010-12-29 Jie Zhang <jie.zhang@analog.com>
2352
2353 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
2354 * linux-bfin-low.c: New file.
2355 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
2356 PT_DATA_ADDR for BFIN targets.
2357 * Makefile.in (SFILES): Add linux-bfin-low.c.
2358 (clean): Remove reg-bfin.c.
2359 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
2360 * README: Mention supported Blackfin targets.
2361
39ab222a
MF
23622010-12-23 Mike Frysinger <vapier@gentoo.org>
2363
2364 * .gitignore: New file.
2365
a1f2ce7d
MF
23662010-11-16 Mike Frysinger <vapier@gentoo.org>
2367
2368 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
2369
f474844c
JZ
23702010-10-22 Jie Zhang <jie@codesourcery.com>
2371
2372 * Makefile.in: Add FLAGS_TO_PASS variable.
2373 (install): Remove dependency of install-only and recursively
2374 invoke make for install-only.
2375
f1048712
DE
23762010-10-04 Doug Evans <dje@google.com>
2377
2378 * Makefile.in (uninstall): Use $(DESTDIR).
2379
b53a1623
PA
23802010-09-24 Pedro Alves <pedro@codesourcery.com>
2381
e6ee044d
PA
2382 PR gdb/11842
2383
b53a1623
PA
2384 * linux-x86-low.c (compat_siginfo_from_siginfo)
2385 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
2386 si_code is < 0. Check for si_code == SI_TIMER before checking for
2387 si_code < 0.
2388
fa1bd1e4
JB
23892010-09-13 Joel Brobecker <brobecker@adacore.com>
2390
2391 * lynx-i386-low.c: New file.
2392 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
2393
47fac8f8
JB
23942010-09-13 Joel Brobecker <brobecker@adacore.com>
2395
2396 * lynx-low.c (ptrace_request_to_str): Remove handling for
2397 request values that have been removed in LynxOS 5.x.
2398
1adfc54d
JB
23992010-09-13 Joel Brobecker <brobecker@adacore.com>
2400
2401 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
2402 <ptrace.h>
2403
c2a66c29
NS
24042010-09-09 Nathan Sidwell <nathan@codesourcery.com>
2405
2406 * configure.ac: Add --enable-inprocess-agent option.
2407 * configure: Rebuilt.
2408
32fcada3
YQ
24092010-09-06 Yao Qi <yao@codesourcery.com>
2410
2411 * linux-low.c (linux_kill): Remove unused variable.
2412 (linux_stabilize_threads): Likewise.
2413 * server.c (start_inferior): Likewise.
2414 (queue_stop_reply_callback): Likewise.
2415 * tracepoint.c (do_action_at_tracepoint): Likewise.
2416
0cccb683
YQ
24172010-09-06 Yao Qi <yao@codesourcery.com>
2418
2419 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
2420 on return.
2421
423ec54c
JK
24222010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
2425
12ac6819
PA
24262010-09-06 Pedro Alves <pedro@codesourcery.com>
2427
2428 * Makefile.in (install-only): Replace $IPA_DEPFILES with
2429 "$(IPA_DEPFILES)".
2430
8ed54b31
JB
24312010-09-01 Joel Brobecker <brobecker@adacore.com>
2432
2433 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
2434 gdbserver/lynx-ppc-low.c: New files.
2435 * Makefile.in (lynx_low_h): New variable.
2436 (lynx-low.o, lynx-ppc-low.o): New rules.
2437 * configure.ac: On LynxOS, link with -lnetinet.
2438 * configure.srv: Add handling of powerpc-*-lynxos* targets.
2439 * configure: regenerate.
2440
bb0116a4
JB
24412010-09-01 Joel Brobecker <brobecker@adacore.com>
2442
2443 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
2444 * configure.ac: Add check for vasprintf and vsnprintf.
2445 * configure, config.in: Regenerate.
2446 * server.h (vasprintf, vsnprintf): Add conditional declarations.
2447
a778ab81 24482010-09-01 Joel Brobecker <brobecker@adacore.com>
2449
2450 * gdbreplay.c: Move include of alloca.h up, next to include of
2451 malloc.h.
2452 * server.h: Add include of malloc.h.
2453 * mem-break.c: Remove include of malloc.h.
2454 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
2455
8b034a19 24562010-09-01 Joel Brobecker <brobecker@adacore.com>
2457
2458 * Makefile.in (memmem.o): Build with -Wno-error.
2459
24602010-09-01 Joel Brobecker <brobecker@adacore.com>
2461
2462 * utils.c (xsnprintf): Make non-static.
2463 * server.h: Add xsnprintf declaration.
2464 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
2465 replace calls to snprintf by calls to xsnprintf throughout.
2466
24672010-09-01 Joel Brobecker <brobecker@adacore.com>
2468
2469 * configure.ac: Add configure check for alloca.
2470 * configure, config.in: Regenerate.
2471 * server.h: Include alloca.h if it exists.
2472 * gdbreplay.c: Include alloca.h if it exists.
2473
1a981360
PA
24742010-08-28 Pedro Alves <pedro@codesourcery.com>
2475
2476 * linux-low.c (__SIGRTMIN): Define if not already defined.
2477 (linux_create_inferior): Check for __ANDROID__ rather than
2478 __SIGRTMIN.
2479 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
2480 are already deferred.
2481 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
2482 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
2483 stopped and already has a pending signal to report.
2484 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
2485 a pending signal to report or is moving out of a jump pad.
2486 (linux_init_signals): Check for __ANDROID__ rather than
2487 __SIGRTMIN.
2488
b4d51a55
PA
24892010-08-28 Pedro Alves <pedro@codesourcery.com>
2490
2491 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
2492 debug_threads check. Avoid a linear search when not doing debug
2493 output.
2494
ec48365d
PA
24952010-08-27 Pedro Alves <pedro@codesourcery.com>
2496
2497 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
2498 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
2499 (struct file_handler) <fd>: Change type to gdb_fildes_t.
2500 (process_event): Change local fd's type to gdb_fildes_t.
2501 (create_file_handler): Adjust prototype.
2502 (delete_file_handler): Adjust prototype.
2503 (handle_file_event): Adjust prototype. Use pfildes.
2504 (create_file_event): Adjsut prototype.
2505 * remote-utils.c (remote_desc, listen_desc): Change type to
2506 gdb_fildes_t.
2507 * server.h: New gdb_fildes_t typedef.
2508 [USE_WIN32API]: Include winsock2.h.
2509 (delete_file_handler, add_file_handler): Adjust prototypes.
2510 (pfildes): Declare.
2511 * utils.c (pfildes): New.
2512
854d88f0
PA
25132010-08-27 Pedro Alves <pedro@codesourcery.com>
2514
2515 * configure.ac (build_warnings): Add -Wno-char-subscripts.
2516 * configure: Regenerate.
2517
0146f85b
PA
25182010-08-27 Pedro Alves <pedro@codesourcery.com>
2519
2520 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
2521 (linux_done_accessing_memory): ... this.
2522 (linux_target_ops): Adjust.
2523 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
2524 * nto-low.c (nto_target_ops): Adjust comment.
2525 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
2526 * spu-low.c (spu_target_ops): Adjust comment.
2527 * target.h (target_ops): Rename unprepare_to_access_memory field
2528 to done_accessing_memory.
2529 (unprepare_to_access_memory): Rename to ...
2530 (done_accessing_memory): ... this.
2531
90d74c30
PA
25322010-08-26 Pedro Alves <pedro@codesourcery.com>
2533
2534 * linux-low.c (linux_prepare_to_access_memory): New.
2535 (linux_unprepare_to_access_memory): New.
2536 (linux_target_ops): Install them.
2537 * server.c (read_memory): Rename to ...
2538 (gdb_read_memory): ... this. Use
2539 prepare_to_access_memory/prepare_to_access_memory.
2540 (write_memory): Rename to ...
2541 (gdb_write_memory): ... this. Use
2542 prepare_to_access_memory/prepare_to_access_memory.
2543 (handle_search_memory_1): Adjust.
2544 (process_serial_event): Adjust.
2545 * target.h (struct target_ops): New fields
2546 prepare_to_access_memory and unprepare_to_access_memory.
2547 (prepare_to_access_memory, unprepare_to_access_memory): New.
2548 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
2549 prepare_to_access_memory/prepare_to_access_memory.
2550 * nto-low.c (nto_target_ops): Adjust.
2551 * spu-low.c (spu_target_ops): Adjust.
2552 * win32-low.c (win32_target_ops): Adjust.
2553
fd467969
PA
25542010-08-26 Pedro Alves <pedro@codesourcery.com>
2555
2556 * Makefile.in (WARN_CFLAGS): Get it from configure.
2557 (WERROR_CFLAGS): New.
2558 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
2559 * configure.ac: Introduce --enable-werror, which adds -Werror to
2560 the compiler command line. Enabled by default. Disable with
2561 --disable-werror. Add -Wdeclaration-after-statement
2562 Wpointer-arith and -Wformat-nonliteral to warning flags.
2563 * configure: Regenerate.
2564
331e2f5f
PA
25652010-08-26 Pedro Alves <pedro@codesourcery.com>
2566
2567 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
2568
e581f2b4
PA
25692010-08-26 Pedro Alves <pedro@codesourcery.com>
2570
2571 * gdbreplay.c (remote_error): New.
2572 (gdbchar): New.
2573 (expect): Use gdbchar. Check for error reading from GDB.
2574 Clarify sync error output.
2575 (play): Check for errors writing to GDB.
2576 * linux-low.c (sigchld_handler): Really ignore `write' errors.
2577 * remote-utils.c (getpkt): Check for errors writing to the remote
2578 descriptor.
2579
3c11dd79
PA
25802010-08-25 Pedro Alves <pedro@codesourcery.com>
2581
2582 * linux-low.c (linux_wait_1): Move non-debugging code out of
2583 `debug_threads' control.
2584
d20a8ad9
PA
25852010-08-25 Pedro Alves <pedro@codesourcery.com>
2586
2587 * linux-low.c (linux_wait_1): Don't set last_status here.
2588 * server.c (push_event, queue_stop_reply_callback): Assert we're
2589 not pushing a TARGET_WAITKIND_IGNORE event.
2590 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
2591 (myresume, handle_target_event): Set the thread's last_resume_kind
2592 and last_status from the target returned status.
2593
964e4306
PA
25942010-08-25 Pedro Alves <pedro@codesourcery.com>
2595
2596 PR threads/10729
2597
2598 * linux-x86-low.c (update_debug_registers_callback): New.
2599 (i386_dr_low_set_addr): Use it.
2600 (i386_dr_low_get_addr): New.
2601 (i386_dr_low_set_control): Use update_debug_registers_callback.
2602 (i386_dr_low_get_control): New.
2603 (i386_dr_low_get_status): Adjust.
2604 * linux-low.c (linux_stop_lwp): New.
2605 * linux-low.h (linux_stop_lwp): Declare.
2606
2607 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
2608 argument instead of a i386_debug_reg_state.
2609 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
2610 a i386_debug_reg_state.
2611 (i386_insert_aligned_watchpoint): Adjust.
2612 (i386_remove_aligned_watchpoint): Adjust.
2613 (i386_low_stopped_data_address): Read the debug registers from the
2614 inferior instead of from the mirrors.
2615 * i386-low.h (struct i386_debug_reg_state): Extend comment.
2616 (i386_dr_low_get_addr): Declare.
2617 (i386_dr_low_get_control): Declare.
2618 (i386_dr_low_get_status): Change prototype.
2619
2620 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
2621 (i386_dr_low_get_addr): New.
2622 (i386_dr_low_get_control): New.
2623 (i386_dr_low_get_status): Adjust prototype. Return
2624 dr_status_mirror.
2625 (i386_initial_stuff): Clear dr_status_mirror and
2626 dr_control_mirror.
2627 (i386_get_thread_context): Adjust.
2628 (i386_set_thread_context): Adjust.
2629 (i386_thread_added): Adjust.
2630
5f21a75b
PA
26312010-08-24 Pedro Alves <pedro@codesourcery.com>
2632
2633 * linux-low.h (linux_thread_area): Delete declaration.
2634
3e4c1235
TS
26352010-08-11 Thomas Schwinge <thomas@codesourcery.com>
2636
2637 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
2638 after its termination.
2639
1971b033
PA
26402010-08-09 Pedro Alves <pedro@codesourcery.com>
2641
2642 * linux-low.c (gdb_wants_lwp_stopped): Delete.
2643 (gdb_wants_all_stopped): Delete.
2644 (linux_wait_1): Don't call them.
2645 * server.c (handle_v_cont): Tag all threads as want-stopped.
2646 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
2647 stopped as "client-wants-stopped".
2648
310444ac
PA
26492010-07-31 Pedro Alves <pedro@codesourcery.com>
2650
2651 * Makefile.in (signals_h): New.
2652 (server_h): Depend on it.
2653 (server.o): Don't depend on $(signals_def).
2654 (signals.o): Depend on $(signals_def).
2655
a19cae16
JK
26562010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2657
2658 * Makefile.in (signals_def): New.
2659 (server_h): Append include/gdb/signals.h and signals_def.
2660 (server.o): Append signals_def.
2661
30d50328
JK
26622010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 * server.c (handle_target_event): Use target_signal_to_host for
2665 resume_info.sig initialization.
2666 * target.h (struct thread_resume) <sig>: New comment.
2667
5c3216e2
OS
26682010-07-20 Ozkan Sezer <sezeroz@gmail.com>
2669
c6f46ca0
OS
2670 * server.c (handle_query): strcpy() the returned string from paddress()
2671 instead of sprintf().
5c3216e2
OS
2672 * utils.c (paddress): Return phex_nz().
2673
6bd31874
JB
26742010-07-07 Joel Brobecker <brobecker@adacore.com>
2675
2676 * server.c (handle_v_cont): Call mourn_inferior if process
2677 just exited.
2678 (myresume): Likewise.
2679
0fb4aa4b
PA
26802010-07-01 Pedro Alves <pedro@codesourcery.com>
2681
2682 Static tracepoints, and integration with UST.
2683
2684 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
2685 * mem-break.c (uninsert_all_breakpoints)
2686 (reinsert_all_breakpoints): New.
2687 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
2688 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
2689 (gdb_agent_ust_loaded, helper_thread_id)
2690 (gdb_agent_helper_thread_id): New macros.
2691 (struct ipa_sym_addresses): Add addr_ust_loaded,
2692 addr_helper_thread_id, addr_cmd_buf.
2693 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
2694 (in_process_agent_loaded_ust): New.
2695 (write_e_ust_not_loaded): New.
2696 (maybe_write_ipa_ust_not_loaded): New.
2697 (struct collect_static_trace_data_action): New.
2698 (enum tracepoint_type) <static_tracepoint>: New.
2699 (struct tracepoint) <handle>: Mention static tracepoints.
2700 (struct static_tracepoint_ctx): New.
2701 (CMD_BUF_SIZE): New.
2702 (add_tracepoint_action): Handle static tracepoint actions.
2703 (unprobe_marker_at): New.
2704 (clear_installed_tracepoints): Handle static tracepoints.
2705 (cmd_qtdp): Handle static tracepoints.
2706 (probe_marker_at): New.
2707 (cmd_qtstart): Handle static tracepoints.
2708 (response_tracepoint): Handle static tracepoints.
2709 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
2710 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
2711 (get_context_regcache): Handle static tracepoints.
2712 (do_action_at_tracepoint): Handle static tracepoint actions.
2713 (traceframe_find_block_type): Handle static trace data blocks.
2714 (traceframe_read_sdata): New.
2715 (download_tracepoints): Download static tracepoint actions.
2716 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
2717 (GDB_PROBE_NAME): New.
2718 (ust_ops): New.
2719 (GET_UST_SYM): New.
2720 (USTF): New.
2721 (dlsym_ust): New.
2722 (ust_marker_to_static_tracepoint): New.
2723 (gdb_probe): New.
2724 (collect_ust_data_at_tracepoint): New.
2725 (gdb_ust_probe): New.
2726 (UNIX_PATH_MAX, SOCK_DIR): New.
2727 (gdb_ust_connect_sync_socket): New.
2728 (resume_thread, stop_thread): New.
2729 (run_inferior_command): New.
2730 (init_named_socket): New.
2731 (gdb_ust_socket_init): New.
2732 (cstr_to_hexstr): New.
2733 (next_st): New.
2734 (first_marker, next_marker): New.
2735 (response_ust_marker): New.
2736 (cmd_qtfstm, cmd_qtsstm): New.
2737 (unprobe_marker_at, probe_marker_at): New.
2738 (cmd_qtstmat, gdb_ust_thread): New.
2739 (gdb_ust_init): New.
2740 (initialize_tracepoint_ftlib): Call gdb_ust_init.
2741 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
2742 (ST_REGENTRY): New.
2743 (x86_64_st_collect_regmap): New.
2744 (X86_64_NUM_ST_COLLECT_GREGS): New.
2745 (AMD64_RIP_REGNUM): New.
2746 (supply_static_tracepoint_registers): New.
2747 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
2748 (ST_REGENTRY): New.
2749 (i386_st_collect_regmap): New.
2750 (i386_NUM_ST_COLLECT_GREGS): New.
2751 (supply_static_tracepoint_registers): New.
2752 * server.c (handle_query): Handle qXfer:statictrace:read.
2753 <qSupported>: Report support for StaticTracepoints, and
2754 qXfer:statictrace:read features.
2755 * server.h (traceframe_read_sdata)
2756 (supply_static_tracepoint_registers): Declare.
2757 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
2758 (unpack_varlen_hex): Include in IPA build.
2759 * Makefile.in (ustlibs, ustinc): New.
2760 (IPA_OBJS): Add remote-utils-ipa.o.
2761 ($(IPA_LIB)): Link -ldl and -lpthread.
2762 (UST_CFLAGS): New.
2763 (IPAGENT_CFLAGS): Add UST_CFLAGS.
2764 * config.in, configure: Regenerate.
2765
9e4344e5
PA
27662010-06-20 Ian Lance Taylor <iant@google.com>
2767 Pedro Alves <pedro@codesourcery.com>
2768
2769 * linux-x86-low.c (always_true): Delete.
2770 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
2771 trying to fool the compiler with always_true.
2772
c6beb2cb
PA
27732010-06-20 Pedro Alves <pedro@codesourcery.com>
2774
2775 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
2776 conditions in gdbserver.
2777
d2ed6730
UW
27782010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
2779
2780 * spu-low.c (spu_read_memory): Wrap around local store limit.
2781 (spu_write_memory): Likewise.
2782
4e29fb54
PA
27832010-06-15 Pedro Alves <pedro@codesourcery.com>
2784
2785 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
2786 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
2787 LONGEST uses.
2788 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
2789 uses.
2790 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
2791 uses with LONGEST uses.
2792
6a271cae
PA
27932010-06-14 Stan Shebs <stan@codesourcery.com>
2794 Pedro Alves <pedro@codesourcery.com>
2795
2796 Bytecode compiler.
2797
2798 * linux-x86-low.c: Include limits.h.
2799 (add_insns): New.
2800 (always_true): New.
2801 (EMIT_ASM): New.
2802 (EMIT_ASM32): New.
2803 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
2804 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
2805 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
2806 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
2807 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
2808 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
2809 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
2810 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
2811 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
2812 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
2813 (amd64_emit_void_call_2): New.
2814 (amd64_emit_ops): New.
2815 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
2816 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
2817 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
2818 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
2819 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
2820 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
2821 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
2822 (i386_emit_call, i386_emit_reg, i386_emit_pop)
2823 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
2824 (i386_emit_stack_adjust, i386_emit_int_call_1)
2825 (i386_emit_void_call_2): New.
2826 (i386_emit_ops): New.
2827 (x86_emit_ops): New.
2828 (the_low_target): Install x86_emit_ops.
2829 * server.h (struct emit_ops): New.
2830 (get_raw_reg_func_addr): Declare.
2831 (current_insn_ptr, emit_error): Declare.
2832 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
2833 (set_trace_state_variable_value): New defines.
2834 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
2835 addr_get_trace_state_variable_value and
2836 addr_set_trace_state_variable_value.
2837 (symbol_list): New fields for get_raw_reg,
2838 get_trace_state_variable_value and set_trace_state_variable_value.
2839 (condfn): New typedef.
2840 (struct tracepoint): New field `compiled_cond'.
2841 (do_action_at_tracepoint): Clear compiled_cond.
2842 (get_trace_state_variable_value, set_trace_state_variable_value):
2843 Export in the IPA.
2844 (condition_true_at_tracepoint): If there's a compiled condition,
2845 run that.
2846 (current_insn_ptr, emit_error): New globals.
2847 (struct bytecode_address): New.
2848 (get_raw_reg_func_addr): New.
2849 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
2850 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
2851 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
2852 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
2853 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
2854 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
2855 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
2856 (compile_tracepoint_condition, compile_bytecodes): New.
2857 * target.h (emit_ops): Forward declare.
2858 (struct target_ops): New field emit_ops.
2859 (target_emit_ops): New.
2860 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
2861 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
2862 * linux-low.c (linux_emit_ops): New.
2863 (linux_target_ops): Install it.
2864 * linux-low.h (struct linux_target_ops): New field emit_ops.
2865
92b72907
UW
28662010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
2867
2868 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
2869 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
2870
fa593d66
PA
28712010-06-01 Pedro Alves <pedro@codesourcery.com>
2872 Stan Shebs <stan@codesourcery.com>
2873
2874 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
2875 (all): Depend on $(extra_libraries).
2876 (install-only): Install the IPA.
2877 (IPA_OBJS, IPA_LIB): New.
2878 (clean): Remove the IPA lib.
2879 (IPAGENT_CFLAGS): New.
2880 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
2881 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
2882 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
2883 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
2884 * configure.ac: Check for atomic builtins support in the compiler.
2885 (IPA_DEPFILES, extra_libraries): Define.
2886 * configure.srv (ipa_obj): Add description.
2887 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
2888 (i[34567]86-*-linux*): Set ipa_obj.
2889 (x86_64-*-linux*): Set ipa_obj.
2890 * linux-low.c (stabilizing_threads): New.
2891 (supports_fast_tracepoints): New.
2892 (linux_detach): Stabilize threads before detaching.
2893 (handle_tracepoints): Handle internal tracing breakpoints. Assert
2894 the lwp is either not stabilizing, or is moving out of a jump pad.
2895 (linux_fast_tracepoint_collecting): New.
2896 (maybe_move_out_of_jump_pad): New.
2897 (enqueue_one_deferred_signal): New.
2898 (dequeue_one_deferred_signal): New.
2899 (linux_wait_for_event_1): If moving out of a jump pad, defer
2900 pending signals to later.
2901 (linux_stabilize_threads): New.
2902 (linux_wait_1): Check if threads need moving out of jump pads, and
2903 do it if so.
2904 (stuck_in_jump_pad_callback): New.
2905 (move_out_of_jump_pad_callback): New.
2906 (lwp_running): New.
2907 (linux_resume_one_lwp): Handle moving out of jump pads.
2908 (linux_set_resume_request): Dequeue deferred signals.
2909 (need_step_over_p): Also step over fast tracepoint jumps.
2910 (start_step_over): Also uninsert fast tracepoint jumps.
2911 (finish_step_over): Also reinsert fast tracepoint jumps.
2912 (linux_install_fast_tracepoint_jump): New.
2913 (linux_target_ops): Install linux_stabilize_threads and
2914 linux_install_fast_tracepoint_jump_pad.
2915 * linux-low.h (linux_target_ops) <get_thread_area,
2916 install_fast_tracepoint_jump_pad>: New fields.
2917 (struct lwp_info) <collecting_fast_tracepoint,
2918 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
2919 (linux_get_thread_area): Declare.
2920 * linux-x86-low.c (jump_insn): New.
2921 (x86_get_thread_area): New.
2922 (append_insns): New.
2923 (push_opcode): New.
2924 (amd64_install_fast_tracepoint_jump_pad): New.
2925 (i386_install_fast_tracepoint_jump_pad): New.
2926 (x86_install_fast_tracepoint_jump_pad): New.
2927 (the_low_target): Install x86_get_thread_area and
2928 x86_install_fast_tracepoint_jump_pad.
2929 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
2930 (struct fast_tracepoint_jump): New.
2931 (fast_tracepoint_jump_insn): New.
2932 (fast_tracepoint_jump_shadow): New.
2933 (find_fast_tracepoint_jump_at): New.
2934 (fast_tracepoint_jump_here): New.
2935 (delete_fast_tracepoint_jump): New.
2936 (set_fast_tracepoint_jump): New.
2937 (uninsert_fast_tracepoint_jumps_at): New.
2938 (reinsert_fast_tracepoint_jumps_at): New.
2939 (set_breakpoint_at): Use write_inferior_memory.
2940 (uninsert_raw_breakpoint): Use write_inferior_memory.
2941 (check_mem_read): Mask out fast tracepoint jumps.
2942 (check_mem_write): Mask out fast tracepoint jumps.
2943 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
2944 (set_fast_tracepoint_jump): Declare.
2945 (delete_fast_tracepoint_jump)
2946 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
2947 (reinsert_fast_tracepoint_jumps_at): Declare.
2948 * regcache.c: Don't compile many functions when building the
2949 in-process agent library.
2950 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
2951 the register buffer in the heap.
2952 (free_register_cache): If the register buffer isn't owned by the
2953 regcache, don't free it.
2954 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
2955 pre-existing register caches.
2956 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
2957 type.
2958 (convert_ascii_to_int): : Constify `from' parameter type.
2959 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
2960 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
2961 the needed buffer in-place.
2962 (relocate_instruction): New.
2963 * server.c (handle_query) <qSymbols>: If the target supports
2964 tracepoints, give it a chance of looking up symbols. Report
2965 support for fast tracepoints.
2966 (handle_status): Stabilize threads.
2967 (process_serial_event): Adjust.
2968 * server.h (struct fast_tracepoint_jump): Forward declare.
2969 (struct process_info) <fast_tracepoint_jumps>: New field.
2970 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
2971 (decode_X_packet, decode_M_packet): Adjust.
2972 (relocate_instruction): Declare.
2973 (in_process_agent_loaded): Declare.
2974 (tracepoint_look_up_symbols): Declare.
2975 (struct fast_tpoint_collect_status): Declare.
2976 (fast_tracepoint_collecting): Declare.
2977 (force_unlock_trace_buffer): Declare.
2978 (handle_tracepoint_bkpts): Declare.
2979 (initialize_low_tracepoint)
2980 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
2981 * target.h (struct target_ops) <stabilize_threads,
2982 install_fast_tracepoint_jump_pad>: New fields.
2983 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
2984 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
2985 [HAVE_STDINT_H]: Include stdint.h.
2986 (trace_debug_1): Rename to ...
2987 (trace_vdebug): ... this.
2988 (trace_debug): Rename to ...
2989 (trace_debug_1): ... this. Add `level' parameter.
2990 (trace_debug): New.
2991 (ATTR_USED, ATTR_NOINLINE): New.
2992 (IP_AGENT_EXPORT): New.
2993 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
2994 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
2995 (about_to_request_buffer_space, trace_buffer_is_full)
2996 (stopping_tracepoint, expr_eval_result, error_tracepoint)
2997 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
2998 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
2999 (traceframe_write_count, traceframes_created)
3000 (trace_state_variables)
3001 New renaming defines.
3002 (struct ipa_sym_addresses): New.
3003 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
3004 (symbol_list): New.
3005 (ipa_sym_addrs): New.
3006 (all_tracepoint_symbols_looked_up): New.
3007 (in_process_agent_loaded): New.
3008 (write_e_ipa_not_loaded): New.
3009 (maybe_write_ipa_not_loaded): New.
3010 (tracepoint_look_up_symbols): New.
3011 (debug_threads) [IN_PROCESS_AGENT]: New.
3012 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
3013 (UNKNOWN_SIDE_EFFECTS): New.
3014 (stop_tracing): New.
3015 (flush_trace_buffer): New.
3016 (stop_tracing_bkpt): New.
3017 (flush_trace_buffer_bkpt): New.
3018 (read_inferior_integer): New.
3019 (read_inferior_uinteger): New.
3020 (read_inferior_data_pointer): New.
3021 (write_inferior_data_pointer): New.
3022 (write_inferior_integer): New.
3023 (write_inferior_uinteger): New.
3024 (struct collect_static_trace_data_action): Delete.
3025 (enum tracepoint_type): New.
3026 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
3027 <actions_str, step_actions, step_actions_str>: Only include in
3028 GDBserver.
fa593d66
PA
3029 <orig_size, obj_addr_on_target, adjusted_insn_addr>
3030 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
3031 (tracepoints): Use IP_AGENT_EXPORT.
3032 (last_tracepoint): Don't include in the IPA.
3033 (stopping_tracepoint): Use IP_AGENT_EXPORT.
3034 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
3035 (alloced_trace_state_variables): New.
3036 (trace_state_variables): Use IP_AGENT_EXPORT.
3037 (traceframe_t): Delete unused variable.
3038 (circular_trace_buffer): Don't include in the IPA.
3039 (trace_buffer_start): Delete.
3040 (struct trace_buffer_control): New.
3041 (trace_buffer_free): Delete.
3042 (struct ipa_trace_buffer_control): New.
3043 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
3044 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
3045 New.
3046 (trace_buffer_ctrl): New.
3047 (TRACE_BUFFER_CTRL_CURR): New.
3048 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
3049 Reimplement as macros.
3050 (trace_buffer_wrap): Delete.
3051 (traceframe_write_count, traceframe_read_count)
3052 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
3053 (struct tracepoint_hit_ctx) <type>: New field.
3054 (struct fast_tracepoint_ctx): New.
3055 (memory_barrier): New.
3056 (cmpxchg): New.
3057 (record_tracepoint_error): Update atomically in the IPA.
3058 (clear_inferior_trace_buffer): New.
3059 (about_to_request_buffer_space): New.
3060 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
3061 updating the same buffer.
3062 (add_tracepoint): Default the tracepoint's type to trap
3063 tracepoint, and orig_size to -1.
3064 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
3065 internal variables.
3066 (create_trace_state_variable): New parameter `gdb'. Handle it.
3067 (clear_installed_tracepoints): Clear fast tracepoint jumps.
3068 (cmd_qtdp): Handle fast tracepoints.
3069 (cmd_qtdv): Adjust.
3070 (max_jump_pad_size): New.
3071 (gdb_jump_pad_head): New.
3072 (get_jump_space_head): New.
3073 (claim_jump_space): New.
3074 (sort_tracepoints): New.
3075 (MAX_JUMP_SIZE): New.
3076 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
3077 IPA.
3078 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
3079 support. Upload fast traceframes, and delete internal IPA
3080 breakpoints.
3081 (stop_tracing_handler): New.
3082 (flush_trace_buffer_handler): New.
3083 (cmd_qtstop): Upload fast tracepoints.
3084 (response_tracepoint): Handle fast tracepoints.
3085 (tracepoint_finished_step): Upload fast traceframes. Set the
3086 tracepoint hit context's tracepoint type.
3087 (handle_tracepoint_bkpts): New.
3088 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
3089 type. Add comment about fast tracepoints.
3090 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
3091 non-existing action_str field.
3092 (get_context_regcache): Handle fast tracepoints.
3093 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
3094 to the regcache.
3095 (fast_tracepoint_from_jump_pad_address): New.
3096 (fast_tracepoint_from_ipa_tpoint_address): New.
3097 (collecting_t): New.
3098 (force_unlock_trace_buffer): New.
3099 (fast_tracepoint_collecting): New.
3100 (collecting): New.
3101 (gdb_collect): New.
3102 (write_inferior_data_ptr): New.
3103 (target_tp_heap): New.
3104 (target_malloc): New.
3105 (download_agent_expr): New.
3106 (UALIGN): New.
3107 (download_tracepoints): New.
3108 (download_trace_state_variables): New.
3109 (upload_fast_traceframes): New.
3110 (IPA_FIRST_TRACEFRAME): New.
3111 (IPA_NEXT_TRACEFRAME_1): New.
3112 (IPA_NEXT_TRACEFRAME): New.
3113 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
3114 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
3115 (gdb_jump_pad_buffer_end): New.
3116 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
3117 (initialize_tracepoint): Adjust.
3118 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
3119 buffer. Initialize the low module.
3120 * utils.c (PREFIX, TOOLNAME): New.
3121 (malloc_failure): Use PREFIX.
3122 (error): In the IPA, an error causes an exit.
3123 (fatal, warning): Use PREFIX.
3124 (internal_error): Use TOOLNAME.
3125 (NUMCELLS): Increase to 10.
3126 * configure, config.in: Regenerate.
3127
d149dd1d
PA
31282010-06-01 Pedro Alves <pedro@codesourcery.com>
3129
3130 * server.c (handle_query) <qSupported>: Do two passes over the
3131 qSupported string to avoid nesting strtok.
3132
f6528abd
JK
31332010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
3136 (CDEPS): New.
3137 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
3138 -Wl,--dynamic-list.
3139 * configure: Regenerate.
3140 * proc-service.list: New.
3141
ca2a87a0
JK
31422010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
3145 New comment.
3146
363a6e9f
OS
31472010-05-26 Ozkan Sezer <sezeroz@gmail.com>
3148
3149 * gdbreplay.c (remote_open): Check error return from socket() call by
3150 its equality to -1 not by it being negative.
3151 * remote-utils.c (remote_open): Likewise.
3152
d23b6cb1
PA
31532010-05-23 Pedro Alves <pedro@codesourcery.com>
3154
3155 * config.h: Regenerate.
3156
28d3cf85
MK
31572010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
3158
3159 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
3160 doesn't provide PTRACE_GET_THREAD_AREA.
3161
fea36a59
MK
31622010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
3163
3164 * linux-m68k-low.c: Include <asm/ptrace.h>
3165 (ps_get_thread_area): Implement.
3166
24b066ba
DE
31672010-05-03 Doug Evans <dje@google.com>
3168
3169 * event-loop.c (struct callback_event): New struct.
3170 (callback_list): New global.
3171 (append_callback_event, delete_callback_event): New functions.
3172 (process_callback): New function.
3173 (start_event_loop): Call it.
3174 * remote-utils.c (NOT_SCHEDULED): Define.
3175 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
3176 moved out of readchar.
3177 (readchar): Rewrite. Call reschedule before returning.
3178 (reset_readchar): New function.
3179 (remote_close): Call it.
3180 (process_remaining, reschedule): New functions.
3181 * server.h (callback_handler_func): New typedef.
3182 (append_callback_event, delete_callback_event): Declare.
3183
9836d6ea
PA
31842010-05-03 Pedro Alves <pedro@codesourcery.com>
3185
3186 * proc-service.c (ps_pglobal_lookup): Use
3187 thread_db_look_up_one_symbol.
3188 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
3189 parameter. Use it instead of all_symbols_looked_up.
3190 * server.h (struct process_info) <all_symbols_looked_up>: Delete
3191 field.
3192 (all_symbols_looked_up): Don't declare.
3193 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
3194 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
3195 field.
3196 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
3197 Set all_symbols_looked_up here.
3198 (thread_db_look_up_one_symbol): New.
3199 (thread_db_get_tls_address): Adjust.
3200 (thread_db_load_search, try_thread_db_load_1): Always allocate the
3201 thread_db object on the heap, and tentatively set it in the
3202 process structure.
3203 (thread_db_init): Don't set all_symbols_looked_up here.
3204 * linux-low.h (thread_db_look_up_one_symbol): Declare.
3205
7984d532
PA
32062010-05-03 Pedro Alves <pedro@codesourcery.com>
3207
3208 * linux-low.c (linux_kill, linux_detach): Adjust.
3209 (status_pending_p_callback): Remove redundant statement. Check
3210 for !TARGET_WAITIKIND_IGNORE, instead of
3211 TARGET_WAITKIND_STOPPED.
3212 (handle_tracepoints): Make sure LWP is locked. Adjust.
3213 (linux_wait_for_event_1): Adjust.
3214 (linux_cancel_breakpoints): New.
3215 (unsuspend_one_lwp): New.
3216 (unsuspend_all_lwps): New.
3217 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
3218 (send_sigstop_callback): Change return type to int, add new
3219 `except' parameter and handle it.
3220 (suspend_and_send_sigstop_callback): New.
3221 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
3222 pass them down. If SUSPEND, also increment the lwp's suspend
3223 count.
3224 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
3225 (need_step_over_p): Don't consider suspended LWPs.
3226 (start_step_over): Adjust.
3227 (proceed_one_lwp): Change return type to int, add new `except'
3228 parameter and handle it.
3229 (unsuspend_and_proceed_one_lwp): New.
3230 (proceed_all_lwps): Use find_inferior instead of
3231 for_each_inferior.
3232 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
3233 also decrement the suspend count of LWPs. Pass `except' down,
3234 instead of hacking its suspend count.
3235 (linux_pause_all): Add `freeze' parameter. Adjust.
3236 (linux_unpause_all): New.
3237 (linux_target_ops): Install linux_unpause_all.
3238 * server.c (handle_status): Adjust.
3239 * target.h (struct target_ops): New fields `unpause_all' and
3240 `cancel_breakpoints'. Add new parameter to `pause_all'.
3241 (pause_all): Add new `freeze' parameter.
3242 (unpause_all): New.
3243 (cancel_breakpoints): New.
3244 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
3245 cancel breakpoints.
3246 (cmd_qtstart): Pause threads.
3247 (stop_tracing): Pause threads, and cancel breakpoints.
3248 * win32-low.c (win32_target_ops): Adjust.
3249
e471f25b
PA
32502010-05-03 Pedro Alves <pedro@codesourcery.com>
3251
3252 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
3253 the inferior right away from here...
3254 (linux_wait_1): ... to here, and adjust to check the thread's
3255 last_resume_kind instead of the lwp's step or stop_expected flags.
3256
1915ef4f
PA
32572010-05-02 Pedro Alves <pedro@codesourcery.com>
3258
3259 * README: Use consistent `GDB' and `GDBserver' spellings.
3260
f9e39928
PA
32612010-05-02 Pedro Alves <pedro@codesourcery.com>
3262
3263 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
3264 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
3265 (linux_detach_one_lwp): Assume the lwp is stopped.
3266 (any_thread_of): Delete.
3267 (linux_detach): Stop all lwps here. Don't blindly delete all
3268 breakpoints.
3269 (delete_lwp_callback): New.
3270 (linux_mourn): Delete all lwps of the process that is gone.
3271 (linux_wait_1): Don't delete the last lwp of the process here.
3272 * mem-break.h (mark_breakpoints_out): Declare.
3273 * mem-break.c (mark_breakpoints_out): New.
3274 (free_all_breakpoints): Use it.
3275 * server.c (handle_target_event): If the process is gone, mark
3276 breakpoints out.
3277 * thread-db.c (struct thread_db) <create_bp>: New field.
3278 (thread_db_enable_reporting): Fix prototype. Store a thread event
3279 breakpoint reference in the thread_db struct.
3280 (thread_db_load_search): Clear the thread_db object.
3281 (try_thread_db_load_1): Ditto.
3282 (switch_to_process): New.
3283 (disable_thread_event_reporting): Use it.
3284 (remove_thread_event_breakpoints): New.
3285 (thread_db_detach, thread_db_mourn): Use it.
3286
1e7fc18c
PA
32872010-05-01 Pedro Alves <pedro@codesourcery.com>
3288
3289 * linux-low.c (linux_enable_event_reporting): New.
3290 (linux_wait_for_event_1, handle_extended_wait): Use it.
3291
02fc4de7
PA
32922010-04-30 Pedro Alves <pedro@codesourcery.com>
3293
3294 * linux-low.c (linux_kill_one_lwp, linux_kill)
3295 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
3296 (send_sigstop): Take an lwp_info as parameter instead. Queue a
3297 SIGSTOP even if the LWP is stopped.
3298 (send_sigstop_callback): New.
3299 (stop_all_lwps): Use send_sigstop_callback instead.
3300 (linux_resume_one_thread): Adjust.
3301 (proceed_one_lwp): Still proceed an LWP that the client has
3302 requested to stop, if we haven't reported it as stopped yet. Make
3303 sure that LWPs the client want stopped, have a pending SIGSTOP.
3304
bc3b5632
DE
33052010-04-26 Doug Evans <dje@google.com>
3306
ae1ada35
DE
3307 * server.c (handle_general_set): Make static.
3308
bc3b5632
DE
3309 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
3310 Print received char after testing for error/eof instead of before.
3311 (input_interrupt): Tweak comment.
3312
65730243
DE
33132010-04-23 Doug Evans <dje@google.com>
3314
3315 * server.c (start_inferior): Print inferior argv if --debug.
3316
a8ae7dc0
AR
33172010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
3318
3319 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
3320 * nto-x86-low.c: Include server.h
3321
1c07cc19
PM
33222010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
3323
3324 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
3325 be consistent with other sources of this directory.
3326 (init_registers_amd64): Correct name of source file of this function
3327 in the comment.
3328
e0a61e09
PM
33292010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
3330
3331 * configure.srv (x86_64-*-mingw*): New configuration for Windows
3332 64-bit executables.
3333
54709339
PM
33342010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
3335
3336 * win32-i386-low.c: Add 64-bit support.
3337 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
3338 (init_registers_amd64): Declare.
3339 (mappings): Add 64-bit version of array.
3340 (init_windows_x86): New function.
3341 (the_low_target): Change init_arch field to init_windows_x86.
3342
e8f0053d
PM
33432010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
3344
3345 * win32-low.c: Adapt to support also 64-bit architecture.
3346 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
3347 (get_image_name): Use SIZE_T type for local variable `done'.
3348 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
3349 (toolhelp_get_dll_name): Idem.
3350 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
3351 Use uintptr_t typecast to avoid warning.
3352 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
3353 (handle_exception): Use phex_nz to avoid warning.
3354 (win32_wait): Remove unused local variable `process'.
3355
c481e77e
PM
33562010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
3357
3358 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
3359 `amd64-avx.o'.
3360
12ea4b69
PM
33612010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
3362
3363 * configure.ac: Use `ws2_32' library for srv_mingw.
3364 * configure: Regenerate.
3365 * gdbreplay.c: Include winsock2.h instead of winsock.h.
3366 * remote-utils.c: Likewise.
3367
f6d1620c
L
33682010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3369
3370 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
3371 if __x86_64__ is defined.
3372
8e642873
PM
33732010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3374
3375 * configure: Regenerate.
3376
711e434b
PM
33772010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3378
3379 * server.c (handle_query): Handle 'qGetTIBAddr' query.
3380 * target.h (target_ops): New get_tib_address field.
3381 * win32-low.h (win32_thread_info): Add thread_local_base field.
3382 * win32-low.c (child_add_thread): Add tlb argument.
3383 Set thread_local_base field to TLB.
3384 (get_child_debug_event): Adapt to child_add_thread change.
3385 (win32_get_tib_address): New function.
3386 (win32_target_ops): Set get_tib_address field to
3387 win32_get_tib_address.
3388 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
3389
505106cd
PA
33902010-04-12 Pedro Alves <pedro@codesourcery.com>
3391
505106cd
PA
3392 * linux-low.c (linux_mourn): Also remove the process.
3393 * server.c (handle_target_event): Don't remove the process here.
3394 * nto-low.c (nto_mourn): New.
3395 (nto_target_ops): Install it.
3396 * spu-low.c (spu_mourn): New.
3397 (spu_target_ops): Install it.
3398 * win32-low.c (win32_mourn): New.
3399 (win32_target_ops): Install it.
3400
e8470a06
PA
34012010-04-12 Pedro Alves <pedro@codesourcery.com>
3402
3403 * server.h (buffer_xml_printf): Remove redundant `;'.
3404
45ba0d02
PA
34052010-04-12 Pedro Alves <pedro@codesourcery.com>
3406
3407 * regcache.c (set_register_cache): Invalidate regcaches before
3408 changing the register cache layout.
3409 (regcache_invalidate_one): Allow a NULL regcache.
3410 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
3411 regcaches before changing the register cache layout or the target
3412 regsets.
3413
59e04013
L
34142010-04-12 H.J. Lu <hongjiu.lu@intel.com>
3415
3416 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
3417 variable warning on Linux/x86-64.
3418
8336d594
PA
34192010-04-11 Pedro Alves <pedro@codesourcery.com>
3420
3421 GDBserver disconnected tracing support.
3422
3423 * linux-low.c (linux_remove_process): Delete.
3424 (add_lwp): Don't set last_resume_kind here.
3425 (linux_kill): Use `mourn'.
3426 (linux_detach): Use `thread_db_detach', and `mourn'.
3427 (linux_mourn): New.
3428 (linux_attach_lwp_1): Adjust comment.
3429 (linux_attach): last_resume_kind moved the thread_info; adjust.
3430 (status_pending_p_callback): Adjust.
3431 (linux_wait_for_event_1): Adjust.
3432 (count_events_callback, select_singlestep_lwp_callback)
3433 (select_event_lwp_callback, cancel_breakpoints_callback)
3434 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
3435 (proceed_one_lwp): Adjust.
3436 (linux_async): Add debug output.
3437 (linux_thread_stopped): New.
3438 (linux_pause_all): New.
3439 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
3440 linux_pause_all.
3441 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
3442 (thread_db_free): Delete declaration.
3443 (thread_db_detach, thread_db_mourn): Declare.
3444 * thread-db.c (thread_db_init): Use thread_db_mourn.
3445 (thread_db_free): Delete, split in two.
3446 (disable_thread_event_reporting): New.
3447 (thread_db_detach): New.
3448 (thread_db_mourn): New.
3449
3450 * server.h (struct thread_info) <last_resume_kind>: New field.
3451 <attached>: Add comment.
3452 <gdb_detached>: New field.
3453 (handler_func): Change return type to int.
3454 (handle_serial_event, handle_target_event): Ditto.
3455 (gdb_connected): Declare.
3456 (tracing): Delete.
3457 (disconnected_tracing): Declare.
3458 (stop_tracing): Declare.
3459
3460 * server.c (handle_query) <qSupported>: Report support for
3461 disconnected tracing.
3462 (queue_stop_reply_callback): Account for running threads.
3463 (gdb_wants_thread_stopped): New.
3464 (gdb_wants_all_threads_stopped): New.
3465 (gdb_reattached_process): New.
3466 (handle_status): Clear the `gdb_detached' flag of all processes.
3467 In all-stop, stop all threads.
3468 (main): Be sure to leave tfind mode. Handle disconnected tracing.
3469 (process_serial_event): If the remote connection breaks, or if an
3470 exit was forced with "monitor exit", force an event loop exit.
3471 Handle disconnected tracing on detach.
3472 (handle_serial_event): Adjust.
3473 (handle_target_event): If GDB isn't connected, forward events back
3474 to the inferior, unless the last process exited, in which case,
3475 exit gdbserver. Adjust interface.
3476
3477 * remote-utils.c (remote_open): Don't block in accept. Instead
3478 register an event loop source on the listen socket file
3479 descriptor. Refactor bits into ...
3480 (listen_desc): ... this new global.
3481 (gdb_connected): ... this new function.
3482 (enable_async_notification): ... this new function.
3483 (handle_accept_event): ... this new function.
3484 (remote_close): Clear remote_desc.
3485
3486 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
3487
3488 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
3489 New fields.
3490 (mourn_inferior): Define.
3491 (target_process_qsupported): Avoid the dangling else problem.
3492 (thread_stopped): Define.
3493 (pause_all): Define.
3494 (target_waitstatus_to_string): Declare.
3495 * target.c (target_waitstatus_to_string): New.
3496
3497 * tracepoint.c (tracing): Make extern.
3498 (disconnected_tracing): New.
3499 (stop_tracing): Make extern. Handle tracing stops due to GDB
3500 disconnecting.
3501 (cmd_qtdisconnected): New.
3502 (cmd_qtstatus): Report disconnected tracing status in trace reply.
3503 (handle_tracepoint_general_set): Handle QTDisconnected.
3504
3505 * event-loop.c (event_handler_func): Change return type to int.
3506 (process_event): Bail out if the event handler wants the event
3507 loop to stop.
3508 (handle_file_event): Ditto.
3509 (start_event_loop): Bail out if the event handler wants the event
3510 loop to stop.
3511
3512 * nto-low.c (nto_target_ops): Adjust.
3513 * spu-low.c (spu_wait): Don't remove the process here.
3514 (spu_target_ops): Adjust.
3515 * win32-low.c (win32_wait): Don't remove the process here.
3516 (win32_target_ops): Adjust.
3517
5d267c4c
PA
35182010-04-11 Pedro Alves <pedro@codesourcery.com>
3519
3520 * regcache.c (realloc_register_cache): Invalidate inferior's
3521 regcache before recreating it.
3522
623ccd72
PA
35232010-04-09 Pedro Alves <pedro@codesourcery.com>
3524
3525 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
3526
219f2f23
PA
35272010-04-09 Stan Shebs <stan@codesourcery.com>
3528 Pedro Alves <pedro@codesourcery.com>
3529
3530 * server.h (LONGEST): New.
3531 (struct thread_info) <while_stepping>: New field.
3532 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
3533 Declare.
3534 (initialize_tracepoint, handle_tracepoint_general_set)
3535 (handle_tracepoint_query, tracepoint_finished_step)
3536 (tracepoint_was_hit, release_while_stepping_state_list):
3537 (current_traceframe): Declare.
3538 * server.c (handle_general_set): Handle tracepoint packets.
3539 (read_memory): New.
3540 (write_memory): New.
3541 (handle_search_memory_1): Use read_memory.
3542 (handle_query): Report support for conditional tracepoints, trace
3543 state variables, and tracepoint sources. Handle tracepoint
3544 queries.
3545 (main): Initialize the tracepoints module.
3546 (process_serial_event): Handle traceframe reads/writes.
3547
3548 * linux-low.c (handle_tracepoints): New.
3549 (linux_wait_1): Call it.
3550 (linux_resume_one_lwp): Handle while-stepping.
3551 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
3552 (linux_target_ops): Install them.
3553 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
3554 New field.
3555 * linux-x86-low.c (x86_supports_tracepoints): New.
3556 (the_low_target). Install it.
3557
3558 * mem-break.h (delete_breakpoint): Declare.
3559 * mem-break.c (delete_breakpoint): Make external.
3560
3561 * target.h (struct target_ops): Add `supports_tracepoints',
3562 `read_pc', and `write_pc' fields.
3563 (target_supports_tracepoints): Define.
3564 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
3565 (phex_nz): New.
3566
3567 * regcache.h (struct regcache) <registers_owned>: New field.
3568 (init_register_cache, regcache_cpy): Declare.
3569 (regcache_read_pc, regcache_write_pc): Declare.
3570 (register_cache_size): Declare.
3571 (supply_regblock): Declare.
3572 * regcache.c (init_register_cache): New.
3573 (new_register_cache): Use it.
3574 (regcache_cpy): New.
3575 (register_cache_size): New.
3576 (supply_regblock): New.
3577 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 3578
219f2f23
PA
3579 * tracepoint.c: New.
3580
3581 * Makefile.in (OBS): Add tracepoint.o.
3582 (tracepoint.o): New rule.
3583
3a13a53b
L
35842010-04-08 H.J. Lu <hongjiu.lu@intel.com>
3585
3586 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
3587 (i386-mmx.o): New.
3588 (i386-mmx.c): Likewise.
3589 (i386-mmx-linux.o): Likewise.
3590 (i386-mmx-linux.c): Likewise.
3591
3592 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
3593 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
3594 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
3595 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
3596
3597 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
3598 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
3599 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
3600
1570b33e
L
36012010-04-07 H.J. Lu <hongjiu.lu@intel.com>
3602
3603 * Makefile.in (clean): Updated.
3604 (i386-avx.o): New.
3605 (i386-avx.c): Likewise.
3606 (i386-avx-linux.o): Likewise.
3607 (i386-avx-linux.c): Likewise.
3608 (amd64-avx.o): Likewise.
3609 (amd64-avx.c): Likewise.
3610 (amd64-avx-linux.o): Likewise.
3611 (amd64-avx-linux.c): Likewise.
3612
3613 * configure.srv (srv_i386_regobj): Add i386-avx.o.
3614 (srv_i386_linux_regobj): Add i386-avx-linux.o.
3615 (srv_amd64_regobj): Add amd64-avx.o.
3616 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
3617 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
3618 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
3619 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
3620 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
3621 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
3622 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
3623
3624 * i387-fp.c: Include "i386-xstate.h".
3625 (i387_xsave): New.
3626 (i387_cache_to_xsave): Likewise.
3627 (i387_xsave_to_cache): Likewise.
3628 (x86_xcr0): Likewise.
3629
3630 * i387-fp.h (i387_cache_to_xsave): Likewise.
3631 (i387_xsave_to_cache): Likewise.
3632 (x86_xcr0): Likewise.
3633
3634 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
3635 * linux-crisv32-low.c (target_regsets): Likewise.
3636 * linux-m68k-low.c (target_regsets): Likewise.
3637 * linux-mips-low.c (target_regsets): Likewise.
3638 * linux-ppc-low.c (target_regsets): Likewise.
3639 * linux-s390-low.c (target_regsets): Likewise.
3640 * linux-sh-low.c (target_regsets): Likewise.
3641 * linux-sparc-low.c (target_regsets): Likewise.
3642 * linux-xtensa-low.c (target_regsets): Likewise.
3643
3644 * linux-low.c: Include <sys/uio.h>.
3645 (regsets_fetch_inferior_registers): Support nt_type.
3646 (regsets_store_inferior_registers): Likewise.
3647 (linux_process_qsupported): New.
3648 (linux_target_ops): Add linux_process_qsupported.
3649
3650 * linux-low.h (regset_info): Add nt_type.
3651 (linux_target_ops): Add process_qsupported.
3652
3653 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
3654 and <sys/uio.h>.
3655 (init_registers_i386_avx_linux): New.
3656 (init_registers_amd64_avx_linux): Likewise.
3657 (xmltarget_i386_linux_no_xml): Likewise.
3658 (xmltarget_amd64_linux_no_xml): Likewise.
3659 (PTRACE_GETREGSET): Likewise.
3660 (PTRACE_SETREGSET): Likewise.
3661 (x86_fill_xstateregset): Likewise.
3662 (x86_store_xstateregset): Likewise.
3663 (use_xml): Likewise.
3664 (x86_linux_update_xmltarget): Likewise.
3665 (x86_linux_process_qsupported): Likewise.
3666 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
3667 (x86_arch_setup): Don't call init_registers_amd64_linux nor
3668 init_registers_i386_linux here. Call
3669 x86_linux_update_xmltarget.
3670 (the_low_target): Add x86_linux_process_qsupported.
3671
3672 * server.c (handle_query): Call target_process_qsupported.
3673
3674 * target.h (target_ops): Add process_qsupported.
3675 (target_process_qsupported): New.
3676
fc7238bb
PA
36772010-04-03 Pedro Alves <pedro@codesourcery.com>
3678
3679 * inferiors.c (add_thread): Set last_status kind to
3680 TARGET_WAITKIND_IGNORE.
3681 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
3682 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
3683 (linux_wait_1): Move `thread' local definition to block that uses
3684 it. Don't NULL initialize `event_child'.
3685 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
3686 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
3687 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
3688
bdabb078
PA
36892010-04-01 Pedro Alves <pedro@codesourcery.com>
3690
3691 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
3692 an extended waitstatus, or by a watchpoint.
3693 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
3694 thread was stepping or has been stopped by a watchpoint.
3695
d3bbe7a0
PA
36962010-04-01 Pedro Alves <pedro@codesourcery.com>
3697
3698 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
3699 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
3700 of another, then delete the previous, and validate all
3701 breakpoints.
3702 (validate_inserted_breakpoint): New.
3703 (delete_disabled_breakpoints): New.
3704 (validate_breakpoints): New.
3705 (check_mem_read): Validate breakpoints before trusting their
3706 shadow. Delete disabled breakpoints.
3707 (check_mem_write): Validate breakpoints before trusting they
3708 should be inserted. Delete disabled breakpoints.
3709 * mem-break.h (validate_breakpoints):
3710 * server.c (handle_query): Validate breakpoints when we see a
3711 qSymbol query.
3712
8b07ae33
PA
37132010-04-01 Pedro Alves <pedro@codesourcery.com>
3714
3715 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
3716 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
3717 if we could tell there's a GDB breakpoint at stop_pc.
3718 (need_step_over_p): Don't do a step over if we find a GDB
3719 breakpoint at the resume PC.
3720
3721 * mem-break.c (struct raw_breakpoint): New.
3722 (enum bkpt_type): New type `gdb_breakpoint'.
3723 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
3724 fields. New field `raw'.
3725 (find_raw_breakpoint_at): New.
3726 (set_raw_breakpoint_at): Handle refcounting. Create a raw
3727 breakpoint instead.
3728 (set_breakpoint_at): Adjust.
3729 (delete_raw_breakpoint): New.
3730 (release_breakpoint): New.
3731 (delete_breakpoint): Rename to...
3732 (delete_breakpoint_1): ... this. Add proc parameter. Use
3733 release_breakpoint. Return ENOENT.
3734 (delete_breakpoint): Reimplement.
3735 (find_breakpoint_at): Delete.
3736 (find_gdb_breakpoint_at): New.
3737 (delete_breakpoint_at): Delete.
3738 (set_gdb_breakpoint_at): New.
3739 (delete_gdb_breakpoint_at): New.
3740 (gdb_breakpoint_here): New.
3741 (set_reinsert_breakpoint): Use release_breakpoint.
3742 (uninsert_breakpoint): Rename to ...
3743 (uninsert_raw_breakpoint): ... this.
3744 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
3745 (reinsert_raw_breakpoint): Change parameter type to
3746 raw_breakpoint.
3747 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
3748 instead.
3749 (check_breakpoints): Adjust. Use release_breakpoint.
3750 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
3751 (breakpoint_inserted_here): Ditto.
3752 (check_mem_read): Adjust to iterate over raw breakpoints instead.
3753 Don't trust the breakpoint's shadow if it is not inserted.
3754 (check_mem_write): Adjust to iterate over raw breakpoints instead.
3755 (delete_all_breakpoints): Adjust.
3756 (free_all_breakpoints): Mark all breakpoints as uninserted, and
3757 use delete_breakpoint_1.
3758
3759 * mem-break.h (breakpoints_supported): Delete declaration.
3760 (set_gdb_breakpoint_at): Declare.
3761 (gdb_breakpoint_here): Declare.
3762 (delete_breakpoint_at): Delete.
3763 (delete_gdb_breakpoint_at): Declare.
3764
3765 * server.h (struct raw_breakpoint): Forward declare.
3766 (struct process_info): New field `raw_breakpoints'.
3767
3768 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
3769 breakpoints.
3770
6bf5e0ba
PA
37712010-03-24 Pedro Alves <pedro@codesourcery.com>
3772
3773 * linux-low.c (status_pending_p_callback): Fix comment.
3774 (linux_wait_for_event_1): Move most of the internal breakpoint
3775 handling from here...
3776 (linux_wait_1): ... to here.
3777 (count_events_callback): New.
3778 (select_singlestep_lwp_callback): New.
3779 (select_event_lwp_callback): New.
3780 (cancel_breakpoints_callback): New.
3781 (select_event_lwp): New.
3782 (linux_wait_1): Simplify internal breakpoint handling. Give equal
3783 priority to all LWPs that have had events that should be reported
3784 to the client. Cancel breakpoints when about to reporting the
3785 event to the client, not while stopping lwps. No longer cancel
3786 finished single-steps here.
3787 (cancel_finished_single_step): Delete.
3788 (cancel_finished_single_steps): Delete.
3789
414a389f
PA
37902010-03-24 Pedro Alves <pedro@codesourcery.com>
3791
3792 * mem-break.c (enum bkpt_type): New.
3793 (struct breakpoint): New field `type'.
3794 (set_breakpoint_at): Change return type to struct breakpoint
3795 pointer. Set type to `other_breakpoint' by default.
3796 (delete_breakpoint): Rewrite, supporting more than one breakpoint
3797 in the breakpoint list.
3798 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
3799 (reinsert_breakpoint): Rename to ...
3800 (reinsert_raw_breakpoint): ... this.
3801 (reinsert_breakpoints_at): Adjust.
3802 * mem-break.h (struct breakpoint): Declare.
3803 (set_breakpoint_at): Change return type to struct breakpoint
3804 pointer.
3805
2280c721
PA
38062010-03-24 Pedro Alves <pedro@codesourcery.com>
3807
3808 * server.c (handle_query): Assign, not compare.
3809
d50171e4
PA
38102010-03-24 Pedro Alves <pedro@codesourcery.com>
3811
3812 Teach linux gdbserver to step-over-breakpoints.
3813
3814 * linux-low.c (can_hardware_single_step): New.
3815 (supports_breakpoints): New.
3816 (handle_extended_wait): If stopping threads, read the stop pc of
3817 the new cloned LWP.
3818 (get_pc): New.
3819 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
3820 low target doesn't support retrieving the PC.
3821 (add_lwp): Set last_resume_kind to resume_continue.
3822 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
3823 (linux_attach): Don't clear stop_expected. Set the lwp's
3824 last_resume_kind to resume_stop.
3825 (linux_detach_one_lwp): Don't check for removed breakpoints.
3826 (check_removed_breakpoint): Delete.
3827 (status_pending_p): Rename to ...
3828 (status_pending_p_callback): ... this. Don't check for removed
3829 breakpoints. Don't consider threads that are stopped from GDB's
3830 perspective.
3831 (linux_wait_for_lwp): Always read the stop_pc here.
3832 (cancel_breakpoint): New.
3833 (step_over_bkpt): New global.
3834 (linux_wait_for_event_1): Implement stepping over breakpoints.
3835 (gdb_wants_lwp_stopped): New.
3836 (gdb_wants_all_stopped): New.
3837 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
3838 single-step traps here. Store the thread's last reported target
3839 wait status.
3840 (send_sigstop): Don't clear stop_expected. Always set it,
3841 instead.
3842 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
3843 (cancel_finished_single_step): New.
3844 (cancel_finished_single_steps): New.
3845 (wait_for_sigstop): Don't cancel finished single-step traps here.
3846 (linux_resume_one_lwp): Don't check for removed breakpoints.
3847 Don't set `step' on non-hardware step archs.
3848 (linux_set_resume_request): Ignore resume_stop requests if already
3849 stopping or stopped. Set the lwp's last_resume_kind.
3850 (resume_status_pending_p): Don't check for removed breakpoints.
3851 (need_step_over_p): New.
3852 (start_step_over): New.
3853 (finish_step_over): New.
3854 (linux_resume_one_thread): Always queue a sigstop for resume_stop
3855 requests. Clear the thread's last reported target waitstatus.
3856 Don't use the `suspended' flag. Don't consider pending breakpoints.
3857 (linux_resume): Start a step-over if necessary.
3858 (proceed_one_lwp): New.
3859 (proceed_all_lwps): New.
3860 (unstop_all_lwps): New.
3861 * linux-low.h (struct lwp_info): Rewrite comment for the
3862 `suspended' flag. Add the `stop_pc' field. Delete the
3863 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
3864 Add `'last_resume_kind' and `need_step_over' fields.
3865 * inferiors.c (struct thread_info): Delete, moved elsewhere.
3866 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
3867 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
3868 (set_raw_breakpoint_at): New.
3869 (set_breakpoint_at): Rewrite to use it.
3870 (reinsert_breakpoint_handler): Delete.
3871 (set_reinsert_breakpoint): New.
3872 (reinsert_breakpoint_by_bp): Delete.
3873 (delete_reinsert_breakpoints): New.
3874 (uninsert_breakpoint): Rewrite.
3875 (uninsert_breakpoints_at): New.
3876 (reinsert_breakpoint): Rewrite.
3877 (reinsert_breakpoints_at): New.
3878 (check_breakpoints): Rewrite.
3879 (breakpoint_here): New.
3880 (breakpoint_inserted_here): New.
3881 (check_mem_read): Adjust.
3882 * mem-break.h (breakpoints_supported, breakpoint_here)
3883 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
3884 (reinsert_breakpoint_by_bp): Delete declaration.
3885 (delete_reinsert_breakpoints): Declare.
3886 (reinsert_breakpoint): Delete declaration.
3887 (reinsert_breakpoints_at): Declare.
3888 (uninsert_breakpoint): Delete declaration.
3889 (uninsert_breakpoints_at): Declare.
3890 (check_breakpoints): Adjust prototype.
3891 * server.h: Adjust include order.
3892 (struct thread_info): Declare here. Add a `last_status' field.
3893
30ba68cb
MS
38942010-03-23 Michael Snyder <msnyder@vmware.com>
3895
3896 * server.c (crc32): New function.
3897 (handle_query): Add handling for 'qCRC:' request.
3898
b9a881c2
PA
38992010-03-23 Pedro Alves <pedro@codesourcery.com>
3900
3901 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
3902 lwp had been stopped by a watchpoint.
3903
e92d13d5
PA
39042010-03-16 Pedro Alves <pedro@codesourcery.com>
3905
3906 * server.h (internal_error): Declare.
3907 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
3908 * utils.c (internal_error): New function.
3909
64daa791
AS
39102010-03-15 Andreas Schwab <schwab@redhat.com>
3911
3912 * configure.srv: Fix typo setting srv_regobj.
3913
f52cd8cd
PA
39142010-03-15 Pedro Alves <pedro@codesourcery.com>
3915
3916 * linux-low.c (fetch_register): Avoid passing a non string literal
3917 format to `error'.
3918 (usr_store_inferior_registers): Ditto.
3919
93ae6fdc
PA
39202010-03-14 Pedro Alves <pedro@codesourcery.com>
3921
3922 * linux-low.c (linux_write_memory): Bail out early if peeking
3923 memory failed.
3924
c3adc08c
PA
39252010-03-14 Pedro Alves <pedro@codesourcery.com>
3926
3927 * linux-low.h (struct lwp_info): New fields
3928 `stopped_by_watchpoint' and `stopped_data_address'.
3929 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
3930 here, and cache them in the lwp object.
3931 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
3932 directly.
3933 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
3934 field.
3935 (linux_stopped_by_watchpoint): Rewrite.
3936 (linux_stopped_data_address): Rewrite.
3937
bce522a2
PA
39382010-03-06 Simo Melenius <simo.melenius@iki.fi>
3939
3940 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
3941 switching the current inferior, not before.
3942
90884b2b
L
39432010-03-01 H.J. Lu <hongjiu.lu@intel.com>
3944
3945 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
3946 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
3947 i386-linux.c and amd64-linux.c.
3948 (reg-i386.o): Removed.
3949 (reg-i386.c): Likewise.
3950 (reg-i386-linux.o): Likewise.
3951 (reg-i386-linux.c): Likewise.
3952 (reg-x86-64.o): Likewise.
3953 (reg-x86-64.c): Likewise.
3954 (reg-x86-64-linux.o): Likewise.
3955 (reg-x86-64-linux.c): Likewise.
3956 (i386.o): New.
3957 (i386.c): Likewise.
3958 (i386-linux.o): Likewise.
3959 (i386-linux.c): Likewise.
3960 (amd64.o): Likewise.
3961 (amd64.c): Likewise.
3962 (amd64-linux.o): Likewise.
3963 (amd64-linux.c): Likewise.
3964
3965 * configure.srv (srv_i386_regobj): New.
3966 (srv_i386_linux_regobj): Likewise.
3967 (srv_amd64_regobj): Likewise.
3968 (srv_amd64_linux_regobj): Likewise.
3969 (srv_i386_32bit_xmlfiles): Likewise.
3970 (srv_i386_64bit_xmlfiles): Likewise.
3971 (srv_i386_xmlfiles): Likewise.
3972 (srv_amd64_xmlfiles): Likewise.
3973 (srv_i386_linux_xmlfiles): Likewise.
3974 (srv_amd64_linux_xmlfiles): Likewise.
3975 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
3976 srv_xmlfiles to $srv_i386_xmlfiles.
3977 (i[34567]86-*-mingw32ce*): Likewise.
3978 (i[34567]86-*-mingw*): Likewise.
3979 (i[34567]86-*-nto*): Likewise.
3980 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
3981 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
3982 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
3983 (x86_64-*-linux*): Likewise.
3984
3985 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
3986 (init_registers_amd64_linux): New.
3987 (x86_arch_setup): Replace init_registers_x86_64_linux with
3988 init_registers_amd64_linux.
3989
193f13e6
MK
39902010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
3991
3992 * configure.ac: Check for libdl. If it is not available link against
3993 static libthread_db.
3994 * configure: Regenerate.
3995
85d721b8
PA
39962010-02-22 Pedro Alves <pedro@codesourcery.com>
3997
3998 PR9605
3999
4000 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
4001 handing a read watchpoint.
4002 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
4003
6076632b
DE
40042010-02-12 Doug Evans <dje@google.com>
4005
4006 * linux-low.c (linux_supports_tracefork_flag): Document.
4007 (linux_look_up_symbols): Add comment.
4008
3327ccf7
L
40092010-02-03 H.J. Lu <hongjiu.lu@intel.com>
4010
4011 * regcache.c (supply_register): Clear regcache if buf is NULL.
4012
0718675c 40132010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 4014 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
4015
4016 * inferiors.c (find_inferior): Add function documentation.
4017 (unloaded_dll): Handle the case where the unloaded dll has not
4018 been previously registered in the dll list.
4019
177321bd
DJ
40202010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4021
4022 * linux-arm-low.c (thumb_breakpoint_len): Delete.
4023 (thumb2_breakpoint): New.
4024 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
4025
2b009048
DJ
40262010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4027
4028 * linux-low.c (get_stop_pc): Check for SIGTRAP.
4029 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
4030 breakpoints.
4031
3be029c7
PA
40322010-01-21 Pedro Alves <pedro@codesourcery.com>
4033
4034 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
4035
18f5de3b
JK
40362010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * linux-s390-low.c (s390_collect_ptrace_register)
4039 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
4040
3743bb4f
DE
40412010-01-21 Doug Evans <dje@google.com>
4042
14ce3065
DE
4043 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
4044 (PTRACE_ARG4_TYPE): New macro.
4045 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
4046 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
4047 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
4048 (usr_store_inferior_registers): Ditto.
4049 (linux_read_memory, linux_write_memory): Ditto.
4050 (linux_test_for_tracefork): Ditto.
4051
3743bb4f
DE
4052 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
4053 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
4054
8b315be5
PA
40552010-01-21 Pedro Alves <pedro@codesourcery.com>
4056
4057 * proc-service.c (ps_lgetregs): Don't refetch registers from the
4058 target.
4059
85492558
PA
40602010-01-21 Pedro Alves <pedro@codesourcery.com>
4061
4062 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
4063 prototype to take a regcache. Adjust.
4064
442ea881
PA
40652010-01-20 Pedro Alves <pedro@codesourcery.com>
4066
4067 * regcache.h (struct thread_info): Forward declare.
4068 (struct regcache): New.
4069 (new_register_cache): Adjust prototype.
4070 (get_thread_regcache): Declare.
4071 (free_register_cache): Adjust prototype.
4072 (registers_to_string, registers_from_string): Ditto.
4073 (supply_register, supply_register_by_name, collect_register)
4074 (collect_register_as_string, collect_register_by_name): Ditto.
4075 * regcache.c (struct inferior_regcache_data): Delete.
4076 (get_regcache): Rename to ...
4077 (get_thread_regcache): ... this. Adjust. Switch inferior before
4078 fetching registers.
4079 (regcache_invalidate_one): Adjust.
4080 (regcache_invalidate): Fix prototype.
4081 (new_register_cache): Return the new register cache.
4082 (free_register_cache): Change prototype.
4083 (realloc_register_cache): Adjust.
4084 (registers_to_string): Change prototype to take a regcache. Adjust.
4085 (registers_from_string): Ditto.
4086 (register_data): Ditto.
4087 (supply_register): Ditto.
4088 (supply_register_by_name): Ditto.
4089 (collect_register): Ditto.
4090 (collect_register_as_string): Ditto.
4091 (collect_register_by_name): Ditto.
4092 * server.c (process_serial_event): Adjust.
4093 * linux-low.h (regset_fill_func, regset_store_func): Change
4094 prototype.
4095 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
4096 Change prototype.
4097 * linux-low.c (get_stop_pc): Adjust.
4098 (check_removed_breakpoint): Adjust.
4099 (linux_wait_for_event): Adjust.
4100 (linux_resume_one_lwp): Adjust.
4101 (fetch_register): Add regcache parameter. Adjust.
4102 (usr_store_inferior_registers): Ditto.
4103 (regsets_fetch_inferior_registers): Ditto.
4104 (regsets_store_inferior_registers): Ditto.
4105 (linux_fetch_registers, linux_store_registers): Ditto.
4106 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
4107 regcache. Adjust.
43aaf8b6
PA
4108 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
4109 Ditto.
442ea881
PA
4110 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
4111 prototype to take a regcache.
4112 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
4113 * remote-utils.c (convert_ascii_to_int, outreg)
4114 (prepare_resume_reply): Change prototype to take a regcache.
4115 Adjust.
4116 * target.h (struct target_ops) <fetch_registers, store_registers>:
4117 Change prototype to take a regcache.
4118 (fetch_inferior_registers, store_inferior_registers): Change
4119 prototype to take a regcache. Adjust.
4120 * proc-service.c (ps_lgetregs): Adjust.
4121 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
4122 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
4123 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
4124 take a regcache. Adjust.
4125 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
4126 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
4127 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
4128 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
4129 * linux-cris-low.c (cris_get_pc, cris_set_pc)
4130 (cris_cannot_fetch_register):
4131 (cris_breakpoint_at): Change prototype to take a regcache.
4132 Adjust.
4133 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
4134 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
4135 to take a regcache. Adjust.
4136 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
4137 Adjust.
4138 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
4139 take a regcache. Adjust.
4140 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
4141 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
4142 (m68k_set_pc): Change prototype to take a regcache. Adjust.
4143 * linux-mips-low.c (mips_get_pc):
4144 (mips_set_pc): Change prototype to take a regcache. Adjust.
4145 (mips_reinsert_addr): Adjust.
4146 (mips_collect_register): Change prototype to take a regcache.
4147 Adjust.
4148 (mips_supply_register):
4149 (mips_collect_register_32bit, mips_supply_register_32bit)
4150 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
4151 (mips_store_fpregset): Ditto.
43aaf8b6
PA
4152 * linux-ppc-low.c (ppc_supply_ptrace_register)
4153 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
4154 (parse_spufs_run): Adjust.
4155 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
4156 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
4157 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
4158 take a regcache. Adjust.
4159 * linux-s390-low.c (s390_collect_ptrace_register)
4160 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
4161 (s390_set_pc): Change prototype to take a regcache. Adjust.
4162 (s390_arch_setup): Adjust.
4163 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
4164 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
4165 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
4166 (sparc_fill_gregset, sparc_store_gregset_from_stack)
4167 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
4168 regcache. Adjust.
4169 (sparc_breakpoint_at): Adjust.
4170 * linux-xtensa-low.c (xtensa_fill_gregset):
4171 (xtensa_store_gregset):
4172 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
4173 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
4174 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
4175 prototype to take a regcache. Adjust.
4176 * win32-arm-low.c (arm_fetch_inferior_register)
4177 (arm_store_inferior_register): Change prototype to take a
4178 regcache. Adjust.
4179 * win32-i386-low.c (i386_fetch_inferior_register)
4180 (i386_store_inferior_register): Change prototype to take a
4181 regcache. Adjust.
4182 * win32-low.c (child_fetch_inferior_registers)
4183 (child_store_inferior_registers): Change prototype to take a
4184 regcache. Adjust.
4185 (win32_wait): Adjust.
4186 (win32_fetch_inferior_registers): Change prototype to take a
4187 regcache. Adjust.
4188 (win32_store_inferior_registers): Adjust.
4189 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
4190 store_inferior_register>: Change prototype to take a regcache.
4191
60c3d7b0
DE
41922010-01-20 Doug Evans <dje@google.com>
4193
4194 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
4195 #ifdef.
4196 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 4197 (W_STOPCODE): Provide definition if missing.
60c3d7b0 4198
dc146f7c
VP
41992010-01-13 Vladimir Prus <vladimir@codesourcery.com>
4200
4201 * linux-low.c (linux_core_of_thread): New.
4202 (compare_ints, show_process, list_threads): New.
4203 (linux_qxfer_osdata): Report threads and cores.
4204 (linux_target_op): Register linux_core_of_thread.
4205 * remote-utils.c (prepare_resume_reply): Report the core.
4206 (buffer_xml_printf): Support %d specifier.
4207 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
4208 New.
4209 (handle_query): Handle qXfer:threads. Announce availability
4210 thereof.
4211 * target.h (struct target_ops): New field core_of_thread.
4212
7803799a
UW
42132010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4214
4215 * Makefile.in (clean): Remove new generated files.
4216 (reg-s390.o, reg-s390.c): Remove rules.
4217 (reg-s390x.o, reg-s390x.c): Likewise.
4218 (s390-linux32.o, s390-linux32.c): Add rules.
4219 (s390-linux64.o, s390-linux64.c): Likewise.
4220 (s390x-linux64.o, s390x-linux64.c): Likewise.
4221 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
4222 * linux-s390-low.c: Include <elf.h>.
4223 (HWCAP_S390_HIGH_GPRS): Define if undefined.
4224 (init_registers_s390): Remove prototype.
4225 (init_registers_s390x): Likewise.
4226 (init_registers_s390_linux32): Add prototype.
4227 (init_registers_s390_linux64): Likewise.
4228 (init_registers_s390x_linux64): Likewise.
4229 (s390_num_regs_3264): New define.
4230 (s390_regmap_3264): New global variable.
4231 (s390_cannot_fetch_register): Remove obsolete check.
4232 (s390_cannot_store_register): Likewise.
4233 (s390_collect_ptrace_register): Handle upper/lower register halves.
4234 (s390_supply_ptrace_register): Likewise.
4235 (s390_fill_gregset): Update to register number changes.
4236 (s390_get_hwcap): New routine.
4237 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
4238 Install appropriate regmap and register set.
4239
6e7ffa39
JB
42402010-01-01 Joel Brobecker <brobecker@adacore.com>
4241
4242 * server.c (gdbserver_version): Update copyright year to 2010.
4243 * gdbreplay.c (gdbreplay_version): Likewise.
4244
957f3f49
DE
42452009-12-28 Doug Evans <dje@google.com>
4246
4247 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
4248 elf/external.h. Include <elf.h> instead but only if necessary.
4249
ca5c370d
PA
42502009-12-28 Pedro Alves <pedro@codesourcery.com>
4251
4252 * linux-low.c (linux_remove_process): Remove `detaching'
4253 parameter. Don't release/detach from thread_db here.
4254 (linux_kill): Release/detach from thread_db here, ...
4255 (linux_detach): ... and here, before actually detaching.
4256 (linux_wait_1): ... and here, when a process exits.
4257 * thread-db.c (any_thread_of): New.
4258 (thread_db_free): Switch the current inferior to a thread of the
4259 passed in process.
4260
4ee62156
DE
42612009-12-21 Doug Evans <dje@google.com>
4262
d90e6a88
DE
4263 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
4264
c5f62d5f
DE
4265 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
4266 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
4267 warning ifndef __NR_tkill. Move setting of errno there too.
4268 Delete unnecessary resetting of errno after syscall.
4269 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
4270
10e86dd7
DE
4271 * configure.ac: Check for dladdr.
4272 * config.in: Regenerate.
4273 * configure: Regenerate.
4274 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
4275 (try_thread_db_load): Update.
4276
4ee62156
DE
4277 * linux-low.c (my_waitpid): Delete unnecessary prototype.
4278
00f515da
DE
42792009-12-18 Doug Evans <dje@google.com>
4280
e9464885
DE
4281 * event-loop.c: Include unistd.h if it exists.
4282
07d4f67e
DE
4283 * linux-low.c (my_waitpid): Move definition away from being in
4284 between linux_tracefork_child/linux_test_for_tracefork.
4285
00f515da
DE
4286 * gdb_proc_service.h (psaddr_t): Fix type.
4287 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
4288 signature to match glibc.
4289
1de1badb
DE
42902009-12-16 Doug Evans <dje@google.com>
4291
4292 * linux-low.c (linux_read_memory): Fix argument to read.
4293
aeeb81d1
PA
42942009-11-26 Pedro Alves <pedro@codesourcery.com>
4295
4296 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
4297 events, don't leave current_inferior pointing at null.
4298
10357975
PA
42992009-11-26 Pedro Alves <pedro@codesourcery.com>
4300
4301 * win32-low.c (LOG): Delete.
4302 (OUTMSG): Output to stderr.
4303 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
4304 on compile time LOG macro.
4305 (win32_wait): Fix debug output.
4306
cf6e3471
PA
43072009-11-26 Pedro Alves <pedro@codesourcery.com>
4308
4309 * win32-low.c (win32_add_one_solib): If the dll name is
4310 "ntdll.dll", prepend the system directory to the dll path.
4311
0c85e18e
MK
43122009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
4313
4314 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
4315
9ac544ce 43162009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 4317 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
4318
4319 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
4320 * configure.ac: Check for __mcoldfire__ and set
4321 gdb_cv_m68k_is_coldfire.
4322 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
4323 reg-cf.o and reg-m68k.o.
4324 * configure: Regenerated.
4325
fd7dd3e6
PA
43262009-11-16 Pedro Alves <pedro@codesourcery.com>
4327
4328 * linux-low.c (linux_remove_process): Add `detaching' parameter.
4329 Pass it to thread_db_free.
4330 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
4331 proper `detaching' argument to linux_remove_process.
4332 * linux-low.h (thread_db_free): Add `detaching' parameter.
4333 * thread-db.c (thread_db_init): Pass false as `detaching' argument
4334 to thread_db_free.
4335 (thread_db_free): Add `detaching' parameter. Only
4336 call td_ta_clear_event if detaching from process.
4337
75aa492e
MK
43382009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
4339
4340 * thread-db.c (thread_db_free): Fix typo.
4341
21e1bee4
PP
43422009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4343
4344 PR gdb/10838
4345 * thread-db.c (thread_db_free): Call td_ta_clear_event.
4346
8838b45e
NS
43472009-11-03 Nathan Sidwell <nathan@codesourcery.com>
4348
4349 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
4350 with an i686 compiler.
4351 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
4352 needed.
4353 * configure: Rebuilt.
4354
8a35fb51
SL
43552009-10-29 Sandra Loosemore <sandra@codesourcery.com>
4356
4357 PR gdb/10783
4358
4359 * server.c (handle_search_memory_1): Correct read_addr initialization
4360 in loop for searching subsequent chunks.
4361
96f15937
PP
43622009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
4363
4364 * configure.ac: New --with-libthread-db option.
4365 * thread-db.c: Allow direct dependence on libthread_db.
4366 (thread_db_free): Adjust.
4367 * config.in: Regenerate.
4368 * configure: Likewise.
889bf7c5 4369
5f7d1694
PP
43702009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
4371
4372 PR gdb/10757
4373 * thread-db.c (attach_thread): New function.
4374 (maybe_attach_thread): Return success/failure.
4375 (find_new_threads_callback): Adjust.
889bf7c5
PA
4376 (thread_db_find_new_threads): Loop until no new threads.
4377
88e3b899
PA
43782009-10-13 Pedro Alves <pedro@codesourcery.com>
4379
4380 * proc-service.c (ps_lgetregs): Formatting.
4381
cdbfd419
PP
43822009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
4383
4384 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
4385 * configure.ac: Adjust.
4386 * linux-low.h (struct process_info_private): Move members to struct
4387 thread_db.
4388 (thread_db_free, thread_db_handle_monitor_command): New prototype.
4389 * linux-low.c (linux_remove_process): Adjust.
4390 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
4391 * server.c (handle_query): Move code ...
4392 (handle_monitor_command): ... here. New function.
4393 * target.h (struct target_ops): New member.
4394 * thread-db.c (struct thread_db): New.
4395 (libthread_db_search_path): New variable.
4396 (thread_db_create_event, thread_db_enable_reporting)
4397 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
4398 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
4399 (try_thread_db_load_1, dladdr_to_soname): New functions.
4400 (try_thread_db_load, thread_db_load_search): New functions.
4401 (thread_db_init): Search for libthread_db.
4402 (thread_db_free): New function.
4403 (thread_db_handle_monitor_command): Likewise.
4404 * config.in: Regenerate.
4405 * configure: Regenerate.
889bf7c5 4406
4168d2d6
UW
44072009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
4408
4409 * spu-low.c (spu_kill): Wait for inferior to terminate.
4410 Call clear_inferiors.
4411 (spu_detach): Call clear_inferiors.
4412
81ecdfbb
RW
44132009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4414
4415 * aclocal.m4: Regenerate.
4416 * config.in: Likewise.
4417 * configure: Likewise.
4418
0b9ff2c0
UW
44192009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4420
4421 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
4422 (parse_spufs_run): New function.
4423 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
4424 (ppc_breakpoint_at): Handle SPU breakpoints.
4425
efcbbd14
UW
44262009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4427
4428 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
4429 (SPUFS_MAGIC): Define.
4430 (spu_enumerate_spu_ids): New function.
4431 (linux_qxfer_spu): New function.
4432 (linux_target_ops): Install linux_qxfer_spu.
4433
f4d9bade
UW
44342009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
4435
4436 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
4437 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
4438 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
4439 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
4440 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
4441 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
4442 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
4443 (init_registers_powerpc_cell32l): Add prototype.
4444 (init_registers_powerpc_cell64l): Likewise.
4445 (ppc_arch_setup): Detect Cell/B.E. architecture.
4446
96e946ca
RW
44472009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4448
4449 * Makefile.in (datarootdir): New variable.
4450
58d6951d
DJ
44512009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4452
4453 * linux-low.c (linux_write_memory): Update debugging output.
4454 * Makefile.in (clean): Add new descriptions.
4455 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
4456 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
4457 * configure.srv: Add new files for arm*-*-linux*.
4458 * linux-arm-low.c: Add new declarations.
4459 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
4460 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
4461 (HWCAP_VFPv3D16): New.
4462 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
4463 instead of __IWMMXT__.
4464 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
4465 (arm_arch_setup): New.
4466 (target_regsets): Remove #ifdef. Add VFP regset.
4467 (the_low_target): Use arm_arch_setup.
4468
12b42a12
DJ
44692009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4470
4471 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
4472 the main thread again.
4473
ac8c974e
AR
44742009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
4475
4476 Adding Neutrino gdbserver.
4477 * configure: Regenerated.
4478 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
4479 * configure.srv (i[34567]86-*-nto*): New target.
4480 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
4481 * remote-utils.c [__QNX__]: Include sys/iomgr.h
4482 (nto_comctrl) [__QNX__]: New function.
4483 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
4484
4424e0c3 44852009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
4486
4487 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
4488 srv_tgtobj.
4489
912cf4ba
PA
44902009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
4491 Pedro Alves <pedro@codesourcery.com>
4492
4493 * win32-i386-low.c (i386_get_thread_context): Handle systems that
4494 don't support CONTEXT_EXTENDED_REGISTERS.
4495 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
4496 (the_low_target): Install them.
4497 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
4498 failing with ERROR_PIPE_NOT_CONNECTED.
4499
aa5ca48f
DE
45002009-06-30 Doug Evans <dje@google.com>
4501 Pierre Muller <muller@ics.u-strasbg.fr>
4502
4503 Add h/w watchpoint support to x86-linux, win32-i386.
4504 * Makefile.in (SFILES): Add i386-low.c
4505 (i386_low_h): Define.
4506 (i386-low.o): Add dependencies.
4507 (linux-x86-low.o): Add i386-low.h dependency.
4508 (win32-i386-low.o): Ditto.
4509 * i386-low.c: New file.
4510 * i386-low.h: New file.
4511 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
4512 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
4513 * linux-low.c (linux_add_process): Initialize arch_private.
4514 (linux_remove_process): Free arch_private.
4515 (add_lwp): Initialize arch_private.
4516 (delete_lwp): Free arch_private.
4517 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
4518 provided.
4519 * linux-low.h (process_info_private): New member arch_private.
4520 (lwp_info): New member arch_private.
4521 (linux_target_ops): New members new_process, new_thread,
4522 prepare_to_resume.
4523 (ptid_of): New macro.
4524 * linux-x86-low.c: Include stddef.h, i386-low.h.
4525 (arch_process_info): New struct.
4526 (arch_lwp_info): New struct.
4527 (x86_linux_dr_get, x86_linux_dr_set): New functions.
4528 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
4529 (i386_dr_low_get_status): New function.
4530 (x86_insert_point, x86_remove_point): New functions.
4531 (x86_stopped_by_watchpoint): New function.
4532 (x86_stopped_data_address): New function.
4533 (x86_linux_new_process, x86_linux_new_thread): New functions.
4534 (x86_linux_prepare_to_resume): New function.
4535 (the_low_target): Add entries for insert_point, remove_point,
4536 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
4537 prepare_to_resume.
4538 * server.c (debug_hw_points): New global.
4539 (monitor_show_help): Document set debug-hw-points.
4540 (handle_query): Process "set debug-hw-points".
4541 * server.h (debug_hw_points): Declare.
4542 (paddress): Declare.
4543 * utils.c (NUMCELLS, CELLSIZE): New macros.
4544 (get_sell, xsnprintf, paddress): New functions.
4545 * win32-arm-low.c (the_low_target): Add entries for insert_point,
4546 remove_point, stopped_by_watchpoint, stopped_data_address.
4547 * win32-i386-low.c: Include i386-low.h.
4548 (debug_reg_state): Replaces dr.
4549 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
4550 (i386_dr_low_get_status): New function.
4551 (i386_insert_point, i386_remove_point): New functions.
4552 (i386_stopped_by_watchpoint): New function.
4553 (i386_stopped_data_address): New function.
4554 (i386_initial_stuff): Update.
4555 (get_thread_context,set_thread_context,i386_thread_added): Update.
4556 (the_low_target): Add entries for insert_point,
4557 remove_point, stopped_by_watchpoint, stopped_data_address.
4558 * win32-low.c (win32_insert_watchpoint): New function.
4559 (win32_remove_watchpoint): New function.
4560 (win32_stopped_by_watchpoint): New function.
4561 (win32_stopped_data_address): New function.
4562 (win32_target_ops): Add entries for insert_watchpoint,
4563 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
4564 * win32-low.h (win32_target_ops): New members insert_point,
4565 remove_point, stopped_by_watchpoint, stopped_data_address.
4566
d993e290
PA
45672009-06-25 Pedro Alves <pedro@codesourcery.com>
4568
4569 * server.c (process_serial_event): Re-return unsupported, not
4570 error, if the type isn't recognized. Re-allow supporting only
4571 insert or remove packets. Also call require_running for
4572 breakpoints. Add missing break statement to default case. Tidy.
4573 * target.h (struct target_ops): Rename insert_watchpoint to
4574 insert_point, and remove_watchpoint to remove_point.
4575
4576 * linux-low.h (struct linux_target_ops): Likewise.
4577 * linux-low.c (linux_insert_watchpoint): Rename to ...
4578 (linux_insert_point): ... this. Adjust.
4579 (linux_remove_watchpoint): Rename to ...
4580 (linux_remove_point): ... this. Adjust.
4581 (linux_target_ops): Adjust.
4582 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
4583 (cris_insert_point): ... this.
4584 (cris_remove_watchpoint): Rename to ...
4585 (cris_remove_point): ... this.
4586 (the_low_target): Adjust.
4587
0f54c268
PM
45882009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
4589
4590 * server.c (handle_v_kill): Pass signal_pid to
4591 kill_inferior if multi_process is zero.
4592
c6314022
AR
45932009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
4594
4595 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
4596 * target.h (target_ops): Comment for *_watchpoint to make it clear
4597 the functions can get types '0' and '1'.
4598
4463ce24
AR
45992009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
4600
4601 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
4602 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
4603 * regcache.c (get_regcache): Likewise.
4604 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
4605 * win32-low.c (child_fetch_inferior_registers): Remove check for
4606 regno 0.
4607
cf8fd78b
PA
46082009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
4609 Pedro Alves <pedro@codesourcery.com>
4610
4611 * target.h (struct target_ops) <supports_multi_process>: New
4612 callback.
4613 (target_supports_multi_process): New.
4614 * server.c (handle_query): Even if GDB reports support, only
4615 enable multi-process if the target also supports it. Report
4616 multi-process support only if the target backend supports it.
4617 * linux-low.c (linux_supports_multi_process): New function.
4618 (linux_target_ops): Install it as target_supports_multi_process
4619 callback.
4620
47c0c975
DE
46212009-05-24 Doug Evans <dje@google.com>
4622
e09875d4
DE
4623 Global renaming of find_thread_pid to find_thread_ptid.
4624 * server.h (find_thread_ptid): Renamed from find_thread_pid.
4625 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
4626 All callers updated.
4627
e27d73f6
DE
4628 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
4629 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
4630 directly.
4631
47c0c975
DE
4632 * linux-low.c (get_stop_pc): Print pc if debug_threads.
4633 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
4634 (linux_resume_one_lwp): Ditto.
4635
2acc282a
DE
46362009-05-23 Doug Evans <dje@google.com>
4637
4638 * linux-low.c (linux_resume_one_lwp): Change type of first arg
4639 from struct inferior_list_entry * to struct lwp_info *.
4640 All callers updated.
4641
9f1036c1
DE
46422009-05-13 Doug Evans <dje@google.com>
4643
4644 * linux-x86-low.c: Don't include assert.h.
4645 (x86_siginfo_fixup): Use fatal, not assert.
4646 (x86_arch_setup): Fix comment.
4647
d0722149
DE
46482009-05-12 Doug Evans <dje@google.com>
4649
4650 Biarch support for i386/amd64 gdbserver.
4651 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
4652 Add linux-x86-low.c.
4653 (linux-i386-low.o, linux-x86-64-low.o): Delete.
4654 (linux-x86-low.o): Add.
4655 * linux-x86-64-low.c: Delete.
4656 * linux-i386-low.c: Delete.
4657 * linux-x86-low.c: New file.
4658 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
4659 linux-x86-low.o.
4660 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
4661 linux-x86-low.o.
4662 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
4663 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
4664 (linux_child_pid_to_exec_file): New function.
4665 (elf_64_header_p, elf_64_file_p): New functions.
4666 (siginfo_fixup): New function.
4667 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
4668 give target a chance to convert layout.
4669 * linux-low.h (linux_target_ops): New member siginfo_fixup.
4670 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
4671
fdeb2a12
DE
46722009-05-07 Doug Evans <dje@google.com>
4673
4674 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
4675 (regsets_store_inferior_registers): Ditto.
4676
a6dbe5df
PA
46772009-05-06 Pedro Alves <pedro@codesourcery.com>
4678
4679 PR server/10048
4680
4681 * linux-low.c (must_set_ptrace_flags): Delete.
4682 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
4683 of the global.
4684 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
4685 `lwp->must_set_ptrace_flags' instead.
ba42693b 4686 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
4687 (linux_wait_1): ... not here.
4688
5091eb23
DE
46892009-04-30 Doug Evans <dje@google.com>
4690
9f767825
DE
4691 * inferiors.c (started_inferior_callback): New function.
4692 (attached_inferior_callback): New function.
4693 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
4694 * server.c (print_started_pid, print_attached_pid): New functions.
4695 (detach_or_kill_for_exit): New function.
4696 (main): Call it instead of for_each_inferior (kill_inferior_callback).
4697 * server.h (have_started_inferiors_p): Declare.
4698 (have_attached_inferiors_p): Declare.
4699
5091eb23
DE
4700 * inferiors.c (remove_process): Fix memory leak, free process.
4701 * linux-low.c (linux_remove_process): New function.
4702 (linux_kill): Call it instead of remove_process.
4703 (linux_detach, linux_wait_1): Ditto.
4704
155c8968
PA
47052009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
4706
4707 * configure.srv: Add x86 Windows CE target.
4708
7fe519cb
UW
47092009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
4710
4711 * inferiors.c (get_thread_process): Make global.
4712 * server.h (get_thread_process): Add prototype.
4713 * thread-db.c (find_one_thread): Use get_thread_process
4714 instead of current_process.
4715 (thread_db_get_tls_address): Do not crash if called when
4716 thread layer is not yet initialized.
4717
5472f405
UW
47182009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
4719
4720 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
4721 * spu-low.c (current_tid): Rename to ...
4722 (current_ptid): ... this.
4723 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
4724 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
4725 ptid_get_lwp (current_ptid) instead of current_tid.
4726 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
4727 instead of current_tid. Use find_process_pid to verify pid
4728 argument is valid. Pass proper argument to remove_process.
4729 (spu_thread_alive): Compare current_ptid instead of current_tid.
4730 (spu_resume): Likewise.
4731
55ac2b99
PA
47322009-04-02 Pedro Alves <pedro@codesourcery.com>
4733
4734 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
4735 variable.
4736
95954743
PA
47372009-04-01 Pedro Alves <pedro@codesourcery.com>
4738
4739 Implement the multiprocess extensions, and add linux multiprocess
4740 support.
4741
4742 * server.h (ULONGEST): Declare.
4743 (struct ptid, ptid_t): New.
4744 (minus_one_ptid, null_ptid): Declare.
4745 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4746 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
4747 (struct inferior_list_entry): Change `id' type from unsigned from
4748 to ptid_t.
4749 (struct sym_cache, struct breakpoint, struct
4750 process_info_private): Forward declare.
4751 (struct process_info): Declare.
4752 (current_process): Declare.
4753 (all_processes): Declare.
4754 (initialize_inferiors): Declare.
4755 (add_thread): Adjust to use ptid_t.
4756 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
4757 (add_process, remove_process, find_thread_pid): Declare.
4758 (find_inferior_id): Adjust to use ptid_t.
4759 (cont_thread, general_thread, step_thread): Change type to ptid_t.
4760 (multi_process): Declare.
4761 (push_event): Adjust to use ptid_t.
4762 (read_ptid, write_ptid): Declare.
4763 (prepare_resume_reply): Adjust to use ptid_t.
4764 (clear_symbol_cache): Declare.
4765 * inferiors.c (all_processes): New.
4766 (null_ptid, minus_one_ptid): New.
4767 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4768 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
4769 (add_thread): Change unsigned long to ptid. Remove gdb_id
4770 parameter. Adjust.
4771 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
4772 (gdb_id_to_thread): Rename to ...
4773 (find_thread_pid): ... this. Change unsigned long to ptid.
4774 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
4775 (loaded_dll, pull_pid_from_list): Adjust.
4776 (add_process, remove_process, find_process_pid)
4777 (get_thread_process, current_process, initialize_inferiors): New.
4778 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
4779 (struct target_waitstatus) <related_pid>: Ditto.
4780 (struct target_ops) <kill, detach>: Add `pid' argument. Change
4781 return type to int.
4782 (struct target_ops) <join>: Add `pid' argument.
4783 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
4784 (struct target_ops) <wait>: Add `ptid' field. Change return type
4785 to ptid.
4786 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
4787 (mywait): Add `ptid' argument. Change return type to ptid_t.
4788 (target_pid_to_str): Declare.
4789 * target.c (set_desired_inferior): Adjust to use ptids.
4790 (mywait): Add new `ptid' argument. Adjust.
4791 (target_pid_to_str): New.
4792 * mem-break.h (free_all_breakpoints): Declare.
4793 * mem-break.c (breakpoints): Delelete.
4794 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
4795 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
4796 to use per-process breakpoint list.
4797 (free_all_breakpoints): New.
4798 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
4799 (symbol_cache, all_symbols_looked_up): Delete.
4800 (hexchars): New.
4801 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
4802 read_ptid): New.
4803 (prepare_resume_reply): Change ptid argument's type from unsigned
4804 long to ptid_t. Adjust. Implement W;process and X;process.
4805 (free_sym_cache, clear_symbol_cache): New.
4806 (look_up_one_symbol): Adjust to per-process symbol cache. *
4807 * server.c (cont_thread, general_thread, step_thread): Change type
4808 to ptid_t.
4809 (attached): Delete.
4810 (multi_process): New.
4811 (last_ptid): Change type to ptid_t.
4812 (struct vstop_notif) <ptid>: Change type to ptid_t.
4813 (queue_stop_reply, push_event): Change `ptid' argument's type to
4814 ptid_t.
4815 (discard_queued_stop_replies): Add `pid' argument.
4816 (start_inferior): Adjust to use ptids. Adjust to mywait interface
4817 changes. Don't reference the `attached' global.
4818 (attach_inferior): Adjust to mywait interface changes.
4819 (handle_query): Adjust to use ptids. Parse GDB's qSupported
4820 features. Handle and report "multiprocess+". Handle
4821 "qAttached:PID".
4822 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
4823 changes.
4824 (handle_v_kill): New.
4825 (handle_v_stopped): Adjust to use target_pid_to_str.
4826 (handle_v_requests): Allow multiple attaches and runs when
4827 multiprocess extensions are in effect. Handle "vKill".
4828 (myresume): Adjust to use ptids.
4829 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
4830 (handle_status): Adjust to discard_queued_stop_replies interface
4831 change.
4832 (first_thread_of, kill_inferior_callback)
4833 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
4834 (main): Call initialize_inferiors. Adjust to use ptids, killing
4835 and detaching from all inferiors. Handle multiprocess packet
4836 variants.
4837 * linux-low.h: Include gdb_proc_service.h.
4838 (struct process_info_private): New.
4839 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
4840 <lwpid_of>: Use ptid_get_lwp.
4841 (get_lwp_thread): Adjust.
4842 (struct lwp_info): Add `dead' member.
4843 (find_lwp_pid): Declare.
4844 * linux-low.c (thread_db_active): Delete.
4845 (new_inferior): Adjust comment.
4846 (inferior_pid): Delete.
4847 (linux_add_process): New.
4848 (handle_extended_wait): Adjust.
4849 (add_lwp): Change unsigned long to ptid.
4850 (linux_create_inferior): Add process to processes table. Adjust
4851 to use ptids. Don't set new_inferior here.
4852 (linux_attach_lwp): Rename to ...
4853 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
4854 it. Adjust to use ptids.
4855 (linux_attach_lwp): New.
4856 (linux_attach): Add process to processes table. Don't set
4857 new_inferior here.
4858 (struct counter): New.
4859 (second_thread_of_pid_p, last_thread_of_process_p): New.
4860 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
4861 multiple processes.
4862 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
4863 processes. Remove process from process table.
4864 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
4865 to multiple processes.
4866 (any_thread_of): New.
4867 (linux_detach): Add `pid' argument, and handle it. Remove process
4868 from processes table.
4869 (linux_join): Add `pid' argument. Handle it.
4870 (linux_thread_alive): Change unsighed long argument to ptid_t.
4871 Consider dead lwps as not being alive.
4872 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
4873 threads we're not interested in.
4874 (same_lwp, find_lwp_pid): New.
4875 (linux_wait_for_lwp): Change `pid' argument's type from int to
4876 ptid_t. Adjust.
4877 (linux_wait_for_event): Rename to ...
4878 (linux_wait_for_event_1): ... this. Change `pid' argument's type
4879 from int to ptid_t. Adjust.
4880 (linux_wait_for_event): New.
4881 (linux_wait_1): Add `ptid' argument. Change return type to
4882 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
4883 that exit from the process table.
4884 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
4885 Adjust.
4886 (mark_lwp_dead): New.
4887 (wait_for_sigstop): Adjust to use ptids. If a process exits while
4888 stopping all threads, mark its main lwp as dead.
4889 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
4890 ptids.
4891 (fetch_register, usr_store_inferior_registers)
4892 (regsets_fetch_inferior_registers)
4893 (regsets_store_inferior_registers, linux_read_memory)
4894 (linux_write_memory): Inline `inferior_pid'.
4895 (linux_look_up_symbols): Adjust to use per-process
4896 `thread_db_active'.
4897 (linux_request_interrupt): Adjust to use ptids.
4898 (linux_read_auxv): Inline `inferior_pid'.
4899 (initialize_low): Don't reference thread_db_active.
4900 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
4901 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
4902 (ps_getpid): Return the pid of the current inferior.
4903 * thread-db.c (proc_handle, thread_agent): Delete.
4904 (thread_db_create_event, thread_db_enable_reporting): Adjust to
4905 per-process data.
4906 (find_one_thread): Change argument type to ptid_t. Adjust to
4907 per-process data.
4908 (maybe_attach_thread): Adjust to per-process data and ptids.
4909 (thread_db_find_new_threads): Ditto.
4910 (thread_db_init): Ditto.
4911 * spu-low.c (spu_create_inferior, spu_attach): Add process to
4912 processes table. Adjust to use ptids.
4913 (spu_kill, spu_detach): Adjust interface. Remove process from
4914 processes table.
4915 (spu_join, spu_thread_alive): Adjust interface.
4916 (spu_wait): Adjust interface. Remove process from processes
4917 table. Adjust to use ptids.
4918 * win32-low.c (current_inferior_tid): Delete.
4919 (current_inferior_ptid): New.
4920 (debug_event_ptid): New.
4921 (thread_rec): Take a ptid. Adjust.
4922 (child_add_thread): Add `pid' argument. Adjust to use ptids.
4923 (child_delete_thread): Ditto.
4924 (do_initial_child_stuff): Add `attached' argument. Add process to
4925 processes table.
4926 (child_fetch_inferior_registers, child_store_inferior_registers):
4927 Adjust.
4928 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
4929 (win32_attach): Pass 1 to do_initial_child_stuff.
4930 (win32_kill): Adjust interface. Remove process from processes
4931 table.
4932 (win32_detach): Ditto.
4933 (win32_join): Adjust interface.
4934 (win32_thread_alive): Take a ptid.
4935 (win32_resume): Adjust to use ptids.
4936 (get_child_debug_event): Ditto.
4937 (win32_wait): Adjust interface. Remove exiting process from
4938 processes table.
4939
bd99dc85
PA
49402009-04-01 Pedro Alves <pedro@codesourcery.com>
4941
4942 Non-stop mode support.
4943
4944 * server.h (non_stop): Declare.
4945 (gdb_client_data, handler_func): Declare.
4946 (delete_file_handler, add_file_handler, start_event_loop):
4947 Declare.
4948 (handle_serial_event, handle_target_event, push_event)
4949 (putpkt_notif): Declare.
4950 * target.h (enum resume_kind): New.
4951 (struct thread_resume): Replace `step' field by `kind' field.
4952 (TARGET_WNOHANG): Define.
4953 (struct target_ops) <wait>: Add `options' argument.
4954 <supports_non_stop, async, start_non_stop>: New fields.
4955 (target_supports_non_stop, target_async): New.
4956 (start_non_stop): Declare.
4957 (mywait): Add `options' argument.
4958 * target.c (mywait): Add `options' argument. Print child exit
4959 notifications here.
4960 (start_non_stop): New.
4961 * server.c (non_stop, own_buf, mem_buf): New globals.
4962 (struct vstop_notif): New.
4963 (notif_queue): New global.
4964 (queue_stop_reply, push_event, discard_queued_stop_replies)
4965 (send_next_stop_reply): New.
4966 (start_inferior): Adjust to use resume_kind. Adjust to mywait
4967 interface changes.
4968 (attach_inferior): In non-stop mode, don't wait for the target
4969 here.
4970 (handle_general_set): Handle QNonStop.
4971 (handle_query): When handling qC, return the current general
4972 thread, instead of the first thread of the list.
4973 (handle_query): If the backend supports non-stop mode, include
4974 QNonStop+ in the qSupported query response.
4975 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
4976 and non-stop mode.
4977 (handle_v_attach, handle_v_run): Handle non-stop mode.
4978 (handle_v_stopped): New.
4979 (handle_v_requests): Report support for vCont;t. Handle vStopped.
4980 (myresume): Adjust to use resume_kind. Handle non-stop.
4981 (queue_stop_reply_callback): New.
4982 (handle_status): Handle non-stop mode.
4983 (main): Clear non_stop flag on reconnection. Use the event-loop.
4984 Refactor serial protocol handling from here ...
4985 (process_serial_event): ... to this new function. When GDB
4986 selects any thread, select one here. In non-stop mode, wait until
4987 GDB acks all pending events before exiting.
4988 (handle_serial_event, handle_target_event): New.
4989 * remote-utils.c (remote_open): Install remote_desc in the event
4990 loop.
4991 (remote_close): Remove remote_desc from the event loop.
4992 (putpkt_binary): Rename to...
4993 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
4994 (putpkt_binary): New as wrapper around putpkt_binary_1.
4995 (putpkt_notif): New.
4996 (prepare_resume_reply): In non-stop mode, don't change the
4997 general_thread.
4998 * event-loop.c: New.
4999 * Makefile.in (OBJ): Add event-loop.o.
5000 (event-loop.o): New rule.
5001
5002 * linux-low.h (pid_of): Moved here.
5003 (lwpid_of): New.
5004 (get_lwp_thread): Use lwpid_of.
5005 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
5006 * linux-low.c (pid_of): Delete.
5007 (inferior_pid): Use lwpid_of.
5008 (linux_event_pipe): New.
5009 (target_is_async_p): New.
5010 (delete_lwp): New.
5011 (handle_extended_wait): Use lwpid_of.
5012 (add_lwp): Don't set lwpid field.
5013 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
5014 (linux_kill_one_lwp): If killing a running lwp, stop it first.
5015 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
5016 (linux_detach_one_lwp): If detaching from a running lwp, stop it
5017 first. Adjust to linux_wait_for_event interface changes. Use
5018 lwpid_of.
5019 (linux_detach): Don't delete the main lwp here.
5020 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
5021 (status_pending_p): Don't consider explicitly suspended lwps.
5022 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
5023 pointer. Add OPTIONS argument. Change return type to int. Use
5024 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
5025 (linux_wait_for_event): Take an integer pid instead of a lwp_info
5026 pointer. Add status pointer argument. Return a pid instead of a
5027 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
5028 changes. In non-stop mode, don't switch to a random thread.
5029 (linux_wait): Rename to...
5030 (linux_wait_1): ... this. Add target_options argument, and handle
5031 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
5032 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
5033 clean exit and signal exit code. Don't stop all threads in
5034 non-stop mode. In all-stop mode, only stop all threads when
5035 reporting a stop to GDB. Handle explicit thread stop requests.
5036 (async_file_flush, async_file_mark): New.
5037 (linux_wait): New.
5038 (send_sigstop): Use lwpid_of.
5039 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
5040 interface changes. In non-stop mode, don't switch to a random
5041 thread.
5042 (linux_resume_one_lwp): Use lwpid_of.
5043 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
5044 (linux_resume_one_thread): ... this. Handle resume_stop. In
5045 non-stop mode, don't look for pending flag in all threads.
5046 (resume_status_pending_p): Don't consider explicitly suspended
5047 threads.
5048 (my_waitpid): Reimplement. Emulate __WALL.
5049 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
5050 Use lwpid_of.
5051 (sigchld_handler, linux_supports_non_stop, linux_async)
5052 (linux_start_non_stop): New.
5053 (linux_target_ops): Register linux_supports_non_stop, linux_async
5054 and linux_start_non_stop.
5055 (initialize_low): Install SIGCHLD handler.
5056 * thread-db.c (thread_db_create_event, find_one_thread)
5057 (thread_db_get_tls_address): Use lwpid_of.
5058 * win32-low.c (win32_detach): Adjust to use resume_kind.
5059 (win32_wait): Add `options' argument.
5060 * spu-low.c (spu_resume): Adjust to use resume_kind.
5061 (spu_wait): Add `options' argument.
5062
5b1c542e
PA
50632009-04-01 Pedro Alves <pedro@codesourcery.com>
5064
5065 Decouple target code from remote protocol.
5066
5067 * target.h (enum target_waitkind): New.
5068 (struct target_waitstatus): New.
5069 (struct target_ops) <wait>: Return an unsigned long. Take a
5070 target_waitstatus pointer instead of a char pointer.
5071 (mywait): Likewise.
5072 * target.c (mywait): Change prototype to return an unsigned long.
5073 Take a target_waitstatus pointer instead of a char pointer. Adjust.
5074 * server.h (thread_from_wait, old_thread_from_wait): Delete
5075 declarations.
5076 (prepare_resume_reply): Change prototype to take a
5077 target_waitstatus.
5078 * server.c (thread_from_wait, old_thread_from_wait): Delete.
5079 (last_status, last_ptid): New.
5080 (start_inferior): Remove "statusptr" argument. Adjust. Return a
5081 pid instead of a signal.
5082 (attach_inferior): Remove "status" and "signal" parameters.
5083 Adjust.
5084 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
5085 not as an address.
5086 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
5087 (handle_v_requests, myresume): Remove "status" and "signal"
5088 parameters. Adjust.
5089 (handle_status): New.
5090 (main): Delete local `status'. Adjust.
5091 * remote-utils.c: Include target.h.
5092 (prepare_resume_reply): Change prototype to take a
5093 target_waitstatus. Adjust.
5094
5095 * linux-low.c (linux_wait): Adjust to new target_ops->wait
5096 interface.
5097 * spu-low.c (spu_wait): Adjust.
5098 * win32-low.c (enum target_waitkind, struct target_waitstatus):
5099 Delete.
5100 (win32_wait): Adjust.
5101
2bd7c093
PA
51022009-04-01 Pedro Alves <pedro@codesourcery.com>
5103
5104 * target.h (struct thread_resume): Delete leave_stopped member.
5105 (struct target_ops): Add a `n' argument to the `resume' callback.
5106 * server.c (start_inferior): Adjust.
5107 (handle_v_cont, myresume): Adjust.
5108 * linux-low.c (check_removed_breakpoint): Adjust to resume
5109 interface change, and to removed leave_stopped field.
5110 (resume_ptr): Delete.
5111 (struct thread_resume_array): New.
5112 (linux_set_resume_request): Add new `arg' parameter. Adjust to
5113 resume interface change.
5114 (linux_continue_one_thread, linux_queue_one_thread)
5115 (resume_status_pending_p): Check if the resume field is NULL
5116 instead of checking the leave_stopped member.
5117 (linux_resume): Adjust to the target resume interface change.
5118 * spu-low.c (spu_resume): Adjust to the target resume interface
5119 change.
5120 * win32-low.c (win32_detach, win32_resume): Ditto.
5121
c35fafde
PA
51222009-04-01 Pedro Alves <pedro@codesourcery.com>
5123
5124 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
5125 flag.
5126 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
5127 pending.
5128 (linux_continue_one_thread): Only preserve the stepping flag if
5129 there's a pending breakpoint.
5130
0a59d50b
PA
51312009-03-31 Pedro Alves <pedro@codesourcery.com>
5132
5133 * server.c (main): After the inferior having exited, call
5134 remote_close before exiting gdbserver.
5135
f04c6d38
TJB
51362009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
5137
5138 Fix size of FPSCR in Power 7 processors.
5139 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
5140 (PPC_FEATURE_HAS_DFP): New #define.
5141 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
5142 size of the FPSCR.
5143
78e5cee6
PA
51442009-03-23 Pedro Alves <pedro@codesourcery.com>
5145
5146 * server.c (handle_query) Whitespace and formatting.
5147
1b3f6016
PA
51482009-03-22 Pedro Alves <pedro@codesourcery.com>
5149
5150 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
5151 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
5152 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
5153 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
5154 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
5155 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
5156 Makefile.in, configure.ac: Fix whitespace throughout.
5157 * configure: Regenerate.
5158
a07b2135
PA
51592009-03-22 Pedro Alves <pedro@codesourcery.com>
5160
5161 * inferiors.c (find_inferior): Make it safe for the callback
5162 function to delete the currently iterated inferior.
5163
67cc2626
PA
51642009-03-22 Pedro Alves <pedro@codesourcery.com>
5165
5166 * Makefile.in (linuw_low_h): Move higher.
5167 (thread-db.o): Depend on $(linux_low_h).
5168
54a0b537
PA
51692009-03-17 Pedro Alves <pedro@codesourcery.com>
5170
5171 Rename "process" to "lwp" throughout.
5172
5173 * linux-low.c (all_processes): Rename to...
5174 (all_lwps): ... this.
5175 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
5176 (add_process): Rename to ...
5177 (add_lwp): ... this. Adjust.
5178 (linux_create_inferior): Adjust.
5179 (linux_attach_lwp): Adjust.
5180 (linux_attach): Adjust.
5181 (linux_kill_one_process): Rename to ...
5182 (linux_kill_one_lwp): ... this. Adjust.
5183 (linux_kill): Adjust.
5184 (linux_detach_one_process): Rename to ...
5185 (linux_detach_one_lwp): ... this. Adjust.
5186 (linux_detach): Adjust.
5187 (check_removed_breakpoint): Adjust.
5188 (status_pending_p): Adjust.
5189 (linux_wait_for_process): Rename to ...
5190 (linux_wait_for_lwp): ... this. Adjust.
5191 (linux_wait_for_event): Adjust.
5192 (send_sigstop): Adjust.
5193 (wait_for_sigstop): Adjust.
5194 (stop_all_processes): Rename to ...
5195 (stop_all_lwps): ... this.
5196 (linux_resume_one_process): Rename to ...
5197 (linux_resume_one_lwp): ... this. Adjust.
5198 (linux_set_resume_request, linux_continue_one_thread)
5199 (linux_queue_one_thread, resume_status_pending_p)
5200 (usr_store_inferior_registers, regsets_store_inferior_registers)
5201 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
5202 Adjust.
5203 * linux-low.h (get_process): Rename to ...
5204 (get_lwp): ... this. Adjust.
5205 (get_thread_process): Rename to ...
5206 (get_thread_lwp): ... this. Adjust.
5207 (get_process_thread): Rename to ...
5208 (get_lwp_thread): ... this. Adjust.
5209 (struct process_info): Rename to ...
5210 (struct lwp_info): ... this.
5211 (all_processes): Rename to ...
5212 (all_lwps): ... this.
5213 * proc-service.c (ps_lgetregs): Adjust.
5214 * thread-db.c (thread_db_create_event, find_one_thread)
5215 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
5216
0b16c5cf
PA
52172009-03-14 Pedro Alves <pedro@codesourcery.com>
5218
5219 * server.c (handle_query): Handle "qAttached".
5220
32de4b9d
NS
52212009-03-13 Nathan Sidwell <nathan@codesourcery.com>
5222
5223 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
5224 GPLv3, update license URL.
5225
2aecd87f
DE
52262009-03-01 Doug Evans <dje@google.com>
5227
93efd302 5228 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
5229 (server_h): Add gdb_signals.h.
5230 (signals.o): Update.
5231 * server.h (target_signal_from_host,target_signal_to_host_p)
5232 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
5233
86b1f9c5
PM
52342009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5235
5236 * remote-utils.c (getpkt): Also generate remote-debug
5237 information if noack_mode is set.
5238
4aa995e1
PA
52392009-02-06 Pedro Alves <pedro@codesourcery.com>
5240
5241 * server.c (handle_query): Report qXfer:siginfo:read and
5242 qXfer:siginfo:write as supported and handle them.
5243 * target.h (struct target_ops) <qxfer_siginfo>: New field.
5244 * linux-low.c (linux_xfer_siginfo): New.
5245 (linux_target_ops): Set it.
5246
62709adf
PA
52472009-01-26 Pedro Alves <pedro@codesourcery.com>
5248
5249 * server.c (gdbserver_usage): Mention --remote-debug.
5250 (main): Accept '--remote-debug' switch.
5251
aef93bd7
DE
52522009-01-18 Doug Evans <dje@google.com>
5253
5254 * regcache.c (new_register_cache): No need to check result of xcalloc.
5255 * server.c (handle_search_memory): Back out calls to xmalloc,
5256 result is checked and error is returned to user upon failure.
5257 (handle_query): Ditto. Add more checks for result of malloc.
5258 (handle_v_cont): Check result of malloc, report error back to
5259 user upon failure.
5260 (handle_v_run): Ditto. Call freeargv.
5261 * server.h (freeargv): Declare.
5262 * utils.c (freeargv): New fn.
5263
54363045
DE
52642009-01-15 Doug Evans <dje@google.com>
5265
f626972c
DE
5266 * gdbreplay.c (perror_with_name): Make arg const char *.
5267 * server.h (target_signal_to_name): Make return type const char *.
0842e787 5268 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 5269 * utils.c (perror_with_name): Make arg const char *.
54363045 5270
18aae699
PA
52712009-01-14 Pedro Alves <pedro@codesourcery.com>
5272
5273 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
5274 when handling a EXIT_PROCESS_DEBUG_EVENT.
5275
ff703abe
JB
52762009-01-06 Joel Brobecker <brobecker@adacore.com>
5277
5278 * gdbreplay.c (gdbreplay_version): Update copyright year.
5279 * server.c (gdbserver_version): Likewise.
5280
f21cc1a2 52812009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
5282
5283 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 5284 (handle_extended_wait): Improve comment.
0e21c1ec 5285
bca929d3
DE
52862008-12-13 Doug Evans <dje@google.com>
5287
5288 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
5289 * server.h (ATTR_MALLOC): New macro.
5290 (xmalloc,xcalloc,xstrdup): Declare.
5291 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
5292 * inferiors.c: Ditto.
5293 * linux-low.c: Ditto.
5294 * mem-break.c: Ditto.
5295 * regcache.c: Ditto.
5296 * remote-utils.c: Ditto.
5297 * server.c: Ditto.
5298 * target.c: Ditto.
5299 * win32-low.c: Ditto.
5300
97438e3f
DE
53012008-12-12 Doug Evans <dje@google.com>
5302
896c7fbb
DE
5303 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
5304 in debugging printf.
5305
97438e3f
DE
5306 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
5307
e3b886f8
DE
53082008-12-09 Doug Evans <dje@google.com>
5309
5310 * linux-low.h (struct process_info): Delete member tid, unused.
5311 * thread-db.c (find_one_thread): Update.
5312 (maybe_attach_thread): Update.
5313
07e059b5
VP
53142008-12-02 Pedro Alves <pedro@codesourcery.com>
5315
889bf7c5
PA
5316 * target.h (struct target_ops): Add qxfer_osdata member.
5317 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
5318 and dirent.h.
5319 (linux_qxfer_osdata): New functions.
5320 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
5321 callback.
5322 * server.c (handle_query): Handle "qXfer:osdata:read:".
5323 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
5324 (buffer_xml_printf): New functions.
5325 * server.h (struct buffer): New.
5326 (buffer_grow_str, buffer_grow_str0): New macros.
5327 (buffer_grow, buffer_free, buffer_init, buffer_finish)
5328 (buffer_xml_printf): Declare.
07e059b5 5329
4cab47ab
DE
53302008-11-24 Doug Evans <dje@google.com>
5331
5332 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
5333
f142445f
DJ
53342008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5335
5336 * server.c (handle_v_run): Always use the supplied argument list.
5337
d0107bb6 53382008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 5339
d0107bb6
BW
5340 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
5341 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 5342
2c4ad781
TJB
53432008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5344
5345 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
5346 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
5347 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
5348 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
5349 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
5350 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
5351 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
5352 XML target descriptions.
5353 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
5354 when inferior is running on an ISA 2.05 or later processor. Add
5355 special case to return offset for full 64-bit slot of FPSCR when
5356 in 32-bits.
5357
dfb64f85
DJ
53582008-11-14 Daniel Gutson <dgutson@codesourcery.com>
5359
5360 * Makefile.in (SFILES, clean): Added sparc64 files.
5361 (reg-sparc64.o, reg-sparc64.c): New.
5362 * configure.srv (sparc*-*-linux*): New configuration.
5363 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
5364 syscall arguments for SPARC.
5365 (regsets_store_inferior_registers): Likewise.
5366 * linux-sparc-low.c: New file.
5367
66b6e1dd
DE
53682008-10-21 Doug Evans <dje@google.com>
5369
5370 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
5371 (READLINE_DIR,READLINE_DEP): Delete.
5372 (INTERNAL_CFLAGS): Update.
5373 (LINTFLAGS): Update.
5374
9b710a42
PA
53752008-10-10 Pedro Alves <pedro@codesourcery.com>
5376
5377 * server.c (handle_v_run): If GDB didn't specify an argv, use the
5378 whole argv from the last run, not just argv[0].
5379
5822d809
PA
53802008-09-08 Pedro Alves <pedro@codesourcery.com>
5381
5382 * regcache.c (new_register_cache): Return NULL if the register
5383 cache size isn't known yet.
5384 (free_register_cache): Avoid dereferencing a NULL regcache.
5385
74aac56f
DJ
53862008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5387
5388 * configure.srv: Merge MIPS and MIPS64.
5389
400b20f5
MR
53902008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
5391
5392 * Makefile.in (uninstall): Apply $(EXEEXT) too.
5393
677c5bb1
LM
53942008-08-18 Luis Machado <luisgpm@br.ibm.com>
5395
5396 * Makefile.in: Add required vsx dependencies.
5397
5398 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
5399 Declare init_registers_powerpc_vsx32l.
5400 Declare init_registers_powerpc_vsx64l.
5401 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
5402 (ppc_arch_setup): Check for VSX in hwcap.
5403 (ppc_fill_vsxregset): New function.
5404 (ppc_store_vsxregset): New function.
5405 Add new VSX entry in regset_info target_regsets.
5406
5407 * configure.srv: Add new VSX dependencies.
5408
a6f3e723
SL
54092008-08-12 Pedro Alves <pedro@codesourcery.com>
5410
5411 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
5412 (remote_open): Set or clear transport_is_reliable.
5413 (putpkt_binary): Don't expect acks in noack mode.
5414 (getpkt): Don't send ack/nac in noack mode.
5415 * server.c (handle_general_set): Handle QStartNoAckMode.
5416 (handle_query): If connected by tcp pass QStartNoAckMode+ in
5417 qSupported.
5418 (main): Reset noack_mode on every connection.
5419 * server.h (noack_mode): Declare.
5420
a417dc56
RW
54212008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5422
5423 * Makefile.in (GDBREPLAY_OBS): New variable.
5424 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
5425
3221518c
UW
54262008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
5427 Daniel Jacobowitz <dan@codesourcery.com>
5428
5429 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
5430 (usr_store_inferior_registers): Likewise.
5431 (regsets_store_inferior_registers): Likewise.
5432
ec56be1b
PA
54332008-07-31 Rolf Jansen <rj@surtec.com>
5434 Pedro Alves <pedro@codesourcery.com>
5435
5436 * configure.ac: Check for memmem declaration.
5437 * server.c [HAVE_MALLOC_H]: Include malloc.h.
5438 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
5439 (disable_packet_qfThreadInfo): Unconditionally compile.
5440 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
5441 * configure, config.in: Regenerate.
5442
2fe5e3ff
DE
54432008-07-28 Doug Kwan <dougkwan@google.com>
5444
5445 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
5446 (linux_write_memory): Remove declaration of errno.
5447
836acd6d
UW
54482008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
5449
5450 * linux-low.c (handle_extended_wait): Do not use "status"
5451 variable uninitialized.
5452
aeba519e
PA
54532008-07-07 Pedro Alves <pedro@codesourcery.com>
5454
5455 * server.c (handle_v_attach): Inhibit reporting dll changes.
5456
db42f210
PA
54572008-06-27 Pedro Alves <pedro@codesourcery.com>
5458
5459 * remote-utils.c (prepare_resume_reply): If requested, don't
5460 output "thread:TID" in the T stop reply.
5461
5462 * server.c (disable_packet_vCont, disable_packet_Tthread)
5463 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
5464 (handle_query): If requested, disable support for qC, qfThreadInfo
5465 and qsThreadInfo.
5466 (handle_v_requests): If requested, disable support for vCont.
5467 (gdbserver_show_disableable): New.
5468 (main): Handle --disable-packet and --disable-packet=LIST.
5469
5470 * server.h (disable_packet_vCont, disable_packet_Tthread)
5471 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
5472
8e4c5421
CD
54732008-06-20 Carlos O'Donell <carlos@codesourcery.com>
5474
5475 * server.c (gdbserver_usage): Mention --version.
5476
6e23a804
DJ
54772008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
5478
5479 * Makefile.in (gdbreplay.o): New rule.
5480
90aa6a40
JM
54812008-06-06 Joseph Myers <joseph@codesourcery.com>
5482
5483 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
5484 message, not gdbserver.
5485
c16158bc 54862008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
5487 Nathan Sidwell <nathan@codesourcery.com>
5488 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
5489
5490 * acinclude.m4: Include ../../config/acx.m4.
5491 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
5492 * configure, config.in: Regenerate.
5493 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
5494 * server.c (gdbserver_version): Print PKGVERSION.
5495 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
5496 (main): Adjust gdbserver_usage calls.
5497 * gdbreplay.c (version, host_name): Add declarations.
5498 (gdbreplay_version, gdbreplay_usage): New.
5499 (main): Accept --version and --help options.
5500
aeb75bf5
DJ
55012008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
5502
5503 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
5504 (arm_breakpoint_at): Handle Thumb.
5505 (the_low_target): Add comment.
5506
76b233dd
UW
55072008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
5508
5509 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
5510
08388c79
DE
55112008-05-09 Doug Evans <dje@google.com>
5512
a3c83fae
DE
5513 * server.h (decode_search_memory_packet): Declare.
5514 * remote-utils.c (decode_search_memory_packet): New fn.
5515 * server.c (handle_search_memory_1): New fn.
08388c79
DE
5516 (handle_search_memory): New fn.
5517 (handle_query): Process qSearch:memory packets.
5518
bb9c3d36
UW
55192008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
5520
5521 * regcache.c (registers_length): Remove.
5522 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
5523 full register packet.
5524 * regcache.h (registers_length): Remove prototype.
5525 * server.h (PBUFSIZ): Define to 16384.
5526
7284e1be
UW
55272008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
5528
5529 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
5530 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
5531 powerpc-64l.o, and powerpc-altivec64l.o.
5532 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
5533 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
5534 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
5535 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
5536 rs6000/power-linux.xml, and rs6000/power64-linux.xml
5537 to srv_xmlfiles.
5538
5539 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
5540 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
5541 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
5542 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
5543 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
5544 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
5545 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
5546 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
5547 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
5548 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
5549 (clean): Update.
5550
5551 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
5552 (init_registers_powerpc_32l): ... this new prototype.
5553 (init_registers_powerpc_32): Remove, replace by ...
5554 (init_registers_powerpc_altivec32l): ... this new prototype.
5555 (init_registers_powerpc_e500): Remove, replace by ...
5556 (init_registers_powerpc_e500l): ... this new prototype.
5557 (init_registers_ppc64): Remove, replace by ...
5558 (init_registers_powerpc_64l): ... this new prototype.
5559 (init_registers_powerpc_64): Remove, replace by ...
5560 (init_registers_powerpc_altivec64l): ... this new prototype.
5561 (ppc_num_regs): Set to 73.
5562 (PT_ORIG_R3, PT_TRAP): Define if necessary.
5563 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
5564 (ppc_cannot_store_register): Handle orig_r3 and trap.
5565 (ppc_arch_setup): Update init_registers_... calls.
5566 (ppc_fill_gregset): Handle orig_r3 and trap.
5567
5568 * inferiors.c (clear_inferiors): Reset current_inferior.
5569
fdc59709
PB
55702008-04-23 Paolo Bonzini <bonzini@gnu.org>
5571
889bf7c5
PA
5572 * acinclude.m4: Add override.m4.
5573 * configure: Regenerate.
fdc59709 5574
c9b2f845
UW
55752008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
5576
5577 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
5578 initial call to init_register_ppc64.
5579
550512b8
UW
55802008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
5581
43aaf8b6
PA
5582 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
5583 single powerpc*-*-linux* case.
550512b8
UW
5584 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
5585
b6430ec3
UW
55862008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
5587
5588 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 5589 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
5590 from reg_xmlfiles.
5591 * linux-ppc-low.c: Include <elf.h>.
5592 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
5593 (ppc_hwcap): New global variable.
5594 (ppc_regmap): Remove __SPE__ #ifdef sections.
5595 (ppc_regmap_e500): New global variable.
5596 (ppc_cannot_store_register): Update __SPE__ special case.
5597 (ppc_get_hwcap): New function.
5598 (ppc_arch_setup): Use it to determine whether inferior supports
5599 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
5600 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
5601 Do not access registers if target does not support AltiVec.
5602 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
5603 Do not access registers if target does not support SPE.
5604 (target_regsets): Unconditionally include AltiVec and SPE regsets.
5605
52fa2412
UW
56062008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
5607
5608 * linux-low.c (disabled_regsets, num_regsets): New.
5609 (use_regsets_p): Delete.
5610 (linux_wait_for_process): Clear disabled_regsets.
5611 (regsets_fetch_inferior_registers): Check and set it.
5612 (regsets_store_inferior_registers): Likewise.
5613 (linux_fetch_registers, linux_store_registers): Do not use
5614 use_regsets_p.
5615 (initialize_low): Allocate disabled_regsets.
5616
e28b3332
DJ
56172008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
5618
5619 * Makefile.in (LIBOBJS): New.
5620 (OBS): Use LIBOBJS.
5621 (memmem.o): New rule.
5622 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
5623 * configure: Regenerated.
5624
4536995d
UW
56252008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
5626
5627 * server.c (handle_query): Never return "unsupported" for
5628 qXfer:features:read queries.
5629
221c031f
UW
56302008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
5631
5632 * server.c (get_features_xml): Fix inverted condition.
5633 (handle_query): Always support qXfer:feature:read.
5634
ccd213ac
DJ
56352008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
5636
5637 * server.c (wrapper_argv): New.
5638 (start_inferior): Handle wrapper_argv. If set, expect an extra
5639 trap.
5640 (gdbserver_usage): Document --wrapper.
5641 (main): Parse --wrapper.
5642
6fe305f7
UW
56432008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5644
5645 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
5646 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
5647 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
5648 (ppc_set_pc): Likewise.
5649 (ppc_arch_setup): New function.
5650 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
5651 of collect_register.
889bf7c5 5652 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 5653
5b0a002e
UW
56542008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5655
5656 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
5657 instead of linux-ppc64-low.o.
5658 * linux-ppc64-low.c: Remove file.
5659 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
5660 (linux-ppc64-low.o): Remove rule.
5661
5662 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
5663 (init_registers_powerpc_64): Likewise.
5664 (ppc_regmap): Conditionally define depending on __powerpc64__.
5665 (ppc_cannot_store_register): Do not special-case "fpscr" when
5666 compiled on __powerpc64__.
5667 (ppc_collect_ptrace_register): New function.
5668 (ppc_supply_ptrace_register): New function.
5669 (ppc_breakpoint): Change type to "unsigned int".
5670 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
5671 (the_low_target): Conditionally provide initializers for the
889bf7c5 5672 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
5673 collect_ptrace_register and supply_ptrace_register members.
5674
9b4b61c8
UW
56752008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
5676
5677 * regcache.h (gdbserver_xmltarget): Add extern declaration.
5678 * server.c (gdbserver_xmltarget): Define.
5679 (get_features_xml): Use it to replace "target.xml" and arch_string.
5680
5681 * configure.srv: Remove srv_xmltarget. Add XML files that were
5682 mentioned there to srv_xmlfiles instead. Remove conditional tests
5683 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
5684 srv_xmlfiles and srv_regobj to include all possible choices.
5685 * configure.ac (srv_xmltarget): Remove.
5686 (srv_xmlfiles): Do not add "target.xml".
5687 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
5688 checks for supplementary target information.
5689 * configure: Regenerate.
5690 * Makefile.in (XML_TARGET): Remove.
5691 (target.xml): Remove rule.
5692 (clean): Do not clean up target.xml.
5693 (.PRECIOUS): Do not mention target.xml.
5694
5695 * target.h (struct target_ops): Remove arch_string member.
5696 * linux-low.c (linux_arch_string): Remove.
5697 (linux_target_ops): Remove arch_string initializer.
5698 * linux-low.h (struct linux_target_ops): Remove arch_string member.
5699 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
5700 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
5701 * spu-low.c (spu_arch_string): Remove.
5702 (spu_target_ops): Remove arch_string initializer.
5703 * win32-low.c (win32_arch_string): Remove.
5704 (win32_target_ops): Remove arch_string initializer.
5705 * win32-low.h (struct win32_target_ops): Remove arch_string member.
5706 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
5707 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
5708
ee1a7ae4
UW
57092008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
5710
5711 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
5712 by collect_ptrace_register and supply_ptrace_register hooks.
5713 * linux-low.c (fetch_register): Use supply_ptrace_register callback
5714 instead of checking for the_low_target.left_pad_xfer.
5715 (usr_store_inferior_registers): Use collect_ptrace_register callback
5716 instead of checking for the_low_target.left_pad_xfer.
5717
5718 * linux-s390-low.c (s390_collect_ptrace_register): New function.
5719 (s390_supply_ptrace_register): Likewise.
5720 (s390_fill_gregset): Call s390_collect_ptrace_register.
5721 (the_low_target): Update.
5722
5723 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
5724 (ppc_supply_ptrace_register): Likewise.
5725 (the_low_target): Update.
5726
5727 * linux-i386-low.c (the_low_target): Update.
5728 * linux-x86-64-low.c (the_low_target): Update.
5729
d61ddec4
UW
57302008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
5731
5732 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
5733 reg-s390.o and reg-s390x.o.
5734
5735 * linux-low.c (new_inferior): New global variable.
5736 (linux_create_inferior, linux_attach): Set it.
5737 (linux_wait_for_process): Call the_low_target.arch_setup after the
5738 target has stopped for the first time.
5739 (initialize_low): Do not call the_low_target.arch_setup.
5740
5741 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
5742 (s390_set_pc): Likewise.
5743 (s390_arch_setup): New function.
5744 (the_low_target): Use s390_arch_setup as arch_setup routine.
5745
5746 * regcache.c (realloc_register_cache): New function.
5747 (set_register_cache): Call it for each existing regcache.
5748
d05b4ac3
UW
57492008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
5750
5751 * server.h (init_registers): Remove prototype.
5752
5753 * linux-low.h (struct linux_target_ops): Add arch_setup field.
5754 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
5755 instead of init_registers ().
5756 * linux-arm-low.c (init_registers_arm): Add prototype.
5757 (init_registers_arm_with_iwmmxt): Likewise.
5758 (the_low_target): Add initializer for arch_setup field.
5759 * linux-cris-low.c (init_registers_cris): Add prototype.
5760 (the_low_target): Add initializer for arch_setup field.
5761 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
5762 (the_low_target): Add initializer for arch_setup field.
5763 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
5764 (the_low_target): Add initializer for arch_setup field.
5765 * linux-ia64-low.c (init_registers_ia64): Add prototype.
5766 (the_low_target): Add initializer for arch_setup field.
5767 * linux-m32r-low.c (init_registers_m32r): Add prototype.
5768 (the_low_target): Add initializer for arch_setup field.
5769 * linux-m68k-low.c (init_registers_m68k): Add prototype.
5770 (the_low_target): Add initializer for arch_setup field.
5771 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
5772 (init_registers_mips64_linux): Likewise.
5773 (the_low_target): Add initializer for arch_setup field.
5774 * linux-ppc-low.c (init_registers_ppc): Add prototype.
5775 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
5776 (the_low_target): Add initializer for arch_setup field.
5777 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
5778 (init_registers_powerpc_64): Likewise.
5779 (the_low_target): Add initializer for arch_setup field.
5780 * linux-s390-low.c (init_registers_s390): Add prototype.
5781 (init_registers_s390x): Likewise.
5782 (the_low_target): Add initializer for arch_setup field.
5783 * linux-sh-low.c (init_registers_sh): Add prototype.
5784 (the_low_target): Add initializer for arch_setup field.
5785 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
5786 (the_low_target): Add initializer for arch_setup field.
5787 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
5788 (the_low_target): Add initializer for arch_setup field.
5789
5790 * win32-low.h (struct win32_target_ops): Add arch_setup field.
5791 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
5792 instead of init_registers ().
5793 * win32-arm-low.c (init_registers_arm): Add prototype.
5794 (the_low_target): Add initializer for arch_setup field.
5795 * win32-i386-low.c (init_registers_i386): Add prototype.
5796 (the_low_target): Add initializer for arch_setup field.
5797
5798 * spu-low.c (init_registers_spu): Add prototype.
5799 (initialize_low): Call initialie_registers_spu () instead of
5800 initialize_registers ().
5801
fd96d250
PA
58022008-02-19 Pedro Alves <pedro@codesourcery.com>
5803
5804 * server.c (handle_v_requests): When handling the vRun and vAttach
5805 packets, if already debugging a process, don't kill it. Return an
5806 error instead.
5807
d41b6bb4
DJ
58082008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
5809
5810 * server.c (handle_query): Correct length check.
5811
5ac588cf
PA
58122008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
5813
5814 * win32-low.c (do_initial_child_stuff): Add process handle
5815 parameter. Set current_process_handle and current_process_id from the
5816 parameters. Clear globals.
5817 (win32_create_inferior): Don't set current_process_handle and
5818 current_process_id here. Instead pass them on the call to
5819 do_initial_child_stuff.
5820 (win32_attach): Likewise.
5821 (win32_clear_inferiors): New.
5822 (win32_kill): Don't close the current process handle or the
5823 current thread handle here. Instead call win32_clear_inferiors.
5824 (win32_detach): Don't open a new handle to the process. Call
5825 win32_clear_inferiors.
5826 (win32_join): Don't rely on current_process_handle; open a new
5827 handle using the process id.
5828 (win32_wait): Call win32_clear_inferiors when the inferior process
5829 has exited.
5830
ecd7ecbc
DJ
58312008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
5832
5833 * server.c (monitor_show_help): Add "exit".
5834
1525d545
MG
58352008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
5836
ecd7ecbc 5837 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
5838 (clean): Add reg-xtensa.c.
5839 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
5840 * configure.srv (xtensa*-*-linux*) New target.
5841 * linux-xtensa-low.c: New.
5842 * xtensa-xtregs.c: New.
1525d545 5843
59a016f0
PA
58442008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
5845
5846 * hostio.c: Don't include errno.h.
5847 (errno_to_fileio_errno): Move to hostio-errno.
5848 * hostio.c: (hostio_error): Remove the error parameter. Defer the
5849 error number outputting to the target->hostio_last_error callback.
5850 (hostio_packet_error): Use FILEIO_EINVAL directly.
5851 (handle_open, handle_pread, hostio_error, handle_unlink): Update
5852 calls to hostio_error.
5853 * hostio-errno.c: New.
5854 * server.h (hostio_last_error_from_errno): Declare.
5855 * target.h (target_ops): Add hostio_last_error member.
5856 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
5857 as hostio_last_error handler.
889bf7c5 5858 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
5859 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
5860 (wince_hostio_last_error): New functions.
5861 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
5862 as hostio_last_error handler.
5863 (win32_target_ops) [!_WIN32_WCE]: Register
5864 hostio_last_error_from_errno as hostio_last_error handler.
5865 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
5866 (hostio-errno.o): New rule.
5867 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
5868 * configure.srv (srv_hostio_err_objs): New variable. Default to
5869 hostio-errno.o.
5870 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
5871 * configure: Regenerate.
5872
2d717e4f
DJ
58732008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5874
5875 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
5876 (linux_kill, linux_detach): Clean up the process list.
5877 * remote-utils.c (remote_open): Improve port number parsing.
5878 (putpkt_binary, input_interrupt): Only send interrupts if the target
5879 is running.
5880 * server.c (extended_protocol): Make static.
5881 (attached): Define earlier.
5882 (exit_requested, response_needed, program_argv): New variables.
5883 (target_running): New.
5884 (start_inferior): Clear attached here.
5885 (attach_inferior): Set attached here.
5886 (require_running): Define.
5887 (handle_query): Use require_running and target_running. Implement
5888 "monitor exit".
5889 (handle_v_attach, handle_v_run): New.
5890 (handle_v_requests): Use require_running. Handle vAttach and vRun.
5891 (gdbserver_usage): Update.
5892 (main): Redo argument parsing. Handle --debug and --multi. Handle
5893 --attach along with other options or after the port. Save
5894 program_argv. Support no initial program. Resynchronize
5895 communication with GDB after an error. Handle "monitor exit".
5896 Use require_running and target_running. Always allow the extended
5897 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
5898 restart in extended mode.
5899 * README: Refer to the GDB manual. Update --attach usage.
5900
7407e2de
AS
59012007-12-20 Andreas Schwab <schwab@suse.de>
5902
5903 * linux-low.c (STACK_SIZE): Define.
5904 (linux_tracefork_child): Use it. Use __clone2 on ia64.
5905 (linux_test_for_tracefork): Likewise.
5906
b65d95c5
DJ
59072007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
5908
5909 * linux-low.c (linux_wait_for_event): Update messages. Do not
5910 reinsert auto-delete breakpoints.
5911 * mem-break.c (struct breakpoint): Change return type of handler to
5912 int.
5913 (set_breakpoint_at): Update handler type.
5914 (reinsert_breakpoint_handler): Return 1 instead of calling
5915 delete_breakpoint.
5916 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
5917 setting a new one.
5918 (check_breakpoints): Delete auto-delete breakpoints and return 2.
5919 * mem-break.h (set_breakpoint_at): Update handler type.
5920 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
5921 * win32-low.c (auto_delete_breakpoint): New.
5922 (get_child_debug_event): Use it.
5923
4e799345
DJ
59242007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
5925
5926 * configure.ac: Check for pread and pwrite.
5927 * hostio.c (handle_pread): Fall back to lseek and read.
5928 (handle_pwrite): Fall back to lseek and write.
5929 * config.in, configure: Regenerated.
5930
27524b67
DJ
59312007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
5932
5933 * server.c (myresume): Add own_buf argument.
5934 (main): Update calls.
5935
a20d5e98
DJ
59362007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
5937
5938 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
5939 * remote-utils.c (remote_open): Do not call disable_async_io.
5940 (block_async_io): Delete.
5941 (unblock_async_io): Make static.
5942 (initialize_async_io): New.
5943 * server.c (handle_v_cont): Handle async I/O here.
5944 (myresume): Likewise. Move other common resume tasks here...
5945 (main): ... from here. Call initialize_async_io. Disable async
5946 I/O before the main loop.
5947 * server.h (initialize_async_io): Declare.
5948 (block_async_io, unblock_async_io): Delete prototypes.
5949 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
5950
b79d787e
DJ
59512007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
5952
5953 * remote-utils.c (readchar): Allow binary data in received messages.
5954
d97903b2
PA
59552007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5956
5957 * win32-low.c (attaching): New global.
5958 (win32_create_inferior): Clear the `attaching' global.
5959 (win32_attach): Set the `attaching' global.
5960 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
5961 attaching. Only set a breakpoint at the entry point if not
5962 attaching.
5963
311de423
PA
59642007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5965
5966 * server.c (main): Don't report dll events on the initial
5967 connection on attaches.
5968
6c2d16d2
PA
59692007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5970
5971 * server.c (main): Relax numerical bases supported for the pid of
5972 the --attach command line argument.
5973
5ca906e6
PA
59742007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5975
5976 * win32-low.c (win32_attach): Call OpenProcess before
5977 DebugActiveProcess, not after. Add last error output to error
5978 call.
5979
9c6c8194
PA
59802007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
5981
5982 * win32-low.c (win32_get_thread_context)
5983 (win32_set_thread_context): New functions.
5984 (thread_rec): Use win32_get_thread_context.
5985 (continue_one_thread, win32_resume): Use win32_set_thread_context.
5986 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
5987 field.
5988
4d5d1aaa
PA
59892007-12-03 Leo Zayas
5990 Pedro Alves <pedro_alves@portugalmail.pt>
5991
5992 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
5993 global variables.
5994 (child_add_thread): Minor cleanup.
5995 (child_continue): Resume artificially suspended threads before
5996 calling ContinueDebugEvent.
5997 (suspend_one_thread): New.
5998 (fake_breakpoint_event): New.
5999 (get_child_debug_event): Change return type to int. Check here if
6000 gdb sent an interrupt request. If a soft interrupt was requested,
6001 fake a breakpoint event. Return 0 if there is no event to handle,
6002 and 1 otherwise.
6003 (win32_wait): Don't check here if gdb sent an interrupt request.
6004 Ensure there is a valid event to handle.
6005 (win32_request_interrupt): Add soft interruption method as last
6006 resort.
6007
c436e841
PA
60082007-12-03 Leo Zayas
6009 Pedro Alves <pedro_alves@portugalmail.pt>
6010
6011 * win32-low.h (win32_thread_info): Add descriptions to the
6012 structure members. Replace `suspend_count' counter by a
6013 `suspended' flag.
6014 * win32-low.c (thread_rec): Update condition of when to get the
6015 context from the inferior. Rely on ContextFlags being set if it
6016 has already been retrieved. Only suspend the inferior thread if
6017 we haven't already. Warn if that fails.
6018 (continue_one_thread): s/suspend_count/suspended/. Only call
6019 ResumeThread once. Warn if that fails.
6020
e7b5fa67
PA
60212007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
6022
6023 * win32-low.c (win32_wait): Don't read from the inferior when it
6024 has already exited.
6025
a385171d
PA
60262007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
6027
6028 * Makefile.in (win32_low_h): New variable.
6029 (win32-low.o): Add dependency on $(win32_low_h).
6030 (win32-arm-low.o, win32-i386-low.o): New rules.
6031
f80c84b3
DJ
60322007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6033
6034 * hostio.c: Correct copyright year.
6035
a6b151f1
DJ
60362007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
6037
6038 * Makefile.in (OBS): Add hostio.o.
6039 (hostio.o): New rule.
6040 * server.h (handle_vFile): Declare.
6041 * hostio.c: New file.
6042 * server.c (handle_v_requests): Take packet_len and new_packet_len
6043 for binary packets. Call handle_vFile.
6044 (main): Update call to handle_v_requests.
6045
f9387fc3
DJ
60462007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
6047
6048 * linux-low.c: Include <sched.h>.
6049
51c2684e
DJ
60502007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
6051
6052 * linux-low.c (linux_tracefork_grandchild): New.
6053 (linux_tracefork_child): Use clone.
6054 (linux_test_for_tracefork): Use clone; allocate and free a stack.
6055
75f83163
JB
60562007-10-31 Joel Brobecker <brobecker@adacore.com>
6057
6058 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
6059
da5898ce
DJ
60602007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6061
6062 * linux-low.c (handle_extended_wait): Handle unexpected signals.
6063
24a09b5f
DJ
60642007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6065
6066 * inferiors.c (change_inferior_id): Delete.
6067 (add_pid_to_list, pull_pid_from_list): New.
6068 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
6069 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
6070 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
6071 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
6072 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
6073 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
6074 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
6075 (using_threads): Always set to 1.
6076 (handle_extended_wait): New.
6077 (add_process): Do not set TID.
6078 (linux_create_inferior): Set must_set_ptrace_flags.
6079 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
6080 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
6081 (linux_thread_alive): Rename TID argument to LWPID.
6082 (linux_wait_for_process): Handle unknown processes. Do not use TID.
6083 (linux_wait_for_event): Do not use TID or check using_threads. Update
6084 call to dead_thread_notify. Call handle_extended_wait.
6085 (linux_create_inferior): Use PTRACE_SETOPTIONS.
6086 (send_sigstop): Delete sigstop_sent.
6087 (wait_for_sigstop): Avoid TID.
6088 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
6089 (linux_test_for_tracefork): New.
6090 (linux_lookup_signals): Use thread_db_active and
6091 linux_supports_tracefork_flag.
6092 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
6093 * linux-low.h (get_process_thread): Avoid TID.
6094 (struct process_ifo): Move thread_known and tid to the end. Remove
6095 sigstop_sent.
6096 (linux_attach_lwp, thread_db_init): Update prototypes.
6097 * server.h (change_inferior_id): Delete prototype.
6098 (add_pid_to_list, pull_pid_from_list): New prototypes.
6099 * thread-db.c (thread_db_use_events): New.
6100 (find_first_thread): Rename to...
6101 (find_one_thread): ...this. Update callers and messages. Do not
6102 call fatal. Check thread_db_use_events. Do not call
6103 change_inferior_id or new_thread_notify.
6104 (maybe_attach_thread): Update. Do not call new_thread_notify.
6105 (thread_db_init): Set thread_db_use_events. Check use_events.
6106 * utils.c (fatal, warning): Correct message prefix.
6107
30ed0a8f
DJ
61082007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
6109
6110 * Makefile.in (clean): Remove new files.
6111 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
6112 (powerpc-64.o, powerpc-64.c): New rules.
6113 * configure.srv: Use alternate register sets for powerpc64-*-linux*
6114 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
6115 with SPE.
6116 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
6117 SPE targets.
6118 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
6119 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
6120 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
6121 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
6122 (target_regsets): Add AltiVec and SPE register sets.
6123 * configure.ac: Check for AltiVec and SPE.
6124 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
6125 (ppc_fill_vrregset, ppc_store_vrregset): New.
6126 (target_regsets): Add AltiVec register set.
6127 * configure: Regenerated.
6128
fd462a61
DJ
61292007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
6130
6131 * linux-low.c (O_LARGEFILE): Define.
6132 (linux_read_memory): Use /proc/PID/mem.
6133 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
6134 * configure, config.in: Regenerated.
6135
69f223ed
DJ
61362007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6137
6138 * linux-low.c (linux_wait_for_event): Do not pass signals while
6139 single-stepping.
6140
aec18585
PA
61412007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6142
6143 * win32-low.c (create_process): New.
6144 (win32_create_inferior): Use create_process instead of
6145 CreateProcess. If create_process failed retry appending an ".exe"
6146 suffix. Store the GetLastError result immediatelly after
6147 create_process calls and use it on the call to error.
6148
34d86ddd
PA
61492007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
6150
6151 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
6152
5a0e3bd0
JB
61532007-08-23 Joel Brobecker <brobecker@adacore.com>
6154
6155 * configure.ac: Switch license to GPLv3.
6156
f88c79e6
MS
61572007-08-01 Michael Snyder <msnyder@access-company.com>
6158
6159 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
6160
6b3d9b83
PA
61612007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
6162
6163 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
6164 typedef.
6165 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
6166 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
6167 CloseToolhelp32Snapshot.
6168 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
6169 CloseToolhelp32Snapshot.
6170
c588c53c
MS
61712007-07-27 Michael Snyder <michael.snyder@access-company.com>
6172
6173 * server.c (main): Check for inferior exit before main loop.
6174
aa0403d9
PA
61752007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
6176
6177 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
6178 instead of on tmp_desc.
6179
255e7678
DJ
61802007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
6181 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
6184 (add_thread): Minor cleanups.
6185 (clear_inferiors): Move lower in the file. Clear the DLL
6186 list.
6187 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
6188 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
6189 (xml_escape_text): New.
6190 * server.c (handle_query): Handle qXfer:libraries:read. Report it
6191 for qSupported.
6192 (handle_v_cont): Report errors.
6193 (gdbserver_version): Update.
6194 (main): Correct size of own_buf. Do not report initial DLL events.
6195 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
6196 (unloaded_dll, xml_escape_text): New.
6197 * win32-low.c (enum target_waitkind): Update comments.
6198 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
6199 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
6200 (win32_EnumProcessModules, win32_GetModuleInformation)
6201 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
6202 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
6203 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
6204 (win32_Module32First, win32_Module32Next, load_toolhelp)
6205 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
6206 (get_child_debug_event): Handle DLL events.
6207 (win32_wait): Likewise.
6208
0d37add9
DJ
62092007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6210
6211 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
6212 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
6213
45e2715e
PA
62142007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
6215
6216 * win32-low.c (handle_output_debug_string): Ignore event if not
6217 waiting.
6218
c5674cf1
PA
62192007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
6220
6221 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
6222
2bbe3cc1
DJ
62232007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
6224
6225 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
6226
ae13219e
DJ
62272007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
6228
6229 * inferiors.c (change_inferior_id): Add comment.
6230 * linux-low.c (check_removed_breakpoint): Add an early
6231 prototype. Improve debug output.
6232 (linux_attach): Doc update.
6233 (linux_detach_one_process, linux_detach): Clean up before releasing
6234 each process.
6235 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
6236 * linux-low.h (struct process_info): Doc improvement.
6237 * mem-break.c (delete_all_breakpoints): New.
6238 * mem-break.h (delete_all_breakpoints): New prototype.
6239 * thread-db.c (find_first_thread): New.
6240 (thread_db_create_event): Call it instead of
6241 thread_db_find_new_threads. Clean up unused variables.
6242 (maybe_attach_thread): Remove first thread handling.
6243 (thread_db_find_new_threads): Use find_first_thread.
6244 (thread_db_get_tls_address): Likewise.
6245
4105de34
DJ
62462007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6247
6248 * thread-db.c (thread_db_find_new_threads): Add prototype.
6249 (thread_db_create_event): Check for the main thread before adding
6250 a new thread.
6251 (maybe_attach_thread): Only enable event reporting if TID == 0.
6252 (thread_db_get_tls_address): Check for new threads.
6253
2b876972
DJ
62542007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
6255
6256 * linux-low.c (linux_create_inferior): Try execv before execvp.
6257 * spu-low.c (spu_create_inferior): Likewise.
6258
7a245884
DJ
62592007-06-13 Mike Frysinger <vapier@gentoo.org>
6260
6261 * linux-low.c (linux_create_inferior): Change execv to execvp.
6262 * spu-low.c (spu_create_inferior): Likewies.
6263
117ce543
DJ
62642007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
6265
6266 * Makefile.in (clean): Clean new files instead of deleted ones.
6267 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
6268 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
6269 rules.
6270 * configure.srv: Specify XML files and new regformats for MIPS and
6271 MIPS64 GNU/Linux.
6272 * linux-mips-low.c (mips_num_regs): Set to only used registers.
6273 (mips_regmap): Do not fetch $0. Remove unused registers. Add
6274 an entry for the restart register.
6275 (mips_cannot_fetch_register, mips_cannot_store_register)
6276 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
6277 register names to match the XML descriptions.
6278 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
6279 restart register instead of $0.
6280
0e7f50da
UW
62812007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6282 Markus Deuling <deuling@de.ibm.com>
6283
6284 * remote-utils.c (decode_xfer_write): New function.
6285 * server.h (decode_xfer_write): Add prototype.
6286 * server.c (handle_query): Add PACKET_LEN argument. Support
6287 qXfer:spu:read and qXfer:spu:write packets.
6288 (main): Pass packet_len to handle_query.
6289 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
6290 * target.h (target_ops): Add qxfer_spu.
6291
374c1d38
UW
62922007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
6293
6294 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
6295 accessing non-seekable spufs files.
6296
bb63802a
UW
62972007-05-16 Markus Deuling <deuling@de.ibm.com>
6298
889bf7c5 6299 * server.c (handle_query): Add reply for qC packet.
bb63802a 6300
7390519e
PA
63012007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6302 Leo Zayas <lerele@champenstudios@com>
6303
6304 * server.h (check_remote_input_interrupt_request): New function.
6305 * remote_utils.c (INVALID_DESCRIPTOR): New define.
6306 (remote_desc): Initialize with INVALID_DESCRIPTOR.
6307 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
6308 (check_remote_input_interrupt_request): New function.
6309 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 6310 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
6311 winapi_GenerateConsoleCtrlEvent): New typedefs.
6312 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
6313 to 250 ms.
6314 (win32_wait): Check for remote interrupt request
6315 with check_remote_input_interrupt_request.
6316 (win32_request_interrupt): New function.
6317 (win32_target_op): Set request_interrupt to win32_request_interrupt.
6318
34b34921
PA
63192007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6320
6321 * win32-low.c (debug_registers_changed,
6322 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
6323 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
6324 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
6325 (thread_rec): Get context using the low target.
6326 (child_add_thread): Call thread_added on the low target,
6327 which does the same thing.
6328 (regptr): Delete.
6329 (do_initial_child_stuff): Remove debug registers references.
6330 Set context using the low target. Resume threads after
6331 setting the contexts.
6332 (child_continue): Remove dead variable. Remove debug
6333 registers references.
6334 (child_fetch_inferior_registers): Go through the low target.
6335 (do_child_store_inferior_registers): Remove.
6336 (child_store_inferior_registers): Go through the low target.
6337 (win32_resume): Remove debug registers references.
6338 Set context using the low target.
6339 (handle_exception): Change return type to void. Don't record
6340 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
6341 first chance exception.
889bf7c5 6342 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
6343 goto loop. Always return after waiting for debug event.
6344 (win32_wait): Convert to switch statement. Handle spurious
6345 events.
6346
6347 * win32-i386-low.c (debug_registers_changed,
6348 debug_registers_used): New.
6349 (initial_stuff): Rename to ...
6350 (i386_initial_stuff): ... this. Clear debug registers
6351 state variables.
6352 (store_debug_registers): Delete.
6353 (i386_get_thread_context): New.
6354 (load_debug_registers): Delete.
6355 (i386_set_thread_context): New.
6356 (i386_thread_added): New.
6357 (single_step): Rename to ...
6358 (i386_single_step): ... this.
6359 (do_fetch_inferior_registers): Rename to ...
6360 (i386_fetch_inferior_register): ... this.
6361 (i386_store_inferior_register): New.
6362 (the_low_target): Adapt to new interface.
6363
6364 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
6365 (arm_get_thread_context): New.
6366 (arm_set_thread_context): New.
6367 (regptr): New.
6368 (do_fetch_inferior_registers): Rename to ...
6369 (arm_fetch_inferior_register): ... this.
6370 (arm_store_inferior_register): New.
6371 (arm_wince_breakpoint): Reimplement as unsigned long.
6372 (arm_wince_breakpoint_len): Define.
6373 (the_low_target): Adapt to new interface.
6374
6375 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
6376 load_debug_registers. Add get_thread_context, set_thread_context,
6377 thread_added and store_inferior_register. Rename
6378 fetch_inferior_registers to fetch_inferior_register.
6379 (regptr): Remove declaration.
6380
dd6953e1
PA
63812007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6382
6383 * linux-low.c (linux_detach): Change return type to int. Return 0.
6384 * spu-low.c (spu_detach): Likewise.
6385
444d6139
PA
63862007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6387
6388 * target.h (target_ops): Change return type of detach to int.
6389 Add join.
6390 (join_inferior): New.
6391 * server.c (main): Don't skip detach support on mingw32.
6392 If the inferior doesn't support detaching return error.
6393 Call join_inferior instead of using waitpid.
6394 * linux-low.c (linux_join): New.
6395 (linux_target_op): Add linux_join.
6396 * spu-low.c (spu_join): New.
6397 (spu_target_ops): Add spu_join.
6398 * win32-low.c (win32_detach): Adapt to new interface.
6399 Reopen current_process_handle before detaching. Issue a child
6400 resume before detaching.
6401 (win32_join): New.
6402 (win32_target_op): Add win32_join.
6403
1d5315fe
PA
64042007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6405
6406 * win32-low.c (win32-attach): Fix return value.
6407 * target.h (target_ops): Describe ATTACH return values.
6408
bf914831
PA
64092007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6410
6411 * win32-low.c (GETPROCADDRESS): Define.
6412 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
6413 (winapi_DebugSetProcessKillOnExit): Likewise.
6414 (win32_create_inferior): Force usage of ansi CreateProcessA.
6415 (win32_attach): Use GETPROCADDRESS.
6416 (win32_detach): Likewise.
6417
f72f3e60
PA
64182007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
6419
6420 * win32-low.c (win32_wait): Don't use WSTOPSIG.
6421
ed50f18f
PA
64222007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
6423
6424 * win32-low.c: Commit leftover changes from 2007-03-29.
6425
0c2ead7e
DJ
64262007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6427
6428 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
6429 fields short instead of int. Add explicit padding.
6430 (i387_cache_to_fsave): Remove unnecessary casts.
6431 (i387_fsave_to_cache): Doc fix.
6432 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
6433
73725ff3
DJ
64342007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
6435
6436 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
6437 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
6438
d99f33d8
PA
64392007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
6440
6441 * configure.srv (arm*-*-mingw32ce*): Move near the other
6442 arm targets.
6443
68070c10
PA
64442007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
6445
2482afc6 6446 * configure.ac: Add errno checking.
68070c10
PA
6447 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
6448 sys/file.h and malloc.h.
6449 (AC_CHECK_DECLS): Add perror.
6450 (srv_mingwce): Handle.
2482afc6 6451 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
6452 win32-i386-low.o to srv_tgtobj.
6453 (i[34567]86-*-mingw*): Likewise.
6454 (arm*-*-mingw32ce*): Add case.
6455 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
6456 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
6457 [__MINGW32CE__] (strerror): New function.
6458 [__MINGW32CE__] (errno): Define to GetLastError.
6459 [__MINGW32CE__] (COUNTOF): New macro.
6460 (remote_open): Remove extra close call.
6461 * mem-break.c (delete_breakpoint_at): New function.
6462 * mem-break.h (delete_breakpoint_at): Declare.
6463 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
6464 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
6465 [USE_WIN32API] (read, write): Add char* casts.
6466 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
6467 * server.h: Include wincecompat.h on Windows CE.
6468 [HAVE_ERRNO_H]: Check.
6469 (perror): Declare if not declared.
6470 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
6471 (perror_with_name): Remove errno declaration.
6472 * wincecompat.h: New.
6473 * wincecompat.c: New.
6474 * win32-low.h: New.
6475 * win32-arm-low.c: New.
6476 * win32-i386-low.c: New.
6477 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
6478 (OUTMSG2): Make it safe.
6479 (_T): New macro.
6480 (COUNTOF): New macro.
6481 (NUM_REGS): Get it from the low target.
6482 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
6483 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
6484 (thread_rec): Let low target handle debug registers.
6485 (child_add_thread): Likewise.
6486 (child_init_thread_list): Likewise.
6487 (continue_one_thread): Likewise.
6488 (regptr): New.
6489 (do_child_fetch_inferior_registers): Move to ...
6490 * win32-i386-low.c: ... here, and rename to ...
6491 (do_fetch_inferior_registers): ... this.
889bf7c5 6492 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
6493 Go through the low target.
6494 (do_child_store_inferior_registers): Use regptr.
6495 (strwinerror): New function.
6496 (win32_create_inferior): Handle Windows CE.
6497 Use strwinerror instead of strerror on Windows error
6498 codes. Add program to the error output.
6499 Don't close the main thread handle on Windows CE.
6500 (win32_attach): Use coredll.dll on Windows CE.
6501 (win32_kill): Close current process and current
6502 thread handles.
6503 (win32_detach): Use coredll.dll on Windows CE.
6504 (win32_resume): Let low target handle debug registers, and
6505 step request.
6506 (handle_exception): Add/Remove initial breakpoint. Avoid
6507 non-existant WSTOPSIG on Windows CE.
6508 (win32_read_inferior_memory): Cast to remove warning.
6509 (win32_arch_string): Go through the low target.
6510 (initialize_low): Call set_breakpoint_data with the low
6511 target's breakpoint.
6512 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
6513 FOP_REGNUM, mappings): Move to ...
6514 * win32-i386-low.c: ... here.
6515 * win32-low.c (win32_thread_info): Move to ...
6516 * win32-low.h: ... here.
6517 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
6518 win32-arm-low.c and wincecompat.c.
6519 (all:): Add $EXEEXT.
6520 (install-only:): Likewise.
6521 (gdbserver:): Likewise.
6522 (gdbreplay:): Likewise.
6523 * config.in: Regenerate.
6524 * configure: Regenerate.
6525
41093d81
PA
65262007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6527
6528 * win32-low.c: Rename typedef thread_info to
6529 win32_thread_info throughout.
6530
544afa54
PA
65312007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
6532
6533 * win32-i386-low.c: Rename to ...
6534 * win32-low.c: ... this.
6535 * configure.srv: Replace win32-i386-low.o with win32-low.o.
6536 * Makefile.in: Likewise.
6537
bce7165d
PA
65382007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
6539
6540 * remote-utils.c (monitor_output): Constify msg parameter.
6541 * server.h (monitor_output): Likewise.
6542 * win32-i386-low.c (handle_output_debug_string): New.
6543 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
6544 handle_output_debug_string.
6545 (get_child_debug_event): Likewise.
6546
506c7aa0
DJ
65472007-03-27 Mat Hostetter <mat@lcs.mit.edu>
6548
6549 * server.c (main): Correct strtoul check.
6550
42c81e2a
DJ
65512007-03-27 Jon Ringle <jon@ringle.org>
6552
6553 * linux-low.c: Check __ARCH_HAS_MMU__ also.
6554
9453113a
DJ
65552007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
6556
6557 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
6558
64a69107
DJ
65592007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
6560
6561 * terminal.h: Check HAVE_SGTTY_H.
6562
65632007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
6564
6565 * remote-utils.c (remote_open): Print out the assigned port number.
6566
c74d0ad8
DJ
65672007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6568
6569 * remote-utils.c (monitor_output): New function.
6570 * server.c (debug_threads): Define here.
6571 (monitor_show_help): New function.
6572 (handle_query): Handle qRcmd.
6573 (main): Do not handle 'd' packet.
6574 * server.h (debug_threads, remote_debug, monitor_output): Declare.
6575 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
6576 of debug_threads.
6577
de7c3b4a
PA
65782007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
6579
6580 * Makefile.in (EXEEXT): New.
6581 (clean): Use $(EXEEXT).
6582
ef57601b
PA
65832007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
6584
6585 * target.h (target_ops): Rename send_signal to request_interrupt,
6586 and remove enum target_signal parameter.
6587 * linux-low.c (linux_request_interrupt): Rename from
6588 linux_send_signal, and always send SIGINT.
6589 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
6590 and always send SIGINT.
6591 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
6592 of send_signal.
6593 (input_interrupt): Likewise.
6594
820f2bda
PA
65952007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
6596
6597 * server.c (get_features_xml): Check if target implemented
6598 arch_string.
6599 * win32-i386-low.c (win32_arch_string): New.
6600 (win32_target_ops): Add win32_arch_string as arch_string member.
6601
ab39bf24
UW
66022007-02-22 Markus Deuling <deuling@de.ibm.com>
6603
6604 * spu-low.c (spu_arch_string): New.
6605 (spu_target_ops): Add spu_arch_string.
6606
61ff6e04
DJ
66072007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6608
6609 * remote-utils.c: Remove HAVE_TERMINAL_H check.
6610 * configure.ac: Do not check for terminal.h.
6611 * configure, config.in: Regenerated.
6612
fb1e4ffc
DJ
66132007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6614
6615 * Makefile.in (OBS): Add $(XML_BUILTIN).
6616 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
6617 (clean): Update.
6618 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
6619 (arm-with-iwmmxt.c): New.
6620 * config.in, configure: Regenerate.
6621 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
6622 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
6623 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
6624 (arm*-*-linux*): Add iWMMXt and regset support.
6625 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
6626 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
6627 (arm_store_wmmxregset, target_regsets): New.
6628 * server.c (get_features_xml): Take annex argument. Check builtin
6629 XML documents.
6630 (handle_query): Handle multiple annexes.
6631
0f48aa01
DJ
66322007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6633
6634 * remote-utils.c [USE_WIN32API] (read, write): Define.
6635 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
6636 write.
6637
23181151
DJ
66382007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
6639
6640 * linux-i386-low.c (the_low_target): Set arch_string.
6641 * linux-x86-64-low.c (the_low_target): Likewise.
6642 * linux-low.c (linux_arch_string): New.
6643 (linux_target_ops): Add it.
6644 * linux-low.h (struct linux_target_ops): Add arch_string.
6645 * server.c (write_qxfer_response): Use const void * for DATA.
6646 (get_features_xml): New.
6647 (handle_query): Handle qXfer:features:read. Report it for qSupported.
6648 * target.h (struct target_ops): Add arch_string method.
6649
9d606399
DJ
66502007-01-03 Denis Pilat <denis.pilat@st.com>
6651 Daniel Jacobowitz <dan@codesourcery.com>
6652
6653 * linux-low.c (linux_kill): Handle being called with no threads.
6654 * win32-i386-low.c (win32_kill): Likewise.
6655 (get_child_debug_event): Clear current_process_handle.
6656
66572006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
6658 Daniel Jacobowitz <dan@codesourcery.com>
6659
6660 * remote-utils.c (remote_open): Check the type of specified
6661 serial port devices before opening them.
6662 * server.c (main): Kill the inferior if an error occurs during
6663 the first remote_open.
6664
a5e13d24
DJ
66652006-12-05 Markus Deuling <deuling@de.ibm.com>
6666
6667 * README: Update supported targets.
6668
186947f7
DJ
66692006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
6670
6671 * Makefile.in (clean): Remove reg-mips64.c.
6672 (reg-mips64.c, reg-mips64.o): New rules.
6673 * configure.srv: Handle mips64. Include regset support for mips.
6674 * linux-mips-low.c (union mips_register): New.
6675 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
6676 (mips_breakpoint, mips_breakpoint_at): Use int.
6677 (mips_collect_register, mips_supply_register)
6678 (mips_collect_register_32bit, mips_supply_register_32bit)
6679 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
6680 (mips_store_fpregset, target_regsets): New.
6681 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
6682
a13e2c95
UW
66832006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
6684
6685 * configure.srv: Add target "spu*-*-*".
6686 * Makefile.in (clean): Remove reg-spu.c.
6687 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
6688 * spu-low.c: New file.
6689
cb7283db
DJ
66902006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6691
6692 * configure.ac: Correct td_thr_tls_get_addr test.
6693 * configure: Regenerated.
6694
89be2091
DJ
66952006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
6696
6697 * linux-low.c (linux_wait_for_event): Reformat. Use the
6698 pass_signals array.
6699 * remote-utils.c (decode_address_to_semicolon): New.
6700 * server.c (pass_signals, handle_general_set): New.
6701 (handle_query): Mention QPassSignals for qSupported.
6702 (main): Call handle_general_set.
6703 * server.h (pass_signals, decode_address_to_semicolon): New.
6704
000ef4f0
DJ
67052006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
6706
6707 * server.c (handle_query): Correct error handling for read_auxv.
6708
b7149293
UW
67092005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6710
6711 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
6712 and srv_linux_thread_db to yes.
6713 * linux-s390-low.c (s390_fill_gregset): New function.
6714 (target_regsets): Define data structure.
6715
dae5f5cf
DJ
67162006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
6717
6718 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
6719 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
6720 * config.in, configure: Regenerated.
6721 * inferiors.c (gdb_id_to_thread): New function.
6722 (gdb_id_to_thread_id): Use it.
6723 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
6724 * linux-low.h (struct process_info): Add th member.
6725 (thread_db_get_tls_address): New prototype.
6726 * remote-utils.c (decode_address): Make non-static.
6727 * server.c (handle_query): Handle qGetTLSAddr.
6728 * server.h (gdb_id_to_thread, decode_address): New prototypes.
6729 * target.h (struct target_ops): Add get_tls_address.
6730 * thread-db.c (maybe_attach_thread): Save the thread handle.
6731 (thread_db_get_tls_address): New.
6732
32ca6d61
DJ
67332006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
6734
6735 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
6736 (linux_resume_one_process): Take a siginfo_t *. Update all
6737 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
6738 (struct pending_signals): Add a siginfo_t.
6739 (linux_wait_for_process): Always set last_status.
6740 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
6741 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
6742 * linux-low.h (struct process_info): Add last_status.
6743
5ffff7c1
DJ
67442006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
6745
6746 * remote-utils.c (try_rle): New function.
6747 (putpkt_binary): Use it.
6748
8695c747
DJ
67492006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
6750
6751 * Makefile.in (clean): Clean reg-x86-64-linux.c.
6752 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
6753 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
6754 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
6755 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
6756 point registers.
6757
290fadea
RS
67582006-08-08 Richard Sandiford <richard@codesourcery.com>
6759
6760 * server.c (terminal_fd): New variable.
6761 (old_foreground_pgrp): Likewise.
6762 (restore_old_foreground_pgrp): New function.
6763 (start_inferior): Record the terminal file descriptor in terminal_fd
6764 and its original foreground group in old_foreground_pgrp. Register
6765 restore_old_foreground_pgrp with atexit().
6766
9f2e1e63
DJ
67672006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
6768
6769 * server.c (handle_query): Correct qPart to qXfer.
6770
b80864fb
DJ
67712006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6772
6773 * configure.ac: Check for more headers which are missing on
6774 Windows. Automatically supply -lwsock32 and USE_WIN32API.
6775 * configure.srv: Add Cygwin and mingw32.
6776 * remote-utils.c: Don't include headers unconditionally which
6777 are missing on mingw32. Include <winsock.h> for mingw32.
6778 (remote_open): Adjust for mingw32 support. Flush
6779 standard error after writing to it.
6780 (remote_close, putpkt_binary, input_interrupt, block_async_io)
6781 (unblock_async_io, enable_async_io, disable_async_io)
6782 (readchar, getpkt): Update for Winsock support.
6783 (prepare_resume_reply): Expect a protocol signal number.
6784 * server.c: Disable <sys/wait.h> on mingw32.
6785 (start_inferior): Adjust for mingw32 support. Flush
6786 standard error after writing to it.
6787 (attach_inferior): Likewise. Use protocol signal
6788 numbers.
6789 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
6790 and names.
6791 * win32-i386-low.c: New file.
6792 * Makefile.in (XM_CLIBS): Set.
6793 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
6794 (win32-i386-low.o): New dependency rule.
6795 * linux-low.c (linux_wait): Use target signal numbers.
6796 * target.h (struct target_ops): Doc fix.
6797 * server.h (target_signal_to_name): New prototype.
6798 * gdbreplay.c: Don't include headers unconditionally which
6799 are missing on mingw32. Include <winsock.h> for mingw32.
6800 (remote_close, remote_open): Adjust for Winsock support.
6801 * configure, config.in: Regenerated.
6802
0876f84a
DJ
68032006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
6804
6805 * server.c (decode_xfer_read, write_qxfer_response): New.
6806 (handle_query): Take a packet length argument. Handle
6807 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
6808 the qSupported response.
6809 (main): Update call to handle_query.
6810
01f9e8fa
DJ
68112006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
6812
6813 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
6814 (putpkt_binary): Renamed from putpkt and adjusted for binary
6815 data.
6816 (putpkt): New wrapper for putpkt_binary.
6817 (readchar): Don't mask off the high bit.
6818 (decode_X_packet): New function.
6819 * server.c (main): Call putpkt_binary if a handler sets the packet
6820 length. Save the length of the incoming packet. Handle 'X'.
6821 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
6822
be2a5f71
DJ
68232006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
6824
6825 * server.c (handle_query): Handle qSupported.
6826
ea025f5f
DJ
68272006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
6828
6829 * remote-utils.c (all_symbols_looked_up): New variable.
6830 (look_up_one_symbol): Check it.
6831 * server.h (look_up_one_symbol): New declaration.
6832 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
6833
9308fc88
DJ
68342006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
6835
6836 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 6837 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
6838 (PTRACE_GET_THREAD_AREA): Define.
6839 (ps_get_thread_area): New function.
6840
52fb6437
NS
68412006-05-09 Nathan Sidwell <nathan@codesourcery.com>
6842
6843 * configure.srv (m68k*-*-uclinux*): New target.
6844 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
6845 (linux_resume_one_process): Remove extraneous cast.
6846 (linux_read_offsets): New.
6847 (linux_target_op): Add linux_read_offsets on mmuless systems.
6848 * server.c (handle_query): Add qOffsets logic.
6849 * target.h (struct target_ops): Add read_offsets.
6850
21b0f40c
DJ
68512006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
6852
6853 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
6854 (PTRACE_GET_THREAD_AREA): Define.
6855 (ps_get_thread_area): New function.
6856 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
6857 (linux-x86-64-low.o): Update.
6858
0050a760
DJ
68592006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
6860
6861 * configure.ac: Remove checks for prfpregset_t.
6862 * gdb_proc_service.h: New file.
6863 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
6864 new "gdb_proc_service.h".
6865 * proc-service.c: Likewise.
6866 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
6867 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
6868 * Makefile.in (gdb_proc_service_h): Updated.
6869 * configure, config.in: Regenerated.
6870
b92a518e
DJ
68712006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6872
6873 * remote-utils.c (prepare_resume_reply): Move declaration
6874 of gdb_id_from_wait to the top of the block.
6875
545587ee
DJ
68762006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
6877
6878 * linux-low.c (regsets_store_inferior_registers): Read the regset
6879 from the target before filling it.
6880
9db87ebd
DJ
68812006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
6882
6883 * server.c (attach_inferior): Return SIGTRAP for a successful
6884 attach.
6885
dd24457d
DJ
68862006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6887
6888 * Makefile.in (OBS): Add version.o.
6889 (STAGESTUFF): Delete.
6890 (version.o): Add dependencies.
6891 (version.c): Replace rule.
6892 (clean): Remove version.c.
6893 * server.c (gdbserver_version): New.
6894 (gdbserver_usage): Use printf.
6895 (main): Handle --version and --help.
6896 * server.h (version, host_name): Add declarations.
6897
6f0f660e
EZ
68982005-12-23 Eli Zaretskii <eliz@gnu.org>
6899
889bf7c5
PA
6900 * linux-arm-low.c:
6901 * linux-arm-low.c:
6902 * inferiors.c:
6903 * i387-fp.h:
6904 * i387-fp.c:
6905 * gdbreplay.c:
6906 * regcache.c:
6907 * proc-service.c:
6908 * mem-break.h:
6909 * mem-break.c:
6910 * linux-x86-64-low.c:
6911 * linux-sh-low.c:
6912 * linux-s390-low.c:
6913 * linux-ppc64-low.c:
6914 * linux-ppc-low.c:
6915 * linux-mips-low.c:
6916 * linux-m68k-low.c:
6917 * linux-m32r-low.c:
6918 * linux-low.h:
6919 * linux-low.c:
6920 * linux-ia64-low.c:
6921 * linux-i386-low.c:
6922 * linux-crisv32-low.c:
6923 * thread-db.c:
6924 * terminal.h:
6925 * target.h:
6926 * target.c:
6927 * server.h:
6928 * server.c:
6929 * remote-utils.c:
6930 * regcache.h:
6931 * utils.c:
6932 * Makefile.in:
6933 * configure.ac:
6f0f660e
EZ
6934 * gdbserver.1: Add (C) after Copyright. Update the FSF
6935 address.
6936
9d1fb177
DJ
69372005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6938
6939 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
6940 (arm_breakpoint_at): Recognize both breakpoints.
6941 (the_low_target): Use the correct breakpoint instruction.
6942
011a70c2
DJ
69432005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
6944
6945 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
6946 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
6947 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
6948 (the_low_target): Update.
6949
7fb85e41
AS
69502005-10-25 Andreas Schwab <schwab@suse.de>
6951
6952 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
6953
6954 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
6955 (ia64_num_regs): Reduce to 462.
6956
3db0444b
DJ
69572005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
6958
6959 * acinclude.m4: Correct quoting.
6960 * aclocal.m4: Regenerated.
6961
6962 Suggested by SZOKOVACS Robert <szo@ies.hu>:
6963 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
6964 (thread_db_init): Call thread_db_err_str.
6965 * configure.ac: Check for TD_VERSION.
6966 * config.in, configure: Regenerated.
6967
bee0189a
DJ
69682005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6969
6970 * server.h (error, fatal, warning): Add ATTR_FORMAT.
6971
e9d25b98
DJ
69722005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
6973
6974 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
6975 is not available. Define HAVE_PTRACE_GETREGS if it is.
6976 * config.in, configure: Regenerated.
6977 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
6978 * linux-i386-low.c, linux-m68k-low.c: Update to use
6979 HAVE_PTRACE_GETREGS.
6980 * linux-low.c (regsets_fetch_inferior_registers)
6981 (regsets_store_inferior_registers): Only return 0 if we processed
6982 GENERAL_REGS.
6983 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
6984 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
6985
a06660f7
DJ
69862005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
6987
6988 * inferiors.c (struct thread_info): Add gdb_id.
6989 (add_thread): Add gdb_id argument.
6990 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
6991 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
6992 calls to add_thread.
6993 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
6994 * server.c (handle_query): Use thread_to_gdb_id.
6995 (handle_v_cont, main): Use gdb_id_to_thread_id.
6996 * server.h (add_thread): Update prototype.
6997 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
6998 prototypes.
6999
5a1f5858
DJ
70002005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
7001
7002 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
7003 left-padded registers.
7004 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
7005 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
7006
e122f1f5
SE
70072005-07-01 Steve Ellcey <sje@cup.hp.com>
7008
7009 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
7010 * configure: Regenerate.
7011 * config.in: Regenerate.
7012 * server.h (NEED_DECLARATION_STRERROR):
7013 Replace with !HAVE_DECL_STRERROR.
7014
d592fa2f
DJ
70152005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
7016
7017 * linux-low.c (linux_wait, linux_send_signal): Don't test
7018 an unsigned long variable for > 0 if it could be MAX_ULONG.
7019 * server.c (myresume): Likewise.
7020 * target.c (set_desired_inferior): Likewise.
7021
ccbd4912
MK
70222005-06-13 Mark Kettenis <kettenis@gnu.org>
7023
7024 * configure.ac: Simplify and improve check for socklen_t.
7025 * configure, config.in: Regenerate.
7026
f450004a
DJ
70272005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
7028
7029 * acconfig.h: Remove.
7030 * configure.ac: Add a test for socklen_t. Use three-argument
7031 AC_DEFINE throughout.
7032 * config.in: Regenerated using autoheader 2.59.
7033 * configure: Regenerated.
7034
7035 * gdbreplay.c (socklen_t): Provide a default.
7036 (remote_open): Use socklen_t.
7037 * remote-utils.c (socklen_t): Provide a default.
7038 (remote_open): Use socklen_t.
7039 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
7040 unsigned char.
7041
7042 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
7043 char for buffers.
7044 * linux-low.c (linux_read_memory, linux_write_memory)
7045 (linux_read_auxv): Likewise.
7046 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
7047 (check_mem_write): Likewise.
7048 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
7049 Likewise.
7050 * regcache.c (struct inferior_rgcache_data, registers_to_string)
7051 (registers_from_string, register_data): Likewise.
7052 * server.c (handle_query, main): Likewise.
7053 * server.h (convert_ascii_to_int, convert_int_to_ascii)
7054 (decode_M_packet): Likewise.
7055 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
7056 * target.h (struct target_ops): Update read_memory, write_memory,
7057 and read_auxv.
7058 (read_inferior_memory, write_inferior_memory): Update.
7059 * linux-low.h (struct linux_target_ops): Change type of breakpoint
7060 to unsigned char *.
7061 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
7062 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
7063 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
7064 linux-s390-low.c, linux-sh-low.c: Update for changes in
7065 read_inferior_memory and the_low_target->breakpoint.
7066
eee84df1
DJ
70672005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
7068
7069 * Makefile.in (SFILES): Add linux-ppc64-low.c.
7070 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
7071 * configure.srv: Add powerpc64-*-linux*.
7072 * linux-ppc64-low.c: New file.
7073
45b134e5
OF
70742005-05-23 Orjan Friberg <orjanf@axis.com>
7075
7076 * linux-cris-low.c: New file with support for CRIS.
7077 * linux-crisv32-low.c: Ditto for CRISv32.
7078 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
7079 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 7080 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
7081 reg-crisv32.o, and reg-crisv32.c to make rules.
7082 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
7083 recognized targets.
7084
48d93c75
UW
70852005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
7086
7087 * linux-low.c (fetch_register): Ensure buffer size is a multiple
7088 of sizeof (PTRACE_XFER_TYPE).
7089 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
7090
e013ee27
OF
70912005-05-12 Orjan Friberg <orjanf@axis.com>
7092
889bf7c5 7093 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
7094 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
7095 pointers for hardware watchpoint support.
7096 * linux-low.h (struct linux_target_ops): Ditto.
7097 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
7098 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
7099 to linux_target_ops.
7100 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
7101 reply packet.
7102 * server.c (main): Recognize 'Z' and 'z' packets.
7103
b0ded00b
UW
71042005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
7105
7106 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
7107 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
7108 (the_low_target): Add new members.
7109
8643e2ad
DJ
71102005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
7111
7112 * proc-service.c (ps_lgetregs): Search all_processes instead of
7113 all_threads.
7114
fc620387
DJ
71152005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
7116
7117 * server.c (start_inferior): Change return type to int.
7118 (attach_inferior): Change sigptr to int *.
7119 (handle_v_cont, handle_v_requests): Change signal to int *.
7120 (main): Change signal to int.
7121
71222005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
7123
7124 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
7125 * configure.srv: Add m32r*-*-linux*.
7126 * linux-m32r-low.c: New file.
7127
e0e76420
DJ
71282005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
7129
7130 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
7131
a1928bad
DJ
71322005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7133
7134 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
7135 Take unsigned long arguments for PIDs.
7136 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
7137 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
7138 (wait_for_sigstop, linux_resume_one_process)
7139 (regsets_fetch_inferior_registers, linux_send_signal)
7140 (linux_read_auxv): Likewise. Update the types of variables holding
7141 PIDs. Update format string specifiers.
7142 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
7143 * remote-utils.c (prepare_resume_reply): Likewise.
7144 * server.c (cont_thread, general_thread, step_thread)
7145 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
7146 unsigned long.
7147 (handle_query): Update format specifiers.
7148 (handle_v_cont, main): Use strtoul for thread IDs.
7149 * server.h (struct inferior_list_entry): Use unsigned long for ID.
7150 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
7151 (general_thread, step_thread, thread_from_wait)
7152 (old_thread_from_wait): Update.
7153 * target.h (struct thread_resume): Use unsigned long for THREAD.
7154 (struct target_ops): Use unsigned long for arguments to attach and
7155 thread_alive.
7156
dcdb98d2
DJ
71572005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
7158
7159 * acinclude.m4: Include bfd/bfd.m4 directly.
7160 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
7161 <agriffis@toolchain.org>.
7162 * aclocal.m4, configure: Regenerated.
7163
bec39cab
AC
71642005-01-07 Andrew Cagney <cagney@gnu.org>
7165
7166 * configure.ac: Rename configure.in, require autoconf 2.59.
7167 * configure: Re-generate.
7168
434c4c77
DJ
71692004-12-08 Daniel Jacobowitz <dan@debian.org>
7170
7171 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
7172 LIBS when finished.
7173 * aclocal.m4: Regenerated.
7174 * configure: Regenerated.
7175
db1d3e1b
AS
71762004-11-21 Andreas Schwab <schwab@suse.de>
7177
7178 * linux-m68k-low.c (m68k_num_gregs): Define.
7179 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
7180 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
7181 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
7182 (m68k_breakpoint_at): New. Add to the_low_target.
7183
7184 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
7185 srv_linux_thread_db to yes.
7186
43360365
JB
71872004-10-20 Joel Brobecker <brobecker@gnat.com>
7188
7189 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
7190 (ARCH_SET_FS): Likewise.
7191 (ARCH_GET_FS): Likewise.
7192 (ARCH_GET_GS): Likewise.
7193
fd500816
DJ
71942004-10-16 Daniel Jacobowitz <dan@debian.org>
7195
7196 * linux-i386-low.c (ps_get_thread_area): New.
7197 * linux-x86-64-low.c (ps_get_thread_area): New.
7198 * linux-low.c: Include <sys/syscall.h>.
7199 (linux_kill_one_process): Don't kill the first thread here.
7200 (linux_kill): Kill the first thread here.
7201 (kill_lwp): New function.
7202 (send_sigstop, linux_send_signal): Use it.
7203 * proc-service.c: Clean up #ifdefs.
7204 (fpregset_info): Delete.
7205 (ps_lgetregs): Update and enable implementation.
7206 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
7207 implementations.
7208 * remote-utils.c (struct sym_cache, symbol_cache): New.
7209 (input_interrupt): Print a clearer message.
7210 (async_io_enabled): New variable.
7211 (enable_async_io, disable_async_io): Use it. Update comments.
7212 (look_up_one_symbol): Use the symbol cache.
7213 * thread-db.c (thread_db_look_up_symbols): New function.
7214 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
7215
f6de3c42
DJ
72162004-10-16 Daniel Jacobowitz <dan@debian.org>
7217
7218 * configure.in: Test for -rdynamic.
7219 * configure: Regenerated.
7220 * Makefile (INTERNAL_LDFLAGS): New.
7221 (gdbserver, gdbreplay): Use it.
7222
2c0fc042
AC
72232004-09-02 Andrew Cagney <cagney@gnu.org>
7224
7225 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
7226
075b3282
DJ
72272004-03-23 Daniel Jacobowitz <drow@mvista.com>
7228
7229 * linux-low.c (linux_wait): Clear all_processes list also.
7230
fa6a77dc
DJ
72312004-03-12 Daniel Jacobowitz <drow@mvista.com>
7232
7233 * linux-low.c: Include <errno.h>. Remove extern declaration of
7234 errno.
7235
6d782a97
DJ
72362004-03-12 Daniel Jacobowitz <drow@mvista.com>
7237
7238 * gdbreplay.c, server.h, utils.c: Update copyright years.
7239
3a7fb99b
DJ
72402004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
7241
7242 * server.c (main): Print child status or termination signal from
7243 variable 'signal', not 'sig'.
7244
c3e735a6
DJ
72452004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
7246
7247 * linux-low.c (linux_read_memory): Change return type to
7248 int. Check for and return error from ptrace().
7249 * target.c (read_inferior_memory): Change return type to int. Pass
7250 back return status from the_target->read_memory().
7251 * target.h (struct target_ops): Adapt *read_memory() prototype.
7252 Update comment.
7253 (read_inferior_memory): Adapt prototype.
7254 * server.c (main): Return an error packet if
7255 read_inferior_memory() returns an error.
7256
a59d1c82
DJ
72572004-03-04 Daniel Jacobowitz <drow@mvista.com>
7258
7259 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
7260 Unify with other clean targets.
7261
dc3f8883
DJ
72622004-02-29 Daniel Jacobowitz <drow@mvista.com>
7263
7264 * server.c (handle_v_cont): Call set_desired_inferior.
7265
89a208da
DJ
72662004-02-29 Daniel Jacobowitz <drow@mvista.com>
7267
7268 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
7269
62ea82f5
DJ
72702004-02-29 Daniel Jacobowitz <drow@mvista.com>
7271
7272 * linux-low.c (linux_wait): Unblock async I/O.
7273 (linux_resume): Block and enable async I/O.
7274 * remote-utils.c (block_async_io, unblock_async_io): New functions.
7275 * server.h (block_async_io, unblock_async_io): Add prototypes.
7276
6910d122
DJ
72772004-02-29 Daniel Jacobowitz <drow@mvista.com>
7278
7279 * remote-utils.c (remote_open): Print a status notice after
7280 opening a TCP port.
7281 * server.c (attach_inferior): Print a status notice after
7282 attaching.
7283
72842004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
7285
7286 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
7287
c89dc5d4
DJ
72882004-02-26 Daniel Jacobowitz <drow@mvista.com>
7289
7290 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
7291 error packet.
7292 * server.c, target.h: Update copyright years.
7293
4b8dad4a
RM
72942004-02-25 Roland McGrath <roland@redhat.com>
7295
7296 * target.h (struct target_ops): New member `read_auxv'.
7297 * server.c (handle_query): Handle qPart:auxv:read: query using that.
7298 * linux-low.c (linux_read_auxv): New function.
7299 (linux_target_ops): Initialize `read_auxv' member to that.
7300
d7446758
JB
73012004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7302
7303 Committed by Jim Blandy <jimb@redhat.com>.
7304
7305 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 7306 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
7307 instead of GPR_SIZE to distiguish s390 and s390x targets.
7308
5544ad89
DJ
73092004-01-31 Daniel Jacobowitz <drow@mvista.com>
7310
7311 * linux-low.c: Update copyright year.
7312 (check_removed_breakpoint): Clear pending_is_breakpoint.
7313 (linux_set_resume_request, linux_queue_one_thread)
7314 (resume_status_pending_p): New functions.
7315 (linux_continue_one_thread): Use process->resume.
7316 (linux_resume): Only resume threads if there are no pending events.
7317 * linux-low.h (struct process_info): Add resume request
7318 pointer.
7319
2a68b70e
DJ
73202004-01-30 Daniel Jacobowitz <drow@mvista.com>
7321
7322 * regcache.c (new_register_cache): Clear the allocated register
7323 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
7324
64386c31
DJ
73252003-10-13 Daniel Jacobowitz <drow@mvista.com>
7326
7327 * linux-low.c (linux_resume): Take a struct thread_resume *
7328 argument.
7329 (linux_wait): Update call.
7330 (resume_ptr): New static variable.
7331 (linux_continue_one_thread): Renamed from
7332 linux_continue_one_process. Use resume_ptr.
7333 (linux_resume): Use linux_continue_one_thread.
7334 * server.c (handle_v_cont, handle_v_requests): New functions.
7335 (myresume): New function.
7336 (main): Handle 'v' case.
7337 * target.h (struct thread_resume): New type.
7338 (struct target_ops): Change argument of "resume" to struct
7339 thread_resume *.
7340 (myresume): Delete macro.
7341
c938e9b0
L
73422003-08-08 H.J. Lu <hongjiu.lu@intel.com>
7343
7344 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
7345 (uninstall): Support DESTDIR.
7346
7f313d07
BC
7347Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
7348
7349 * configure.srv: Add xscale*linux copy of arm*linux entry.
7350
3b2fc2ea
DJ
73512003-07-24 Daniel Jacobowitz <drow@mvista.com>
7352
7353 * linux-arm-low.c (arm_reinsert_addr): New function.
7354 (the_low_target): Add arm_reinsert_addr.
7355
1c0a559e
MK
73562003-07-08 Mark Kettenis <kettenis@gnu.org>
7357
7358 * mem-break.c: Remove whitespace at end of file.
7359
43d5792c
DJ
73602003-06-28 Daniel Jacobowitz <drow@mvista.com>
7361
7362 * configure.in: Check whether we need to prototype strerror.
7363 * server.h: Optionally prototype strerror.
7364 * gdbreplay.c (perror_with_name): Use strerror.
7365 * linux-low.c (linux_attach_lwp): Use strerror.
7366 * utils.c (perror_with_name): Use strerror.
7367 * config.in, configure: Regenerated.
7368
c8a86edf
DJ
73692003-06-28 Daniel Jacobowitz <drow@mvista.com>
7370
7371 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
7372 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
7373
73d37363
DJ
73742003-06-20 Daniel Jacobowitz <drow@mvista.com>
7375
7376 * Makefile.in (SFILES): Update.
7377 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
7378 low-sun3.c: Remove files.
7379
6ad8ae5c
DJ
73802003-06-17 Daniel Jacobowitz <drow@mvista.com>
7381
7382 * linux-low.c: Move comment to linux_thread_alive where it belonged.
7383 (linux_detach_one_process, linux_detach): New functions.
7384 (linux_target_ops): Add linux_detach.
7385 * server.c (main): Handle 'D' packet.
7386 * target.h (struct target_ops): Add "detach" member.
7387 (detach_inferior): Define.
7388
1581182a
MK
73892003-06-13 Mark Kettenis <kettenis@gnu.org>
7390
7391 From Kelley Cook <kelleycook@wideopenwest.com>:
7392 * configure.srv: Accept i[34567]86 variants.
7393
e5379b03
DJ
73942003-06-05 Daniel Jacobowitz <drow@mvista.com>
7395
7396 * linux-low.c (linux_wait_for_event): Correct comment typos.
7397 (linux_resume_one_process): Call check_removed_breakpoint.
7398 (linux_send_signal): New function.
7399 (linux_target_ops): Add linux_send_signal.
7400 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
7401 of kill.
7402 * target.h (struct target_ops): Add send_signal.
7403
2ff29de4
JB
74042003-05-29 Jim Blandy <jimb@redhat.com>
7405
7406 * linux-low.c (usr_store_inferior_registers): Transfer buf in
7407 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
7408 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
7409 away part of the register's value.
7410
254787d4
DJ
74112003-03-26 Daniel Jacobowitz <drow@mvista.com>
7412
7413 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
7414 (linux_wait_for_event, linux_init_signals): Likewise.
7415
94e10508
DJ
74162003-03-17 Daniel Jacobowitz <drow@mvista.com>
7417
7418 * configure.in: Check for stdlib.h.
7419 * configure: Regenerated.
7420 * config.in: Regenerated.
7421
4c0711e0
DJ
74222003-01-04 Andreas Schwab <schwab@suse.de>
7423
7424 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
7425
ef66e766
AC
74262003-01-02 Andrew Cagney <ac131313@redhat.com>
7427
7428 * Makefile.in: Remove obsolete code.
7429
a1358604
DJ
74302002-11-20 Daniel Jacobowitz <drow@mvista.com>
7431
7432 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
7433 defined(PT_FPR0_HI).
7434
23ce3b1c
DJ
74352002-11-17 Stuart Hughes <seh@zee2.com>
7436
7437 * linux-arm-low.c (arm_num_regs): Increase.
7438 (arm_regmap): Include status register.
7439
74402002-11-17 Daniel Jacobowitz <drow@mvista.com>
7441
7442 * linux-low.c (register_addr): Remove incorrect -1 check.
7443
a9fa9f7d
DJ
74442002-08-29 Daniel Jacobowitz <drow@mvista.com>
7445
7446 * linux-low.c (linux_create_inferior): Call setpgid. Return
7447 the new PID.
7448 (unstopped_p, linux_signal_pid): Remove.
7449 (linux_target_ops): Remove linux_signal_pid.
7450 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
7451 global instead of target method.
7452 * target.h (struct target_ops): Remove signal_pid. Update comment
7453 for create_inferior.
7454 * server.c (signal_pid): New variable.
7455 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 7456 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
7457 (attach_inferior): Set signal_pid.
7458
17574093
DJ
74592002-08-23 Daniel Jacobowitz <drow@mvista.com>
7460
7461 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
7462
74632002-08-20 Jim Blandy <jimb@redhat.com>
7464
7465 * Makefile.in (LDFLAGS): Allow the configure script to establish a
7466 default for this.
7467
74682002-08-01 Andrew Cagney <cagney@redhat.com>
7469
7470 * Makefile.in: Make chill references obsolete.
7471
74722002-07-24 Kevin Buettner <kevinb@redhat.com>
7473
7474 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
7475 * configure: Regenerate.
7476 * config.in: Regenerate.
7477
74782002-07-09 David O'Brien <obrien@FreeBSD.org>
7479
7480 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
7481 (perror_with_name, remote_close, remote_open, expect, play): Static.
7482
74832002-07-04 Michal Ludvig <mludvig@suse.cz>
7484
4b8dad4a 7485 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
7486 byte offsets instead of an array of indexes.
7487 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
7488
74892002-06-13 Daniel Jacobowitz <drow@mvista.com>
7490
7491 * regcache.c: Add comment.
7492
74932002-06-11 Daniel Jacobowitz <drow@mvista.com>
7494
7495 * thread-db.c: New file.
7496 * proc-service.c: New file.
7497 * acinclude.m4: New file.
7498 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
7499 proc-service.o, and thread-db.o.
7500 (linux-low.o): Add USE_THREAD_DB.
7501 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
7502 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
7503 * aclocal.m4: Regenerated.
7504 * config.in: Regenerated.
7505 * configure: Regenerated.
7506 * configure.in: Check for proc_service.h, sys/procfs.h,
7507 thread_db.h, and linux/elf.h headrs.
7508 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
7509 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
7510 Check for -lthread_db and thread support.
7511 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
7512 PowerPC, and SuperH.
7513 * i387-fp.c: Constify arguments.
7514 * i387-fp.h: Likewise.
7515 * inferiors.c: (struct thread_info): Renamed from
7516 `struct inferior_info'. Remove PID member. Use generic inferior
7517 list header. All uses updated.
7518 (inferiors, signal_pid): Removed.
7519 (all_threads): New variable.
7520 (get_thread): Define.
7521 (add_inferior_to_list): New function.
7522 (for_each_inferior): New function.
7523 (change_inferior_id): New function.
7524 (add_inferior): Removed.
7525 (remove_inferior): New function.
7526 (add_thread): New function.
7527 (free_one_thread): New function.
7528 (remove_thread): New function.
7529 (clear_inferiors): Use for_each_inferior and free_one_thread.
7530 (find_inferior): New function.
7531 (find_inferior_id): New function.
7532 (inferior_target_data): Update argument type.
7533 (set_inferior_target_data): Likewise.
7534 (inferior_regcache_data): Likewise.
7535 (set_inferior_regcache_data): Likewise.
7536 * linux-low.c (linux_bp_reinsert): Remove.
7537 (all_processes, stopping_threads, using_thrads)
7538 (struct pending_signals, debug_threads, pid_of): New.
7539 (inferior_pid): Replace with macro.
7540 (struct inferior_linux_data): Remove.
7541 (get_stop_pc, add_process): New functions.
7542 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
7543 Use add_process and add_thread.
7544 (linux_attach_lwp): New function, based on old linux_attach. Use
7545 add_process and add_thread. Set stop_expected for new threads.
7546 (linux_attach): New function.
7547 (linux_kill_one_process): New function.
7548 (linux_kill): Kill all LWPs.
7549 (linux_thread_alive): Use find_inferior_id.
7550 (check_removed_breakpoints, status_pending_p): New functions.
7551 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
7552 Update. Use WNOHANG. Wait for cloned processes also. Update process
7553 struct for the found process.
7554 (linux_wait_for_event): New function.
7555 (linux_wait): Use it. Support LWPs.
7556 (send_sigstop, wait_for_sigstop, stop_all_processes)
7557 (linux_resume_one_process, linux_continue_one_process): New functions.
7558 (linux_resume): Support LWPs.
7559 (REGISTER_RAW_SIZE): Remove.
7560 (fetch_register): Use register_size instead. Call supply_register.
7561 (usr_store_inferior_registers): Likewise. Call collect_register.
7562 Fix recursive case.
7563 (regsets_fetch_inferior_registers): Improve error message.
7564 (regsets_store_inferior_registers): Add debugging.
7565 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
7566 (unstopped_p, linux_signal_pid): New functions.
7567 (linux_target_ops): Add linux_signal_pid.
7568 (linux_init_signals): New function.
7569 (initialize_low): Call it. Initialize using_threads.
7570 * regcache.c (inferior_regcache_data): Add valid
7571 flag.
7572 (get_regcache): Fetch registers lazily. Add fetch argument
7573 and update all callers.
7574 (regcache_invalidate_one, regcache_invalidate): New
7575 functions.
7576 (new_register_cache): Renamed from create_register_cache.
7577 Return the new regcache.
7578 (free_register_cache): Change argument to a void *.
7579 (registers_to_string, registers_from_string): Call get_regcache
7580 with fetch flag set.
7581 (register_data): Make static. Pass fetch flag to get_regcache.
7582 (supply_register): Call get_regcache with fetch flag clear.
7583 (collect_register): Call get_regcache with fetch flag set.
7584 (collect_register_as_string): New function.
7585 * regcache.h: Update.
7586 * remote-utils.c (putpkt): Flush after debug output and use
7587 stderr.
7588 Handle input interrupts while waiting for an ACK.
7589 (input_interrupt): Use signal_pid method.
7590 (getpkt): Flush after debug output and use stderr.
7591 (outreg): Use collect_register_as_string.
7592 (new_thread_notify, dead_thread_notify): New functions.
7593 (prepare_resume_reply): Check using_threads. Set thread_from_wait
7594 and general_thread.
7595 (look_up_one_symbol): Flush after debug output.
7596 * server.c (step_thread, server_waiting): New variables.
7597 (start_inferior): Don't use signal_pid. Update call to mywait.
7598 (attach_inferior): Update call to mywait.
7599 (handle_query): Handle qfThreadInfo and qsThreadInfo.
7600 (main): Don't fetch/store registers explicitly. Use
7601 set_desired_inferior. Support proposed ``Hs'' packet. Update
7602 calls to mywait.
7603 * server.h: Update.
7604 (struct inferior_list, struct_inferior_list_entry): New.
7605 * target.c (set_desired_inferior): New.
7606 (write_inferior_memory): Constify.
7607 (mywait): New function.
7608 * target.h: Update.
7609 (struct target_ops): New signal_pid method.
7610 (mywait): Removed macro, added prototype.
7611
7612 * linux-low.h (regset_func): Removed.
7613 (regset_fill_func, regset_store_func): New.
7614 (enum regset_type): New.
7615 (struct regset_info): Add type field. Use new operation types.
7616 (struct linux_target_ops): stop_pc renamed to get_pc.
7617 Add decr_pc_after_break and breakpoint_at.
7618 (get_process, get_thread_proess, get_process_thread)
7619 (strut process_info, all_processes, linux_attach_lwp)
7620 (thread_db_init): New.
7621
7622 * linux-arm-low.c (arm_get_pc, arm_set_pc,
7623 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
7624 (the_low_target): Add new members.
7625 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
7626 (i386_store_fpxregset): Constify.
7627 (target_regsets): Add new kind identifier.
7628 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
7629 (i386_set_pc): Add debugging.
7630 (i386_breakpoint_at): New function.
7631 (the_low_target): Add new members.
7632 * linux-mips-low.c (mips_get_pc, mips_set_pc)
7633 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
7634 (mips_breakpoint_at): New.
7635 (the_low_target): Add new members.
7636 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
7637 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
7638 (the_low_target): Add new members.
7639 * linux-sh-low.c (sh_get_pc, sh_set_pc)
7640 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
7641 (the_low_target): Add new members.
7642 * linux-x86-64-low.c (target_regsets): Add new kind
7643 identifier.
7644
76452002-05-15 Daniel Jacobowitz <drow@mvista.com>
7646
7647 From Martin Pool <mbp@samba.org>:
7648 * server.c (gdbserver_usage): New function.
7649 (main): Call it.
7650
76512002-05-14 Daniel Jacobowitz <drow@mvista.com>
7652
7653 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
7654 stop_at -> stop_pc.
7655
76562002-05-04 Andrew Cagney <ac131313@redhat.com>
7657
7658 * Makefile.in: Remove obsolete code.
7659
76602002-04-24 Michal Ludvig <mludvig@suse.cz>
7661
7662 * linux-low.c (regsets_fetch_inferior_registers),
7663 (regsets_store_inferior_registers): Removed cast to int from
7664 ptrace() calls.
7665 * regcache.h: Added declaration of struct inferior_info.
7666
76672002-04-20 Daniel Jacobowitz <drow@mvista.com>
7668
7669 * inferiors.c (struct inferior_info): Add regcache_data.
7670 (add_inferior): Call create_register_cache.
7671 (clear_inferiors): Call free_register_cache.
7672 (inferior_regcache_data, set_inferior_regcache_data): New functions.
7673 * regcache.c (struct inferior_regcache_data): New.
7674 (registers): Remove.
7675 (get_regcache): New function.
7676 (create_register_cache, free_register_cache): New functions.
7677 (set_register_cache): Don't initialize the register cache here.
7678 (registers_to_string, registers_from_string, register_data): Call
7679 get_regcache.
7680 * regcache.h: Add prototypes.
7681 * server.h: Likewise.
7682
76832002-04-20 Daniel Jacobowitz <drow@mvista.com>
7684
7685 * mem-break.c: New file.
7686 * mem-break.h: New file.
7687 * Makefile.in: Add mem-break.o rule; update server.h
7688 dependencies.
7689 * inferiors.c (struct inferior_info): Add target_data
7690 member.
7691 (clear_inferiors): Free target_data member if set.
7692 (inferior_target_data, set_inferior_target_data): New functions.
7693 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
7694 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
7695 * linux-low.c (linux_bp_reinsert): New variable.
7696 (struct inferior_linux_data): New.
7697 (linux_create_inferior): Use set_inferior_target_data.
7698 (linux_attach): Likewise. Call add_inferior.
7699 (linux_wait_for_one_inferior): New function.
7700 (linux_wait): Call it.
7701 (linux_write_memory): Add const.
7702 (initialize_low): Call set_breakpoint_data.
7703 * linux-low.h (struct linux_target_ops): Add breakpoint
7704 handling members.
7705 * server.c (attach_inferior): Remove extra add_inferior
7706 call.
7707 * server.h: Include mem-break.h. Update inferior.c
7708 prototypes.
7709 * target.c (read_inferior_memory)
7710 (write_inferior_memory): New functions.
7711 * target.h (read_inferior_memory)
7712 (write_inferior_memory): Change macros to prototypes.
7713 (struct target_ops): Update comments. Add const to write_memory
7714 definition.
7715
77162002-04-11 Daniel Jacobowitz <drow@mvista.com>
7717
7718 * linux-low.c (usr_store_inferior_registers): Support
7719 registers which are allowed to fail to store.
7720 * linux-low.h (linux_target_ops): Likewise.
7721 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
7722 (ppc_cannot_store_register): FPSCR may not be storable.
7723
77242002-04-09 Daniel Jacobowitz <drow@mvista.com>
7725
7726 * server.h: Include <string.h> if HAVE_STRING_H.
7727 * ChangeLog: Correct paths in last ChangeLog entry.
7728
77292002-04-09 Daniel Jacobowitz <drow@mvista.com>
7730
7731 * linux-low.h: Remove obsolete prototypes.
7732 (struct linux_target_ops): New.
7733 (extern the_low_target): New.
7734 * linux-low.c (num_regs, regmap): Remove declarations.
7735 (register_addr): Use the_low_target explicitly.
7736 (fetch_register): Likewise.
7737 (usr_fetch_inferior_registers): Likewise.
7738 (usr_store_inferior_registers): Likewise.
7739 * linux-arm-low.c (num_regs): Remove.
7740 (arm_num_regs): Define.
7741 (arm_regmap): Renamed from regmap, made static.
7742 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
7743 made static.
7744 (arm_cannot_store_register): Renamed from cannot_store_register,
7745 made static.
7746 (the_low_target): New.
7747 * linux-i386-low.c (num_regs): Remove.
7748 (i386_num_regs): Define.
7749 (i386_regmap): Renamed from regmap, made static.
7750 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
7751 made static.
7752 (i386_cannot_store_register): Renamed from cannot_store_register,
7753 made static.
7754 (the_low_target): New.
7755 * linux-ia64-low.c (num_regs): Remove.
7756 (ia64_num_regs): Define.
7757 (ia64_regmap): Renamed from regmap, made static.
7758 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
7759 made static.
7760 (ia64_cannot_store_register): Renamed from cannot_store_register,
7761 made static.
7762 (the_low_target): New.
7763 * linux-m68k-low.c (num_regs): Remove.
7764 (m68k_num_regs): Define.
7765 (m68k_regmap): Renamed from regmap, made static.
7766 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
7767 made static.
7768 (m68k_cannot_store_register): Renamed from cannot_store_register,
7769 made static.
7770 (the_low_target): New.
7771 * linux-mips-low.c (num_regs): Remove.
7772 (mips_num_regs): Define.
7773 (mips_regmap): Renamed from regmap, made static.
7774 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
7775 made static.
7776 (mips_cannot_store_register): Renamed from cannot_store_register,
7777 made static.
7778 (the_low_target): New.
7779 * linux-ppc-low.c (num_regs): Remove.
7780 (ppc_num_regs): Define.
7781 (ppc_regmap): Renamed from regmap, made static.
7782 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
7783 made static.
7784 (ppc_cannot_store_register): Renamed from cannot_store_register,
7785 made static.
7786 (the_low_target): New.
7787 * linux-s390-low.c (num_regs): Remove.
7788 (s390_num_regs): Define.
7789 (s390_regmap): Renamed from regmap, made static.
7790 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
7791 made static.
7792 (s390_cannot_store_register): Renamed from cannot_store_register,
7793 made static.
7794 (the_low_target): New.
7795 * linux-sh-low.c (num_regs): Remove.
7796 (sh_num_regs): Define.
7797 (sh_regmap): Renamed from regmap, made static.
7798 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
7799 made static.
7800 (sh_cannot_store_register): Renamed from cannot_store_register,
7801 made static.
7802 (the_low_target): New.
7803 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
7804 (the_low_target): New.
7805
78062002-04-09 Daniel Jacobowitz <drow@mvista.com>
7807
7808 * Makefile.in: Add stamp-h target.
7809 * configure.in: Create stamp-h.
7810 * configure: Regenerated.
7811
78122002-04-09 Daniel Jacobowitz <drow@mvista.com>
7813
7814 * inferiors.c: New file.
7815 * target.c: New file.
7816 * target.h: New file.
7817 * Makefile.in: Add target.o and inferiors.o. Update
7818 dependencies.
7819 * linux-low.c (inferior_pid): New static variable,
7820 moved from server.c.
7821 (linux_create_inferior): Renamed from create_inferior.
7822 Call add_inferior. Return 0 on success instead of a PID.
7823 (linux_attach): Renamed from myattach.
7824 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
7825 (linux_thread_alive): Renamed from mythread_alive.
7826 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
7827 child dies.
7828 (linux_resume): Renamed from myresume. Add missing ``return 0''.
7829 (regsets_store_inferior_registers): Correct error message.
7830 Add missing ``return 0''.
7831 (linux_fetch_registers): Renamed from fetch_inferior_registers.
7832 (linux_store_registers): Renamed from store_inferior_registers.
7833 (linux_read_memory): Renamed from read_inferior_memory.
7834 (linux_write_memory): Renamed from write_inferior_memory.
7835 (linux_target_ops): New structure.
7836 (initialize_low): Call set_target_ops ().
7837 * remote-utils.c (unhexify): New function.
7838 (hexify): New function.
7839 (input_interrupt): Send signals to ``signal_pid''.
7840 * server.c (inferior_pid): Remove.
7841 (start_inferior): Update create_inferior call.
7842 (attach_inferior): Call add_inferior.
7843 (handle_query): New function.
7844 (main): Call handle_query for `q' packets.
7845 * server.h: Include "target.h". Remove obsolete prototypes.
7846 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
7847
78482002-04-09 Daniel Jacobowitz <drow@mvista.com>
7849
7850 * Makefile.in: Add WARN_CFLAGS. Update configury
7851 dependencies.
7852 * configure.in: Check for <string.h>
7853 * configure: Regenerate.
7854 * config.in: Regenerate.
7855 * gdbreplay.c: Include needed system headers.
7856 (remote_open): Remove strchr prototype.
7857 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
7858 * regcache.c (supply_register): Change buf argument to const void *.
7859 (supply_register_by_name): Likewise.
7860 (collect_register): Change buf argument to void *.
7861 (collect_register_by_name): Likewise.
7862 * regcache.h: Add missing prototypes.
7863 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
7864 * server.c (handle_query): New function.
7865 (attached): New static variable, moved out of main.
7866 (main): Quiet longjmp clobber warnings.
7867 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
7868 * utils.c (error): Remove NORETURN.
7869 (fatal): Likewise.