]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
don't let bin2hex call strlen
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
9c3d6531
TT
12014-02-12 Tom Tromey <tromey@redhat.com>
2
3 * tracepoint.c: Include rsp-low.h.
4 * server.c: Include rsp-low.h.
5 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
6 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
7 declare.
8 * remote-utils.c: Include rsp-low.h.
9 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
10 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
11 (convert_int_to_ascii, convert_ascii_to_int): Move to
12 common/rsp-low.c.
13 * regcache.c: Include rsp-low.h.
14 * ax.c: Include rsp-low.h.
15 * Makefile.in (SFILES): Add common/rsp-low.c.
16 (OBS): Add rsp-low.o.
17 (rsp-low.o): New target.
18
01fd3ea5
TT
192014-02-12 Tom Tromey <tromey@redhat.com>
20
21 * utils.h (pulongest, plongest, phex_nz): Don't declare.
22 Include print-utils.h.
23 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
24 (plongest, thirty_two, phex_nz): Remove.
25 * Makefile.in (SFILES): Add common/print-utils.c.
26 (OBS): Add print-utils.o.
27 (print-utils-ipa.o): New target.
28 (print-utils.o): New target.
29 (IPA_OBJS): Add print-utils-ipa.o.
30
e99dc820
TT
312014-02-06 Tom Tromey <tromey@redhat.com>
32
33 * Makefile.in (SFILES): Fix indentation.
34
ee1e2d4f
DE
352014-02-05 Doug Evans <dje@google.com>
36
37 * linux-low.c (linux_wait_for_event): Improve comment.
38 (linux_wait_1): Keep current_inferior in sync with event_child.
39
f5a02773
DE
402014-01-22 Doug Evans <dje@google.com>
41
42 * gdbthread.h (gdb_id_to_thread): Delete, unused.
43
87ce2a04
DE
442014-01-22 Doug Evans <dje@google.com>
45
46 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
47 * configure: Regenerate.
48 * config.in: Regenerate.
49 * Makefile.in (SFILES): Add debug.c.
50 (OBS): Add debug.o.
51 * debug.c: New file.
52 * debug.h: New file.
53 * linux-aarch64-low.c (*): Update all debugging printfs to use
54 debug_printf instead of fprintf.
55 * linux-arm-low.c (*): Ditto.
56 * linux-cris-low.c (*): Ditto.
57 * linux-crisv32-low.c (*): Ditto.
58 * linux-m32r-low.c (*): Ditto.
59 * linux-sparc-low.c (*): Ditto.
60 * linux-x86.c (*): Ditto.
61 * linux-low.c (*): Ditto.
62 (linux_wait_1): Add calls to debug_enter, debug_exit.
63 (linux_wait): Remove redundant debugging printf.
64 (stop_all_lwps): Add calls to debug_enter, debug_exit.
65 (linux_resume, unstop_all_lwps): Ditto.
66 * mem-break.c (*): Update all debugging printfs to use
67 debug_printf instead of fprintf.
68 * remote-utils.c (*): Ditto.
69 * thread-db.c (*): Ditto.
70 * server.c #include <ctype.h>, "gdb_vecs.h".
71 (debug_threads): Moved to debug.c.
72 (*): Update all debugging printfs to use debug_printf instead of
73 fprintf.
74 (start_inferior): Replace call to fflush with call to debug_flush.
75 (monitor_show_help): Mention set debug-format.
76 (parse_debug_format_options): New function.
77 (handle_monitor_command): Handle "monitor set debug-format".
78 (gdbserver_usage): Mention --debug-format.
79 (main): Parse --debug-format.
80 * server.h (debug_threads): Declaration moved to debug.h.
81 #include "debug.h".
82 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
83 trace_debug_1 that uses debug_printf.
84 (tracepoint_look_up_symbols): Update all debugging printfs to use
85 debug_printf instead of fprintf.
86
e671835b
BS
872014-01-20 Baruch Siach <baruch@tkos.co.il>
88
89 * linux-xtensa-low.c: Include asm/ptrace.h instead of
90 sys/ptrace.h.
91
b5737fa9
PA
922014-01-17 Pedro Alves <palves@redhat.com>
93
ea38d2a9 94 PR build/16445
c7faa97a
PA
95 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
96 defined after including gdb_proc_service.h.
b5737fa9 97
40ed484e
DE
982014-01-16 Doug Evans <dje@google.com>
99
100 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
101 (match_dll): Use it.
102
969c39fb
MM
1032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
104
105 * target.h (target_ops) <read_btrace>: Change parameters and
106 return type to allow error reporting.
107 * server.c (handle_qxfer_btrace): Support delta reads. Pass
108 trace reading errors on.
109 * linux-low.c (linux_low_read_btrace): Pass trace reading
110 errors on.
111 (linux_low_disable_btrace): New.
112
ab7f45ba
DE
1132014-01-15 Doug Evans <dje@google.com>
114
115 * inferiors.c (thread_id_to_gdb_id): Delete.
116 * inferiors.h (thread_id_to_gdb_id): Delete.
117
66af0f44
EZ
1182014-01-13 Eli Zaretskii <eliz@gnu.org>
119
120 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
121 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
122 versions.
123
9939e131
PA
1242014-01-08 Pedro Alves <palves@redhat.com>
125
126 * server.c (handle_status): Don't discard previous queued stop
127 replies or thread's pending status here.
128 (main) <disconnection>: Do it here instead.
129
b7ea362b
PA
1302014-01-08 Pedro Alves <palves@redhat.com>
131
132 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
133 * server.c (visit_actioned_threads, handle_pending_status): New
134 function.
135 (handle_v_cont): Factor out parts to ...
136 (resume): ... this new function. If in all-stop, and a thread
137 being resumed has a pending status, report it without actually
138 resuming.
139 (myresume): Adjust to use the new 'resume' function.
140 (clear_pending_status_callback, set_pending_status_callback)
141 (find_status_pending_thread_callback): New functions.
142 (handle_status): Handle the case of multiple threads having
143 interesting statuses to report. Report threads' real last signal
144 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
145 with an interesting thread to report the status for, instead of
146 always reporting the status of the first thread.
147
28498c42
JB
1482014-01-01 Joel Brobecker <brobecker@adacore.com>
149
150 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
151 * gdbreplay.c (gdbreplay_version): Likewise.
152
f45c82da
YZ
1532013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
154
155 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
156 iov.iov_len with the real length in use.
157
379a5e2d
JB
1582013-12-13 Joel Brobecker <brobecker@adacore.com>
159
160 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
161 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
162 for all targets that use win32-low.c.
163 * win32-low.c (win32_ensure_ntdll_loaded): New function.
164 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
165
4210d83e
PA
1662013-12-13 Pedro Alves <palves@redhat.com>
167
168 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
169 if equal to TARGET_WAITKIND_LOADED.
170 * win32-low.c (cached_status): New static global.
171 (win32_wait): Add declaration.
172 (do_initial_child_stuff): Flush all initial pending debug events
173 up to the initial breakpoint.
174 (win32_wait): If CACHED_STATUS was set, return that instead
175 of doing a real wait. Remove the code resuming the execution
176 of the inferior after receiving a TARGET_WAITKIND_LOADED event
177 during the initial phase. Also remove the code changing
178 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
179 TARGET_WAITKIND_STOPPED.
180
e7f0d979
YQ
1812013-12-11 Yao Qi <yao@codesourcery.com>
182
183 * notif.c (handle_notif_ack): Return 0 if no notification
184 matches.
185
ebcf782c
DE
1862013-11-20 Doug Evans <dje@google.com>
187
188 * linux-low.c (linux_set_resume_request): Fix comment.
189
20ad9378
DE
1902013-11-20 Doug Evans <dje@google.com>
191
192 * linux-low.c (resume_status_pending_p): Tweak comment.
193
a196ebeb
WT
1942013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
195
196 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
197 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
198 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
199 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
200 (srv_amd64_regobj): Add amd64-mpx.o.
201 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
202 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
203 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
204 * i387-fp.c (num_pl_bnd_register) Added constant.
205 (num_pl_bnd_cfg_registers) Added constant.
206 (struct i387_xsave) Added reserved area and MPX fields.
207 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
208 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
209 function.
210 (tdesc_i386_mpx_linux): Add MPX amd64 target.
211 (init_registers_amd64_mpx_linux): Declare new function.
212 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
213 (x86_64_regmap): Add MPX registers.
214 (x86_linux_read_description): Add MPX case.
215 (initialize_low_arch): Initialize MPX targets.
216
0080a2f6
TT
2172013-11-18 Tom Tromey <tromey@redhat.com>
218
219 * configure: Rebuild.
220 * configure.ac: Don't check for stdlib.h.
221 * gdbreplay.c: Unconditionally include stdlib.h.
222
2978b111
TT
2232013-11-18 Tom Tromey <tromey@redhat.com>
224
225 * config.in: Rebuild.
226 * configure: Rebuild.
227 * configure.ac: Don't use AC_HEADER_DIRENT.
228
a3d08894
TT
2292013-11-18 Tom Tromey <tromey@redhat.com>
230
231 * server.h: Don't check HAVE_STRING_H.
232 * gdbreplay.c: Don't check HAVE_STRING_H.
233 * configure: Rebuild.
234
0a5dd17d
TT
2352013-11-18 Tom Tromey <tromey@redhat.com>
236
237 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
238 LIBGNU.
239
1bd2f0ba
TT
2402013-11-08 Tom Tromey <tromey@redhat.com>
241
242 * configure, config.in: Rebuild.
243 * configure.ac: Remove unused configury.
244
3266f10b
TT
2452013-11-08 Tom Tromey <tromey@redhat.com>
246
247 * acinclude.m4: Include common.m4, codeset.m4.
248 * configure, config.in: Rebuild.
249 * configure.ac: Use GDB_AC_COMMON.
250
6682d959
AA
2512013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
252
253 * linux-s390-low.c (HWCAP_S390_TE): New define.
254 (s390_arch_setup): Consider the TE field in the HWCAP for
255 determining 'have_regset_tdb'.
256
fd0a4d76
SDJ
2572013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
258
259 PR gdb/16014
260 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
261 call to sizeof.
262
1a3d890b
PA
2632013-10-02 Pedro Alves <palves@redhat.com>
264
265 * server.c (process_serial_event): Don't output "GDBserver
266 exiting" if GDB is connected through stdio.
267 * target.c (mywait): Likewise, be silent if GDB is connected
268 through stdio.
269
97ad4581
JB
2702013-10-01 Joel Brobecker <brobecker@adacore.com>
271
272 * lynx-low.c (lynx_add_threads_after_attach): New function.
273 (lynx_attach): Remove call to add_thread. Add call to
274 lynx_add_threads_after_attach instead.
275
5b4e221c
MF
2762013-09-28 Mike Frysinger <vapier@gentoo.org>
277
278 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
279 * config.in, configure: Regenerated.
280
ee47b2f8
YQ
2812013-09-18 Yao Qi <yao@codesourcery.com>
282
283 PR server/15959
284 * server.c (start_inferior): Clear 'resume_info'.
285
d6707650 2862013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 287
d6707650
JW
288 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
289 for each register.
290
9243dd0e 2912013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 292
9243dd0e
JW
293 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
294 linux-tile-low.o to srv_tgtobj.
295
c623a6ef
WN
2962013-09-16 Will Newton <will.newton@linaro.org>
297
298 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
299 out regs.
300
fb71d39e
PA
3012013-09-06 Pedro Alves <palves@redhat.com>
302
303 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
304 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
305 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
306 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
307 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
308 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
309
8e7e9910
PA
3102013-09-06 Pedro Alves <palves@redhat.com>
311
312 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
313 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
314
7c3a12ca
PA
3152013-09-06 Pedro Alves <palves@redhat.com>
316
317 * linux-amd64-ipa.c: Include tracepoint.h.
318 * linux-i386-ipa.c: Include tracepoint.h.
319
8eb3d7b6
RW
3202013-09-06 Ricard Wanderlof <ricardw@axis.com>
321
322 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
323 (ps_get_thread_area): New function.
324
eddddb9d
RW
3252013-09-06 Ricard Wanderlof <ricardw@axis.com>
326
327 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
328 (initialize_low_arch): Call init_registers_crisv32 rather than
329 init_register_crisv32.
330
533b0600
PA
3312013-09-05 Pedro Alves <palves@redhat.com>
332
333 * server.h (handle_vFile, hostio_last_error_from_errno): Move
334 to ...
335 * hostio.h: ... this new file.
336 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
337 win32-low.c: Include hostio.h.
338
0ce3d3b5
PA
3392013-09-05 Pedro Alves <palves@redhat.com>
340
341 * server.h (gdb_client_data, handler_func, callback_handler_func)
342 (delete_file_handler, add_file_handler, append_callback_event)
343 (delete_callback_event, start_event_loop, initialize_event_loop):
344 Move to event-loop.h and include it.
345 * event-loop.h: New file.
346
799cdc37
PA
3472013-09-05 Pedro Alves <palves@redhat.com>
348
349 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
350 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
351 (loaded_dll, unloaded_dll): Move to ...
352 * dll.h: ... this new file.
353 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
354
6a6bbd9d
PA
3552013-09-05 Pedro Alves <palves@redhat.com>
356
357 * server.h (current_process, get_thread_process, all_processes)
358 (add_inferior_to_list, for_each_inferior, current_inferior)
359 (remove_inferior, add_process, remove_process, find_process_pid)
360 (have_started_inferiors_p, have_attached_inferiors_p)
361 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
362 (clear_inferiors, find_inferior, find_inferior_id)
363 (inferior_target_data, set_inferior_target_data)
364 (inferior_regcache_data, set_inferior_regcache_data): Move to
365 inferiors.h, and include it.
366 * inferiors.h: New file.
367
f699aaba
PA
3682013-09-05 Pedro Alves <palves@redhat.com>
369
370 * server.h (struct emit_ops, current_insn_ptr, emit_error):
371 Move ...
372 * ax.h: ... here.
373
c144c7a0
PA
3742013-09-05 Pedro Alves <palves@redhat.com>
375
376 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
377 tracepoint.h.
378 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
379 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
380 (handle_tracepoint_general_set, handle_tracepoint_query)
381 (tracepoint_finished_step, tracepoint_was_hit)
382 (release_while_stepping_state_list, current_traceframe)
383 (in_readonly_region, traceframe_read_mem)
384 (fetch_traceframe_registers, traceframe_read_sdata)
385 (traceframe_read_info, struct fast_tpoint_collect_status)
386 (fast_tracepoint_collecting, force_unlock_trace_buffer)
387 (handle_tracepoit_bkpts, initialize_low_tracepoint)
388 (supply_fast_tracepoint_registers)
389 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
390 (ipa_tdesc, claim_trampoline_space)
391 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
392 (agent_mem_read, agent_get_trace_state_variable_value)
393 (agent_set_trace_state_variable_value, agent_tsv_read)
394 (agent_mem_read_string, get_raw_reg_func_addr)
395 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
396 * tracepoint.h: ... this new file.
397
ff42e6ab
PA
3982013-09-05 Pedro Alves <palves@redhat.com>
399
400 * server.h (perror_with_name, error, fatal, warning, paddress)
401 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
402 include it.
403 * utils.h: New file.
404
541af0f4
PA
4052013-09-05 Pedro Alves <palves@redhat.com>
406
407 * server.h (remote_debug, noack_mode, transport_is_reliable)
408 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
409 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
410 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
411 (write_enn, initialize_async_io, enable_async_io)
412 (disable_async_io, check_remote_input_interrupt_request)
413 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
414 (dead_thread_notify, prepare_resume_reply)
415 (decode_address_to_semicolon, decode_address, decode_m_packet)
416 (decode_M_packet, decode_X_packet, decode_xfer_write)
417 (decode_search_memory_packet, unhexify, hexify)
418 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
419 (look_up_one_symbol, relocate_instruction)
420 (monitor_output): Move to remote-utils.h, and include it.
421 * remote-utils.h: New file.
422
eebdf26b
PA
4232013-09-05 Pedro Alves <palves@redhat.com>
424
425 * server.h (_): Delete.
426
3aafd2ff
PA
4272013-09-02 Pedro Alves <palves@redhat.com>
428
429 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
430 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
431 allocated.
432 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
433
cee83bcb
PM
4342013-09-02 Pierre Muller <muller@sourceware.org>
435
436 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
437 or WriteProcessMemory complete successfully and handle
438 ERROR_PARTIAL_COPY error.
439
9a13b2fa
PA
4402013-09-02 Pedro Alves <palves@redhat.com>
441
442 * server.c (gdb_read_memory): Return -1 on traceframe memory read
443 error instead of EIO.
444
602e3198
JK
4452013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 PR server/15604
448 * linux-low.c: Include filestuff.h.
449 (linux_create_inferior) <pid == 0>: Call close_most_fds.
450 * lynx-low.c: Include filestuff.h.
451 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
452 * server.c: Include filestuff.h.
453 (main): Call notice_open_fds.
454 * spu-low.c: Include filestuff.h.
455 (spu_create_inferior) <pid == 0>: Call close_most_fds.
456
96d7229d
LM
4572013-08-22 Luis Machado <lgustavo@codesourcery.com>
458
459 * Makefile.in: Explain why ../target and ../nat are not
460 listed as include file search paths.
461 (linux-waitpid.o): New object file rule.
462 * configure.srv (srv_native_linux_obj): New variable.
463 Replace all occurrences of linux native object files with
464 $srv_native_linux_obj.
465 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
466 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
467 (linux_enable_event_reporting): Remove declaration.
468 (my_waitpid): Moved to common/linux-waitpid.c.
469 (linux_wait_for_event): Pass ptid when calling
470 linux_enable_event_reporting.
471 (linux_supports_tracefork_flag): Remove.
472 (linux_enable_event_reporting): Likewise.
473 (linux_tracefork_grandchild): Remove.
474 (STACK_SIZE): Moved to common/linux-ptrace.c.
475 (linux_tracefork_child): Remove.
476 (linux_test_for_tracefork): Remove.
477 (linux_look_up_symbols): Call linux_supports_traceclone.
478 (initialize_low): Remove call to linux_test_for_tracefork.
479 * linux-low.h (PTRACE_TYPE_ARG3): Move to
480 common/linux-ptrace.h.
481 (PTRACE_TYPE_ARG4): Likewise.
482 Include linux-ptrace.h.
483
32940073
PA
4842013-08-21 Pedro Alves <palves@redhat.com>
485
486 * config.in: Renegerate.
487
33b60d58 4882013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 489
33b60d58
LM
490 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
491 (SFILES): Remove $(srcdir)/common/target-common.c and
492 add $(srcdir)/target/waitstatus.c.
493 (OBS): Remove target-common.o and add waitstatus.o.
494 (server_h): Remove $(srcdir)/../common/target-common.h and
495 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
496 and $(srcdir)/../target/waitstatus.h.
497 (target-common.o): Remove.
498 (waitstatus.o): New target object file.
499 * target.h: Do not include target-common.h and
500 include target/resume.h, target/wait.h and
501 target/waitstatus.h.
502
b8e1b30e
LM
5032013-08-13 Luis Machado <lgustavo@codesourcery.com>
504
505 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
506 to PTRACE_TYPE_ARG3.
507 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
508 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
509 PTRACE_TYPE_ARG4.
510 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
511 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
512
7a60ad40
YQ
5132013-07-27 Jie Zhang <jie@codesourcery.com>
514 Daniel Jacobowitz <dan@codesourcery.com>
515 Yao Qi <yao@codesourcery.com>
516
517 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
518 (mips-linux-watch.o): New rule.
519 (mips_linux_watch_h): New variable.
520 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
521 srv_tgtobj.
522 * linux-mips-low.c: Include mips-linux-watch.h.
523 (struct arch_process_info, struct arch_lwp_info): New.
524 (update_watch_registers_callback): New function.
525 (mips_linux_new_process, mips_linux_new_thread) New functions.
526 (mips_linux_prepare_to_resume, mips_insert_point): New
527 functions.
528 (mips_remove_point, mips_stopped_by_watchpoint): New
529 functions.
530 (rsp_bp_type_to_target_hw_bp_type): New function.
531 (mips_stopped_data_address): New function.
532 (the_low_target): Add watchpoint support functions.
533
de6f69ad
YQ
5342013-07-27 Yao Qi <yao@codesourcery.com>
535
536 * i386-low.c: Include break-common.h.
537 (enum target_hw_bp_type): Remove.
538
3360c0bf
LM
5392013-07-24 Luis Machado <lgustavo@codesourcery.com>
540
541 * Makefile.in (SFILES): /common/target-common.c.
542 (OBS): Add target-common.o.
543 (server_h): Add $(srcdir)/../common/target-common.h.
544 (target-common.o): New target.
545 * server.c (queue_stop_reply_callback): Free
546 status string after use.
547 * target.c (target_waitstatus_to_string): Remove.
548 * target.h: Include target-common.h.
549 (resume_kind): Likewise.
550 (target_waitkind): Likewise.
551 (target_waitstatus): Likewise.
552 (TARGET_WNOHANG): Likewise.
553
bd885420
YQ
5542013-07-04 Yao Qi <yao@codesourcery.com>
555
556 * Makefile.in (host_alias): Use @host_noncanonical@.
557 (target_alias): Use @target_noncanonical@.
558 * configure.ac: Use ACX_NONCANONICAL_TARGET and
559 ACX_NONCANONICAL_HOST.
560 * configure: Regenerated.
561
562 Revert:
563 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
564
565 * configure.ac (version_host, version_target): Set and AC_SUBST them.
566 * configure: Rebuild.
567 * Makefile.in (version_host, version_target): Get from configure.
568 (version.c): Use $(version_host) and $(version_target).
569
17ef446e
PA
5702013-07-03 Pedro Alves <palves@redhat.com>
571
572 * Makefile.in (config.status): Depend on development.sh.
573 * acinclude.m4: Include libmcheck.m4.
574 * configure: Regenerate.
575
7a9a7487
MG
5762013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
577
578 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
579 attribute inside the parentheses.
580 (winapi_DebugSetProcessKillOnExit): Ditto.
581 (winapi_DebugBreakProcess): Ditto.
582 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 583
49b64de6
MG
5842013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
585
586 * notif.h (notif_event): Add a dummy member to avoid compiler
587 errors.
588
d5749ee7
PA
5892013-07-01 Pedro Alves <palves@redhat.com>
590
591 * hostio.c (HOSTIO_PATH_MAX): Define.
592 (require_filename, handle_open, handle_unlink, handle_readlink):
593 Use it.
594
d8d2a3ee
PA
5952013-07-01 Pedro Alves <palves@redhat.com>
596
597 * server.h: Include "pathmax.h".
598 * linux-low.c: Don't include sys/param.h.
599 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
600 MAXPATHLEN.
601 * win32-low.c: Don't include sys/param.h.
602 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
603
bc7dea8d
PA
6042013-07-01 Pedro Alves <palves@redhat.com>
605
606 * event-loop.c: Don't check HAVE_UNISTD_H before including
607 <unistd.h>.
608 * gdbreplay.c: Likewise.
609 * remote-utils.c: Likewise.
610 * server.c: Likewise.
611 * configure.ac: Don't check for unistd.h.
612 * configure: Regenerate.
613
d6c2da54
TT
6142013-06-28 Tom Tromey <tromey@redhat.com>
615
616 * Makefile.in (version.c): Use version.in, not
617 common/version.in.
618
257b6bec
MG
6192013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
620
621 * configure.ac (version_host, version_target): Set and AC_SUBST them.
622 * configure: Rebuild.
623 * Makefile.in (version_host, version_target): Get from configure.
624 (version.c): Use $(version_host) and $(version_target).
625
86ebe149
DK
6262013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
627
628 Fix trace-status to output user name without trailing colon.
629 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
630
f30aa5af
DK
6312013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
632
633 Fix trace-status to output proper start-time and stop-time.
634 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
635 output start time and stop time in hex as gdb expects.
636
28a93511
YQ
6372013-06-26 Pedro Alves <pedro@codesourcery.com>
638
639 * tracepoint.c (build_traceframe_info_xml): Output trace state
640 variables present in the trace buffer.
641
01208463
TT
6422013-06-24 Tom Tromey <tromey@redhat.com>
643
644 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
645 create-version.sh.
646 (version.o): Remove.
647 * gdbreplay.c: Include version.h.
648 (version, host_name): Don't declare.
649 * server.h: Include version.h.
650 (version, host_name): Don't declare.
651
760256f9
PA
6522013-06-12 Pedro Alves <palves@redhat.com>
653
654 * linux-x86-low.c (linux_is_elf64): Delete global.
655 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
656 with local linux_pid_exe_is_elf_64_file use.
657
030031ee
PA
6582013-06-11 Pedro Alves <palves@redhat.com>
659
660 * linux-low.c (regset_disabled, disable_regset): New functions.
661 (regsets_fetch_inferior_registers)
662 (regsets_store_inferior_registers): Use them.
663 (initialize_regsets_info); Don't allocate the disabled_regsets
664 array here.
665 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
666 comment.
667
5da6eb0a
PA
6682013-06-11 Pedro Alves <palves@redhat.com>
669
670 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
671 xmalloc.
672
7e5aaa09
PA
6732013-06-11 Pedro Alves <palves@redhat.com>
674
675 * linux-x86-low.c (initialize_low_arch): Call
676 init_registers_x32_avx_linux.
677
d878444c
JK
6782013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 Fix compatibility with Android Bionic.
681 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
682 it is not empty.
683
3aee8918
PA
6842013-06-07 Pedro Alves <palves@redhat.com>
685
5f2b57b5 686 PR server/14823
3aee8918
PA
687 * Makefile.in (OBS): Add tdesc.o.
688 (IPA_OBJS): Add tdesc-ipa.o.
689 (tdesc-ipa.o): New rule.
690 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
691 interface.
692 * linux-low.c (new_inferior): Delete.
693 (disabled_regsets, num_regsets): Delete.
694 (linux_add_process): Adjust to set the new per-process
695 new_inferior flag.
696 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
697 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
698 was a stop. When calling arch_setup, switch the current inferior
699 to the thread that got an event.
700 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
701 (regsets_fetch_inferior_registers)
702 (regsets_store_inferior_registers): New regsets_info parameter.
703 Adjust to use it.
704 (linux_register_in_regsets): New regs_info parameter. Adjust to
705 use it.
706 (register_addr, fetch_register, store_register): New usrregs_info
707 parameter. Adjust to use it.
708 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
709 parameter regs_info. Adjust to use it.
710 (linux_fetch_registers): Get the current inferior's regs_info, and
711 adjust to use it.
712 (linux_store_registers): Ditto.
713 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
714 (initialize_low): Don't initialize the target_regsets here. Call
715 initialize_low_arch.
716 * linux-low.h (target_regsets): Delete declaration.
717 (struct regsets_info): New.
718 (struct usrregs_info): New.
719 (struct regs_info): New.
720 (struct process_info_private) <new_inferior>: New field.
721 (struct linux_target_ops): Delete the num_regs, regmap, and
722 regset_bitmap fields. New field regs_info.
723 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
724 * i387-fp.c (num_xmm_registers): Delete.
725 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
726 calls to new interface.
727 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
728 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
729 Infer the number of xmm registers from the regcache's target
730 description.
731 * i387-fp.h (num_xmm_registers): Delete.
732 * inferiors.c (add_thread): Don't install the thread's regcache
733 here.
734 * proc-service.c (gregset_info): Fetch the current inferior's
735 regs_info. Adjust to use it.
736 * regcache.c: Include tdesc.h.
737 (register_bytes, reg_defs, num_registers)
738 (gdbserver_expedite_regs): Delete.
739 (get_thread_regcache): If the thread doesn't have a regcache yet,
740 create one, instead of aborting gdbserver.
741 (regcache_invalidate_one): Rename to ...
742 (regcache_invalidate_thread): ... this.
743 (regcache_invalidate_one): New.
744 (regcache_invalidate): Only invalidate registers of the current
745 process.
746 (init_register_cache): Add target_desc parameter, and use it.
747 (new_register_cache): Ditto. Assert the target description has a
748 non zero registers_size.
749 (regcache_cpy): Add assertions. Adjust.
750 (realloc_register_cache, set_register_cache): Delete.
751 (registers_to_string, registers_from_string): Adjust.
752 (find_register_by_name, find_regno, find_register_by_number)
753 (register_cache_size): Add target_desc parameter, and use it.
754 (free_register_cache_thread, free_register_cache_thread_one)
755 (regcache_release, register_cache_size): New.
756 (register_size): Add target_desc parameter, and use it.
757 (register_data, supply_register, supply_register_zeroed)
758 (supply_regblock, supply_register_by_name, collect_register)
759 (collect_register_as_string, collect_register_by_name): Adjust.
760 * regcache.h (struct target_desc): Forward declare.
761 (struct regcache) <tdesc>: New field.
762 (init_register_cache, new_register_cache): Add target_desc
763 parameter.
764 (regcache_invalidate_thread): Declare.
765 (regcache_invalidate_one): Delete declaration.
766 (regcache_release): Declare.
767 (find_register_by_number, register_cache_size, register_size)
768 (find_regno): Add target_desc parameter.
769 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
770 declarations.
771 * remote-utils.c: Include tdesc.h.
772 (outreg, prepare_resume_reply): Adjust.
773 * server.c: Include tdesc.h.
774 (gdbserver_xmltarget): Delete declaration.
775 (get_features_xml, process_serial_event): Adjust.
776 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
777 declare.
778 (struct process_info) <tdesc>: New field.
779 (ipa_tdesc): Declare.
780 * tdesc.c: New file.
781 * tdesc.h: New file.
782 * tracepoint.c: Include tdesc.h.
783 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
784 (get_context_regcache): Adjust to pass ipa_tdesc down.
785 (do_action_at_tracepoint): Adjust to get the register cache size
786 from the context regcache's description.
787 (traceframe_walk_blocks): Adjust to get the register cache size
788 from the current trace frame's description.
789 (traceframe_get_pc): Adjust to get current trace frame's
790 description and pass it down.
791 (gdb_collect): Adjust to get the register cache size from the
792 IPA's description.
793 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
794 (gdbserver_xmltarget): Delete.
795 (initialize_low_tracepoint): Set the ipa's target description.
796 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
797 (initialize_low_tracepoint): Set the ipa's target description.
798 * linux-x86-low.c: Include tdesc.h.
799 [__x86_64__] (is_64bit_tdesc): New.
800 (ps_get_thread_area, x86_get_thread_area): Use it.
801 (i386_cannot_store_register): Rename to ...
802 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
803 (i386_cannot_fetch_register): Rename to ...
804 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
805 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
806 to new interface.
807 (target_regsets): Rename to ...
808 (x86_regsets): ... this.
809 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
810 interface.
811 (x86_siginfo_fixup): Use is_64bit_tdesc.
812 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
813 (tdesc_x32_avx_linux, tdesc_x32_linux)
814 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
815 Declare.
816 (x86_linux_update_xmltarget): Delete.
817 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
818 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
819 (AMD64_LINUX_USER64_CS): New.
820 (x86_linux_read_description): New, based on
821 x86_linux_update_xmltarget.
822 (same_process_callback): New.
823 (x86_arch_setup_process_callback): New.
824 (x86_linux_update_xmltarget): New.
825 (x86_regsets_info): New.
826 (amd64_linux_regs_info): New.
827 (i386_linux_usrregs_info): New.
828 (i386_linux_regs_info): New.
829 (x86_linux_regs_info): New.
830 (x86_arch_setup): Reimplement.
831 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
832 (x86_emit_ops): Ditto.
833 (the_low_target): Adjust. Install x86_linux_regs_info,
834 x86_cannot_fetch_register, and x86_cannot_store_register.
835 (initialize_low_arch): New.
836 * linux-ia64-low.c (tdesc_ia64): Declare.
837 (ia64_fetch_register): Adjust.
838 (ia64_usrregs_info, regs_info): New globals.
839 (ia64_regs_info): New function.
840 (the_low_target): Adjust.
841 (initialize_low_arch): New function.
842 * linux-sparc-low.c (tdesc_sparc64): Declare.
843 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
844 Adjust.
845 (sparc_arch_setup): New function.
846 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
847 (the_low_target): Adjust.
848 (initialize_low_arch): New function.
849 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
850 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
851 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
852 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
853 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
854 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
855 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
856 (tdesc_powerpc_isa205_vsx64l): Declare.
857 (ppc_cannot_store_register, ppc_collect_ptrace_register)
858 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
859 (ppc_set_pc, ppc_get_hwcap): Adjust.
860 (ppc_usrregs_info): Forward declare.
861 (!__powerpc64__) ppc_regmap_adjusted: New global.
862 (ppc_arch_setup): Adjust to the current process'es target
863 description.
864 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
865 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
866 (ppc_store_evrregset): Adjust.
867 (target_regsets): Rename to ...
868 (ppc_regsets): ... this, and make static.
869 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
870 (ppc_regs_info): New function.
871 (the_low_target): Adjust.
872 (initialize_low_arch): New function.
873 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
874 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
875 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
876 (tdesc_s390x_linux64v2): Declare.
877 (s390_collect_ptrace_register, s390_supply_ptrace_register)
878 (s390_fill_gregset, s390_store_last_break): Adjust.
879 (target_regsets): Rename to ...
880 (s390_regsets): ... this, and make static.
881 (s390_get_pc, s390_set_pc): Adjust.
882 (s390_get_hwcap): New target_desc parameter, and use it.
883 [__s390x__] (have_hwcap_s390_high_gprs): New global.
884 (s390_arch_setup): Adjust to set the current process'es target
885 description. Don't adjust the regmap.
886 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
887 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
888 (regs_info_3264): New globals.
889 (s390_regs_info): New function.
890 (the_low_target): Adjust.
891 (initialize_low_arch): New function.
892 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
893 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
894 [__mips64] (init_registers_mips_linux)
895 (init_registers_mips_dsp_linux): Delete defines.
896 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
897 (have_dsp): New global.
898 (mips_read_description): New, based on mips_arch_setup.
899 (mips_arch_setup): Reimplement.
900 (get_usrregs_info): New function.
901 (mips_cannot_fetch_register, mips_cannot_store_register)
902 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
903 (mips_fill_fpregset, mips_store_fpregset): Adjust.
904 (target_regsets): Rename to ...
905 (mips_regsets): ... this, and make static.
906 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
907 (dsp_regs_info, regs_info): New globals.
908 (mips_regs_info): New function.
909 (the_low_target): Adjust.
910 (initialize_low_arch): New function.
911 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
912 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
913 Declare.
914 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
915 (arm_read_description): New, with bits factored from
916 arm_arch_setup.
917 (arm_arch_setup): Reimplement.
918 (target_regsets): Rename to ...
919 (arm_regsets): ... this, and make static.
920 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
921 (arm_regs_info): New function.
922 (the_low_target): Adjust.
923 (initialize_low_arch): New function.
924 * linux-m68k-low.c (tdesc_m68k): Declare.
925 (target_regsets): Rename to ...
926 (m68k_regsets): ... this, and make static.
927 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
928 (m68k_regs_info): New function.
929 (m68k_arch_setup): New function.
930 (the_low_target): Adjust.
931 (initialize_low_arch): New function.
932 * linux-sh-low.c (tdesc_sharch): Declare.
933 (target_regsets): Rename to ...
934 (sh_regsets): ... this, and make static.
935 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
936 (sh_regs_info, sh_arch_setup): New functions.
937 (the_low_target): Adjust.
938 (initialize_low_arch): New function.
939 * linux-bfin-low.c (tdesc_bfin): Declare.
940 (bfin_arch_setup): New function.
941 (bfin_usrregs_info, regs_info): New globals.
942 (bfin_regs_info): New function.
943 (the_low_target): Adjust.
944 (initialize_low_arch): New function.
945 * linux-cris-low.c (tdesc_cris): Declare.
946 (cris_arch_setup): New function.
947 (cris_usrregs_info, regs_info): New globals.
948 (cris_regs_info): New function.
949 (the_low_target): Adjust.
950 (initialize_low_arch): New function.
951 * linux-cris-low.c (tdesc_crisv32): Declare.
952 (cris_arch_setup): New function.
953 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
954 (cris_regs_info): New function.
955 (the_low_target): Adjust.
956 (initialize_low_arch): New function.
957 * linux-m32r-low.c (tdesc_m32r): Declare.
958 (m32r_arch_setup): New function.
959 (m32r_usrregs_info, regs_info): New globals.
960 (m32r_regs_info): Adjust.
961 (initialize_low_arch): New function.
962 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
963 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
964 (tic6x_usrregs_info): Forward declare.
965 (tic6x_read_description): New function, based on ...
966 (tic6x_arch_setup): ... this. Reimplement.
967 (target_regsets): Rename to ...
968 (tic6x_regsets): ... this, and make static.
969 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
970 (tic6x_regs_info): New function.
971 (the_low_target): Adjust.
972 (initialize_low_arch): New function.
973 * linux-xtensa-low.c (tdesc_xtensa): Declare.
974 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
975 (target_regsets): Rename to ...
976 (xtensa_regsets): ... this, and make static.
977 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
978 globals.
979 (xtensa_arch_setup, xtensa_regs_info): New functions.
980 (the_low_target): Adjust.
981 (initialize_low_arch): New function.
982 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
983 (nios2_arch_setup): Set the current process'es tdesc.
984 (target_regsets): Rename to ...
985 (nios2_regsets): ... this.
986 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
987 (nios2_regs_info): New function.
988 (the_low_target): Adjust.
989 (initialize_low_arch): New function.
a261b8f5
PA
990 * linux-aarch64-low.c (tdesc_aarch64): Declare.
991 (aarch64_arch_setup): Set the current process'es tdesc.
992 (target_regsets): Rename to ...
993 (aarch64_regsets): ... this.
994 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
995 (aarch64_regs_info): New function.
996 (the_low_target): Adjust.
997 (initialize_low_arch): New function.
3aee8918
PA
998 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
999 globals.
1000 (target_regsets): Rename to ...
1001 (tile_regsets): ... this.
1002 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
1003 (tile_regs_info): New function.
1004 (tile_arch_setup): Set the current process'es tdesc.
1005 (the_low_target): Adjust.
1006 (initialize_low_arch): New function.
1007 * spu-low.c (tdesc_spu): Declare.
1008 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
1009 * win32-arm-low.c (tdesc_arm): Declare.
1010 (arm_arch_setup): New function.
1011 (the_low_target): Install arm_arch_setup instead of
1012 init_registers_arm.
1013 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
1014 (init_windows_x86): Rename to ...
1015 (i386_arch_setup): ... this. Set `win32_tdesc'.
1016 (the_low_target): Adjust.
1017 * win32-low.c (win32_tdesc): New global.
1018 (child_add_thread): Don't create the thread cache here.
1019 (do_initial_child_stuff): Set the new process'es tdesc.
1020 * win32-low.h (struct target_desc): Forward declare.
1021 (win32_tdesc): Declare.
1022 * lynx-i386-low.c (tdesc_i386): Declare global.
1023 (lynx_i386_arch_setup): Set `lynx_tdesc'.
1024 * lynx-low.c (lynx_tdesc): New global.
1025 (lynx_add_process): Set the new process'es tdesc.
1026 * lynx-low.h (struct target_desc): Forward declare.
1027 (lynx_tdesc): Declare global.
1028 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
1029 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
1030 * nto-low.c (nto_tdesc): New global.
1031 (do_attach): Set the new process'es tdesc.
1032 * nto-low.h (struct target_desc): Forward declare.
1033 (nto_tdesc): Declare.
1034 * nto-x86-low.c (tdesc_i386): Declare.
1035 (nto_x86_arch_setup): Set `nto_tdesc'.
1036
b1fbec62
GB
10372013-06-04 Gary Benson <gbenson@redhat.com>
1038
1039 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
1040 to qSupported response when appropriate.
1041 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
1042 with nonzero-length annex.
1043 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
1044 arguments supplied in annex.
1045
d1ec4ce7
DE
10462013-05-31 Doug Evans <dje@google.com>
1047
ac44adcb 1048 PR server/15594
d1ec4ce7
DE
1049 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
1050 64 bits in 64-cross-32 environment.
1051
9b25f2d3
PA
10522013-05-28 Pedro Alves <palves@redhat.com>
1053
1054 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
1055 (aarch64-without-fpu.c): Delete rule.
1056 * configure.srv (aarch64*-*-linux*): Remove references to
1057 aarch64-without-fpu.o and aarch64-without-fpu.xml.
1058 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
1059 declaration.
1060
6740dc9c
PA
10612013-05-24 Pedro Alves <palves@redhat.com>
1062
1063 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
1064 instead of strchr/decode_address. Error if the range isn't split
1065 with a ','. Don't assume there's be a ':' in the action.
1066
c2d6af84
PA
10672013-05-23 Yao Qi <yao@codesourcery.com>
1068 Pedro Alves <palves@redhat.com>
1069
1070 * linux-low.c (lwp_in_step_range): New function.
1071 (linux_wait_1): If the thread was range stepping and stopped
1072 outside the stepping range, report the stop to GDB. Otherwise,
1073 continue stepping. Add range stepping debug output.
1074 (linux_set_resume_request): Copy the step range from the resume
1075 request to the lwp.
1076 (linux_supports_range_stepping): New.
1077 (linux_target_ops) <supports_range_stepping>: Set to
1078 linux_supports_range_stepping.
1079 * linux-low.h (struct linux_target_ops)
1080 <supports_range_stepping>: New field.
1081 (struct lwp_info) <step_range_start, step_range_end>: New fields.
1082 * linux-x86-low.c (x86_supports_range_stepping): New.
1083 (the_low_target) <supports_range_stepping>: Set to
1084 x86_supports_range_stepping.
1085 * server.c (handle_v_cont): Handle 'r' action.
1086 (handle_v_requests): Append ";r" if the target supports range
1087 stepping.
1088 * target.h (struct thread_resume) <step_range_start,
1089 step_range_end>: New fields.
1090 (struct target_ops) <supports_range_stepping>:
1091 New field.
1092 (target_supports_range_stepping): New macro.
1093
58794e1a
JB
10942013-05-17 Joel Brobecker <brobecker@adacore.com>
1095
1096 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
1097 confusion in comment.
1098
d631c5a7
JB
10992013-05-17 Joel Brobecker <brobecker@adacore.com>
1100
1101 * lynx-low.c (struct process_info_private): New type.
1102 (lynx_add_process): New function.
1103 (lynx_create_inferior, lynx_attach): Replace calls to
1104 add_process by calls to lynx_add_process.
1105 (lynx_resume): If PTID is null, then try using
1106 current_process()->private->last_wait_event_ptid.
1107 Add comments.
1108 (lynx_clear_inferiors): Delete. The contents of that function
1109 has been inlined in lynx_mourn;
1110 (lynx_wait_1): Save the ptid in the process's private data.
1111 (lynx_mourn): Free the process' private data. Replace call
1112 to lynx_clear_inferiors by call to clear_inferiors.
1113
96f7a20f
YQ
11142013-05-17 Yao Qi <yao@codesourcery.com>
1115
1116 * i386-low.c (i386_length_and_rw_bits): Move the comment to
1117 the right place.
1118
db0dfaa0
LM
11192013-05-16 Luis Machado <lgustavo@codesourcery.com>
1120
1121 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
1122 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
1123 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
1124 PT_TEXT_END_ADDR guards. Update comments.
1125 (linux_target_op) <read_offsets>: Conditionally define to
1126 linux_read_offsets if the target is UCLIBC and if it defines
1127 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
1128
68f5f838
SL
11292013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1130 Andrew Jenner <andrew@codesourcery.com>
1131
1132 * Makefile.in (SFILES): Add linux-nios2-low.c.
1133 (clean): Add action to delete nios2-linux.c.
1134 (nios2-linux.c): New rule.
1135 * configure.srv: Add nios2*-*-linux*.
1136 * linux-nios2-low.c: New.
1137
1ebff1fd
HAQ
11382013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1139
1140 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
1141
f6150862
HZ
11422013-04-25 Hui Zhu <hui@codesourcery.com>
1143
1144 PR gdb/15186
f6150862
HZ
1145 * ax.c (ax_printf): Add fflush.
1146
614c279d
TT
11472013-04-22 Tom Tromey <tromey@redhat.com>
1148
1149 * Makefile.in (SFILES): Add filestuff.c.
1150 (OBS): Add filestuff.o.
1151 (filestuff.o): New target.
1152 * config.in, configure: Rebuild.
1153 * configure.ac: Check for fdwalk, pipe2.
1154
7d4e5717
PA
11552013-04-17 Pedro Alves <palves@redhat.com>
1156
1157 * configure.ac (USE_THREAD_DB): Delete variable.
1158 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
1159 Don't AC_SUBST USE_THREAD_DB.
1160 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
1161 * config.in, configure: Regenerate.
1162
d5c93e41
PA
11632013-04-16 Pedro Alves <palves@redhat.com>
1164
1165 * linux-low.h (struct lwp_info) <thread_known>: Move under
1166 the USE_THREAD_DB #ifdef.
1167
04f5fe89
PA
11682013-04-16 Pedro Alves <palves@redhat.com>
1169
1170 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
1171 (linux-low.o): Delete rule.
1172 * linux-low.h: Always include "gdb_thread_db.h" instead of
1173 conditionally including thread_db.h.
1174 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
1175 HAVE_THREAD_DB_H.
1176
480b27bf
JK
11772013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1178
1179 * Makefile.in (install-only): Fix make install regression.
1180
43662968
JK
11812013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1182
1183 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1184 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
1185 installation.
1186 * gdbserver.1: Remove.
1187
3e74e146
PA
11882013-03-22 Pedro Alves <palves@redhat.com>
1189
1190 * linux-low.c (handle_extended_wait): Don't call
1191 linux_enable_event_reporting.
1192
a8347a2a
TT
11932013-03-15 Tony Theodore <tonyt@logyst.com>
1194
1195 PR build/9098:
1196 * Makefile.in (SHELL): Use @SHELL@.
1197
eeb56fa7
SDJ
11982013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1199
1200 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
1201 compiler warning.
1202
4fa7e2ff
JB
12032013-03-13 Joel Brobecker <brobecker@adacore.com>
1204
1205 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
1206 Remove extraneous NULL element.
1207
8ddb1965
YQ
12082013-03-13 Yao Qi <yao@codesourcery.com>
1209
1210 * tracepoint.c (traceframe_read_tsv): Look for the last matched
1211 'V' block in trace frame.
1212
9accd112
MM
12132013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1214
1215 * target.h (struct target_ops): Add btrace ops.
1216 (target_supports_btrace): New macro.
1217 (target_enable_btrace): New macro.
1218 (target_disable_btrace): New macro.
1219 (target_read_btrace): New macro.
1220 * gdbthread.h (struct thread_info): Add btrace field.
1221 * server.c: Include btrace-common.h.
1222 (handle_btrace_general_set): New function.
1223 (handle_btrace_enable): New function.
1224 (handle_btrace_disable): New function.
1225 (handle_general_set): Call handle_btrace_general_set.
1226 (handle_qxfer_btrace): New function.
1227 (struct qxfer qxfer_packets[]): Add btrace entry.
1228 * inferiors.c (remove_thread): Disable btrace.
1229 * linux-low: Include linux-btrace.h.
1230 (linux_low_enable_btrace): New function.
1231 (linux_low_read_btrace): New function.
1232 (linux_target_ops): Add btrace ops.
1233 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
1234 Add srv_linux_btrace=yes.
1235 (x86_64-*-linux*): Add linux-btrace.o.
1236 Add srv_linux_btrace=yes.
1237 * configure.ac: Define HAVE_LINUX_BTRACE.
1238 * config.in: Regenerated.
1239 * configure: Regenerated.
1240
5cc22e4c
MM
12412013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1242
1243 * server.c (handle_qxfer): Preserve error message if -3 is
1244 returned.
1245 (qxfer): Document the -3 return value.
1246
7c97f91e
MM
12472013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1248
1249 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
1250 (linux_btrace_h): New variable.
1251 (linux-btrace.o): New rule.
1252
be9a119c 12532013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
1254 Hafiz Abid Qadeer <abidh@codesourcery.com>
1255
1256 * tracepoint.c (trace_buffer_size): New global.
1257 (DEFAULT_TRACE_BUFFER_SIZE): New define.
1258 (init_trace_buffer): Change to one-argument function. Allocate
1259 trace buffer memory.
1260 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
1261 handle QTBuffer:size packet.
1262 (cmd_bigqtbuffer_size): New function.
1263 (initialize_tracepoint): Call init_trace_buffer with
1264 DEFAULT_TRACE_BUFFER_SIZE.
1265 * server.c (handle_query): Add QTBuffer:size in the
1266 supported packets.
1267
e64f7499
YQ
12682013-03-07 Yao Qi <yao@codesourcery.com>
1269
1270 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
1271 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
1272 of -1.
1273 (cmd_qtsp): Adjust condition. Do post increment.
1274 Set cur_action and cur_step_action back to 0.
1275
f0ae6fc3
PA
12762013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
1277
1278 PR server/15236
1279 * linux-low.c (linux_write_memory): Return early success if LEN is
1280 zero.
1281
b5b0b0af
CV
12822013-03-05 Corinna Vinschen <vinschen@redhat.de>
1283
334ad4a8 1284 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 1285
589bc927
TT
12862013-02-28 Tom Tromey <tromey@redhat.com>
1287
1288 * configure.ac: Invoke AC_SYS_LARGEFILE.
1289 * configure, config.in: Rebuild.
1290
dfe07582
CV
12912013-02-28 Corinna Vinschen <vinschen@redhat.com>
1292
1293 * win32-low.c: Throughout, fix format strings and casts of
1294 printf-like functions to avoid type related warnings on all
1295 platforms.
1296 (get_child_debug_event): Print dwDebugEventCode as hex since
1297 that's how it's usually documented.
1298
736cd585
YQ
12992013-02-28 Yao Qi <yao@codesourcery.com>
1300
1301 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
1302 pulongest.
1303
e1f58301
JW
13042013-02-27 Jiong Wang <jiwang@tilera.com>
1305
1306 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
1307 (reg-tilegx32.c): New rule.
1308 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
1309 * linux-tile-low.c (tile_arch_setup): New function. Invoke
1310 different register info initializer according to elf class.
1311 (init_registers_tilgx32): New function. The tilegx32 register info
1312 initializer.
1313 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
1314 (tile_store_gregset): Likewise.
1315
d171ca78
YQ
13162013-02-27 Yao Qi <yao@codesourcery.com>
1317
1318 * server.c (process_point_options): Print debug message when
1319 debug_threads is true.
1320
282bbdf3
YQ
13212013-02-26 Yao Qi <yao@codesourcery.com>
1322
1323 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
1324
aca22551
PA
13252013-02-19 Pedro Alves <palves@redhat.com>
1326 Kai Tietz <ktietz@redhat.com>
1327
1328 PR gdb/15161
1329
1330 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
1331 instead of strtoul to extract address from packet.
1332 (process_serial_event) <'z'>: Likewise.
1333
4f3cee1c
YQ
13342013-02-18 Yao Qi <yao@codesourcery.com>
1335
1336 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
1337
8e1d55a3
PA
13382013-02-14 Pedro Alves <palves@redhat.com>
1339
1340 Plug memory leak.
1341
1342 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
1343 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
1344
458820da
PA
13452013-02-14 Pedro Alves <palves@redhat.com>
1346
1347 * tracepoint.c (cmd_qtdpsrc): Use savestring.
1348
baea0dae
PA
13492013-02-14 Pedro Alves <palves@redhat.com>
1350
1351 * tracepoint.c (save_string): Delete.
1352 (add_tracepoint_action): Use savestring instead of save_string.
1353
0b1afbb3
PA
13542013-02-12 Pedro Alves <palves@redhat.com>
1355
1356 * linux-xtensa-low.c: Ditto.
1357 * xtensa-xtregs.c: Ditto.
1358
8a4ac37e
PA
13592013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1360
1361 * thread-db.c (thread_db_get_tls_address): NULL pointer check
1362 thread_db.
1363
148de6bb
MS
13642013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
1365
1366 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
1367 aarch64_num_wp_regs and aarch64_num_bp_regs to
1368 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
1369
55fac6e0
MS
13702013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
1371
1372 * linux-aarch64-low.c (ps_get_thread_area): Replace
1373 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
1374
176eb98c
MS
13752013-02-04 Jim MacArthur <jim.macarthur@arm.com>
1376 Marcus Shawcroft <marcus.shawcroft@arm.com>
1377 Nigel Stephens <nigel.stephens@arm.com>
1378 Yufeng Zhang <yufeng.zhang@arm.com>
1379
1380 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
1381 (aarch64.c, aarch64-without-fpu.c): New targets.
1382 * configure.srv (aarch64*-*-linux*): New.
1383 * linux-aarch64-low.c: New file.
1384
56f7af9c
MS
13852013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
1386
43aaf8b6 1387 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
1388 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
1389 (dequeue_one_deferred_signal, linux_resume_one_thread)
1390 (fetch_register, linux_write_memory, linux_enable_event_reporting)
1391 (linux_tracefork_grandchild, linux_test_for_tracefork)
1392 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
1393 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
1394 where the argument is 0.
1395
60f662b0
YQ
13962013-01-25 Yao Qi <yao@codesourcery.com>
1397
1398 * event-loop.c: Include "queue.h".
1399 (gdb_event_p): New typedef.
1400 (struct gdb_event) <next_event>: Remove.
1401 (event_queue): Change to QUEUE(gdb_event_p).
1402 (async_queue_event): Remove.
1403 (gdb_event_xfree): New.
1404 (initialize_event_loop): New.
1405 (process_event): Use API from QUEUE.
1406 (wait_for_event): Likewise.
1407 * server.c (main): Call initialize_event_loop.
1408 * server.h (initialize_event_loop): Declare.
1409
5ae4861a
YQ
14102013-01-18 Yao Qi <yao@codesourcery.com>
1411
1412 * ax.h (struct eval_agent_expr_context): New.
1413 (gdb_eval_agent_expr): Update declaration.
1414 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
1415 TFRAME. Add new argument CTX.
1416 * server.h (struct eval_agent_expr_context): Declare.
1417 (agent_mem_read, agent_tsv_read): Update declaration.
1418 (agent_mem_read_string): Likewise.
1419 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
1420 (add_traceframe_block): Add new argument TPOINT.
1421 Increase TPOINT->traceframe_usage.
1422 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
1423 eval_tracepoint_agent_expr.
1424 (condition_true_at_tracepoint): Likewise.
1425 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
1426 (agent_mem_read_string, agent_tsv_read): Likewise.
1427
85e00e85
YQ
14282013-01-16 Yao Qi <yao@codesourcery.com>
1429
1430 * linux-low.c (linux_resume_one_lwp): Don't check
1431 'lwp->bp_reinsert != 0'.
1432
4039cf45
JB
14332013-01-07 Joel Brobecker <brobecker@adacore.com>
1434 Pedro Alves <palves@redhat.com>
1435
1436 * lynx-low.c (ptrace_request_to_str): Define a temporary
1437 macro and use it to simplify this function's implementation.
1438
9044dee2
JB
14392013-01-07 Joel Brobecker <brobecker@adacore.com>
1440
1441 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
1442 sets errno.
1443
e6352c8f
JB
14442013-01-07 Joel Brobecker <brobecker@adacore.com>
1445
1446 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
1447
50681a27
JB
14482013-01-07 Joel Brobecker <brobecker@adacore.com>
1449
1450 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
1451
3f6e77ef
JB
14522013-01-07 Joel Brobecker <brobecker@adacore.com>
1453
1454 * lynx-low.c (lynx_resume): Use the resume_info parameter
1455 to determine the ptid for the lynx_ptrace call, unless
1456 it is equal to minus_one_ptid, in which case we use the
1457 ptid of the current_inferior.
1458 (lynx_wait_1): After having received a thread create/exit
1459 event, resume the inferior's execution using the signaling
1460 thread's ptid, rather than the old ptid.
1461
7fda33ae
JB
14622013-01-07 Joel Brobecker <brobecker@adacore.com>
1463
1464 * lynx-low.c (lynx_resume): Delete variable ret.
1465
b9786c74
JB
14662013-01-01 Joel Brobecker <brobecker@adacore.com>
1467
1468 * gdbreplay.c (gdbreplay_version): Update copyright year.
1469 * server.c (gdbserver_version): Likewise.
1470
8b93d60f
JB
14712012-12-17 Joel Brobecker <brobecker@adacore.com>
1472
1473 * lynx-low.c (lynx_wait_1): Add debug trace before adding
1474 new thread.
1475
037335a7
JB
14762012-12-17 Joel Brobecker <brobecker@adacore.com>
1477
1478 * lynx-low.c (ptrace_request_to_str): Add handling for
1479 PTRACE_GETTRACESIG.
1480
52d4cbd8
JB
14812012-12-17 Joel Brobecker <brobecker@adacore.com>
1482
1483 * lynx-low.c (lynx_attach): Delete variable new_process.
1484
ab8f6ca9
JB
14852012-12-17 Joel Brobecker <brobecker@adacore.com>
1486
1487 * lynx-low.c (lynx_create_inferior): Delete variable
1488 new_process.
1489
78cbc024
JB
14902012-12-17 Joel Brobecker <brobecker@adacore.com>
1491
1492 * lynx-low.c (ptrace_request_to_str): Do not handle
1493 PTRACE_GETTHREADLIST if this macro does not exist.
1494
14a00470
YQ
14952012-12-15 Yao Qi <yao@codesourcery.com>
1496
1497 * Makefile.in (OBS): Add notif.o.
1498 * notif.c, notif.h: New.
1499 * server.c: Include "notif.h".
1500 (struct vstop_notif) <next>: Remove.
1501 <base>: New field.
1502 (queue_stop_reply): Update.
1503 (push_event, send_next_stop_reply): Remove.
1504 (discard_queued_stop_replies): Update.
1505 (notif_stop): New variable.
1506 (handle_v_stopped): Remove.
1507 (handle_v_requests): Don't call handle_v_stopped. Call
1508 handle_ack_notif instead.
1509 (queue_stop_reply_callback): Call notif_event_enque instead
1510 of queue_stop_reply.
1511 (handle_status): Don't call send_next_stop_reply, call
1512 notif_write_event instead.
1513 (kill_inferior_callback): Likewise.
1514 (detach_or_kill_inferior_callback): Likewise.
1515 (main): Call initialize_notif.
1516 (process_serial_event): Call QUEUE_is_empty.
1517 (handle_target_event): Call notif_push instead of push event.
1518 * server.h (push_event): Remove declaration.
1519
61c125b9
TT
15202012-12-10 Tom Tromey <tromey@redhat.com>
1521
1522 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
1523 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
1524 macros.
1525 (.c.o): Rewrite.
1526 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
1527 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
1528 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
1529 (amd64-linux-ipa.o, ax.o): Rewrite.
1530 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
1531 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
1532 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
1533 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
1534 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
1535 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
1536 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
1537 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
1538 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
1539 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
1540 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
1541 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
1542 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
1543 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
1544 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
1545 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
1546 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
1547 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
1548 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
1549 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
1550 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
1551 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
1552 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
1553 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
1554 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
1555 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
1556 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
1557 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
1558 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
1559 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
1560 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
1561 (reg-tilegx.o): Remove.
1562 (all_object_files): New macro.
1563 Include .deps files.
1564 * aclocal.m4, configure: Rebuild.
1565 * acinclude.m4: Include depstand.m4, lead-dot.m4.
1566 * configure.ac: Invoke ZW_CREATE_DEPDIR,
1567 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
1568
e90e9ad9
TT
15692012-12-05 Tom Tromey <tromey@redhat.com>
1570
1571 PR gdb/14917:
1572 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
1573
02d403bf 15742012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
1575
1576 * configure.ac: Check for linux/perf_event.h.
1577 * config.in: Regenerated.
1578 * configure: Regenerated.
1579
0270a750
PA
15802012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1581
1582 * hostio.c (handle_readlink): Decrease buffer size
1583 parameter passed to readlink by one byte.
1584
8c29b58e
YQ
15852012-11-26 Yao Qi <yao@codesourcery.com>
1586
1587 * configure.ac (build_warnings): Append '-Wempty-body'.
1588 * configure: Regenerated.
1589 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
1590 body.
1591
8bdce1ff
PM
15922012-11-15 Pierre Muller <muller@sourceware.org>
1593
1594 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
1595 * config.in: Regenerate.
1596 * configure: Regenerate.
1597 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
1598 Use "gdb_wait.h" header instead of <sys/wait.h> header.
1599 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
1600 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
1601 header.
1602 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
1603 instead of <sys/wait.h> header.
1604 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
1605
02d403bf 16062012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
1607
1608 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
1609 (various make rules): Remove -DGDBSERVER
1610
fbd5db48
YQ
16112012-11-09 Yao Qi <yao@codesourcery.com>
1612
1613 * spu-low.c (current_ptid): Move it to ..
1614 * gdbthread.h: ... here. New.
1615 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
1616 * server.c (myresume, process_serial_event): Likewise.
1617 * thread-db.c (thread_db_find_new_threads): Likewise.
1618 * tracepoint.c (run_inferior_command): Likewise.
1619
b3dc46ff
AB
16202012-10-01 Andrew Burgess <aburgess@broadcom.com>
1621
1622 * server.c (handle_search_memory_1): Include access length in
1623 warning message.
1624
07c04788
HPN
16252012-09-05 Michael Brandt <michael.brandt@axis.com>
1626
1627 * linux-crisv32-low.c: Fix compile errors.
1628
918d227b
YQ
16292012-09-04 Yao Qi <yao@codesourcery.com>
1630
1631 * tracepoint.c (cmd_qtsv): Adjust debug message.
1632 Don't check CUR_TPOINT.
1633
18c1b81a
YQ
16342012-08-28 Yao Qi <yao@codesourcery.com>
1635
1636 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
1637 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
1638 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
1639 Remove declarations of xmalloc, xreallloc, xstrdup and
1640 freeargv.
1641 * Makefile.in (libiberty_h): New.
1642 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
1643 (linux-bfin-low.o): Append dependency 'libiberty.h'.
1644
dc82f37b
YQ
16452012-08-23 Yao Qi <yao@codesourcery.com>
1646
1647 * server.h: Remove declaration of 'xsnprintf'.
1648
406b1477
KS
16492012-08-22 Keith Seitz <keiths@redhat.com>
1650
1651 * server.h: Include build-gnulib-gbserver/config.h.
1652 * gdbreplay.c: Likewise.
1653
e6712ff1
DE
16542012-08-08 Doug Evans <dje@google.com>
1655
1656 * Makefile.in (SFILES): Add gdb_vecs.c.
1657 (OBS): Add gdb_vecs.o.
1658 (gdb_vecs_h, host_defs_h): New variables.
1659 (thread-db.o): Add $(gdb_vecs_h) dependency.
1660 (gdb_vecs.o): New rule.
1661 * thread-db.c: #include "gdb_vecs.h".
1662 (thread_db_load_search): Use a vector to iterate over path elements.
1663 Handle text appearing after "$pdir".
1664
1665 * configure.ac: Add check for strstr.
1666 * config.in: Regenerate.
1667 * configure: Regenerate.
1668
7c3270ae
UW
16692012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1670
1671 * hostio.c (handle_pread): If pread fails, fall back to attempting
1672 lseek/read.
1673 (handle_pwrite): Likewise for pwrite.
1674
b62e2b27
UW
16752012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
1676
1677 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
1678 between unsupported TYPE and unimplementable ADDR/LEN combination.
1679 (arm_insert_point): Act on new return value.
1680
78a99e91
PA
16812012-07-31 Pedro Alves <palves@redhat.com>
1682
1683 * server.c (process_point_options): Only skip tokens if we find
1684 one that is unrecognized. Don't treat 'X' specially while
1685 skipping unrecognized tokens.
1686
fcf303ab
UW
16872012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1688
1689 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
1690 to 4-byte-align HW breakpoint addresses for Thumb.
1691
7255706c
YQ
16922012-07-27 Yao Qi <yao@codesourcery.com>
1693
1694 PR remote/14161.
1695
1696 * server.h: Declare gdb_agent_about_to_close.
1697 * target.c (kill_inferior): Include "agent.h".
1698 New. Send command 'kill'.
1699 * target.h (kill_inferior): Removed macro.
1700 * tracepoint.c (gdb_agent_about_to_close): New.
1701 (gdb_agent_helper_thread): Handle command 'close'.
1702 Wait endlessly until the inferior stops.
1703 Install gdb_agent_remove_socket to atexit hook.
1704 (agent_socket_name): New static variable.
1705 (gdb_agent_socket_init): Replace local variable 'name' with
1706 'agent_socket_name'.
1707 (gdb_agent_remove_socket): New.
1708
5a3f286f
YQ
17092012-07-27 Yao Qi <yao@codesourcery.com>
1710
1711 * server.c (process_point_options): Stop at 'X' when parsing.
1712
961bd387
ME
17132012-07-19 Michael Eager <eager@eagercon.com>
1714
a261b8f5 1715 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
1716 to hw_execute.
1717 * linux-x86-low.c (x86_insert_point, x86_remove_point):
1718 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
1719 hardware breakpoint.
1720
aa7c7447
JK
17212012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1722
1723 * gdbserver/linux-low.c (initialize_low): Call
1724 linux_ptrace_init_warnings.
1725
7f216e7c
DE
17262012-07-02 Doug Evans <dje@google.com>
1727
1728 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
1729 pointer to int.
1730
d3ce09f5
SS
17312012-07-02 Stan Shebs <stan@codesourcery.com>
1732
1733 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
1734 (ax.o): Add it to build rule.
1735 (ax-ipa.o): Ditto.
1736 (OBS): Add format.o.
1737 (IPA_OBS): Add format.o.
1738 * server.c (handle_query): Claim support for breakpoint commands.
1739 (process_point_options): Add command case.
1740 (process_serial_event): Leave running if there are printfs in
1741 effect.
1742 * mem-break.h (any_persistent_commands): Declare.
1743 (add_breakpoint_commands): Declare.
1744 (gdb_no_commands_at_breakpoint): Declare.
1745 (run_breakpoint_commands): Declare.
1746 * mem-break.c (struct point_command_list): New struct.
1747 (struct breakpoint): New field command_list.
1748 (any_persistent_commands): New function.
1749 (add_commands_to_breakpoint): New function.
1750 (add_breakpoint_commands): New function.
1751 (gdb_no_commands_at_breakpoint): New function.
1752 (run_breakpoint_commands): New function.
1753 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
1754 locally.
1755 * ax.c: Include format.h.
1756 (ax_printf): New function.
1757 (gdb_eval_agent_expr): Add printf opcode.
1758
2f8f6aed
YQ
17592012-06-13 Yao Qi <yao@codesourcery.com>
1760
1761 * server.c (start_inferior): Remove duplicated writes to fields
1762 'last_resume_kind' and 'last_status' of 'current_inferior'.
1763
0c9070b3
YQ
17642012-06-12 Yao Qi <yao@codesourcery.com>
1765 Pedro Alves <palves@redhat.com>
1766
1767 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
1768 comment.
1769 * server.c (handle_v_cont): Extend comment.
1770
c52daf70
YQ
17712012-06-11 Yao Qi <yao@codesourcery.com>
1772
1773 * linux-low.c (linux_attach): Add 'static'.
1774
d38bbb0a
YQ
17752012-06-06 Yao Qi <yao@codesourcery.com>
1776
1777 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
1778
89dc0afd
JK
17792012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 Fix gcc -flto compilation warning.
1782 * server.c (main): Make variable multi_mode and attach volatile.
1783
75f62ce7
TJB
17842012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1785
1786 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
1787 if the platform doesn't know about it.
1788
65f479b6
PA
17892012-05-30 Jeff Kenton <jkenton@tilera.com>
1790
1791 * Makefile.in (SFILES): Add linux-tile-low.c.
1792 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
1793 * configure.srv: Handle tilegx-*-linux*.
1794 * linux-tile-low.c: New file.
1795
0c5bf5a9
JK
17962012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1797
1798 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
1799
a493e3e2
PA
18002012-05-24 Pedro Alves <palves@redhat.com>
1801
1802 PR gdb/7205
1803
43aaf8b6 1804 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 1805
2ea28649
PA
18062012-05-24 Pedro Alves <palves@redhat.com>
1807
1808 PR gdb/7205
1809
1810 Replace target_signal with gdb_signal throughout.
1811
8d409d16
MR
18122012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
1813
1814 * linux-low.c (linux_store_registers): Avoid the copying sequence
1815 when no data has been retrieved by ptrace.
1816
23512c01
MGD
18172012-05-22 Will Deacon <will.deacon@arm.com>
1818
1819 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
1820 Include asm/ptrace.h.
1821 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
1822 already defined.
1823
4934b29e
MR
18242012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
1825
1826 * linux-low.c (linux_store_registers): Don't re-retrieve data
1827 with ptrace that has already been obtained from /proc. Always
1828 copy any data retrieved with ptrace to the buffer supplied.
1829
bde24c0a
PA
18302012-05-11 Yao Qi <yao@codesourcery.com>
1831 Pedro Alves <palves@redhat.com>
1832
1833 * linux-low.c (enum stopping_threads_kind): New.
1834 (stopping_threads): Change type to `enum stopping_threads_kind'.
1835 (handle_extended_wait): If stopping and suspending threads, leave
1836 the new_lwp suspended too.
1837 (linux_wait_for_event): Adjust.
1838 (stop_all_lwps): Set `stopping_threads' to
1839 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
1840 whether we're suspending threads or just stopping them. Assert no
1841 recursion happens.
1842
623b6bdf
YQ
18432012-04-29 Yao Qi <yao@codesourcery.com>
1844
1845 * server.h: Move some code to ...
1846 * gdbthread.h: ... here. New.
1847 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
1848 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
1849 (nto-low.o, win32-low.o): Likewise.
1850 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
1851 * regcache.c, remote-utils.c, server.c: Likewise.
1852 * target.c, tracepoint.c, win32-low.c: Likewise.
1853
f15f9948
TJB
18542012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1855
1856 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
1857 (PTRACE_ARG4_TYPE): Likewise.
1858 (PTRACE_XFER_TYPE): Likewise.
1859 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
1860 ptrace to PTRACE_ARG3_TYPE.
1861 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
1862 (PTRACE_ARG4_TYPE): Likewise.
1863 (PTRACE_XFER_TYPE): Likewise.
1864 (linux_detach_one_lwp): Cast fourth argument of
1865 ptrace to long then PTRACE_ARG4_TYPE.
1866 (regsets_fetch_inferior_registers): Cast third argument of
1867 ptrace to long then PTRACE_ARG3_TYPE.
1868 (regsets_store_inferior_registers): Likewise.
1869
38ea300a
PA
18702012-04-20 Pedro Alves <palves@redhat.com>
1871
1872 * configure: Regenerate.
1873
c971b7fa
PA
18742012-04-19 Pedro Alves <palves@redhat.com>
1875
43aaf8b6 1876 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 1877 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
1878 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
1879 (all, install-only, uninstall, clean-info, all-lib, clean): No
1880 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
1881 (maintainer-clean realclean distclean): Use subdir_do.
1882 (subdir_do): New.
1883 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 1884 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
1885 * acinclude.m4: Include acx_configure_dir.m4.
1886 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
1887 calls. Call AC_PROG_RANLIB. Configure gnulib using
1888 ACX_CONFIGURE_DIR.
1889 (GNULIB): New.
1890 (GNULIB_STDINT_H): Adjust.
1891 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
1892 * gdbreplay.c: Include build-gnulib/config.h.
1893 * server.h: Likewise.
1894 * aclocal.m4: Regenerate.
1895 * config.in: Regenerate.
1896 * configure: Regenerate.
c971b7fa 1897
809277f8
PA
18982012-04-19 Pedro Alves <palves@redhat.com>
1899
1900 * Makefile.in (LIBGNU, INCGNU): Adjust.
1901 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
1902 (all, install-only, uninstall, clean-info, all-lib, clean)
1903 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
1904 * configure.ac: Adjust AC_OUTPUT output.
1905 * aclocal.m4: Regenerate.
1906 * configure: Regenerate.
1907
fd9bb8b8
PA
19082012-04-19 Pedro Alves <palves@redhat.com>
1909
1910 * Makefile.in (generated_files): New.
1911 (server_h): Remove the explicit dependency on config.h, and depend
1912 on $generated_files.
1913
1c298c66
PA
19142012-04-19 Pedro Alves <palves@redhat.com>
1915
1916 * Makefile.in (INCGNU): Add -Ignulib.
1917
57c4b50b
PA
19182012-04-19 Pedro Alves <palves@redhat.com>
1919
1920 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
1921 (INCGNU): ... this, and spell out -I here.
1922 (GNULIB_LIB): Rename to ...
1923 (LIBGNU): ... this.
1924 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
1925
1030e047
PA
19262012-04-19 Pedro Alves <palves@redhat.com>
1927
1928 * config.in: Regenerate.
1929
447d4319
PA
19302012-04-19 Pedro Alves <palves@redhat.com>
1931
1932 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
1933 * server.h (memmem): Remove declaration.
1934 * config.in: Regenerate.
1935 * configure: Regenerate.
1936
aad9eab9
YQ
19372012-04-19 Yao Qi <yao@codesourcery.com>
1938
1939 * Makefile.in (SFILES): Add common/vec.c.
1940 (OBS): Add vec.o.
1941 (vec.o): New rule.
1942
3e10640f
YQ
19432012-04-19 Yao Qi <yao@codesourcery.com>
1944
1945 * remote-utils.c (prepare_resume_reply): Replace with macro
1946 target_core_of_thread.
1947 * server.c (handle_qxfer_threads_proper): Likewise.
1948 * target.h (traget_core_of_thread): New macro.
1949
71622373
PA
19502012-04-18 Pedro Alves <palves@redhat.com>
1951
1952 * aclocal.m4: Regenerate.
1953 * configure: Regenerate.
1954
80d26939
YQ
19552012-04-16 Yao Qi <yao@codesourcery.com>
1956
1957 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
1958 duplicated on address.
1959
42476b70
YQ
19602012-04-16 Yao Qi <yao@codesourcery.com>
1961
1962 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
1963 (struct tracepoint_action_ops) <send>: New field.
1964 (m_tracepoint_action_send, r_tracepoint_action_send): New.
1965 (agent_expr_send, x_tracepoint_action_send): New.
1966 (l_tracepoint_action_send): New.
1967 (cmd_qtdp): Download and install tracepoint
1968 according to `use_agent'.
1969 (run_inferior_command): Add one more parameter `len'.
1970 Update callers.
1971 (tracepoint_send_agent): New.
1972 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
1973
7bc83639
YQ
19742012-04-16 Yao Qi <yao@codesourcery.com>
1975
1976 * tracepoint.c (download_tracepoints): Moved to ...
1977 (cmd_qtstart): ... here.
1978
5f18041e
YQ
19792012-04-14 Yao Qi <yao@codesourcery.com>
1980
1981 * tracepoint.c: Include inttypes.h.
1982 (struct collect_memory_action): Use sized types.
1983 (struct tracepoint): Likewise.
1984 (cmd_qtdp, stop_tracing): Update print specifiers.
1985 (cmd_qtp, response_tracepoint): Likewise.
1986 (collect_data_at_tracepoint): Likewise.
1987 (collect_data_at_step): Likewise.
1988
55a8c076
YQ
19892012-04-14 Yao Qi <yao@codesourcery.com>
1990
1991 Import gnulib module inttypes.
1992 * aclocal.m4, config.in, configure: Regenerated.
1993
dc750257
YQ
19942012-04-14 Yao Qi <yao@codesourcery.com>
1995
1996 * Makefile.in (maintainer-clean, realclean, distclean): Remove
1997 Makefile and config.status at last.
1998
0ab5faf9
YQ
19992012-04-13 Yao Qi <yao@codesourcery.com>
2000
2001 * tracepoint.c: Include stdint.h unconditionally.
2002
18f5fd81
TJB
20032012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
2004
2005 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
2006 on BFD_HAVE_SYS_PROCFS_TYPE.
2007 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
2008 * configure: Regenerate.
2009 * config.in: Likewise.
2010
4d47af5c
L
20112012-04-13 H.J. Lu <hongjiu.lu@intel.com>
2012
2013 * Makefile.in (clean): Also remove x32.c x32-linux.c
2014 x32-avx.c x32-avx-linux.c.
2015 (x32.o): New target.
2016 (x32.c): Likewise.
2017 (x32-linux.o): Likewise.
2018 (x32-linux.c): Likewise.
2019 (x32-avx.o): Likewise.
2020 (x32-avx.c): Likewise.
2021 (x32-avx-linux.o): Likewise.
2022 (x32-avx-linux.c): Likewise.
2023
2024 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
2025 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
2026 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
2027 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
2028 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
2029 i386/x32-avx-linux.xml.
2030
2031 * linux-x86-low.c (init_registers_x32_linux): New prototype.
2032 (init_registers_x32_avx_linux): Likwise.
2033 (x86_linux_update_xmltarget): Call init_registers_x32_linux
2034 or init_registers_x32_avx_linux if linux_is_elf64 is false.
2035
ecedbe58
PA
20362012-04-13 Pedro Alves <palves@redhat.com>
2037
2038 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
2039 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
2040 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
2041 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
2042 the sub-make.
2043
c92b5177
L
20442012-04-12 H.J. Lu <hongjiu.lu@intel.com>
2045
2046 * linux-x86-low.c (compat_x32_clock_t): New.
2047 (compat_x32_siginfo_t): Likewise.
2048 (compat_x32_siginfo_from_siginfo): Likewise.
2049 (siginfo_from_compat_x32_siginfo): Likewise.
2050 (linux_is_elf64): Likewise.
2051 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
2052 and siginfo_from_compat_x32_siginfo for x32.
2053 (x86_arch_setup): Set linux_is_elf64.
2054
214d508e
L
20552012-04-12 H.J. Lu <hongjiu.lu@intel.com>
2056
2057 PR gdb/13969
2058 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
2059 e_machine field.
2060 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
2061 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
2062 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
2063 compatible with process.
2064
c9a1864a
YQ
20652012-04-12 Yao Qi <yao@codesourcery.com>
2066
2067 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
2068 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
2069 (install-only, install-info, clean): Handle sub dir gnulib.
2070 (all-lib, am--refresh): New targets.
2071 (memmem.o): Remove target.
2072 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
2073 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
2074 (AC_REPLACE_FUNCS): Remove memmem.
2075 Invoke gl_INIT and AM_INIT_AUTOMAKE.
2076 (AC_OUTPUT): Generate Makefile in gnulib/.
2077 * aclocal.m4, config.in, configure: Regenerated.
2078
367ba2c2
MR
20792012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
2080
2081 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
2082
9d236627
PA
20832012-04-05 Pedro Alves <palves@redhat.com>
2084
2085 -Werror=strict-aliasing
2086
2087 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
2088 pointer.
2089
111217b3
PA
20902012-04-04 Pedro Alves <palves@redhat.com>
2091
2092 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
2093 (sparc_store_gregset_from_stack, sparc_store_gregset)
2094 (sparc_breakpoint_at): Fix formatting.
2095
8365dcf5
TJB
20962012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
2097
2098 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
2099 are available.
2100 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
2101 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
2102 * config.in: Regenerate.
2103 * configure: Likewise.
2104
689cc2ae
PA
21052012-03-29 Pedro Alves <palves@redhat.com>
2106
2107 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
2108 Correct ptrace arguments.
2109
c14dfd32
PA
21102012-03-28 Pedro Alves <palves@redhat.com>
2111
2112 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
2113 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
2114 (IA64_FR1_REGNUM): New defines.
2115 (ia64_fetch_register): New.
2116 (the_low_target): Install it.
2117 * linux-low.h (struct linux_target_ops) <fetch_register>: New
2118 field.
2119 * linux-low.c (linux_fetch_registers): Try the
2120 the_low_target.fetch_register hook first.
2121
2122 * linux-arm-low.c (the_low_target): Adjust.
2123 * linux-bfin-low.c (the_low_target): Adjust.
2124 * linux-cris-low.c (the_low_target): Adjust.
2125 * linux-crisv32-low.c (the_low_target): Adjust.
2126 * linux-m32r-low.c (the_low_target): Adjust.
2127 * linux-m68k-low.c (the_low_target): Adjust.
2128 * linux-mips-low.c (the_low_target): Adjust.
2129 * linux-ppc-low.c (the_low_target): Adjust.
2130 * linux-s390-low.c (the_low_target): Adjust.
2131 * linux-sh-low.c (the_low_target): Adjust.
2132 * linux-sparc-low.c (the_low_target): Adjust.
2133 * linux-tic6x-low.c (the_low_target): Adjust.
2134 * linux-x86-low.c (the_low_target): Adjust.
2135 * linux-xtensa-low.c (the_low_target): Adjust.
2136
63c88e13
PA
21372012-03-26 Pedro Alves <palves@redhat.com>
2138
2139 * server.c (handle_qxfer_libraries): Don't bail early if
2140 the_target->qxfer_libraries_svr4 is not NULL.
2141
fb723180
PA
21422012-03-26 Pedro Alves <palves@redhat.com>
2143
2144 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
2145
0afae3cf
PA
21462012-03-23 Pedro Alves <palves@redhat.com>
2147
2148 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
2149 "library-list-svr4" element's start tag when the the DSO list is
2150 empty.
2151
485f1ee4
PA
21522012-03-23 Pedro Alves <palves@redhat.com>
2153
2154 * linux-low.c (read_one_ptr): Read the inferior's pointer through
2155 a variable whose type size is the same as the inferior's pointer
2156 size.
2157
a5362b9a
TS
21582012-03-21 Thomas Schwinge <thomas@codesourcery.com>
2159
2160 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
2161 struct siginfo.
2162 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
2163 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
2164 * linux-low.h: Include <signal.h>.
2165 (struct siginfo): Remove forward declaration.
2166 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
2167 struct siginfo.
2168
d226c142
MF
21692012-03-21 Mike Frysinger <vapier@gentoo.org>
2170
2171 * .gitignore: Ignore more files.
2172
122f36ef
PA
21732012-03-19 Pedro Alves <palves@redhat.com>
2174 Jan Kratochvil <jan.kratochvil@redhat.com>
2175
2176 * server.c (cont_thread, general_thread): Add describing comments.
2177 (start_inferior): Clear `cont_thread'.
2178 (handle_v_cont): Don't set `cont_thread' if resuming all threads
2179 of a process.
2180
fc3e5175
YQ
21812012-03-15 Yao Qi <yao@codesourcery.com>
2182
2183 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
2184 handling to ...
2185 (cmd_qtdp): ... here.
2186
8d0d92cd
YQ
21872012-03-15 Yao Qi <yao@codesourcery.com>
2188
2189 * tracepoint.c (struct tracepoint_action_ops): New.
2190 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
2191 (m_tracepoint_action_download): New.
2192 (r_tracepoint_action_download): New.
2193 (x_tracepoint_action_download): New.
2194 (l_tracepoint_action_download): New.
2195 (add_tracepoint_action): Install `action->ops' according type.
2196 (download_tracepoint_1): Move code `download' function pointer
2197 of various tracepoint_action_ops.
2198
87b0bb13
JK
21992012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
2202 linux_ptrace_attach_warnings.
2203
5f572dec
JK
22042012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 * Makefile.in (linux-ptrace.o): New.
2207 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
2208 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
2209 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
2210 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
2211 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
2212 of these targets.
2213 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
2214
f4647387
YQ
22152012-03-08 Yao Qi <yao@codesourcery.com>
2216 Pedro Alves <palves@redhat.com>
2217
2218 Fix PR server/13392.
2219 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
2220 offset of JMP insn.
2221 * tracepoint.c (remove_tracepoint): New.
2222 (cmd_qtdp): Call remove_tracepoint when failed to install.
2223
9b224c5e
PA
22242012-03-07 Pedro Alves <palves@redhat.com>
2225
2226 * linux-low.c (get_detach_signal): New.
2227 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
2228 Pass on pending signals to PTRACE_DETACH. Check the result of the
2229 ptrace call.
2230 * server.c (program_signals, program_signals_p): New.
2231 (handle_general_set): Handle QProgramSignals.
2232 * server.h (program_signals, program_signals_p): Declare.
2233
e237a7e2
JK
22342012-03-05 Pedro Alves <palves@redhat.com>
2235 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
2238 New comment why.
2239
5808517f
YQ
22402012-03-03 Yao Qi <yao@codesourcery.com>
2241
2242 * tracepoint.c (tracepoint_look_up_symbols): Update call to
2243 agent_look_up_symbols.
2244
58b4daa5
YQ
22452012-03-03 Yao Qi <yao@codesourcery.com>
2246
2247 * Makefile.in (linux-low.o): Keep dependence on agent.h.
2248 (linux-x86-low.o): Likewise.
2249 * server.h: Remove in_process_agent_loaded.
2250 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
2251 common/agent.c.
2252 Update callers.
2253
8ffcbaaf
YQ
22542012-03-03 Yao Qi <yao@codesourcery.com>
2255
2256 * tracepoint.c (gdb_agent_capability): New global.
2257 (in_process_agent_loaded_ust): Renamed to
2258 `in_process_agent_supports_ust'.
2259 Update callers.
2260 (in_process_agent_supports_ust): Call agent_capability_check.
2261 (clear_installed_tracepoints): Assert that agent supports
2262 agent.
2263
d1feda86
YQ
22642012-03-03 Yao Qi <yao@codesourcery.com>
2265
2266 * linux-low.c (linux_supports_agent): New.
2267 (linux_target_ops): Initialize field `supports_agent' with
2268 linux_supports_agent.
2269 * target.h (struct target_ops) <supports_agent>: New.
2270 (target_supports_agent): New macro.
2271 * server.c (handle_general_set): Handle packet 'QAgent'.
2272 (handle_query): Send `QAgent+'.
2273 * Makefile.in (server.o): Depends on agent.h.
2274
2fa291ac
YQ
22752012-03-03 Yao Qi <yao@codesourcery.com>
2276
2277 * Makefile.in (OBS): Add agent.o.
2278 Add new rule for agent.o.
2279 Track dependence of tracepoint.c on agent.h.
2280 * tracepoint.c (run_inferior_command_1):
2281 (run_inferior_command): Call agent_run_command.
2282 (gdb_ust_connect_sync_socket): Deleted. Move it to
2283 common/agent.c.
2284 (resume_thread, stop_thread): Likewise.
2285 (gdb_ust_socket_init): Renamed to ...
2286 (gdb_agent_socket_init): ... New.
2287 (gdb_ust_thread): Renamed to ...
2288 (gdb_agent_helper_thread): ... New.
2289 (gdb_ust_init): Move some code to ...
2290 (gdb_agent_init): ... here. New.
2291 [HAVE_UST]: Call gdb_ust_init.
2292 (initialize_tracepoint_ftlib): Call gdb_agent_init.
2293 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
2294 * config.in, configure: Regenerated.
2295
05044653
PA
22962012-03-02 Pedro Alves <palves@redhat.com>
2297
2298 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
2299 * linux-low.c (struct simple_pid_list): New.
2300 (stopped_pids): New a struct simple_pid_list pointer.
2301 (add_to_pid_list, pull_pid_from_list): New.
2302 (handle_extended_wait): Don't assume the first signal new children
2303 report is SIGSTOP. Adjust call to pull_pid_from_list.
2304 (linux_wait_for_lwp): Adjust.
2305
8d00225b
YQ
23062012-03-02 Yao Qi <yao@codesourcery.com>
2307
2308 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
2309 debug log.
2310
19560ba5
YQ
23112012-03-02 Yao Qi <yao@codesourcery.com>
2312
2313 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
2314 `stop_pc' and `tpoint'. Update caller.
2315
1faeff08
MR
23162012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2317
2318 * linux-low.h (linux_target_ops): Add regset_bitmap member.
2319 * linux-low.c (use_linux_regsets): New macro.
2320 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
2321 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
2322 (linux_register_in_regsets): New function.
2323 (usr_fetch_inferior_registers): Skip registers covered by
2324 regsets.
2325 (usr_store_inferior_registers): Likewise.
2326 (usr_fetch_inferior_registers): New macro.
2327 (usr_store_inferior_registers): Likewise.
2328 (linux_fetch_registers): Handle mixed regset/non-regset targets.
2329 (linux_store_registers): Likewise.
2330 * linux-mips-low.c (init_registers_mips_dsp_linux): New
2331 prototype.
2332 (init_registers_mips64_dsp_linux): Likewise.
2333 (init_registers_mips_linux): New macro.
2334 (init_registers_mips_dsp_linux): Likewise.
2335 (mips_dsp_num_regs): Likewise.
2336 (DSP_BASE, DSP_CONTROL): New fallback macros.
2337 (mips_base_regs): New macro.
2338 (mips_regmap): Use it. Fix the size.
2339 (mips_dsp_regmap): New variable.
2340 (mips_dsp_regset_bitmap): Likewise.
2341 (mips_arch_setup): New function.
2342 (mips_cannot_fetch_register): Use the_low_target.regmap rather
2343 than mips_regmap.
2344 (mips_cannot_store_register): Likewise.
2345 (the_low_target): Update .arch_setup, .num_regs and .regmap
2346 initializers. Add .regset_bitmap initializer.
2347 * linux-arm-low.c (the_low_target): Add .regset_bitmap
2348 initializer.
2349 * linux-bfin-low.c (the_low_target): Likewise.
2350 * linux-cris-low.c (the_low_target): Likewise.
2351 * linux-crisv32-low.c (the_low_target): Likewise.
2352 * linux-ia64-low.c (the_low_target): Likewise.
2353 * linux-m32r-low.c (the_low_target): Likewise.
2354 * linux-m68k-low.c (the_low_target): Likewise.
2355 * linux-ppc-low.c (the_low_target): Likewise.
2356 * linux-s390-low.c (the_low_target): Likewise.
2357 * linux-sh-low.c (the_low_target): Likewise.
2358 * linux-sparc-low.c (the_low_target): Likewise.
2359 * linux-tic6x-low.c (the_low_target): Likewise.
2360 * linux-x86-low.c (the_low_target): Likewise.
2361 * linux-xtensa-low.c (the_low_target): Likewise.
2362 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
2363 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
2364 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
2365 srv_xmlfiles.
2366 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
2367 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
2368
c03e6ccc
YQ
23692012-02-29 Yao Qi <yao@codesourcery.com>
2370 Pedro Alves <palves@redhat.com>
2371
2372 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
2373 `step_over_finished' is true.
2374
644cebc9
PA
23752012-02-27 Pedro Alves <palves@redhat.com>
2376
2377 * linux-low.c (pid_is_stopped): Delete, moved to common/.
2378 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
2379
c14d7ab2
PA
23802012-02-27 Pedro Alves <palves@redhat.com>
2381
2382 PR server/9684
2383 * linux-low.c (pid_is_stopped): New.
2384 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
2385
412c89dd
LM
23862012-02-25 Luis Machado <lgustavo@codesourcery.com>
2387
2388 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
2389 of conditions.
2390
b745defe
MR
23912012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2392
2393 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
2394
9f3a5c85
LM
23952012-02-24 Luis Machado <lgustavo@codesourcery>
2396
2397 * server.c (handle_query): Advertise support for target-side
2398 breakpoint condition evaluation.
2399 (process_point_options): New function.
2400 (process_serial_event): When inserting a breakpoint, check for
2401 a target-side condition that should be evaluated.
2402
2403 * mem-break.c: Include regcache.h and ax.h.
2404 (point_cond_list_t): New data structure.
2405 (breakpoint) <cond_list>: New field.
2406 (find_gdb_breakpoint_at): Make non-static.
2407 (delete_gdb_breakpoint_at): Clear any target-side
2408 conditions.
2409 (clear_gdb_breakpoint_conditions): New function.
2410 (add_condition_to_breakpoint): Likewise.
2411 (add_breakpoint_condition): Likewise.
2412 (gdb_condition_true_at_breakpoint): Likewise.
2413 (gdb_breakpoint_here): Return result directly instead
2414 of going through a local variable.
2415
2416 * mem-break.h (find_gdb_breakpoint_at): New prototype.
2417 (clear_gdb_breakpoint_conditions): Likewise.
2418 (add_breakpoint_condition): Likewise.
2419 (gdb_condition_true_at_breakpoint): Likewise.
2420
2421 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
2422 (need_step_over_p): Take target-side breakpoint condition into
2423 consideration.
2424
5e1dc496
LM
24252012-02-24 Luis Machado <lgustavo@codesourcery>
2426
2427 * server.h: Include tracepoint.h.
2428 (agent_mem_read, agent_get_trace_state_variable_value,
2429 agent_set_trace_state_variable_value,
2430 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
2431 get_set_tsv_func_addr): New prototypes.
2432
2433 * ax.h: New include file.
2434 * ax.c: New source file.
2435
2436 * tracepoint.c: Include ax.h.
2437 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
2438 agent_expr, eval_result_type): Move to ax.h.
2439 (parse_agent_expr): Rename to ...
2440 (gdb_parse_agent_expr): ... this, make it non-static and move
2441 to ax.h.
2442 (unparse_agent_expr) Rename to ...
2443 (gdb_unparse_agent_expr): ... this, make it non-static and move
2444 to ax.h.
2445 (eval_agent_expr): Rename to ...
2446 (eval_tracepoint_agent_expr): ... this.
2447 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
2448 forward declarations.
2449 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
2450 (agent_get_trace_state_variable_value): New function.
2451 (agent_set_trace_state_variable_value): New function.
2452 (cmd_qtdp): Call gdb_parse_agent_expr (...).
2453 (response_tracepoint): Call gdb_unparse_agent_expr (...).
2454 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
2455 (condition_true_at_tracepoint): Likewise.
2456 (parse_agent_expr): Rename to ...
2457 (gdb_parse_agent_expr): ... this and move to ax.c.
2458 (unparse_agent_expr): Rename to ...
2459 (gdb_unparse_agent_expr): ... this and move to ax.c.
2460 (gdb_agent_op_name): Move to ax.c.
2461 (eval_agent_expr): Rename to ...
2462 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
2463 and move to ax.c.
2464 (eval_tracepoint_agent_expr): New function.
2465 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 2466 non-static.
5e1dc496
LM
2467 (current_insn_ptr, emit_error, struct bytecode_address): Move to
2468 ax.c.
2469 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
2470 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
2471 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
2472 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
2473 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
2474 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
2475 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
2476 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
2477 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
2478 (compile_bytecodes): Remove forward declaration.
2479 (is_goto_target): Move to ax.c.
2480 (compile_bytecodes): Move to ax.c and call
2481 agent_get_trace_state_variable_value (...) and
2482 agent_set_trace_state_variable_value (...).
2483
2484 * Makefile.in: Update ax.c and IPA dependencies.
2485
277e4e52
PA
24862012-02-24 Pedro Alves <palves@redhat.com>
2487
2488 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
2489 (cmd_bigqtbuffer_circular): ... this. Only handle
2490 'QTBuffer:circular:'.
2491 (handle_tracepoint_general_set): Adjust.
2492
bf4c19f7
YQ
24932012-02-16 Yao Qi <yao@codesourcery.com>
2494
2495 * inferiors.c: Move code to ...
2496 * dll.c: .... here. New.
2497 * server.h: Declare clear_dlls.
2498 * Makefile.in (SFILES): Add dll.c.
2499 (OBS): Add dll.o
2500 (dll.o): New rule.
2501
d73f2619
YQ
25022012-02-11 Yao Qi <yao@codesourcery.com>
2503
2504 * server.c: (handle_monitor_command): Add a new parameter
2505 `own_buf'.
2506 (handle_query): Update caller.
2507
f8255c2a
JB
25082012-02-09 Joel Brobecker <brobecker@adacore.com>
2509
2510 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
2511 * configure, config.in: Regenerate.
2512 * hostio.c: Provide an alternate implementation if HAVE_READLINK
2513 is not defined.
2514
da84f473
PA
25152012-02-02 Pedro Alves <palves@redhat.com>
2516
2517 Try SIGKILL first, then PTRACE_KILL.
2518 * linux-low.c (linux_kill_one_lwp): New.
2519 (linux_kill_one_lwp): Rename to ...
2520 (kill_one_lwp_callback): ... this. Use the new
2521 linux_kill_one_lwp.
2522
e886a173
PA
25232012-02-02 Pedro Alves <palves@redhat.com>
2524
2525 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
2526 inferior.
2527
be07f1a2
PA
25282012-01-27 Pedro Alves <palves@redhat.com>
2529
2530 * linux-low.c (linux_child_pid_to_exec_file): Delete.
2531 (elf_64_file_p): Make static.
2532 (linux_pid_exe_is_elf_64_file): New.
2533 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
2534 Delete declarations.
2535 (linux_pid_exe_is_elf_64_file): Declare.
2536 * linux-x86-low.c (x86_arch_setup): Use
2537 linux_pid_exe_is_elf_64_file.
2538
d8301ad1
JK
25392012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 * linux-low.c (linux_wait_for_event_1): Rename to ...
2542 (linux_wait_for_event): ... here and merge it with former
2543 linux_wait_for_event - new variable wait_ptid, use it.
2544 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
2545
01b17894
PA
25462012-01-23 Pedro Alves <palves@redhat.com>
2547
2548 * server.c (main): Avoid yet another case of infinite loop while
2549 detaching/killing after a longjmp.
2550
e825046f
JK
25512012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2552
2553 Code cleanup.
2554 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
2555
b9e7b9c3
UW
25562012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2557
2558 * hostio.c (handle_readlink): New function.
2559 (handle_vFile): Call it to handle "vFile:readlink" packets.
2560
901f9912
UW
25612012-01-20 Pedro Alves <palves@redhat.com>
2562 Ulrich Weigand <ulrich.weigand@linaro.org>
2563
2564 * server.c (handle_v_requests): Only support vAttach and vRun to
2565 start multiple processes when in extended protocol mode.
2566
fc1ab1a0
PA
25672012-01-17 Pedro Alves <palves@redhat.com>
2568
2569 * tracepoint.c (initialize_tracepoint): Use mmap instead of
2570 memalign plus mprotect to allocate the scratch buffer.
2571
7d5d4e98
PA
25722012-01-13 Pedro Alves <palves@redhat.com>
2573
2574 * server.c (attach_inferior): Clear `cont_thread'.
2575
f128d5e9
PA
25762012-01-13 Pedro Alves <palves@redhat.com>
2577
2578 * server.c (main): Avoid infinite loop while detaching/killing
2579 after a longjmp.
2580
06db92f0
DE
25812012-01-09 Doug Evans <dje@google.com>
2582
2583 * server.c (start_inferior): Set last_ptid in --wrapper case.
2584
32d92999
YQ
25852012-01-06 Yao Qi <yao@codesourcery.com>
2586
2587 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
2588 defined.
2589 [IN_PROCESS_AGENT] (debug_agent): New global variable.
2590
5e0a92a9
YQ
25912012-01-04 Yao Qi <yao@codesourcery.com>
2592
2593 * tracepoint.c (cmd_qtdp): Print debug message
2594 for static tracepoint.
2595
ae639e8c
YQ
25962012-01-04 Yao Qi <yao@codesourcery.com>
2597
2598 * tracepoint.c (trace_vdebug): Differentiate debug message
2599 between gdbserver and IPA.
2600
f72429c5
YQ
26012012-01-03 Yao Qi <yao@codesourcery.com>
2602
2603 * tracepoint.c (tracepoint_was_hit): Don't collect for
2604 static tracepoint.
2605
12c3e59c
JB
26062012-01-02 Joel Brobecker <brobecker@adacore.com>
2607
2608 * terminal.h: Reformat copyright header.
2609
67827812
JB
26102012-01-02 Joel Brobecker <brobecker@adacore.com>
2611
2612 * server.c (gdbserver_version): Update copyright year.
2613 * gdbreplay.c (gdbreplay_version): Likewise.
2614
3e52c33d
JK
26152011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2616
2617 * linux-low.c (linux_create_inferior): Put empty if clause for write.
2618
2619 Revert:
2620 2011-12-18 Hui Zhu <teawater@gmail.com>
2621 * linux-low.c (linux_create_inferior): Save return value to ret.
2622
66f1260e
HZ
26232011-12-18 Hui Zhu <teawater@gmail.com>
2624
2625 * linux-low.c (linux_create_inferior): Save return value to ret.
2626
e77616d7
DE
26272011-12-16 Doug Evans <dje@google.com>
2628
e7b06c57
DE
2629 * linux-low.c (linux_create_inferior): If stdio connection,
2630 redirect stdin from /dev/null, stdout to stderr.
2631 * remote-utils.c (remote_is_stdio): New static global.
2632 (remote_connection_is_stdio): New function.
2633 (remote_prepare): Handle stdio connection.
2634 (remote_open): Ditto.
2635 (remote_close): Don't close stdin for stdio connections.
2636 (read_prim,write_prim): New functions. Replace all calls to
2637 read/write to these.
2638 * server.c (main): Watch for "-" argument. Move call to
2639 remote_prepare before start_inferior.
2640 * server.h (STDIO_CONNECTION_NAME): New macro.
2641 (remote_connection_is_stdio): Declare.
2642
e77616d7
DE
2643 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
2644 in debugging output.
2645
82067193
YQ
26462011-12-15 Yao Qi <yao@codesourcery.com>
2647
2648 * tracepoint.c: Include sys/syscall.h.
2649 (gdb_ust_thread): Remove preprocessor conditional.
2650
82bfbe7e
PA
26512011-12-14 Pedro Alves <pedro@codesourcery.com>
2652
2653 * linux-low.c (linux_detach_one_lwp): Call
2654 the_low_target.prepare_to_resume before detaching.
2655
712c6575
YQ
26562011-12-14 Yao Qi <yao@codesourcery.com>
2657
2658 * tracepoint.c (gdb_ust_thread): Don't ignore return value
2659 of write.
2660
d54d1edf
YQ
26612011-12-14 Yao Qi <yao@codesourcery.com>
2662
2663 * i386-low.c (i386_low_stopped_data_address): Initialize local
2664 variable `control'.
2665
6210a125
PA
26662011-12-13 Pedro Alves <pedro@codesourcery.com>
2667
2668 PR remote/13492
2669
2670 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
2671 DR_CONTROL unless necessary. Extend comments.
2672 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
2673 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
2674
2ece8244
YQ
26752011-12-13 Yao Qi <yao@codesourcery.com>
2676
2677 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
2678 macros.
2679 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
2680
784867a5
JK
26812011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2682
2683 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
2684 Print new debug message for such case.
2685
6bf36717
JK
26862011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 Fix overlapping memcpy.
2689 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
2690 the read_inferior_memory transfer.
2691 (delete_fast_tracepoint_jump): New variable buf. Use it for the
2692 write_inferior_memory transfer.
2693 (set_fast_tracepoint_jump): New variable buf. Use it for the
2694 read_inferior_memory and write_inferior_memory transfers.
2695 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
2696 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
2697 Use it for the write_inferior_memory transfer.
2698 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
2699 buffers.
2700
50275556
MR
27012011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
2702
2703 * linux-low.c (fetch_register, store_register): Make code
2704 consistent, fix formatting.
2705
7325beb4
MR
27062011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
2707
2708 * linux-low.c (usr_store_inferior_registers): Factor out code
2709 to handle individual registers into...
2710 (store_register): ... this new function.
2711
c642a434
UW
27122011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
2713
2714 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
2715 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
2716 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
2717 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
2718 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
2719 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
2720 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
2721 (srv_xmlfiles): Add new XML files.
2722
2723 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
2724 and <sys/uio.h>.
2725 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
2726 (init_registers_s390_linux32v1): Add prototype.
2727 (init_registers_s390_linux32v2): Likewise.
2728 (init_registers_s390_linux64v1): Likewise.
2729 (init_registers_s390_linux64v2): Likewise.
2730 (init_registers_s390x_linux64v1): Likewise.
2731 (init_registers_s390x_linux64v2): Likewise.
2732 (s390_num_regs): Increment to 52.
2733 (s390_regmap): Add orig_r2 register.
2734 (s390_num_regs_3264): Increment to 68.
2735 (s390_regmap_3264): Add orig_r2 register.
2736 (s390_collect_ptrace_register): Handle orig_r2 register.
2737 (s390_supply_ptrace_register): Likewise.
2738 (s390_fill_last_break): New function.
2739 (s390_store_last_break): Likewise.
2740 (s390_fill_system_call): New function.
2741 (s390_store_system_call): Likewise.
2742 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
2743 register sets.
2744 (s390_check_regset): New function.
2745 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
2746 NT_S390_SYSTEM_CALL regsets and use appropriate description.
2747 Update target_regsets for available register sets.
2748
2268b414
JK
27492011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2750 Jan Kratochvil <jan.kratochvil@redhat.com>
2751
2752 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
2753 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
2754 New.
2755 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
2756 * linux-low.h (struct process_info_private): New member r_debug.
2757 * server.c (handle_qxfer_libraries): Call
2758 the_target->qxfer_libraries_svr4.
2759 (handle_qxfer_libraries_svr4): New function.
2760 (qxfer_packets): New entry "libraries-svr4".
2761 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
2762 * target.h (struct target_ops): New member qxfer_libraries_svr4.
2763 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
2764 PACKET_qXfer_libraries_svr4.
2765
d6db1fab
UW
27662011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2767
2768 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
2769 PSW address/mask between 8-byte and 16-byte formats.
2770 (s390_supply_ptrace_register): Likewise.
2771 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
2772 basic addressing mode bit.
2773
242f5f1c
SS
27742011-11-24 Stan Shebs <stan@codesourcery.com>
2775
2776 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
2777
f196051f
SS
27782011-11-17 Stan Shebs <stan@codesourcery.com>
2779
2780 * tracepoint.c (struct tracepoint): New field traceframe_usage.
2781 (tracing_start_time): New global.
2782 (tracing_stop_time): New global.
2783 (tracing_user_name): New global.
2784 (tracing_notes): New global.
2785 (tracing_stop_note): New global.
2786 (cmd_qtstart): Set traceframe_usage, start_time.
2787 (stop_tracing): Set stop_time.
2788 (cmd_qtstatus): Report additional status.
2789 (cmd_qtp): New function.
2790 (handle_tracepoint_query): Call it.
2791 (cmd_qtnotes): New function.
2792 (handle_tracepoint_general_set): Call it.
2793 (get_timestamp): Rename from tsv_get_timestamp.
2794
405f8e94
SS
27952011-11-14 Stan Shebs <stan@codesourcery.com>
2796 Kwok Cheung Yeung <kcy@codesourcery.com>
2797
2798 * linux-x86-low.c (small_jump_insn): New.
2799 (i386_install_fast_tracepoint_jump_pad): Add arguments for
2800 trampoline and error message, build a trampoline and issue a small
2801 jump instruction to it.
2802 (x86_install_fast_tracepoint_jump_pad): Add arguments for
2803 trampoline and error message.
2804 (x86_get_min_fast_tracepoint_insn_len): New.
2805 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
2806 * linux-low.h (struct linux_target_ops): Add arguments to
2807 install_fast_tracepoint_jump_pad operation, add new operation.
2808 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
2809 arguments.
2810 (linux_get_min_fast_tracepoint_insn_len): New function.
2811 (linux_target_op): Add new operation.
2812 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
2813 (gdb_trampoline_buffer_end): Ditto.
2814 (gdb_trampoline_buffer_error): Ditto.
2815 (struct ipa_sym_addresses): Add fields for new IPA variables.
2816 (symbol_list): Add entries for new IPA variables.
2817 (struct tracepoint): Add fields to hold the address range of the
2818 trampoline used by the tracepoint.
2819 (trampoline_buffer_head): New static variable.
2820 (trampoline_buffer_tail): Ditto.
2821 (claim_trampoline_space): New function.
2822 (have_fast_tracepoint_trampoline_buffer): New function.
2823 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
2824 structure.
2825 (install_fast_tracepoint): Ditto, also add error buffer argument.
2826 (cmd_qtminftpilen): New function.
2827 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
2828 (fast_tracepoint_from_trampoline_address): New function.
2829 (fast_tracepoint_collecting): Handle trampoline as part of jump
2830 pad space.
2831 (set_trampoline_buffer_space): New function.
2832 (initialize_tracepoint): Initialize new IPA variables.
2833 * target.h (struct target_ops): Add arguments to
2834 install_fast_tracepoint_jump_pad operation, add new
2835 get_min_fast_tracepoint_insn_len operation.
2836 (target_get_min_fast_tracepoint_insn_len): New.
2837 (install_fast_tracepoint_jump_pad): Add arguments.
2838 * server.h (IPA_BUFSIZ): Define.
2839 * linux-i386-ipa.c: Include extra header files.
2840 (initialize_fast_tracepoint_trampoline_buffer): New function.
2841 (initialize_low_tracepoint): Call it.
2842 * server.h (set_trampoline_buffer_space): Declare.
2843 (claim_trampoline_space): Ditto.
2844 (have_fast_tracepoint_trampoline_buffer): Ditto.
2845
1e4d1764
YQ
28462011-11-14 Yao Qi <yao@codesourcery.com>
2847
2848 * server.c (handle_query): Handle InstallInTrace for qSupported.
2849 * tracepoint.c (add_tracepoint): Sort list.
2850 (install_tracepoint, download_tracepoint): New.
2851 (cmd_qtdp): Call them to install and download tracepoints.
2852 (sort_tracepoints): Removed.
2853 (cmd_qtstart): Update.
2854
5c73ff4e
YQ
28552011-11-14 Yao Qi <yao@codesourcery.com>
2856
2857 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
2858 * mem-break.h: Declare.
2859 * tracepoint.c (cmd_qtstart): Move some code to ...
2860 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
2861 New.
2862 (download_tracepoints): Move some code to ...
2863 (download_tracepoint_1): ... here. New.
2864
86a30030
YQ
28652011-11-08 Yao Qi <yao@codesourcery.com>
2866
2867 * remote-utils.c (relocate_instruction): A comment fix.
2868
8d26e50c
JB
28692011-11-07 Joel Brobecker <brobecker@adacore.com>
2870
2871 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
2872 (i386_dr_low_get_control, i386_dr_low_get_status): Use
2873 dr_status_mirror and dr_control_mirror from debug_reg_state.
2874 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
2875 (i386_initial_stuff): Remove use of deleted globals.
2876 (i386_get_thread_context, i386_set_thread_context,
2877 i386_thread_added): Use dr_status_mirror and dr_control_mirror
2878 from debug_reg_state.
2879
a59306a3
YQ
28802011-11-05 Yao Qi <yao@codesourcery.com>
2881
2882 * tracepoint.c (gdb_collect): Loop over tracepoints of same
2883 address as TPOINT's.
2884
3065dfb6
SS
28852011-11-02 Stan Shebs <stan@codesourcery.com>
2886
2887 * tracepoint.c (agent_mem_read_string): New function.
2888 (eval_agent_expr): Call it for tracenz.
2889 * server.c (handle_query): Report support for tracenz.
2890
fd0d8c7c
YQ
28912011-11-02 Yao Qi <yao@codesourcery.com>
2892
2893 * tracepoint.c (cmd_qtstart): Remove unused local variables.
2894
609086b1
YQ
28952011-11-02 Yao Qi <yao@codesourcery.com>
2896
2897 * target.h: Fix a typo in comment.
2898
b9fd1791
PA
28992011-10-31 Pedro Alves <pedro@codesourcery.com>
2900
2901 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
2902 clobber the breakpoints' shadows with fast tracepoint jumps.
2903 * mem-break.h (check_mem_write): Add `myaddr' parameter.
2904 * target.c (write_inferior_memory): Also pass MYADDR down to
2905 check_mem_write.
2906
03583c20
UW
29072011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
2908
2909 * configure.ac: Check support for personality routine.
2910 * configure: Regenerate.
2911 * config.in: Likewise.
2912 * linux-low.c: Include <sys/personality.h>.
2913 Define ADDR_NO_RANDOMIZE if necessary.
2914 (linux_create_inferior): Disable address space randomization when
2915 forking inferior, if requested.
2916 (linux_supports_disable_randomization): New function.
2917 (linux_target_ops): Install it.
2918 * server.h (disable_randomization): Declare.
2919 * server.c (disable_randomization): New global variable.
2920 (handle_general_set): Handle QDisableRandomization.
2921 (handle_query): Likewise for qSupported.
2922 (main): Support --disable-randomization and --no-disable-randomization
2923 command line arguments.
2924 * target.h (struct target_ops): Add supports_disable_randomization.
2925 (target_supports_disable_randomization): New macro.
2926
723b724b
MF
29272011-09-29 Mike Frysinger <vapier@gentoo.org>
2928
2929 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
2930 ifdef check.
2931 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
2932 [!PT_GETDSBT] (target_loadmap): New definition.
2933 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
2934 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
2935 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
2936 and PT_GETDSBT to LINUX_LOADMAP.
2937 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
2938 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
2939
55329a5c 29402011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
2941
2942 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
2943 (arm_linux_hwbp_cap): New static variable.
2944 (arm_linux_get_hwbp_cap): Replace by ...
2945 (arm_linux_init_hwbp_cap): ... this new function.
2946 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
2947 (arm_linux_get_hw_watchpoint_count): Likewise.
2948 (arm_linux_get_hw_watchpoint_max_length): Likewise.
2949 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
2950 (arm_prepare_to_resume): Use perror_with_name instead of error.
2951
55329a5c 29522011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
2953
2954 * linux-arm-low.c: Include <signal.h>.
2955 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
2956 (struct arm_linux_hwbp_cap): New data type.
2957 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
2958 (struct arm_linux_hw_breakpoint): New data type.
2959 (MAX_BPTS, MAX_WPTS): Define.
2960 (struct arch_process_info, struct arch_lwp_info): New data types.
2961 (arm_linux_get_hwbp_cap): New function.
2962 (arm_linux_get_hw_breakpoint_count): Likewise.
2963 (arm_linux_get_hw_watchpoint_count): Likewise.
2964 (arm_linux_get_hw_watchpoint_max_length): Likewise.
2965 (arm_hwbp_control_initialize): Likewise.
2966 (arm_hwbp_control_is_enabled): Likewise.
2967 (arm_hwbp_control_is_initialized): Likewise.
2968 (arm_hwbp_control_disable): Likewise.
2969 (arm_linux_hw_breakpoint_equal): Likewise.
2970 (arm_linux_hw_point_initialize): Likewise.
2971 (struct update_registers_data): New data structure.
2972 (update_registers_callback: New function.
2973 (arm_insert_point): Likewise.
2974 (arm_remove_point): Likewise.
2975 (arm_stopped_by_watchpoint): Likewise.
2976 (arm_stopped_data_address): Likewise.
2977 (arm_new_process): Likewise.
2978 (arm_new_thread): Likewise.
2979 (arm_prepare_to_resume): Likewise.
2980 (the_low_target): Register arm_insert_point, arm_remove_point,
2981 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
2982 arm_new_thread, and arm_prepare_to_resume.
2983
6b9801d4
SS
29842011-09-15 Stan Shebs <stan@codesourcery.com>
2985
2986 * server.h (struct emit_ops): Add compare-goto fields.
2987 * tracepoint.c (gdb_agent_op_sizes): New table.
2988 (emit_eq_goto): New function.
2989 (emit_ne_goto): New function.
2990 (emit_lt_goto): New function.
2991 (emit_le_goto): New function.
2992 (emit_gt_goto): New function.
2993 (emit_ge_goto): New function.
2994 (is_goto_target): New function.
2995 (compile_bytecodes): Recognize special cases of compare-goto
2996 combinations and call specialized emitters for them.
2997 * linux-x86-low.c (amd64_emit_eq_goto): New function.
2998 (amd64_emit_ne_goto): New function.
2999 (amd64_emit_lt_goto): New function.
3000 (amd64_emit_le_goto): New function.
3001 (amd64_emit_gt_goto): New function.
3002 (amd64_emit_ge_goto): New function.
3003 (amd64_emit_ops): Add the new functions.
3004 (i386_emit_eq_goto): New function.
3005 (i386_emit_ne_goto): New function.
3006 (i386_emit_lt_goto): New function.
3007 (i386_emit_le_goto): New function.
3008 (i386_emit_gt_goto): New function.
3009 (i386_emit_ge_goto): New function.
3010 (i386_emit_ops): Add the new functions.
3011
bf15cbda
SS
30122011-09-08 Stan Shebs <stan@codesourcery.com>
3013
3014 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
3015 (i386_emit_epilogue): Restore %ebx.
3016
943ca1dd
JZ
30172011-08-31 Jie Zhang <jzhang918@gmail.com>
3018
3019 * server.c (step_thread): Remove definition.
3020 (process_serial_event): Don't handle Hs.
3021 * server.h (step_thread): Remove declaration.
3022 * target.c (set_desired_inferior): Remove use of step_thread.
3023
e3deef73
LM
30242011-08-24 Luis Machado <lgustavo@codesourcery.com>
3025
3026 * linux-low.c: Include linux-procfs.h.
3027 (linux_attach_lwp_1): Update comments.
3028 (linux_attach): Scan for existing threads when attaching to a
3029 process that is the tgid.
3030 * Makefile.in: Update dependencies.
3031
13da1c97
LM
30322011-08-24 Luis Machado <lgustavo@codesourcery.com>
3033
3034 * configure.srv: Add linux-procfs.o dependencies.
3035
881127c9
YQ
30362011-08-14 Yao Qi <yao@codesourcery.com>
3037
3038 * target.h (struct target_ops): Fix indent.
3039 * win32-low.c (win32_target_ops): Fix comment.
3040
58dbd541
YQ
30412011-08-14 Andrew Jenner <andrew@codesourcery.com>
3042 Yao Qi <yao@codesourcery.com>
3043
3044 * Makefile.in (clean): Remove tic6x-*.c files.
3045 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
3046 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
3047 (tic6x-c64xp-linux.c): Likewise.
3048 * configure.srv: Add support for tic6x-*-uclinux.
3049 * linux-tic6x-low.c: New.
3050 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
3051
78d85199
YQ
30522011-08-14 Andrew Stubbs <ams@codesourcery.com>
3053 Yao Qi <yao@codesourcery.com>
3054
3055 * target.h (struct target_ops): Add read_loadmap.
3056 * linux-low.c (struct target_loadseg): New type.
3057 (struct target_loadmap): New type.
3058 (linux_read_loadmap): New function.
3059 (linux_target_ops): Add linux_read_loadmap.
3060 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
3061 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
3062 to NULL.
78d85199 3063
a959a88d
EZ
30642011-08-05 Eli Zaretskii <eliz@gnu.org>
3065
3066 * win32-low.c: Include <stdint.h>.
3067
1ced966e
PA
30682011-07-22 Pedro Alves <pedro@codesourcery.com>
3069
3070 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
3071 to the inferior here.
3072 (i386_remove_aligned_watchpoint): Ditto.
3073 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
3074 fit part of the watchpoint in the debug registers.
3075 (i386_update_inferior_debug_regs): New.
3076 (i386_low_insert_watchpoint): Work on a local mirror of the debug
3077 registers, and only update the inferior on success.
3078 (i386_low_remove_watchpoint): Ditto.
3079
d26e3629
KY
30802011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
3081
3082 * linux-low.c (compare_ints, unique, list_threads, show_process,
3083 linux_core_of_thread): Delete.
3084 (linux_target_ops): Change linux_core_of_thread to
3085 linux_common_core_of_thread.
3086 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
3087 * utils.c (malloc_failure): Change type of argument.
3088 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
3089 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
3090 common/linux-osdata.c, common/ptid.c and common/buffer.c.
3091 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
3092 (IPA_OBJS): Add common-utils-ipa.o.
3093 (ptid_h, linux_osdata_h): New macros.
3094 (server_h): Add common/common-utils.h, common/xml-utils.h,
3095 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
3096 common/ptid.h.
3097 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
3098 ptid.o, buffer.o): New rules.
3099 (linux-low.o): Add common/linux-osdata.h as a dependency.
3100 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
3101 * configure.ac: Add AC_HEADER_DIRENT check.
3102 * config.in: Regenerate.
3103 * configure: Regenerate.
3104 * remote-utils.c (xml_escape_text): Delete.
3105 (buffer_grow, buffer_free, buffer_init, buffer_finish,
3106 buffer_xml_printf): Move to common/buffer.c.
3107 * server.c (main): Remove call to initialize_inferiors.
3108 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
3109 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
3110 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
3111 internal_error, gdb_assert, gdb_assert_fail): Delete.
3112 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
3113 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
3114 common/buffer.h.
3115 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
3116 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
3117 initialize_inferiors): Delete.
3118
2275a1a7
PA
31192011-07-20 Pedro Alves <pedro@codesourcery.com>
3120
3121 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
3122 symbol error.
3123
0a5b1e09
PA
31242011-05-31 Pedro Alves <pedro@codesourcery.com>
3125
3126 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
3127 assertion.
3128 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
3129
6938fd34
YQ
31302011-05-26 Yao Qi <yao@codesourcery.com>
3131
3132 * Makefile.in (thread-db.o): Track dependence to
3133 common/gdb_thread_db.h.
3134 * thread-db.c: include gdb_thread_db.h from right place.
3135
b481f9e0
TT
31362011-05-16 Adrian Cornish <gnu@bluedreamer.com>
3137
3138 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
3139 __FILE__ and __LINE__ to internal_error.
3140
98a5dd13
DE
31412011-05-13 Doug Evans <dje@google.com>
3142
3143 * thread-db.c (try_thread_db_load_from_sdir): New function.
3144 (try_thread_db_load_from_dir): New function.
3145 (thread_db_load_search): Handle $sdir, ignore $pdir.
3146 Remove trying of system directories if search of
3147 libthread-db-search-path fails, that is now done via $sdir.
3148
d248b706
KY
31492011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3150
3151 * server.c (handle_query): Add EnableDisableTracepoints to the list
3152 of supported features.
43aaf8b6 3153 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 3154 tracepoints.
43aaf8b6
PA
3155 (cmd_qtenable_disable): New.
3156 (cmd_qtstart): Install tracepoints even if disabled.
3157 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
3158 receiving a QTEnable or QTDisable packet.
3159 (gdb_collect): Skip data collection if fast tracepoint is disabled.
3160 (ust_marker_to_static_tracepoint): Do not ignore disabled static
3161 tracepoints.
3162 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 3163
84e578fb
DE
31642011-05-10 Doug Evans <dje@google.com>
3165
3166 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
3167
71f55dd8
DE
31682011-05-04 Doug Evans <dje@google.com>
3169
3170 * linux-low.c (linux_join): Skip process lookup.
3171 * spu-low.c (spu_join): Ditto.
3172 * server.c (join_inferiors_callback): Delete.
3173 (process_serial_event): For 'D' packet (detach) call join_inferior
3174 directly.
3175
4d393d60
JM
31762011-05-04 Joseph Myers <joseph@codesourcery.com>
3177
3178 * README: Don't mention xscale*-*-linux*.
3179 * configure.srv (xscale*-*-linux*): Don't handle target.
3180
b00ad6ff
NF
31812011-04-27 Nathan Froyd <froydnj@codesourcery.com>
3182
3183 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
3184 casting pointers.
3185 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
3186 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
3187 (i386_emit_void_call_2): Likewise.
3188
af96c192
YQ
31892011-04-26 Yao Qi <yao@codesourcery.com>
3190
43aaf8b6
PA
3191 * linux-low.c: Move common macros to linux-ptrace.h.
3192 Include linux-ptrace.h.
af96c192
YQ
3193 * Makefile.in (linux_ptrace_h): New.
3194 (linux-low.o): Depends on linux-ptrace.h.
3195
03f2bd59
JK
31962011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3197
3198 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
3199 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
3200 (remote_prepare): New function with most of the TCP code from ...
3201 (remote_open): ... here. Detect PORT here unconditionally. Move also
3202 setting transport_is_reliable.
3203 * server.c (run_once): New variable.
3204 (gdbserver_usage): Document it.
3205 (main): Set run_once for `--once'. Call remote_prepare. Exit after
3206 the first run if RUN_ONCE.
3207 * server.h (run_once, remote_prepare): New declarations.
3208
7a9dd1b2
TT
32092011-04-19 Tom Tromey <tromey@redhat.com>
3210
3211 * win32-low.c (handle_load_dll): Remove duplicate "the".
3212
81239425
PM
32132011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
3214
3215 Remove support for old Cygwin 1.5 versions.
3216 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
3217 function to avoid warning.
3218 (win32_add_one_solib): Use cygwin_conv_path function to avoid
3219 warning.
3220
9e0627f1
PM
32212011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3222
3223 * gdbserver/server.h (Macro _): Define it if not available.
3224
588eebee
MS
32252011-03-14 Michael Snyder <msnyder@vmware.com>
3226
348af9f7 3227 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 3228
43f70d4c
JB
32292011-03-10 Joel Brobecker <brobecker@adacore.com>
3230
3231 * Makefile.in (maintainer-clean realclean distclean): Remove
3232 "make ... subdir_do" command.
3233
348af9f7
MS
32342011-03-10 Michael Snyder <msnyder@vmware.com>
3235
3236 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
3237
3238 * server.c (handle_v_run): Free alloced buffer on early return.
3239
e637a4f5
YQ
32402011-03-09 Yao Qi <yao@codesourcery.com>
3241
3242 Revert:
3243 2011-03-04 Yao Qi <yao@codesourcery.com>
3244
3245 * Makefile.in: Remove GNU make feature --directory.
3246
3247 2011-03-05 Yao Qi <yao@codesourcery.com>
3248
3249 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
3250 (subdir_do): New make target. Copied from gdb/Makefile.
3251 (maintainer-clean, realclean, distclean, clean): Call corresponding
3252 make targets in common/Makefile.
3253
3254 2011-02-11 Yao Qi <yao@codesourcery.com>
3255
3256 * configure.ac: Call AC_PROG_RANLIB.
3257 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
3258 * configure: Regenerate.
3259
e6edda56
JK
32602011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
3263
e5141119
JB
32642011-03-06 Yao Qi <yao@codesourcery.com>
3265
3266 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
3267
64794aa4
JB
32682011-03-05 Yao Qi <yao@codesourcery.com>
3269
3270 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
3271 (subdir_do): New make target. Copied from gdb/Makefile.
3272 (maintainer-clean, realclean, distclean, clean): Call corresponding
3273 make targets in common/Makefile.
3274
7a762829
YQ
32752011-03-04 Yao Qi <yao@codesourcery.com>
3276
3277 * Makefile.in: Remove GNU make feature --directory.
3278
348af9f7
MS
32792011-03-04 Michael Snyder <msnyder@vmware.com>
3280
3281 * server.c (queue_stop_reply): Call xmalloc not malloc.
3282
32832011-03-02 Michael Snyder <msnyder@vmware.com>
3284
3285 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
3286
9f72fee2
MS
32872011-02-28 Michael Snyder <msnyder@vmware.com>
3288
588eebee
MS
3289 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
3290 (cmd_qtframe): Ditto.
3291 (cmd_qtbuffer): Ditto.
3292 (cmd_bigqtbuffer): Ditto.
3293
9f72fee2
MS
3294 * utils.c (decimal2str): Initialize 'width' to nine, then
3295 don't mess with it.
3296
8040bd49
UW
32972011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3298
3299 * hostio.c (require_data): Free *data, not data.
3300
7e52cbd0
JK
33012011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3302
3303 * hostio.c (require_data): Use free, not xfree.
3304
9130f83e
MS
33052011-02-27 Michael Snyder <msnyder@vmware.com>
3306
4b812f4e
MS
3307 * server.c (handle_query): Discard unused value.
3308
9130f83e
MS
3309 * hostio.c (require_data): Free malloc memory before returning
3310 error.
3311
69d37113
MS
33122011-02-26 Michael Snyder <msnyder@vmware.com>
3313
3314 * linux-low.c (list_threads): Call closedir for dirent.
3315
35f5825a
MS
33162011-02-27 Michael Snyder <msnyder@vmware.com>
3317
2a589cef
MS
3318 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
3319 a case statement falls through.
3320
0adea5f7
MS
3321 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
3322
35f5825a
MS
3323 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
3324 in comparison.
3325
238f1c74
MS
33262011-02-26 Michael Snyder <msnyder@vmware.com>
3327
3328 * utils.c (decimal2str): Eliminate dead code and dead param.
3329 (pulongest): Drop dead param from call to decimal2str.
3330 (plongest): Ditto.
3331
633ff500
JB
33322011-02-24 Joel Brobecker <brobecker@adacore.com>
3333
3334 Revert the following patch (not approved yet):
3335 2011-02-21 Hui Zhu <teawater@gmail.com>
3336 * tracepoint.c (tp_printf): New function.
3337 (eval_agent_expr): Handle gdb_agent_op_printf.
3338
f9c6ff72
HZ
33392011-02-21 Hui Zhu <teawater@gmail.com>
3340
3341 * tracepoint.c (tp_printf): New function.
3342 (eval_agent_expr): Handle gdb_agent_op_printf.
3343
94d5e490
TT
33442011-02-18 Tom Tromey <tromey@redhat.com>
3345
3346 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
3347 (tracepoint.o): Likewise.
3348 * tracepoint.c (enum gdb_agent_op): Use ax.def.
3349 (gdb_agent_op_names): Likewise.
3350
c7f96d2b
TT
33512011-02-18 Tom Tromey <tromey@redhat.com>
3352
3353 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
3354 gdb_agent_op_rot>: New constants.
3355 (gdb_agent_op_names): Add pick and roll.
3356 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
3357 cases.
3358
0feedb2c
JK
33592011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3360
3361 * aclocal.m4: Regenerated with aclocal-1.11.1.
3362
b3b9301e
PA
33632011-02-14 Pedro Alves <pedro@codesourcery.com>
3364
3365 * server.c (handle_qxfer_traceframe_info): New.
3366 (qxfer_packets): Register "traceframe-info".
3367 (handle_query): Report support for qXfer:traceframe-info:read+.
3368 * tracepoint.c (match_blocktype): New.
3369 (traceframe_find_block_type): Rename to ...
3370 (traceframe_walk_blocks): ... this. Add callback filter argument,
3371 and use it.
3372 (traceframe_find_block_type): New, reimplemented on top of
3373 traceframe_walk_blocks.
3374 (build_traceframe_info_xml): New.
3375 (traceframe_read_info): New.
3376 * server.h (traceframe_read_info): Declare.
3377
4f3e6fb7
YQ
33782011-02-11 Yao Qi <yao@codesourcery.com>
3379
3380 * configure.ac: Call AC_PROG_RANLIB.
3381 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
3382 * configure: Regenerate.
3383
764880b7
PA
33842011-02-07 Pedro Alves <pedro@codesourcery.com>
3385
3386 * server.c (gdb_read_memory): Change return semantics to allow
3387 partial transfers.
3388 (handle_search_memory_1): Adjust.
3389 (process_serial_event) <'m' packet>: Handle partial transfers.
3390 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
3391
1c79eb8a
PA
33922011-01-28 Pedro Alves <pedro@codesourcery.com>
3393
3394 * regcache.c (init_register_cache): Initialize
3395 regcache->register_status.
3396 (free_register_cache): Release regcache->register_status.
3397 (regcache_cpy): Copy register_status.
3398 (registers_to_string): Print 'x's for unavailable registers.
3399 (supply_register): Mark the register's status valid or
3400 unavailable, depending on whether a buffer was passed in or not.
3401 (supply_register_zeroed): New.
3402 (supply_regblock): Mark the registers' status valid or
3403 unavailable, depending on whether a buffer was passed in or not.
3404 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
3405 (struct regcache): New `register_status' field.
3406 (supply_register_zeroed): Declare.
3407 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
3408 supply_register_zeroed, rather than passing a NULL buffer to
3409 supply_register.
3410 * tracepoint.c (fetch_traceframe_registers): Update comment.
3411
85724a0e
PA
34122011-01-28 Pedro Alves <pedro@codesourcery.com>
3413
3414 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
3415 buffer explicit.
3416
d08aafef
PA
34172011-01-25 Pedro Alves <pedro@codesourcery.com>
3418
3419 * server.h (decode_xfer_write): Change prototype.
3420 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
3421 and don't extract the annex here.
3422 * server.c (decode_xfer_read): Remove `annex' parameter,
3423 and don't extract the annex here.
3424 (decode_xfer): New.
3425 (struct qxfer): New.
3426 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
3427 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
3428 (handle_qxfer_statictrace): New functions, abstracted out from
3429 handle_query, and made to use the struct qxfer interface.
3430 (handle_threads_qxfer_proper): Rename to ...
3431 (handle_qxfer_threads_proper): ... this.
3432 (handle_threads_qxfer): Rename to ...
3433 (handle_qxfer_threads): ... this. Adjust.
3434 (qxfer_packets): New array.
3435 (handle_qxfer): New function.
3436 (handle_query): Use handle_qxfer.
3437
493e2a69
MS
34382011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3439
3440 * gdbreplay.c: Shorten lines of >= 80 columns.
3441 * linux-low.c: Ditto.
3442 * linux-ppc-low.c: Ditto.
3443 * linux-s390-low.c: Ditto.
3444 * linux-sparc-low.c: Ditto.
3445 * linux-x86-low.c: Ditto.
3446 * linux-xtensa-low.c: Ditto.
3447 * mem-break.c: Ditto.
3448 * nto-low.c: Ditto.
3449 * regcache.h: Ditto.
3450 * remote-utils.c: Ditto.
3451 * server.c: Ditto.
3452 * server.h: Ditto.
3453 * thread-db.c: Ditto.
3454 * tracepoint.c: Ditto.
3455 * utils.c: Ditto.
3456 * win32-low.h: Ditto.
3457
44944448
JB
34582011-01-05 Joel Brobecker <brobecker@adacore.com>
3459
3460 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
3461 update.
3462
71ce852c
JB
34632011-01-01 Joel Brobecker <brobecker@adacore.com>
3464
3465 * server.c (gdbserver_version): Update copyright year in version
3466 output.
3467 * gdbreplay.c (gdbreplay_version): Ditto.
3468
eb826dc6
MF
34692010-12-29 Jie Zhang <jie.zhang@analog.com>
3470
3471 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
3472 * linux-bfin-low.c: New file.
3473 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
3474 PT_DATA_ADDR for BFIN targets.
3475 * Makefile.in (SFILES): Add linux-bfin-low.c.
3476 (clean): Remove reg-bfin.c.
3477 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
3478 * README: Mention supported Blackfin targets.
3479
39ab222a
MF
34802010-12-23 Mike Frysinger <vapier@gentoo.org>
3481
3482 * .gitignore: New file.
3483
a1f2ce7d
MF
34842010-11-16 Mike Frysinger <vapier@gentoo.org>
3485
3486 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
3487
f474844c
JZ
34882010-10-22 Jie Zhang <jie@codesourcery.com>
3489
3490 * Makefile.in: Add FLAGS_TO_PASS variable.
3491 (install): Remove dependency of install-only and recursively
3492 invoke make for install-only.
3493
f1048712
DE
34942010-10-04 Doug Evans <dje@google.com>
3495
3496 * Makefile.in (uninstall): Use $(DESTDIR).
3497
b53a1623
PA
34982010-09-24 Pedro Alves <pedro@codesourcery.com>
3499
e6ee044d
PA
3500 PR gdb/11842
3501
b53a1623
PA
3502 * linux-x86-low.c (compat_siginfo_from_siginfo)
3503 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
3504 si_code is < 0. Check for si_code == SI_TIMER before checking for
3505 si_code < 0.
3506
fa1bd1e4
JB
35072010-09-13 Joel Brobecker <brobecker@adacore.com>
3508
3509 * lynx-i386-low.c: New file.
3510 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
3511
47fac8f8
JB
35122010-09-13 Joel Brobecker <brobecker@adacore.com>
3513
3514 * lynx-low.c (ptrace_request_to_str): Remove handling for
3515 request values that have been removed in LynxOS 5.x.
3516
1adfc54d
JB
35172010-09-13 Joel Brobecker <brobecker@adacore.com>
3518
3519 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
3520 <ptrace.h>
3521
c2a66c29
NS
35222010-09-09 Nathan Sidwell <nathan@codesourcery.com>
3523
3524 * configure.ac: Add --enable-inprocess-agent option.
3525 * configure: Rebuilt.
3526
32fcada3
YQ
35272010-09-06 Yao Qi <yao@codesourcery.com>
3528
3529 * linux-low.c (linux_kill): Remove unused variable.
3530 (linux_stabilize_threads): Likewise.
3531 * server.c (start_inferior): Likewise.
3532 (queue_stop_reply_callback): Likewise.
3533 * tracepoint.c (do_action_at_tracepoint): Likewise.
3534
0cccb683
YQ
35352010-09-06 Yao Qi <yao@codesourcery.com>
3536
3537 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
3538 on return.
3539
423ec54c
JK
35402010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3541
3542 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
3543
12ac6819
PA
35442010-09-06 Pedro Alves <pedro@codesourcery.com>
3545
3546 * Makefile.in (install-only): Replace $IPA_DEPFILES with
3547 "$(IPA_DEPFILES)".
3548
8ed54b31
JB
35492010-09-01 Joel Brobecker <brobecker@adacore.com>
3550
3551 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
3552 gdbserver/lynx-ppc-low.c: New files.
3553 * Makefile.in (lynx_low_h): New variable.
3554 (lynx-low.o, lynx-ppc-low.o): New rules.
3555 * configure.ac: On LynxOS, link with -lnetinet.
3556 * configure.srv: Add handling of powerpc-*-lynxos* targets.
3557 * configure: regenerate.
3558
bb0116a4
JB
35592010-09-01 Joel Brobecker <brobecker@adacore.com>
3560
3561 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
3562 * configure.ac: Add check for vasprintf and vsnprintf.
3563 * configure, config.in: Regenerate.
3564 * server.h (vasprintf, vsnprintf): Add conditional declarations.
3565
a778ab81 35662010-09-01 Joel Brobecker <brobecker@adacore.com>
3567
3568 * gdbreplay.c: Move include of alloca.h up, next to include of
3569 malloc.h.
3570 * server.h: Add include of malloc.h.
3571 * mem-break.c: Remove include of malloc.h.
3572 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
3573
8b034a19 35742010-09-01 Joel Brobecker <brobecker@adacore.com>
3575
3576 * Makefile.in (memmem.o): Build with -Wno-error.
3577
35782010-09-01 Joel Brobecker <brobecker@adacore.com>
3579
3580 * utils.c (xsnprintf): Make non-static.
3581 * server.h: Add xsnprintf declaration.
3582 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
3583 replace calls to snprintf by calls to xsnprintf throughout.
3584
35852010-09-01 Joel Brobecker <brobecker@adacore.com>
3586
3587 * configure.ac: Add configure check for alloca.
3588 * configure, config.in: Regenerate.
3589 * server.h: Include alloca.h if it exists.
3590 * gdbreplay.c: Include alloca.h if it exists.
3591
1a981360
PA
35922010-08-28 Pedro Alves <pedro@codesourcery.com>
3593
3594 * linux-low.c (__SIGRTMIN): Define if not already defined.
3595 (linux_create_inferior): Check for __ANDROID__ rather than
3596 __SIGRTMIN.
3597 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
3598 are already deferred.
3599 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
3600 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
3601 stopped and already has a pending signal to report.
3602 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
3603 a pending signal to report or is moving out of a jump pad.
3604 (linux_init_signals): Check for __ANDROID__ rather than
3605 __SIGRTMIN.
3606
b4d51a55
PA
36072010-08-28 Pedro Alves <pedro@codesourcery.com>
3608
3609 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
3610 debug_threads check. Avoid a linear search when not doing debug
3611 output.
3612
ec48365d
PA
36132010-08-27 Pedro Alves <pedro@codesourcery.com>
3614
3615 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
3616 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
3617 (struct file_handler) <fd>: Change type to gdb_fildes_t.
3618 (process_event): Change local fd's type to gdb_fildes_t.
3619 (create_file_handler): Adjust prototype.
3620 (delete_file_handler): Adjust prototype.
3621 (handle_file_event): Adjust prototype. Use pfildes.
3622 (create_file_event): Adjsut prototype.
3623 * remote-utils.c (remote_desc, listen_desc): Change type to
3624 gdb_fildes_t.
3625 * server.h: New gdb_fildes_t typedef.
3626 [USE_WIN32API]: Include winsock2.h.
3627 (delete_file_handler, add_file_handler): Adjust prototypes.
3628 (pfildes): Declare.
3629 * utils.c (pfildes): New.
3630
854d88f0
PA
36312010-08-27 Pedro Alves <pedro@codesourcery.com>
3632
3633 * configure.ac (build_warnings): Add -Wno-char-subscripts.
3634 * configure: Regenerate.
3635
0146f85b
PA
36362010-08-27 Pedro Alves <pedro@codesourcery.com>
3637
3638 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
3639 (linux_done_accessing_memory): ... this.
3640 (linux_target_ops): Adjust.
3641 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
3642 * nto-low.c (nto_target_ops): Adjust comment.
3643 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
3644 * spu-low.c (spu_target_ops): Adjust comment.
3645 * target.h (target_ops): Rename unprepare_to_access_memory field
3646 to done_accessing_memory.
3647 (unprepare_to_access_memory): Rename to ...
3648 (done_accessing_memory): ... this.
3649
90d74c30
PA
36502010-08-26 Pedro Alves <pedro@codesourcery.com>
3651
3652 * linux-low.c (linux_prepare_to_access_memory): New.
3653 (linux_unprepare_to_access_memory): New.
3654 (linux_target_ops): Install them.
3655 * server.c (read_memory): Rename to ...
3656 (gdb_read_memory): ... this. Use
3657 prepare_to_access_memory/prepare_to_access_memory.
3658 (write_memory): Rename to ...
3659 (gdb_write_memory): ... this. Use
3660 prepare_to_access_memory/prepare_to_access_memory.
3661 (handle_search_memory_1): Adjust.
3662 (process_serial_event): Adjust.
3663 * target.h (struct target_ops): New fields
3664 prepare_to_access_memory and unprepare_to_access_memory.
3665 (prepare_to_access_memory, unprepare_to_access_memory): New.
3666 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
3667 prepare_to_access_memory/prepare_to_access_memory.
3668 * nto-low.c (nto_target_ops): Adjust.
3669 * spu-low.c (spu_target_ops): Adjust.
3670 * win32-low.c (win32_target_ops): Adjust.
3671
fd467969
PA
36722010-08-26 Pedro Alves <pedro@codesourcery.com>
3673
3674 * Makefile.in (WARN_CFLAGS): Get it from configure.
3675 (WERROR_CFLAGS): New.
3676 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
3677 * configure.ac: Introduce --enable-werror, which adds -Werror to
3678 the compiler command line. Enabled by default. Disable with
3679 --disable-werror. Add -Wdeclaration-after-statement
3680 Wpointer-arith and -Wformat-nonliteral to warning flags.
3681 * configure: Regenerate.
3682
331e2f5f
PA
36832010-08-26 Pedro Alves <pedro@codesourcery.com>
3684
3685 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
3686
e581f2b4
PA
36872010-08-26 Pedro Alves <pedro@codesourcery.com>
3688
3689 * gdbreplay.c (remote_error): New.
3690 (gdbchar): New.
3691 (expect): Use gdbchar. Check for error reading from GDB.
3692 Clarify sync error output.
3693 (play): Check for errors writing to GDB.
3694 * linux-low.c (sigchld_handler): Really ignore `write' errors.
3695 * remote-utils.c (getpkt): Check for errors writing to the remote
3696 descriptor.
3697
3c11dd79
PA
36982010-08-25 Pedro Alves <pedro@codesourcery.com>
3699
3700 * linux-low.c (linux_wait_1): Move non-debugging code out of
3701 `debug_threads' control.
3702
d20a8ad9
PA
37032010-08-25 Pedro Alves <pedro@codesourcery.com>
3704
3705 * linux-low.c (linux_wait_1): Don't set last_status here.
3706 * server.c (push_event, queue_stop_reply_callback): Assert we're
3707 not pushing a TARGET_WAITKIND_IGNORE event.
3708 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
3709 (myresume, handle_target_event): Set the thread's last_resume_kind
3710 and last_status from the target returned status.
3711
964e4306
PA
37122010-08-25 Pedro Alves <pedro@codesourcery.com>
3713
3714 PR threads/10729
3715
3716 * linux-x86-low.c (update_debug_registers_callback): New.
3717 (i386_dr_low_set_addr): Use it.
3718 (i386_dr_low_get_addr): New.
3719 (i386_dr_low_set_control): Use update_debug_registers_callback.
3720 (i386_dr_low_get_control): New.
3721 (i386_dr_low_get_status): Adjust.
3722 * linux-low.c (linux_stop_lwp): New.
3723 * linux-low.h (linux_stop_lwp): Declare.
3724
3725 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
3726 argument instead of a i386_debug_reg_state.
3727 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
3728 a i386_debug_reg_state.
3729 (i386_insert_aligned_watchpoint): Adjust.
3730 (i386_remove_aligned_watchpoint): Adjust.
3731 (i386_low_stopped_data_address): Read the debug registers from the
3732 inferior instead of from the mirrors.
3733 * i386-low.h (struct i386_debug_reg_state): Extend comment.
3734 (i386_dr_low_get_addr): Declare.
3735 (i386_dr_low_get_control): Declare.
3736 (i386_dr_low_get_status): Change prototype.
3737
3738 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
3739 (i386_dr_low_get_addr): New.
3740 (i386_dr_low_get_control): New.
3741 (i386_dr_low_get_status): Adjust prototype. Return
3742 dr_status_mirror.
3743 (i386_initial_stuff): Clear dr_status_mirror and
3744 dr_control_mirror.
3745 (i386_get_thread_context): Adjust.
3746 (i386_set_thread_context): Adjust.
3747 (i386_thread_added): Adjust.
3748
5f21a75b
PA
37492010-08-24 Pedro Alves <pedro@codesourcery.com>
3750
3751 * linux-low.h (linux_thread_area): Delete declaration.
3752
3e4c1235
TS
37532010-08-11 Thomas Schwinge <thomas@codesourcery.com>
3754
3755 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
3756 after its termination.
3757
1971b033
PA
37582010-08-09 Pedro Alves <pedro@codesourcery.com>
3759
3760 * linux-low.c (gdb_wants_lwp_stopped): Delete.
3761 (gdb_wants_all_stopped): Delete.
3762 (linux_wait_1): Don't call them.
3763 * server.c (handle_v_cont): Tag all threads as want-stopped.
3764 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
3765 stopped as "client-wants-stopped".
3766
310444ac
PA
37672010-07-31 Pedro Alves <pedro@codesourcery.com>
3768
3769 * Makefile.in (signals_h): New.
3770 (server_h): Depend on it.
3771 (server.o): Don't depend on $(signals_def).
3772 (signals.o): Depend on $(signals_def).
3773
a19cae16
JK
37742010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 * Makefile.in (signals_def): New.
3777 (server_h): Append include/gdb/signals.h and signals_def.
3778 (server.o): Append signals_def.
3779
30d50328
JK
37802010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 * server.c (handle_target_event): Use target_signal_to_host for
3783 resume_info.sig initialization.
3784 * target.h (struct thread_resume) <sig>: New comment.
3785
5c3216e2
OS
37862010-07-20 Ozkan Sezer <sezeroz@gmail.com>
3787
c6f46ca0
OS
3788 * server.c (handle_query): strcpy() the returned string from paddress()
3789 instead of sprintf().
5c3216e2
OS
3790 * utils.c (paddress): Return phex_nz().
3791
6bd31874
JB
37922010-07-07 Joel Brobecker <brobecker@adacore.com>
3793
3794 * server.c (handle_v_cont): Call mourn_inferior if process
3795 just exited.
3796 (myresume): Likewise.
3797
0fb4aa4b
PA
37982010-07-01 Pedro Alves <pedro@codesourcery.com>
3799
3800 Static tracepoints, and integration with UST.
3801
3802 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
3803 * mem-break.c (uninsert_all_breakpoints)
3804 (reinsert_all_breakpoints): New.
3805 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
3806 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
3807 (gdb_agent_ust_loaded, helper_thread_id)
3808 (gdb_agent_helper_thread_id): New macros.
3809 (struct ipa_sym_addresses): Add addr_ust_loaded,
3810 addr_helper_thread_id, addr_cmd_buf.
3811 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
3812 (in_process_agent_loaded_ust): New.
3813 (write_e_ust_not_loaded): New.
3814 (maybe_write_ipa_ust_not_loaded): New.
3815 (struct collect_static_trace_data_action): New.
3816 (enum tracepoint_type) <static_tracepoint>: New.
3817 (struct tracepoint) <handle>: Mention static tracepoints.
3818 (struct static_tracepoint_ctx): New.
3819 (CMD_BUF_SIZE): New.
3820 (add_tracepoint_action): Handle static tracepoint actions.
3821 (unprobe_marker_at): New.
3822 (clear_installed_tracepoints): Handle static tracepoints.
3823 (cmd_qtdp): Handle static tracepoints.
3824 (probe_marker_at): New.
3825 (cmd_qtstart): Handle static tracepoints.
3826 (response_tracepoint): Handle static tracepoints.
3827 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
3828 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
3829 (get_context_regcache): Handle static tracepoints.
3830 (do_action_at_tracepoint): Handle static tracepoint actions.
3831 (traceframe_find_block_type): Handle static trace data blocks.
3832 (traceframe_read_sdata): New.
3833 (download_tracepoints): Download static tracepoint actions.
3834 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
3835 (GDB_PROBE_NAME): New.
3836 (ust_ops): New.
3837 (GET_UST_SYM): New.
3838 (USTF): New.
3839 (dlsym_ust): New.
3840 (ust_marker_to_static_tracepoint): New.
3841 (gdb_probe): New.
3842 (collect_ust_data_at_tracepoint): New.
3843 (gdb_ust_probe): New.
3844 (UNIX_PATH_MAX, SOCK_DIR): New.
3845 (gdb_ust_connect_sync_socket): New.
3846 (resume_thread, stop_thread): New.
3847 (run_inferior_command): New.
3848 (init_named_socket): New.
3849 (gdb_ust_socket_init): New.
3850 (cstr_to_hexstr): New.
3851 (next_st): New.
3852 (first_marker, next_marker): New.
3853 (response_ust_marker): New.
3854 (cmd_qtfstm, cmd_qtsstm): New.
3855 (unprobe_marker_at, probe_marker_at): New.
3856 (cmd_qtstmat, gdb_ust_thread): New.
3857 (gdb_ust_init): New.
3858 (initialize_tracepoint_ftlib): Call gdb_ust_init.
3859 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
3860 (ST_REGENTRY): New.
3861 (x86_64_st_collect_regmap): New.
3862 (X86_64_NUM_ST_COLLECT_GREGS): New.
3863 (AMD64_RIP_REGNUM): New.
3864 (supply_static_tracepoint_registers): New.
3865 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
3866 (ST_REGENTRY): New.
3867 (i386_st_collect_regmap): New.
3868 (i386_NUM_ST_COLLECT_GREGS): New.
3869 (supply_static_tracepoint_registers): New.
3870 * server.c (handle_query): Handle qXfer:statictrace:read.
3871 <qSupported>: Report support for StaticTracepoints, and
3872 qXfer:statictrace:read features.
3873 * server.h (traceframe_read_sdata)
3874 (supply_static_tracepoint_registers): Declare.
3875 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
3876 (unpack_varlen_hex): Include in IPA build.
3877 * Makefile.in (ustlibs, ustinc): New.
3878 (IPA_OBJS): Add remote-utils-ipa.o.
3879 ($(IPA_LIB)): Link -ldl and -lpthread.
3880 (UST_CFLAGS): New.
3881 (IPAGENT_CFLAGS): Add UST_CFLAGS.
3882 * config.in, configure: Regenerate.
3883
9e4344e5
PA
38842010-06-20 Ian Lance Taylor <iant@google.com>
3885 Pedro Alves <pedro@codesourcery.com>
3886
3887 * linux-x86-low.c (always_true): Delete.
3888 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
3889 trying to fool the compiler with always_true.
3890
c6beb2cb
PA
38912010-06-20 Pedro Alves <pedro@codesourcery.com>
3892
3893 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
3894 conditions in gdbserver.
3895
d2ed6730
UW
38962010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3897
3898 * spu-low.c (spu_read_memory): Wrap around local store limit.
3899 (spu_write_memory): Likewise.
3900
4e29fb54
PA
39012010-06-15 Pedro Alves <pedro@codesourcery.com>
3902
3903 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
3904 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
3905 LONGEST uses.
3906 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
3907 uses.
3908 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
3909 uses with LONGEST uses.
3910
6a271cae
PA
39112010-06-14 Stan Shebs <stan@codesourcery.com>
3912 Pedro Alves <pedro@codesourcery.com>
3913
3914 Bytecode compiler.
3915
3916 * linux-x86-low.c: Include limits.h.
3917 (add_insns): New.
3918 (always_true): New.
3919 (EMIT_ASM): New.
3920 (EMIT_ASM32): New.
3921 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
3922 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
3923 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
3924 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
3925 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
3926 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
3927 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
3928 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
3929 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
3930 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
3931 (amd64_emit_void_call_2): New.
3932 (amd64_emit_ops): New.
3933 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
3934 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
3935 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
3936 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
3937 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
3938 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
3939 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
3940 (i386_emit_call, i386_emit_reg, i386_emit_pop)
3941 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
3942 (i386_emit_stack_adjust, i386_emit_int_call_1)
3943 (i386_emit_void_call_2): New.
3944 (i386_emit_ops): New.
3945 (x86_emit_ops): New.
3946 (the_low_target): Install x86_emit_ops.
3947 * server.h (struct emit_ops): New.
3948 (get_raw_reg_func_addr): Declare.
3949 (current_insn_ptr, emit_error): Declare.
3950 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
3951 (set_trace_state_variable_value): New defines.
3952 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
3953 addr_get_trace_state_variable_value and
3954 addr_set_trace_state_variable_value.
3955 (symbol_list): New fields for get_raw_reg,
3956 get_trace_state_variable_value and set_trace_state_variable_value.
3957 (condfn): New typedef.
3958 (struct tracepoint): New field `compiled_cond'.
3959 (do_action_at_tracepoint): Clear compiled_cond.
3960 (get_trace_state_variable_value, set_trace_state_variable_value):
3961 Export in the IPA.
3962 (condition_true_at_tracepoint): If there's a compiled condition,
3963 run that.
3964 (current_insn_ptr, emit_error): New globals.
3965 (struct bytecode_address): New.
3966 (get_raw_reg_func_addr): New.
3967 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
3968 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
3969 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
3970 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
3971 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
3972 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
3973 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
3974 (compile_tracepoint_condition, compile_bytecodes): New.
3975 * target.h (emit_ops): Forward declare.
3976 (struct target_ops): New field emit_ops.
3977 (target_emit_ops): New.
3978 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
3979 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
3980 * linux-low.c (linux_emit_ops): New.
3981 (linux_target_ops): Install it.
3982 * linux-low.h (struct linux_target_ops): New field emit_ops.
3983
92b72907
UW
39842010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
3985
3986 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
3987 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
3988
fa593d66
PA
39892010-06-01 Pedro Alves <pedro@codesourcery.com>
3990 Stan Shebs <stan@codesourcery.com>
3991
3992 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
3993 (all): Depend on $(extra_libraries).
3994 (install-only): Install the IPA.
3995 (IPA_OBJS, IPA_LIB): New.
3996 (clean): Remove the IPA lib.
3997 (IPAGENT_CFLAGS): New.
3998 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
3999 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
4000 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
4001 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
4002 * configure.ac: Check for atomic builtins support in the compiler.
4003 (IPA_DEPFILES, extra_libraries): Define.
4004 * configure.srv (ipa_obj): Add description.
4005 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
4006 (i[34567]86-*-linux*): Set ipa_obj.
4007 (x86_64-*-linux*): Set ipa_obj.
4008 * linux-low.c (stabilizing_threads): New.
4009 (supports_fast_tracepoints): New.
4010 (linux_detach): Stabilize threads before detaching.
4011 (handle_tracepoints): Handle internal tracing breakpoints. Assert
4012 the lwp is either not stabilizing, or is moving out of a jump pad.
4013 (linux_fast_tracepoint_collecting): New.
4014 (maybe_move_out_of_jump_pad): New.
4015 (enqueue_one_deferred_signal): New.
4016 (dequeue_one_deferred_signal): New.
4017 (linux_wait_for_event_1): If moving out of a jump pad, defer
4018 pending signals to later.
4019 (linux_stabilize_threads): New.
4020 (linux_wait_1): Check if threads need moving out of jump pads, and
4021 do it if so.
4022 (stuck_in_jump_pad_callback): New.
4023 (move_out_of_jump_pad_callback): New.
4024 (lwp_running): New.
4025 (linux_resume_one_lwp): Handle moving out of jump pads.
4026 (linux_set_resume_request): Dequeue deferred signals.
4027 (need_step_over_p): Also step over fast tracepoint jumps.
4028 (start_step_over): Also uninsert fast tracepoint jumps.
4029 (finish_step_over): Also reinsert fast tracepoint jumps.
4030 (linux_install_fast_tracepoint_jump): New.
4031 (linux_target_ops): Install linux_stabilize_threads and
4032 linux_install_fast_tracepoint_jump_pad.
4033 * linux-low.h (linux_target_ops) <get_thread_area,
4034 install_fast_tracepoint_jump_pad>: New fields.
4035 (struct lwp_info) <collecting_fast_tracepoint,
4036 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
4037 (linux_get_thread_area): Declare.
4038 * linux-x86-low.c (jump_insn): New.
4039 (x86_get_thread_area): New.
4040 (append_insns): New.
4041 (push_opcode): New.
4042 (amd64_install_fast_tracepoint_jump_pad): New.
4043 (i386_install_fast_tracepoint_jump_pad): New.
4044 (x86_install_fast_tracepoint_jump_pad): New.
4045 (the_low_target): Install x86_get_thread_area and
4046 x86_install_fast_tracepoint_jump_pad.
4047 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
4048 (struct fast_tracepoint_jump): New.
4049 (fast_tracepoint_jump_insn): New.
4050 (fast_tracepoint_jump_shadow): New.
4051 (find_fast_tracepoint_jump_at): New.
4052 (fast_tracepoint_jump_here): New.
4053 (delete_fast_tracepoint_jump): New.
4054 (set_fast_tracepoint_jump): New.
4055 (uninsert_fast_tracepoint_jumps_at): New.
4056 (reinsert_fast_tracepoint_jumps_at): New.
4057 (set_breakpoint_at): Use write_inferior_memory.
4058 (uninsert_raw_breakpoint): Use write_inferior_memory.
4059 (check_mem_read): Mask out fast tracepoint jumps.
4060 (check_mem_write): Mask out fast tracepoint jumps.
4061 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
4062 (set_fast_tracepoint_jump): Declare.
4063 (delete_fast_tracepoint_jump)
4064 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
4065 (reinsert_fast_tracepoint_jumps_at): Declare.
4066 * regcache.c: Don't compile many functions when building the
4067 in-process agent library.
4068 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
4069 the register buffer in the heap.
4070 (free_register_cache): If the register buffer isn't owned by the
4071 regcache, don't free it.
4072 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
4073 pre-existing register caches.
4074 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
4075 type.
4076 (convert_ascii_to_int): : Constify `from' parameter type.
4077 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
4078 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
4079 the needed buffer in-place.
4080 (relocate_instruction): New.
4081 * server.c (handle_query) <qSymbols>: If the target supports
4082 tracepoints, give it a chance of looking up symbols. Report
4083 support for fast tracepoints.
4084 (handle_status): Stabilize threads.
4085 (process_serial_event): Adjust.
4086 * server.h (struct fast_tracepoint_jump): Forward declare.
4087 (struct process_info) <fast_tracepoint_jumps>: New field.
4088 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
4089 (decode_X_packet, decode_M_packet): Adjust.
4090 (relocate_instruction): Declare.
4091 (in_process_agent_loaded): Declare.
4092 (tracepoint_look_up_symbols): Declare.
4093 (struct fast_tpoint_collect_status): Declare.
4094 (fast_tracepoint_collecting): Declare.
4095 (force_unlock_trace_buffer): Declare.
4096 (handle_tracepoint_bkpts): Declare.
4097 (initialize_low_tracepoint)
4098 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
4099 * target.h (struct target_ops) <stabilize_threads,
4100 install_fast_tracepoint_jump_pad>: New fields.
4101 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
4102 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
4103 [HAVE_STDINT_H]: Include stdint.h.
4104 (trace_debug_1): Rename to ...
4105 (trace_vdebug): ... this.
4106 (trace_debug): Rename to ...
4107 (trace_debug_1): ... this. Add `level' parameter.
4108 (trace_debug): New.
4109 (ATTR_USED, ATTR_NOINLINE): New.
4110 (IP_AGENT_EXPORT): New.
4111 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
4112 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
4113 (about_to_request_buffer_space, trace_buffer_is_full)
4114 (stopping_tracepoint, expr_eval_result, error_tracepoint)
4115 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
4116 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
4117 (traceframe_write_count, traceframes_created)
4118 (trace_state_variables)
4119 New renaming defines.
4120 (struct ipa_sym_addresses): New.
4121 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
4122 (symbol_list): New.
4123 (ipa_sym_addrs): New.
4124 (all_tracepoint_symbols_looked_up): New.
4125 (in_process_agent_loaded): New.
4126 (write_e_ipa_not_loaded): New.
4127 (maybe_write_ipa_not_loaded): New.
4128 (tracepoint_look_up_symbols): New.
4129 (debug_threads) [IN_PROCESS_AGENT]: New.
4130 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
4131 (UNKNOWN_SIDE_EFFECTS): New.
4132 (stop_tracing): New.
4133 (flush_trace_buffer): New.
4134 (stop_tracing_bkpt): New.
4135 (flush_trace_buffer_bkpt): New.
4136 (read_inferior_integer): New.
4137 (read_inferior_uinteger): New.
4138 (read_inferior_data_pointer): New.
4139 (write_inferior_data_pointer): New.
4140 (write_inferior_integer): New.
4141 (write_inferior_uinteger): New.
4142 (struct collect_static_trace_data_action): Delete.
4143 (enum tracepoint_type): New.
4144 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
4145 <actions_str, step_actions, step_actions_str>: Only include in
4146 GDBserver.
fa593d66
PA
4147 <orig_size, obj_addr_on_target, adjusted_insn_addr>
4148 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
4149 (tracepoints): Use IP_AGENT_EXPORT.
4150 (last_tracepoint): Don't include in the IPA.
4151 (stopping_tracepoint): Use IP_AGENT_EXPORT.
4152 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
4153 (alloced_trace_state_variables): New.
4154 (trace_state_variables): Use IP_AGENT_EXPORT.
4155 (traceframe_t): Delete unused variable.
4156 (circular_trace_buffer): Don't include in the IPA.
4157 (trace_buffer_start): Delete.
4158 (struct trace_buffer_control): New.
4159 (trace_buffer_free): Delete.
4160 (struct ipa_trace_buffer_control): New.
4161 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
4162 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
4163 New.
4164 (trace_buffer_ctrl): New.
4165 (TRACE_BUFFER_CTRL_CURR): New.
4166 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
4167 Reimplement as macros.
4168 (trace_buffer_wrap): Delete.
4169 (traceframe_write_count, traceframe_read_count)
4170 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
4171 (struct tracepoint_hit_ctx) <type>: New field.
4172 (struct fast_tracepoint_ctx): New.
4173 (memory_barrier): New.
4174 (cmpxchg): New.
4175 (record_tracepoint_error): Update atomically in the IPA.
4176 (clear_inferior_trace_buffer): New.
4177 (about_to_request_buffer_space): New.
4178 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
4179 updating the same buffer.
4180 (add_tracepoint): Default the tracepoint's type to trap
4181 tracepoint, and orig_size to -1.
4182 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
4183 internal variables.
4184 (create_trace_state_variable): New parameter `gdb'. Handle it.
4185 (clear_installed_tracepoints): Clear fast tracepoint jumps.
4186 (cmd_qtdp): Handle fast tracepoints.
4187 (cmd_qtdv): Adjust.
4188 (max_jump_pad_size): New.
4189 (gdb_jump_pad_head): New.
4190 (get_jump_space_head): New.
4191 (claim_jump_space): New.
4192 (sort_tracepoints): New.
4193 (MAX_JUMP_SIZE): New.
4194 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
4195 IPA.
4196 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
4197 support. Upload fast traceframes, and delete internal IPA
4198 breakpoints.
4199 (stop_tracing_handler): New.
4200 (flush_trace_buffer_handler): New.
4201 (cmd_qtstop): Upload fast tracepoints.
4202 (response_tracepoint): Handle fast tracepoints.
4203 (tracepoint_finished_step): Upload fast traceframes. Set the
4204 tracepoint hit context's tracepoint type.
4205 (handle_tracepoint_bkpts): New.
4206 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
4207 type. Add comment about fast tracepoints.
4208 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
4209 non-existing action_str field.
4210 (get_context_regcache): Handle fast tracepoints.
4211 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
4212 to the regcache.
4213 (fast_tracepoint_from_jump_pad_address): New.
4214 (fast_tracepoint_from_ipa_tpoint_address): New.
4215 (collecting_t): New.
4216 (force_unlock_trace_buffer): New.
4217 (fast_tracepoint_collecting): New.
4218 (collecting): New.
4219 (gdb_collect): New.
4220 (write_inferior_data_ptr): New.
4221 (target_tp_heap): New.
4222 (target_malloc): New.
4223 (download_agent_expr): New.
4224 (UALIGN): New.
4225 (download_tracepoints): New.
4226 (download_trace_state_variables): New.
4227 (upload_fast_traceframes): New.
4228 (IPA_FIRST_TRACEFRAME): New.
4229 (IPA_NEXT_TRACEFRAME_1): New.
4230 (IPA_NEXT_TRACEFRAME): New.
4231 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
4232 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
4233 (gdb_jump_pad_buffer_end): New.
4234 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
4235 (initialize_tracepoint): Adjust.
4236 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
4237 buffer. Initialize the low module.
4238 * utils.c (PREFIX, TOOLNAME): New.
4239 (malloc_failure): Use PREFIX.
4240 (error): In the IPA, an error causes an exit.
4241 (fatal, warning): Use PREFIX.
4242 (internal_error): Use TOOLNAME.
4243 (NUMCELLS): Increase to 10.
4244 * configure, config.in: Regenerate.
4245
d149dd1d
PA
42462010-06-01 Pedro Alves <pedro@codesourcery.com>
4247
4248 * server.c (handle_query) <qSupported>: Do two passes over the
4249 qSupported string to avoid nesting strtok.
4250
f6528abd
JK
42512010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4252
4253 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
4254 (CDEPS): New.
4255 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
4256 -Wl,--dynamic-list.
4257 * configure: Regenerate.
4258 * proc-service.list: New.
4259
ca2a87a0
JK
42602010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4261
4262 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
4263 New comment.
4264
363a6e9f
OS
42652010-05-26 Ozkan Sezer <sezeroz@gmail.com>
4266
4267 * gdbreplay.c (remote_open): Check error return from socket() call by
4268 its equality to -1 not by it being negative.
4269 * remote-utils.c (remote_open): Likewise.
4270
d23b6cb1
PA
42712010-05-23 Pedro Alves <pedro@codesourcery.com>
4272
4273 * config.h: Regenerate.
4274
28d3cf85
MK
42752010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
4276
4277 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
4278 doesn't provide PTRACE_GET_THREAD_AREA.
4279
fea36a59
MK
42802010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
4281
4282 * linux-m68k-low.c: Include <asm/ptrace.h>
4283 (ps_get_thread_area): Implement.
4284
24b066ba
DE
42852010-05-03 Doug Evans <dje@google.com>
4286
4287 * event-loop.c (struct callback_event): New struct.
4288 (callback_list): New global.
4289 (append_callback_event, delete_callback_event): New functions.
4290 (process_callback): New function.
4291 (start_event_loop): Call it.
4292 * remote-utils.c (NOT_SCHEDULED): Define.
4293 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
4294 moved out of readchar.
4295 (readchar): Rewrite. Call reschedule before returning.
4296 (reset_readchar): New function.
4297 (remote_close): Call it.
4298 (process_remaining, reschedule): New functions.
4299 * server.h (callback_handler_func): New typedef.
4300 (append_callback_event, delete_callback_event): Declare.
4301
9836d6ea
PA
43022010-05-03 Pedro Alves <pedro@codesourcery.com>
4303
4304 * proc-service.c (ps_pglobal_lookup): Use
4305 thread_db_look_up_one_symbol.
4306 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
4307 parameter. Use it instead of all_symbols_looked_up.
4308 * server.h (struct process_info) <all_symbols_looked_up>: Delete
4309 field.
4310 (all_symbols_looked_up): Don't declare.
4311 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
4312 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
4313 field.
4314 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
4315 Set all_symbols_looked_up here.
4316 (thread_db_look_up_one_symbol): New.
4317 (thread_db_get_tls_address): Adjust.
4318 (thread_db_load_search, try_thread_db_load_1): Always allocate the
4319 thread_db object on the heap, and tentatively set it in the
4320 process structure.
4321 (thread_db_init): Don't set all_symbols_looked_up here.
4322 * linux-low.h (thread_db_look_up_one_symbol): Declare.
4323
7984d532
PA
43242010-05-03 Pedro Alves <pedro@codesourcery.com>
4325
4326 * linux-low.c (linux_kill, linux_detach): Adjust.
4327 (status_pending_p_callback): Remove redundant statement. Check
4328 for !TARGET_WAITIKIND_IGNORE, instead of
4329 TARGET_WAITKIND_STOPPED.
4330 (handle_tracepoints): Make sure LWP is locked. Adjust.
4331 (linux_wait_for_event_1): Adjust.
4332 (linux_cancel_breakpoints): New.
4333 (unsuspend_one_lwp): New.
4334 (unsuspend_all_lwps): New.
4335 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
4336 (send_sigstop_callback): Change return type to int, add new
4337 `except' parameter and handle it.
4338 (suspend_and_send_sigstop_callback): New.
4339 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
4340 pass them down. If SUSPEND, also increment the lwp's suspend
4341 count.
4342 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
4343 (need_step_over_p): Don't consider suspended LWPs.
4344 (start_step_over): Adjust.
4345 (proceed_one_lwp): Change return type to int, add new `except'
4346 parameter and handle it.
4347 (unsuspend_and_proceed_one_lwp): New.
4348 (proceed_all_lwps): Use find_inferior instead of
4349 for_each_inferior.
4350 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
4351 also decrement the suspend count of LWPs. Pass `except' down,
4352 instead of hacking its suspend count.
4353 (linux_pause_all): Add `freeze' parameter. Adjust.
4354 (linux_unpause_all): New.
4355 (linux_target_ops): Install linux_unpause_all.
4356 * server.c (handle_status): Adjust.
4357 * target.h (struct target_ops): New fields `unpause_all' and
4358 `cancel_breakpoints'. Add new parameter to `pause_all'.
4359 (pause_all): Add new `freeze' parameter.
4360 (unpause_all): New.
4361 (cancel_breakpoints): New.
4362 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
4363 cancel breakpoints.
4364 (cmd_qtstart): Pause threads.
4365 (stop_tracing): Pause threads, and cancel breakpoints.
4366 * win32-low.c (win32_target_ops): Adjust.
4367
e471f25b
PA
43682010-05-03 Pedro Alves <pedro@codesourcery.com>
4369
4370 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
4371 the inferior right away from here...
4372 (linux_wait_1): ... to here, and adjust to check the thread's
4373 last_resume_kind instead of the lwp's step or stop_expected flags.
4374
1915ef4f
PA
43752010-05-02 Pedro Alves <pedro@codesourcery.com>
4376
4377 * README: Use consistent `GDB' and `GDBserver' spellings.
4378
f9e39928
PA
43792010-05-02 Pedro Alves <pedro@codesourcery.com>
4380
4381 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
4382 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
4383 (linux_detach_one_lwp): Assume the lwp is stopped.
4384 (any_thread_of): Delete.
4385 (linux_detach): Stop all lwps here. Don't blindly delete all
4386 breakpoints.
4387 (delete_lwp_callback): New.
4388 (linux_mourn): Delete all lwps of the process that is gone.
4389 (linux_wait_1): Don't delete the last lwp of the process here.
4390 * mem-break.h (mark_breakpoints_out): Declare.
4391 * mem-break.c (mark_breakpoints_out): New.
4392 (free_all_breakpoints): Use it.
4393 * server.c (handle_target_event): If the process is gone, mark
4394 breakpoints out.
4395 * thread-db.c (struct thread_db) <create_bp>: New field.
4396 (thread_db_enable_reporting): Fix prototype. Store a thread event
4397 breakpoint reference in the thread_db struct.
4398 (thread_db_load_search): Clear the thread_db object.
4399 (try_thread_db_load_1): Ditto.
4400 (switch_to_process): New.
4401 (disable_thread_event_reporting): Use it.
4402 (remove_thread_event_breakpoints): New.
4403 (thread_db_detach, thread_db_mourn): Use it.
4404
1e7fc18c
PA
44052010-05-01 Pedro Alves <pedro@codesourcery.com>
4406
4407 * linux-low.c (linux_enable_event_reporting): New.
4408 (linux_wait_for_event_1, handle_extended_wait): Use it.
4409
02fc4de7
PA
44102010-04-30 Pedro Alves <pedro@codesourcery.com>
4411
4412 * linux-low.c (linux_kill_one_lwp, linux_kill)
4413 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
4414 (send_sigstop): Take an lwp_info as parameter instead. Queue a
4415 SIGSTOP even if the LWP is stopped.
4416 (send_sigstop_callback): New.
4417 (stop_all_lwps): Use send_sigstop_callback instead.
4418 (linux_resume_one_thread): Adjust.
4419 (proceed_one_lwp): Still proceed an LWP that the client has
4420 requested to stop, if we haven't reported it as stopped yet. Make
4421 sure that LWPs the client want stopped, have a pending SIGSTOP.
4422
bc3b5632
DE
44232010-04-26 Doug Evans <dje@google.com>
4424
ae1ada35
DE
4425 * server.c (handle_general_set): Make static.
4426
bc3b5632
DE
4427 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
4428 Print received char after testing for error/eof instead of before.
4429 (input_interrupt): Tweak comment.
4430
65730243
DE
44312010-04-23 Doug Evans <dje@google.com>
4432
4433 * server.c (start_inferior): Print inferior argv if --debug.
4434
a8ae7dc0
AR
44352010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
4436
4437 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
4438 * nto-x86-low.c: Include server.h
4439
1c07cc19
PM
44402010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
4441
4442 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
4443 be consistent with other sources of this directory.
4444 (init_registers_amd64): Correct name of source file of this function
4445 in the comment.
4446
e0a61e09
PM
44472010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4448
4449 * configure.srv (x86_64-*-mingw*): New configuration for Windows
4450 64-bit executables.
4451
54709339
PM
44522010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4453
4454 * win32-i386-low.c: Add 64-bit support.
4455 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
4456 (init_registers_amd64): Declare.
4457 (mappings): Add 64-bit version of array.
4458 (init_windows_x86): New function.
4459 (the_low_target): Change init_arch field to init_windows_x86.
4460
e8f0053d
PM
44612010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4462
4463 * win32-low.c: Adapt to support also 64-bit architecture.
4464 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
4465 (get_image_name): Use SIZE_T type for local variable `done'.
4466 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
4467 (toolhelp_get_dll_name): Idem.
4468 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
4469 Use uintptr_t typecast to avoid warning.
4470 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
4471 (handle_exception): Use phex_nz to avoid warning.
4472 (win32_wait): Remove unused local variable `process'.
4473
c481e77e
PM
44742010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4475
4476 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
4477 `amd64-avx.o'.
4478
12ea4b69
PM
44792010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
4480
4481 * configure.ac: Use `ws2_32' library for srv_mingw.
4482 * configure: Regenerate.
4483 * gdbreplay.c: Include winsock2.h instead of winsock.h.
4484 * remote-utils.c: Likewise.
4485
f6d1620c
L
44862010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4487
4488 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
4489 if __x86_64__ is defined.
4490
8e642873
PM
44912010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4492
4493 * configure: Regenerate.
4494
711e434b
PM
44952010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4496
4497 * server.c (handle_query): Handle 'qGetTIBAddr' query.
4498 * target.h (target_ops): New get_tib_address field.
4499 * win32-low.h (win32_thread_info): Add thread_local_base field.
4500 * win32-low.c (child_add_thread): Add tlb argument.
4501 Set thread_local_base field to TLB.
4502 (get_child_debug_event): Adapt to child_add_thread change.
4503 (win32_get_tib_address): New function.
4504 (win32_target_ops): Set get_tib_address field to
4505 win32_get_tib_address.
4506 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
4507
505106cd
PA
45082010-04-12 Pedro Alves <pedro@codesourcery.com>
4509
505106cd
PA
4510 * linux-low.c (linux_mourn): Also remove the process.
4511 * server.c (handle_target_event): Don't remove the process here.
4512 * nto-low.c (nto_mourn): New.
4513 (nto_target_ops): Install it.
4514 * spu-low.c (spu_mourn): New.
4515 (spu_target_ops): Install it.
4516 * win32-low.c (win32_mourn): New.
4517 (win32_target_ops): Install it.
4518
e8470a06
PA
45192010-04-12 Pedro Alves <pedro@codesourcery.com>
4520
4521 * server.h (buffer_xml_printf): Remove redundant `;'.
4522
45ba0d02
PA
45232010-04-12 Pedro Alves <pedro@codesourcery.com>
4524
4525 * regcache.c (set_register_cache): Invalidate regcaches before
4526 changing the register cache layout.
4527 (regcache_invalidate_one): Allow a NULL regcache.
4528 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
4529 regcaches before changing the register cache layout or the target
4530 regsets.
4531
59e04013
L
45322010-04-12 H.J. Lu <hongjiu.lu@intel.com>
4533
4534 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
4535 variable warning on Linux/x86-64.
4536
8336d594
PA
45372010-04-11 Pedro Alves <pedro@codesourcery.com>
4538
4539 GDBserver disconnected tracing support.
4540
4541 * linux-low.c (linux_remove_process): Delete.
4542 (add_lwp): Don't set last_resume_kind here.
4543 (linux_kill): Use `mourn'.
4544 (linux_detach): Use `thread_db_detach', and `mourn'.
4545 (linux_mourn): New.
4546 (linux_attach_lwp_1): Adjust comment.
4547 (linux_attach): last_resume_kind moved the thread_info; adjust.
4548 (status_pending_p_callback): Adjust.
4549 (linux_wait_for_event_1): Adjust.
4550 (count_events_callback, select_singlestep_lwp_callback)
4551 (select_event_lwp_callback, cancel_breakpoints_callback)
4552 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
4553 (proceed_one_lwp): Adjust.
4554 (linux_async): Add debug output.
4555 (linux_thread_stopped): New.
4556 (linux_pause_all): New.
4557 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
4558 linux_pause_all.
4559 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
4560 (thread_db_free): Delete declaration.
4561 (thread_db_detach, thread_db_mourn): Declare.
4562 * thread-db.c (thread_db_init): Use thread_db_mourn.
4563 (thread_db_free): Delete, split in two.
4564 (disable_thread_event_reporting): New.
4565 (thread_db_detach): New.
4566 (thread_db_mourn): New.
4567
4568 * server.h (struct thread_info) <last_resume_kind>: New field.
4569 <attached>: Add comment.
4570 <gdb_detached>: New field.
4571 (handler_func): Change return type to int.
4572 (handle_serial_event, handle_target_event): Ditto.
4573 (gdb_connected): Declare.
4574 (tracing): Delete.
4575 (disconnected_tracing): Declare.
4576 (stop_tracing): Declare.
4577
4578 * server.c (handle_query) <qSupported>: Report support for
4579 disconnected tracing.
4580 (queue_stop_reply_callback): Account for running threads.
4581 (gdb_wants_thread_stopped): New.
4582 (gdb_wants_all_threads_stopped): New.
4583 (gdb_reattached_process): New.
4584 (handle_status): Clear the `gdb_detached' flag of all processes.
4585 In all-stop, stop all threads.
4586 (main): Be sure to leave tfind mode. Handle disconnected tracing.
4587 (process_serial_event): If the remote connection breaks, or if an
4588 exit was forced with "monitor exit", force an event loop exit.
4589 Handle disconnected tracing on detach.
4590 (handle_serial_event): Adjust.
4591 (handle_target_event): If GDB isn't connected, forward events back
4592 to the inferior, unless the last process exited, in which case,
4593 exit gdbserver. Adjust interface.
4594
4595 * remote-utils.c (remote_open): Don't block in accept. Instead
4596 register an event loop source on the listen socket file
4597 descriptor. Refactor bits into ...
4598 (listen_desc): ... this new global.
4599 (gdb_connected): ... this new function.
4600 (enable_async_notification): ... this new function.
4601 (handle_accept_event): ... this new function.
4602 (remote_close): Clear remote_desc.
4603
4604 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
4605
4606 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
4607 New fields.
4608 (mourn_inferior): Define.
4609 (target_process_qsupported): Avoid the dangling else problem.
4610 (thread_stopped): Define.
4611 (pause_all): Define.
4612 (target_waitstatus_to_string): Declare.
4613 * target.c (target_waitstatus_to_string): New.
4614
4615 * tracepoint.c (tracing): Make extern.
4616 (disconnected_tracing): New.
4617 (stop_tracing): Make extern. Handle tracing stops due to GDB
4618 disconnecting.
4619 (cmd_qtdisconnected): New.
4620 (cmd_qtstatus): Report disconnected tracing status in trace reply.
4621 (handle_tracepoint_general_set): Handle QTDisconnected.
4622
4623 * event-loop.c (event_handler_func): Change return type to int.
4624 (process_event): Bail out if the event handler wants the event
4625 loop to stop.
4626 (handle_file_event): Ditto.
4627 (start_event_loop): Bail out if the event handler wants the event
4628 loop to stop.
4629
4630 * nto-low.c (nto_target_ops): Adjust.
4631 * spu-low.c (spu_wait): Don't remove the process here.
4632 (spu_target_ops): Adjust.
4633 * win32-low.c (win32_wait): Don't remove the process here.
4634 (win32_target_ops): Adjust.
4635
5d267c4c
PA
46362010-04-11 Pedro Alves <pedro@codesourcery.com>
4637
4638 * regcache.c (realloc_register_cache): Invalidate inferior's
4639 regcache before recreating it.
4640
623ccd72
PA
46412010-04-09 Pedro Alves <pedro@codesourcery.com>
4642
4643 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
4644
219f2f23
PA
46452010-04-09 Stan Shebs <stan@codesourcery.com>
4646 Pedro Alves <pedro@codesourcery.com>
4647
4648 * server.h (LONGEST): New.
4649 (struct thread_info) <while_stepping>: New field.
4650 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
4651 Declare.
4652 (initialize_tracepoint, handle_tracepoint_general_set)
4653 (handle_tracepoint_query, tracepoint_finished_step)
4654 (tracepoint_was_hit, release_while_stepping_state_list):
4655 (current_traceframe): Declare.
4656 * server.c (handle_general_set): Handle tracepoint packets.
4657 (read_memory): New.
4658 (write_memory): New.
4659 (handle_search_memory_1): Use read_memory.
4660 (handle_query): Report support for conditional tracepoints, trace
4661 state variables, and tracepoint sources. Handle tracepoint
4662 queries.
4663 (main): Initialize the tracepoints module.
4664 (process_serial_event): Handle traceframe reads/writes.
4665
4666 * linux-low.c (handle_tracepoints): New.
4667 (linux_wait_1): Call it.
4668 (linux_resume_one_lwp): Handle while-stepping.
4669 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
4670 (linux_target_ops): Install them.
4671 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
4672 New field.
4673 * linux-x86-low.c (x86_supports_tracepoints): New.
4674 (the_low_target). Install it.
4675
4676 * mem-break.h (delete_breakpoint): Declare.
4677 * mem-break.c (delete_breakpoint): Make external.
4678
4679 * target.h (struct target_ops): Add `supports_tracepoints',
4680 `read_pc', and `write_pc' fields.
4681 (target_supports_tracepoints): Define.
4682 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
4683 (phex_nz): New.
4684
4685 * regcache.h (struct regcache) <registers_owned>: New field.
4686 (init_register_cache, regcache_cpy): Declare.
4687 (regcache_read_pc, regcache_write_pc): Declare.
4688 (register_cache_size): Declare.
4689 (supply_regblock): Declare.
4690 * regcache.c (init_register_cache): New.
4691 (new_register_cache): Use it.
4692 (regcache_cpy): New.
4693 (register_cache_size): New.
4694 (supply_regblock): New.
4695 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 4696
219f2f23
PA
4697 * tracepoint.c: New.
4698
4699 * Makefile.in (OBS): Add tracepoint.o.
4700 (tracepoint.o): New rule.
4701
3a13a53b
L
47022010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4703
4704 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
4705 (i386-mmx.o): New.
4706 (i386-mmx.c): Likewise.
4707 (i386-mmx-linux.o): Likewise.
4708 (i386-mmx-linux.c): Likewise.
4709
4710 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
4711 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
4712 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
4713 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
4714
4715 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
4716 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
4717 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
4718
1570b33e
L
47192010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4720
4721 * Makefile.in (clean): Updated.
4722 (i386-avx.o): New.
4723 (i386-avx.c): Likewise.
4724 (i386-avx-linux.o): Likewise.
4725 (i386-avx-linux.c): Likewise.
4726 (amd64-avx.o): Likewise.
4727 (amd64-avx.c): Likewise.
4728 (amd64-avx-linux.o): Likewise.
4729 (amd64-avx-linux.c): Likewise.
4730
4731 * configure.srv (srv_i386_regobj): Add i386-avx.o.
4732 (srv_i386_linux_regobj): Add i386-avx-linux.o.
4733 (srv_amd64_regobj): Add amd64-avx.o.
4734 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
4735 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
4736 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
4737 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
4738 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
4739 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
4740 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
4741
4742 * i387-fp.c: Include "i386-xstate.h".
4743 (i387_xsave): New.
4744 (i387_cache_to_xsave): Likewise.
4745 (i387_xsave_to_cache): Likewise.
4746 (x86_xcr0): Likewise.
4747
4748 * i387-fp.h (i387_cache_to_xsave): Likewise.
4749 (i387_xsave_to_cache): Likewise.
4750 (x86_xcr0): Likewise.
4751
4752 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
4753 * linux-crisv32-low.c (target_regsets): Likewise.
4754 * linux-m68k-low.c (target_regsets): Likewise.
4755 * linux-mips-low.c (target_regsets): Likewise.
4756 * linux-ppc-low.c (target_regsets): Likewise.
4757 * linux-s390-low.c (target_regsets): Likewise.
4758 * linux-sh-low.c (target_regsets): Likewise.
4759 * linux-sparc-low.c (target_regsets): Likewise.
4760 * linux-xtensa-low.c (target_regsets): Likewise.
4761
4762 * linux-low.c: Include <sys/uio.h>.
4763 (regsets_fetch_inferior_registers): Support nt_type.
4764 (regsets_store_inferior_registers): Likewise.
4765 (linux_process_qsupported): New.
4766 (linux_target_ops): Add linux_process_qsupported.
4767
4768 * linux-low.h (regset_info): Add nt_type.
4769 (linux_target_ops): Add process_qsupported.
4770
4771 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
4772 and <sys/uio.h>.
4773 (init_registers_i386_avx_linux): New.
4774 (init_registers_amd64_avx_linux): Likewise.
4775 (xmltarget_i386_linux_no_xml): Likewise.
4776 (xmltarget_amd64_linux_no_xml): Likewise.
4777 (PTRACE_GETREGSET): Likewise.
4778 (PTRACE_SETREGSET): Likewise.
4779 (x86_fill_xstateregset): Likewise.
4780 (x86_store_xstateregset): Likewise.
4781 (use_xml): Likewise.
4782 (x86_linux_update_xmltarget): Likewise.
4783 (x86_linux_process_qsupported): Likewise.
4784 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
4785 (x86_arch_setup): Don't call init_registers_amd64_linux nor
4786 init_registers_i386_linux here. Call
4787 x86_linux_update_xmltarget.
4788 (the_low_target): Add x86_linux_process_qsupported.
4789
4790 * server.c (handle_query): Call target_process_qsupported.
4791
4792 * target.h (target_ops): Add process_qsupported.
4793 (target_process_qsupported): New.
4794
fc7238bb
PA
47952010-04-03 Pedro Alves <pedro@codesourcery.com>
4796
4797 * inferiors.c (add_thread): Set last_status kind to
4798 TARGET_WAITKIND_IGNORE.
4799 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
4800 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
4801 (linux_wait_1): Move `thread' local definition to block that uses
4802 it. Don't NULL initialize `event_child'.
4803 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
4804 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
4805 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
4806
bdabb078
PA
48072010-04-01 Pedro Alves <pedro@codesourcery.com>
4808
4809 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
4810 an extended waitstatus, or by a watchpoint.
4811 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
4812 thread was stepping or has been stopped by a watchpoint.
4813
d3bbe7a0
PA
48142010-04-01 Pedro Alves <pedro@codesourcery.com>
4815
4816 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
4817 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
4818 of another, then delete the previous, and validate all
4819 breakpoints.
4820 (validate_inserted_breakpoint): New.
4821 (delete_disabled_breakpoints): New.
4822 (validate_breakpoints): New.
4823 (check_mem_read): Validate breakpoints before trusting their
4824 shadow. Delete disabled breakpoints.
4825 (check_mem_write): Validate breakpoints before trusting they
4826 should be inserted. Delete disabled breakpoints.
4827 * mem-break.h (validate_breakpoints):
4828 * server.c (handle_query): Validate breakpoints when we see a
4829 qSymbol query.
4830
8b07ae33
PA
48312010-04-01 Pedro Alves <pedro@codesourcery.com>
4832
4833 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
4834 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
4835 if we could tell there's a GDB breakpoint at stop_pc.
4836 (need_step_over_p): Don't do a step over if we find a GDB
4837 breakpoint at the resume PC.
4838
4839 * mem-break.c (struct raw_breakpoint): New.
4840 (enum bkpt_type): New type `gdb_breakpoint'.
4841 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
4842 fields. New field `raw'.
4843 (find_raw_breakpoint_at): New.
4844 (set_raw_breakpoint_at): Handle refcounting. Create a raw
4845 breakpoint instead.
4846 (set_breakpoint_at): Adjust.
4847 (delete_raw_breakpoint): New.
4848 (release_breakpoint): New.
4849 (delete_breakpoint): Rename to...
4850 (delete_breakpoint_1): ... this. Add proc parameter. Use
4851 release_breakpoint. Return ENOENT.
4852 (delete_breakpoint): Reimplement.
4853 (find_breakpoint_at): Delete.
4854 (find_gdb_breakpoint_at): New.
4855 (delete_breakpoint_at): Delete.
4856 (set_gdb_breakpoint_at): New.
4857 (delete_gdb_breakpoint_at): New.
4858 (gdb_breakpoint_here): New.
4859 (set_reinsert_breakpoint): Use release_breakpoint.
4860 (uninsert_breakpoint): Rename to ...
4861 (uninsert_raw_breakpoint): ... this.
4862 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
4863 (reinsert_raw_breakpoint): Change parameter type to
4864 raw_breakpoint.
4865 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
4866 instead.
4867 (check_breakpoints): Adjust. Use release_breakpoint.
4868 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
4869 (breakpoint_inserted_here): Ditto.
4870 (check_mem_read): Adjust to iterate over raw breakpoints instead.
4871 Don't trust the breakpoint's shadow if it is not inserted.
4872 (check_mem_write): Adjust to iterate over raw breakpoints instead.
4873 (delete_all_breakpoints): Adjust.
4874 (free_all_breakpoints): Mark all breakpoints as uninserted, and
4875 use delete_breakpoint_1.
4876
4877 * mem-break.h (breakpoints_supported): Delete declaration.
4878 (set_gdb_breakpoint_at): Declare.
4879 (gdb_breakpoint_here): Declare.
4880 (delete_breakpoint_at): Delete.
4881 (delete_gdb_breakpoint_at): Declare.
4882
4883 * server.h (struct raw_breakpoint): Forward declare.
4884 (struct process_info): New field `raw_breakpoints'.
4885
4886 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
4887 breakpoints.
4888
6bf5e0ba
PA
48892010-03-24 Pedro Alves <pedro@codesourcery.com>
4890
4891 * linux-low.c (status_pending_p_callback): Fix comment.
4892 (linux_wait_for_event_1): Move most of the internal breakpoint
4893 handling from here...
4894 (linux_wait_1): ... to here.
4895 (count_events_callback): New.
4896 (select_singlestep_lwp_callback): New.
4897 (select_event_lwp_callback): New.
4898 (cancel_breakpoints_callback): New.
4899 (select_event_lwp): New.
4900 (linux_wait_1): Simplify internal breakpoint handling. Give equal
4901 priority to all LWPs that have had events that should be reported
4902 to the client. Cancel breakpoints when about to reporting the
4903 event to the client, not while stopping lwps. No longer cancel
4904 finished single-steps here.
4905 (cancel_finished_single_step): Delete.
4906 (cancel_finished_single_steps): Delete.
4907
414a389f
PA
49082010-03-24 Pedro Alves <pedro@codesourcery.com>
4909
4910 * mem-break.c (enum bkpt_type): New.
4911 (struct breakpoint): New field `type'.
4912 (set_breakpoint_at): Change return type to struct breakpoint
4913 pointer. Set type to `other_breakpoint' by default.
4914 (delete_breakpoint): Rewrite, supporting more than one breakpoint
4915 in the breakpoint list.
4916 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
4917 (reinsert_breakpoint): Rename to ...
4918 (reinsert_raw_breakpoint): ... this.
4919 (reinsert_breakpoints_at): Adjust.
4920 * mem-break.h (struct breakpoint): Declare.
4921 (set_breakpoint_at): Change return type to struct breakpoint
4922 pointer.
4923
2280c721
PA
49242010-03-24 Pedro Alves <pedro@codesourcery.com>
4925
4926 * server.c (handle_query): Assign, not compare.
4927
d50171e4
PA
49282010-03-24 Pedro Alves <pedro@codesourcery.com>
4929
4930 Teach linux gdbserver to step-over-breakpoints.
4931
4932 * linux-low.c (can_hardware_single_step): New.
4933 (supports_breakpoints): New.
4934 (handle_extended_wait): If stopping threads, read the stop pc of
4935 the new cloned LWP.
4936 (get_pc): New.
4937 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
4938 low target doesn't support retrieving the PC.
4939 (add_lwp): Set last_resume_kind to resume_continue.
4940 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
4941 (linux_attach): Don't clear stop_expected. Set the lwp's
4942 last_resume_kind to resume_stop.
4943 (linux_detach_one_lwp): Don't check for removed breakpoints.
4944 (check_removed_breakpoint): Delete.
4945 (status_pending_p): Rename to ...
4946 (status_pending_p_callback): ... this. Don't check for removed
4947 breakpoints. Don't consider threads that are stopped from GDB's
4948 perspective.
4949 (linux_wait_for_lwp): Always read the stop_pc here.
4950 (cancel_breakpoint): New.
4951 (step_over_bkpt): New global.
4952 (linux_wait_for_event_1): Implement stepping over breakpoints.
4953 (gdb_wants_lwp_stopped): New.
4954 (gdb_wants_all_stopped): New.
4955 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
4956 single-step traps here. Store the thread's last reported target
4957 wait status.
4958 (send_sigstop): Don't clear stop_expected. Always set it,
4959 instead.
4960 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
4961 (cancel_finished_single_step): New.
4962 (cancel_finished_single_steps): New.
4963 (wait_for_sigstop): Don't cancel finished single-step traps here.
4964 (linux_resume_one_lwp): Don't check for removed breakpoints.
4965 Don't set `step' on non-hardware step archs.
4966 (linux_set_resume_request): Ignore resume_stop requests if already
4967 stopping or stopped. Set the lwp's last_resume_kind.
4968 (resume_status_pending_p): Don't check for removed breakpoints.
4969 (need_step_over_p): New.
4970 (start_step_over): New.
4971 (finish_step_over): New.
4972 (linux_resume_one_thread): Always queue a sigstop for resume_stop
4973 requests. Clear the thread's last reported target waitstatus.
4974 Don't use the `suspended' flag. Don't consider pending breakpoints.
4975 (linux_resume): Start a step-over if necessary.
4976 (proceed_one_lwp): New.
4977 (proceed_all_lwps): New.
4978 (unstop_all_lwps): New.
4979 * linux-low.h (struct lwp_info): Rewrite comment for the
4980 `suspended' flag. Add the `stop_pc' field. Delete the
4981 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
4982 Add `'last_resume_kind' and `need_step_over' fields.
4983 * inferiors.c (struct thread_info): Delete, moved elsewhere.
4984 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
4985 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
4986 (set_raw_breakpoint_at): New.
4987 (set_breakpoint_at): Rewrite to use it.
4988 (reinsert_breakpoint_handler): Delete.
4989 (set_reinsert_breakpoint): New.
4990 (reinsert_breakpoint_by_bp): Delete.
4991 (delete_reinsert_breakpoints): New.
4992 (uninsert_breakpoint): Rewrite.
4993 (uninsert_breakpoints_at): New.
4994 (reinsert_breakpoint): Rewrite.
4995 (reinsert_breakpoints_at): New.
4996 (check_breakpoints): Rewrite.
4997 (breakpoint_here): New.
4998 (breakpoint_inserted_here): New.
4999 (check_mem_read): Adjust.
5000 * mem-break.h (breakpoints_supported, breakpoint_here)
5001 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
5002 (reinsert_breakpoint_by_bp): Delete declaration.
5003 (delete_reinsert_breakpoints): Declare.
5004 (reinsert_breakpoint): Delete declaration.
5005 (reinsert_breakpoints_at): Declare.
5006 (uninsert_breakpoint): Delete declaration.
5007 (uninsert_breakpoints_at): Declare.
5008 (check_breakpoints): Adjust prototype.
5009 * server.h: Adjust include order.
5010 (struct thread_info): Declare here. Add a `last_status' field.
5011
30ba68cb
MS
50122010-03-23 Michael Snyder <msnyder@vmware.com>
5013
5014 * server.c (crc32): New function.
5015 (handle_query): Add handling for 'qCRC:' request.
5016
b9a881c2
PA
50172010-03-23 Pedro Alves <pedro@codesourcery.com>
5018
5019 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
5020 lwp had been stopped by a watchpoint.
5021
e92d13d5
PA
50222010-03-16 Pedro Alves <pedro@codesourcery.com>
5023
5024 * server.h (internal_error): Declare.
5025 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
5026 * utils.c (internal_error): New function.
5027
64daa791
AS
50282010-03-15 Andreas Schwab <schwab@redhat.com>
5029
5030 * configure.srv: Fix typo setting srv_regobj.
5031
f52cd8cd
PA
50322010-03-15 Pedro Alves <pedro@codesourcery.com>
5033
5034 * linux-low.c (fetch_register): Avoid passing a non string literal
5035 format to `error'.
5036 (usr_store_inferior_registers): Ditto.
5037
93ae6fdc
PA
50382010-03-14 Pedro Alves <pedro@codesourcery.com>
5039
5040 * linux-low.c (linux_write_memory): Bail out early if peeking
5041 memory failed.
5042
c3adc08c
PA
50432010-03-14 Pedro Alves <pedro@codesourcery.com>
5044
5045 * linux-low.h (struct lwp_info): New fields
5046 `stopped_by_watchpoint' and `stopped_data_address'.
5047 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
5048 here, and cache them in the lwp object.
5049 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
5050 directly.
5051 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
5052 field.
5053 (linux_stopped_by_watchpoint): Rewrite.
5054 (linux_stopped_data_address): Rewrite.
5055
bce522a2
PA
50562010-03-06 Simo Melenius <simo.melenius@iki.fi>
5057
5058 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
5059 switching the current inferior, not before.
5060
90884b2b
L
50612010-03-01 H.J. Lu <hongjiu.lu@intel.com>
5062
5063 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
5064 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
5065 i386-linux.c and amd64-linux.c.
5066 (reg-i386.o): Removed.
5067 (reg-i386.c): Likewise.
5068 (reg-i386-linux.o): Likewise.
5069 (reg-i386-linux.c): Likewise.
5070 (reg-x86-64.o): Likewise.
5071 (reg-x86-64.c): Likewise.
5072 (reg-x86-64-linux.o): Likewise.
5073 (reg-x86-64-linux.c): Likewise.
5074 (i386.o): New.
5075 (i386.c): Likewise.
5076 (i386-linux.o): Likewise.
5077 (i386-linux.c): Likewise.
5078 (amd64.o): Likewise.
5079 (amd64.c): Likewise.
5080 (amd64-linux.o): Likewise.
5081 (amd64-linux.c): Likewise.
5082
5083 * configure.srv (srv_i386_regobj): New.
5084 (srv_i386_linux_regobj): Likewise.
5085 (srv_amd64_regobj): Likewise.
5086 (srv_amd64_linux_regobj): Likewise.
5087 (srv_i386_32bit_xmlfiles): Likewise.
5088 (srv_i386_64bit_xmlfiles): Likewise.
5089 (srv_i386_xmlfiles): Likewise.
5090 (srv_amd64_xmlfiles): Likewise.
5091 (srv_i386_linux_xmlfiles): Likewise.
5092 (srv_amd64_linux_xmlfiles): Likewise.
5093 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
5094 srv_xmlfiles to $srv_i386_xmlfiles.
5095 (i[34567]86-*-mingw32ce*): Likewise.
5096 (i[34567]86-*-mingw*): Likewise.
5097 (i[34567]86-*-nto*): Likewise.
5098 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
5099 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
5100 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
5101 (x86_64-*-linux*): Likewise.
5102
5103 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
5104 (init_registers_amd64_linux): New.
5105 (x86_arch_setup): Replace init_registers_x86_64_linux with
5106 init_registers_amd64_linux.
5107
193f13e6
MK
51082010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
5109
5110 * configure.ac: Check for libdl. If it is not available link against
5111 static libthread_db.
5112 * configure: Regenerate.
5113
85d721b8
PA
51142010-02-22 Pedro Alves <pedro@codesourcery.com>
5115
5116 PR9605
5117
5118 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
5119 handing a read watchpoint.
5120 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
5121
6076632b
DE
51222010-02-12 Doug Evans <dje@google.com>
5123
5124 * linux-low.c (linux_supports_tracefork_flag): Document.
5125 (linux_look_up_symbols): Add comment.
5126
3327ccf7
L
51272010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5128
5129 * regcache.c (supply_register): Clear regcache if buf is NULL.
5130
0718675c 51312010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 5132 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
5133
5134 * inferiors.c (find_inferior): Add function documentation.
5135 (unloaded_dll): Handle the case where the unloaded dll has not
5136 been previously registered in the dll list.
5137
177321bd
DJ
51382010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5139
5140 * linux-arm-low.c (thumb_breakpoint_len): Delete.
5141 (thumb2_breakpoint): New.
5142 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
5143
2b009048
DJ
51442010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5145
5146 * linux-low.c (get_stop_pc): Check for SIGTRAP.
5147 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
5148 breakpoints.
5149
3be029c7
PA
51502010-01-21 Pedro Alves <pedro@codesourcery.com>
5151
5152 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
5153
18f5de3b
JK
51542010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 * linux-s390-low.c (s390_collect_ptrace_register)
5157 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
5158
3743bb4f
DE
51592010-01-21 Doug Evans <dje@google.com>
5160
14ce3065
DE
5161 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
5162 (PTRACE_ARG4_TYPE): New macro.
5163 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
5164 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
5165 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
5166 (usr_store_inferior_registers): Ditto.
5167 (linux_read_memory, linux_write_memory): Ditto.
5168 (linux_test_for_tracefork): Ditto.
5169
3743bb4f
DE
5170 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
5171 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
5172
8b315be5
PA
51732010-01-21 Pedro Alves <pedro@codesourcery.com>
5174
5175 * proc-service.c (ps_lgetregs): Don't refetch registers from the
5176 target.
5177
85492558
PA
51782010-01-21 Pedro Alves <pedro@codesourcery.com>
5179
5180 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
5181 prototype to take a regcache. Adjust.
5182
442ea881
PA
51832010-01-20 Pedro Alves <pedro@codesourcery.com>
5184
5185 * regcache.h (struct thread_info): Forward declare.
5186 (struct regcache): New.
5187 (new_register_cache): Adjust prototype.
5188 (get_thread_regcache): Declare.
5189 (free_register_cache): Adjust prototype.
5190 (registers_to_string, registers_from_string): Ditto.
5191 (supply_register, supply_register_by_name, collect_register)
5192 (collect_register_as_string, collect_register_by_name): Ditto.
5193 * regcache.c (struct inferior_regcache_data): Delete.
5194 (get_regcache): Rename to ...
5195 (get_thread_regcache): ... this. Adjust. Switch inferior before
5196 fetching registers.
5197 (regcache_invalidate_one): Adjust.
5198 (regcache_invalidate): Fix prototype.
5199 (new_register_cache): Return the new register cache.
5200 (free_register_cache): Change prototype.
5201 (realloc_register_cache): Adjust.
5202 (registers_to_string): Change prototype to take a regcache. Adjust.
5203 (registers_from_string): Ditto.
5204 (register_data): Ditto.
5205 (supply_register): Ditto.
5206 (supply_register_by_name): Ditto.
5207 (collect_register): Ditto.
5208 (collect_register_as_string): Ditto.
5209 (collect_register_by_name): Ditto.
5210 * server.c (process_serial_event): Adjust.
5211 * linux-low.h (regset_fill_func, regset_store_func): Change
5212 prototype.
5213 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
5214 Change prototype.
5215 * linux-low.c (get_stop_pc): Adjust.
5216 (check_removed_breakpoint): Adjust.
5217 (linux_wait_for_event): Adjust.
5218 (linux_resume_one_lwp): Adjust.
5219 (fetch_register): Add regcache parameter. Adjust.
5220 (usr_store_inferior_registers): Ditto.
5221 (regsets_fetch_inferior_registers): Ditto.
5222 (regsets_store_inferior_registers): Ditto.
5223 (linux_fetch_registers, linux_store_registers): Ditto.
5224 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
5225 regcache. Adjust.
43aaf8b6
PA
5226 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
5227 Ditto.
442ea881
PA
5228 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
5229 prototype to take a regcache.
5230 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
5231 * remote-utils.c (convert_ascii_to_int, outreg)
5232 (prepare_resume_reply): Change prototype to take a regcache.
5233 Adjust.
5234 * target.h (struct target_ops) <fetch_registers, store_registers>:
5235 Change prototype to take a regcache.
5236 (fetch_inferior_registers, store_inferior_registers): Change
5237 prototype to take a regcache. Adjust.
5238 * proc-service.c (ps_lgetregs): Adjust.
5239 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
5240 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
5241 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
5242 take a regcache. Adjust.
5243 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
5244 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
5245 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
5246 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
5247 * linux-cris-low.c (cris_get_pc, cris_set_pc)
5248 (cris_cannot_fetch_register):
5249 (cris_breakpoint_at): Change prototype to take a regcache.
5250 Adjust.
5251 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
5252 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
5253 to take a regcache. Adjust.
5254 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
5255 Adjust.
5256 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
5257 take a regcache. Adjust.
5258 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
5259 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
5260 (m68k_set_pc): Change prototype to take a regcache. Adjust.
5261 * linux-mips-low.c (mips_get_pc):
5262 (mips_set_pc): Change prototype to take a regcache. Adjust.
5263 (mips_reinsert_addr): Adjust.
5264 (mips_collect_register): Change prototype to take a regcache.
5265 Adjust.
5266 (mips_supply_register):
5267 (mips_collect_register_32bit, mips_supply_register_32bit)
5268 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
5269 (mips_store_fpregset): Ditto.
43aaf8b6
PA
5270 * linux-ppc-low.c (ppc_supply_ptrace_register)
5271 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
5272 (parse_spufs_run): Adjust.
5273 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
5274 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
5275 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
5276 take a regcache. Adjust.
5277 * linux-s390-low.c (s390_collect_ptrace_register)
5278 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
5279 (s390_set_pc): Change prototype to take a regcache. Adjust.
5280 (s390_arch_setup): Adjust.
5281 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
5282 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
5283 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
5284 (sparc_fill_gregset, sparc_store_gregset_from_stack)
5285 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
5286 regcache. Adjust.
5287 (sparc_breakpoint_at): Adjust.
5288 * linux-xtensa-low.c (xtensa_fill_gregset):
5289 (xtensa_store_gregset):
5290 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
5291 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
5292 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
5293 prototype to take a regcache. Adjust.
5294 * win32-arm-low.c (arm_fetch_inferior_register)
5295 (arm_store_inferior_register): Change prototype to take a
5296 regcache. Adjust.
5297 * win32-i386-low.c (i386_fetch_inferior_register)
5298 (i386_store_inferior_register): Change prototype to take a
5299 regcache. Adjust.
5300 * win32-low.c (child_fetch_inferior_registers)
5301 (child_store_inferior_registers): Change prototype to take a
5302 regcache. Adjust.
5303 (win32_wait): Adjust.
5304 (win32_fetch_inferior_registers): Change prototype to take a
5305 regcache. Adjust.
5306 (win32_store_inferior_registers): Adjust.
5307 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
5308 store_inferior_register>: Change prototype to take a regcache.
5309
60c3d7b0
DE
53102010-01-20 Doug Evans <dje@google.com>
5311
5312 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
5313 #ifdef.
5314 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 5315 (W_STOPCODE): Provide definition if missing.
60c3d7b0 5316
dc146f7c
VP
53172010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5318
5319 * linux-low.c (linux_core_of_thread): New.
5320 (compare_ints, show_process, list_threads): New.
5321 (linux_qxfer_osdata): Report threads and cores.
5322 (linux_target_op): Register linux_core_of_thread.
5323 * remote-utils.c (prepare_resume_reply): Report the core.
5324 (buffer_xml_printf): Support %d specifier.
5325 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
5326 New.
5327 (handle_query): Handle qXfer:threads. Announce availability
5328 thereof.
5329 * target.h (struct target_ops): New field core_of_thread.
5330
7803799a
UW
53312010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
5332
5333 * Makefile.in (clean): Remove new generated files.
5334 (reg-s390.o, reg-s390.c): Remove rules.
5335 (reg-s390x.o, reg-s390x.c): Likewise.
5336 (s390-linux32.o, s390-linux32.c): Add rules.
5337 (s390-linux64.o, s390-linux64.c): Likewise.
5338 (s390x-linux64.o, s390x-linux64.c): Likewise.
5339 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
5340 * linux-s390-low.c: Include <elf.h>.
5341 (HWCAP_S390_HIGH_GPRS): Define if undefined.
5342 (init_registers_s390): Remove prototype.
5343 (init_registers_s390x): Likewise.
5344 (init_registers_s390_linux32): Add prototype.
5345 (init_registers_s390_linux64): Likewise.
5346 (init_registers_s390x_linux64): Likewise.
5347 (s390_num_regs_3264): New define.
5348 (s390_regmap_3264): New global variable.
5349 (s390_cannot_fetch_register): Remove obsolete check.
5350 (s390_cannot_store_register): Likewise.
5351 (s390_collect_ptrace_register): Handle upper/lower register halves.
5352 (s390_supply_ptrace_register): Likewise.
5353 (s390_fill_gregset): Update to register number changes.
5354 (s390_get_hwcap): New routine.
5355 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
5356 Install appropriate regmap and register set.
5357
6e7ffa39
JB
53582010-01-01 Joel Brobecker <brobecker@adacore.com>
5359
5360 * server.c (gdbserver_version): Update copyright year to 2010.
5361 * gdbreplay.c (gdbreplay_version): Likewise.
5362
957f3f49
DE
53632009-12-28 Doug Evans <dje@google.com>
5364
5365 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
5366 elf/external.h. Include <elf.h> instead but only if necessary.
5367
ca5c370d
PA
53682009-12-28 Pedro Alves <pedro@codesourcery.com>
5369
5370 * linux-low.c (linux_remove_process): Remove `detaching'
5371 parameter. Don't release/detach from thread_db here.
5372 (linux_kill): Release/detach from thread_db here, ...
5373 (linux_detach): ... and here, before actually detaching.
5374 (linux_wait_1): ... and here, when a process exits.
5375 * thread-db.c (any_thread_of): New.
5376 (thread_db_free): Switch the current inferior to a thread of the
5377 passed in process.
5378
4ee62156
DE
53792009-12-21 Doug Evans <dje@google.com>
5380
d90e6a88
DE
5381 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
5382
c5f62d5f
DE
5383 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
5384 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
5385 warning ifndef __NR_tkill. Move setting of errno there too.
5386 Delete unnecessary resetting of errno after syscall.
5387 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
5388
10e86dd7
DE
5389 * configure.ac: Check for dladdr.
5390 * config.in: Regenerate.
5391 * configure: Regenerate.
5392 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
5393 (try_thread_db_load): Update.
5394
4ee62156
DE
5395 * linux-low.c (my_waitpid): Delete unnecessary prototype.
5396
00f515da
DE
53972009-12-18 Doug Evans <dje@google.com>
5398
e9464885
DE
5399 * event-loop.c: Include unistd.h if it exists.
5400
07d4f67e
DE
5401 * linux-low.c (my_waitpid): Move definition away from being in
5402 between linux_tracefork_child/linux_test_for_tracefork.
5403
00f515da
DE
5404 * gdb_proc_service.h (psaddr_t): Fix type.
5405 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
5406 signature to match glibc.
5407
1de1badb
DE
54082009-12-16 Doug Evans <dje@google.com>
5409
5410 * linux-low.c (linux_read_memory): Fix argument to read.
5411
aeeb81d1
PA
54122009-11-26 Pedro Alves <pedro@codesourcery.com>
5413
5414 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
5415 events, don't leave current_inferior pointing at null.
5416
10357975
PA
54172009-11-26 Pedro Alves <pedro@codesourcery.com>
5418
5419 * win32-low.c (LOG): Delete.
5420 (OUTMSG): Output to stderr.
5421 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
5422 on compile time LOG macro.
5423 (win32_wait): Fix debug output.
5424
cf6e3471
PA
54252009-11-26 Pedro Alves <pedro@codesourcery.com>
5426
5427 * win32-low.c (win32_add_one_solib): If the dll name is
5428 "ntdll.dll", prepend the system directory to the dll path.
5429
0c85e18e
MK
54302009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
5431
5432 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
5433
9ac544ce 54342009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 5435 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
5436
5437 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
5438 * configure.ac: Check for __mcoldfire__ and set
5439 gdb_cv_m68k_is_coldfire.
5440 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
5441 reg-cf.o and reg-m68k.o.
5442 * configure: Regenerated.
5443
fd7dd3e6
PA
54442009-11-16 Pedro Alves <pedro@codesourcery.com>
5445
5446 * linux-low.c (linux_remove_process): Add `detaching' parameter.
5447 Pass it to thread_db_free.
5448 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
5449 proper `detaching' argument to linux_remove_process.
5450 * linux-low.h (thread_db_free): Add `detaching' parameter.
5451 * thread-db.c (thread_db_init): Pass false as `detaching' argument
5452 to thread_db_free.
5453 (thread_db_free): Add `detaching' parameter. Only
5454 call td_ta_clear_event if detaching from process.
5455
75aa492e
MK
54562009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
5457
5458 * thread-db.c (thread_db_free): Fix typo.
5459
21e1bee4
PP
54602009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5461
5462 PR gdb/10838
5463 * thread-db.c (thread_db_free): Call td_ta_clear_event.
5464
8838b45e
NS
54652009-11-03 Nathan Sidwell <nathan@codesourcery.com>
5466
5467 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
5468 with an i686 compiler.
5469 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
5470 needed.
5471 * configure: Rebuilt.
5472
8a35fb51
SL
54732009-10-29 Sandra Loosemore <sandra@codesourcery.com>
5474
5475 PR gdb/10783
5476
5477 * server.c (handle_search_memory_1): Correct read_addr initialization
5478 in loop for searching subsequent chunks.
5479
96f15937
PP
54802009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
5481
5482 * configure.ac: New --with-libthread-db option.
5483 * thread-db.c: Allow direct dependence on libthread_db.
5484 (thread_db_free): Adjust.
5485 * config.in: Regenerate.
5486 * configure: Likewise.
889bf7c5 5487
5f7d1694
PP
54882009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5489
5490 PR gdb/10757
5491 * thread-db.c (attach_thread): New function.
5492 (maybe_attach_thread): Return success/failure.
5493 (find_new_threads_callback): Adjust.
889bf7c5
PA
5494 (thread_db_find_new_threads): Loop until no new threads.
5495
88e3b899
PA
54962009-10-13 Pedro Alves <pedro@codesourcery.com>
5497
5498 * proc-service.c (ps_lgetregs): Formatting.
5499
cdbfd419
PP
55002009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5501
5502 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
5503 * configure.ac: Adjust.
5504 * linux-low.h (struct process_info_private): Move members to struct
5505 thread_db.
5506 (thread_db_free, thread_db_handle_monitor_command): New prototype.
5507 * linux-low.c (linux_remove_process): Adjust.
5508 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
5509 * server.c (handle_query): Move code ...
5510 (handle_monitor_command): ... here. New function.
5511 * target.h (struct target_ops): New member.
5512 * thread-db.c (struct thread_db): New.
5513 (libthread_db_search_path): New variable.
5514 (thread_db_create_event, thread_db_enable_reporting)
5515 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
5516 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
5517 (try_thread_db_load_1, dladdr_to_soname): New functions.
5518 (try_thread_db_load, thread_db_load_search): New functions.
5519 (thread_db_init): Search for libthread_db.
5520 (thread_db_free): New function.
5521 (thread_db_handle_monitor_command): Likewise.
5522 * config.in: Regenerate.
5523 * configure: Regenerate.
889bf7c5 5524
4168d2d6
UW
55252009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5526
5527 * spu-low.c (spu_kill): Wait for inferior to terminate.
5528 Call clear_inferiors.
5529 (spu_detach): Call clear_inferiors.
5530
81ecdfbb
RW
55312009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5532
5533 * aclocal.m4: Regenerate.
5534 * config.in: Likewise.
5535 * configure: Likewise.
5536
0b9ff2c0
UW
55372009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5538
5539 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
5540 (parse_spufs_run): New function.
5541 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
5542 (ppc_breakpoint_at): Handle SPU breakpoints.
5543
efcbbd14
UW
55442009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5545
5546 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
5547 (SPUFS_MAGIC): Define.
5548 (spu_enumerate_spu_ids): New function.
5549 (linux_qxfer_spu): New function.
5550 (linux_target_ops): Install linux_qxfer_spu.
5551
f4d9bade
UW
55522009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
5553
5554 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
5555 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
5556 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
5557 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
5558 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
5559 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
5560 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
5561 (init_registers_powerpc_cell32l): Add prototype.
5562 (init_registers_powerpc_cell64l): Likewise.
5563 (ppc_arch_setup): Detect Cell/B.E. architecture.
5564
96e946ca
RW
55652009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5566
5567 * Makefile.in (datarootdir): New variable.
5568
58d6951d
DJ
55692009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5570
5571 * linux-low.c (linux_write_memory): Update debugging output.
5572 * Makefile.in (clean): Add new descriptions.
5573 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
5574 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
5575 * configure.srv: Add new files for arm*-*-linux*.
5576 * linux-arm-low.c: Add new declarations.
5577 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
5578 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
5579 (HWCAP_VFPv3D16): New.
5580 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
5581 instead of __IWMMXT__.
5582 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
5583 (arm_arch_setup): New.
5584 (target_regsets): Remove #ifdef. Add VFP regset.
5585 (the_low_target): Use arm_arch_setup.
5586
12b42a12
DJ
55872009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
5590 the main thread again.
5591
ac8c974e
AR
55922009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
5593
5594 Adding Neutrino gdbserver.
5595 * configure: Regenerated.
5596 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
5597 * configure.srv (i[34567]86-*-nto*): New target.
5598 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
5599 * remote-utils.c [__QNX__]: Include sys/iomgr.h
5600 (nto_comctrl) [__QNX__]: New function.
5601 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
5602
4424e0c3 56032009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
5604
5605 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
5606 srv_tgtobj.
5607
912cf4ba
PA
56082009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
5609 Pedro Alves <pedro@codesourcery.com>
5610
5611 * win32-i386-low.c (i386_get_thread_context): Handle systems that
5612 don't support CONTEXT_EXTENDED_REGISTERS.
5613 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
5614 (the_low_target): Install them.
5615 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
5616 failing with ERROR_PIPE_NOT_CONNECTED.
5617
aa5ca48f
DE
56182009-06-30 Doug Evans <dje@google.com>
5619 Pierre Muller <muller@ics.u-strasbg.fr>
5620
5621 Add h/w watchpoint support to x86-linux, win32-i386.
5622 * Makefile.in (SFILES): Add i386-low.c
5623 (i386_low_h): Define.
5624 (i386-low.o): Add dependencies.
5625 (linux-x86-low.o): Add i386-low.h dependency.
5626 (win32-i386-low.o): Ditto.
5627 * i386-low.c: New file.
5628 * i386-low.h: New file.
5629 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
5630 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
5631 * linux-low.c (linux_add_process): Initialize arch_private.
5632 (linux_remove_process): Free arch_private.
5633 (add_lwp): Initialize arch_private.
5634 (delete_lwp): Free arch_private.
5635 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
5636 provided.
5637 * linux-low.h (process_info_private): New member arch_private.
5638 (lwp_info): New member arch_private.
5639 (linux_target_ops): New members new_process, new_thread,
5640 prepare_to_resume.
5641 (ptid_of): New macro.
5642 * linux-x86-low.c: Include stddef.h, i386-low.h.
5643 (arch_process_info): New struct.
5644 (arch_lwp_info): New struct.
5645 (x86_linux_dr_get, x86_linux_dr_set): New functions.
5646 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
5647 (i386_dr_low_get_status): New function.
5648 (x86_insert_point, x86_remove_point): New functions.
5649 (x86_stopped_by_watchpoint): New function.
5650 (x86_stopped_data_address): New function.
5651 (x86_linux_new_process, x86_linux_new_thread): New functions.
5652 (x86_linux_prepare_to_resume): New function.
5653 (the_low_target): Add entries for insert_point, remove_point,
5654 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
5655 prepare_to_resume.
5656 * server.c (debug_hw_points): New global.
5657 (monitor_show_help): Document set debug-hw-points.
5658 (handle_query): Process "set debug-hw-points".
5659 * server.h (debug_hw_points): Declare.
5660 (paddress): Declare.
5661 * utils.c (NUMCELLS, CELLSIZE): New macros.
5662 (get_sell, xsnprintf, paddress): New functions.
5663 * win32-arm-low.c (the_low_target): Add entries for insert_point,
5664 remove_point, stopped_by_watchpoint, stopped_data_address.
5665 * win32-i386-low.c: Include i386-low.h.
5666 (debug_reg_state): Replaces dr.
5667 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
5668 (i386_dr_low_get_status): New function.
5669 (i386_insert_point, i386_remove_point): New functions.
5670 (i386_stopped_by_watchpoint): New function.
5671 (i386_stopped_data_address): New function.
5672 (i386_initial_stuff): Update.
5673 (get_thread_context,set_thread_context,i386_thread_added): Update.
5674 (the_low_target): Add entries for insert_point,
5675 remove_point, stopped_by_watchpoint, stopped_data_address.
5676 * win32-low.c (win32_insert_watchpoint): New function.
5677 (win32_remove_watchpoint): New function.
5678 (win32_stopped_by_watchpoint): New function.
5679 (win32_stopped_data_address): New function.
5680 (win32_target_ops): Add entries for insert_watchpoint,
5681 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
5682 * win32-low.h (win32_target_ops): New members insert_point,
5683 remove_point, stopped_by_watchpoint, stopped_data_address.
5684
d993e290
PA
56852009-06-25 Pedro Alves <pedro@codesourcery.com>
5686
5687 * server.c (process_serial_event): Re-return unsupported, not
5688 error, if the type isn't recognized. Re-allow supporting only
5689 insert or remove packets. Also call require_running for
5690 breakpoints. Add missing break statement to default case. Tidy.
5691 * target.h (struct target_ops): Rename insert_watchpoint to
5692 insert_point, and remove_watchpoint to remove_point.
5693
5694 * linux-low.h (struct linux_target_ops): Likewise.
5695 * linux-low.c (linux_insert_watchpoint): Rename to ...
5696 (linux_insert_point): ... this. Adjust.
5697 (linux_remove_watchpoint): Rename to ...
5698 (linux_remove_point): ... this. Adjust.
5699 (linux_target_ops): Adjust.
5700 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
5701 (cris_insert_point): ... this.
5702 (cris_remove_watchpoint): Rename to ...
5703 (cris_remove_point): ... this.
5704 (the_low_target): Adjust.
5705
0f54c268
PM
57062009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
5707
5708 * server.c (handle_v_kill): Pass signal_pid to
5709 kill_inferior if multi_process is zero.
5710
c6314022
AR
57112009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
5712
5713 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
5714 * target.h (target_ops): Comment for *_watchpoint to make it clear
5715 the functions can get types '0' and '1'.
5716
4463ce24
AR
57172009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
5718
5719 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
5720 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
5721 * regcache.c (get_regcache): Likewise.
5722 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
5723 * win32-low.c (child_fetch_inferior_registers): Remove check for
5724 regno 0.
5725
cf8fd78b
PA
57262009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
5727 Pedro Alves <pedro@codesourcery.com>
5728
5729 * target.h (struct target_ops) <supports_multi_process>: New
5730 callback.
5731 (target_supports_multi_process): New.
5732 * server.c (handle_query): Even if GDB reports support, only
5733 enable multi-process if the target also supports it. Report
5734 multi-process support only if the target backend supports it.
5735 * linux-low.c (linux_supports_multi_process): New function.
5736 (linux_target_ops): Install it as target_supports_multi_process
5737 callback.
5738
47c0c975
DE
57392009-05-24 Doug Evans <dje@google.com>
5740
e09875d4
DE
5741 Global renaming of find_thread_pid to find_thread_ptid.
5742 * server.h (find_thread_ptid): Renamed from find_thread_pid.
5743 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
5744 All callers updated.
5745
e27d73f6
DE
5746 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
5747 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
5748 directly.
5749
47c0c975
DE
5750 * linux-low.c (get_stop_pc): Print pc if debug_threads.
5751 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
5752 (linux_resume_one_lwp): Ditto.
5753
2acc282a
DE
57542009-05-23 Doug Evans <dje@google.com>
5755
5756 * linux-low.c (linux_resume_one_lwp): Change type of first arg
5757 from struct inferior_list_entry * to struct lwp_info *.
5758 All callers updated.
5759
9f1036c1
DE
57602009-05-13 Doug Evans <dje@google.com>
5761
5762 * linux-x86-low.c: Don't include assert.h.
5763 (x86_siginfo_fixup): Use fatal, not assert.
5764 (x86_arch_setup): Fix comment.
5765
d0722149
DE
57662009-05-12 Doug Evans <dje@google.com>
5767
5768 Biarch support for i386/amd64 gdbserver.
5769 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
5770 Add linux-x86-low.c.
5771 (linux-i386-low.o, linux-x86-64-low.o): Delete.
5772 (linux-x86-low.o): Add.
5773 * linux-x86-64-low.c: Delete.
5774 * linux-i386-low.c: Delete.
5775 * linux-x86-low.c: New file.
5776 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
5777 linux-x86-low.o.
5778 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
5779 linux-x86-low.o.
5780 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
5781 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
5782 (linux_child_pid_to_exec_file): New function.
5783 (elf_64_header_p, elf_64_file_p): New functions.
5784 (siginfo_fixup): New function.
5785 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
5786 give target a chance to convert layout.
5787 * linux-low.h (linux_target_ops): New member siginfo_fixup.
5788 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
5789
fdeb2a12
DE
57902009-05-07 Doug Evans <dje@google.com>
5791
5792 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
5793 (regsets_store_inferior_registers): Ditto.
5794
a6dbe5df
PA
57952009-05-06 Pedro Alves <pedro@codesourcery.com>
5796
5797 PR server/10048
5798
5799 * linux-low.c (must_set_ptrace_flags): Delete.
5800 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
5801 of the global.
5802 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
5803 `lwp->must_set_ptrace_flags' instead.
ba42693b 5804 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
5805 (linux_wait_1): ... not here.
5806
5091eb23
DE
58072009-04-30 Doug Evans <dje@google.com>
5808
9f767825
DE
5809 * inferiors.c (started_inferior_callback): New function.
5810 (attached_inferior_callback): New function.
5811 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
5812 * server.c (print_started_pid, print_attached_pid): New functions.
5813 (detach_or_kill_for_exit): New function.
5814 (main): Call it instead of for_each_inferior (kill_inferior_callback).
5815 * server.h (have_started_inferiors_p): Declare.
5816 (have_attached_inferiors_p): Declare.
5817
5091eb23
DE
5818 * inferiors.c (remove_process): Fix memory leak, free process.
5819 * linux-low.c (linux_remove_process): New function.
5820 (linux_kill): Call it instead of remove_process.
5821 (linux_detach, linux_wait_1): Ditto.
5822
155c8968
PA
58232009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
5824
5825 * configure.srv: Add x86 Windows CE target.
5826
7fe519cb
UW
58272009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
5828
5829 * inferiors.c (get_thread_process): Make global.
5830 * server.h (get_thread_process): Add prototype.
5831 * thread-db.c (find_one_thread): Use get_thread_process
5832 instead of current_process.
5833 (thread_db_get_tls_address): Do not crash if called when
5834 thread layer is not yet initialized.
5835
5472f405
UW
58362009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
5837
5838 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
5839 * spu-low.c (current_tid): Rename to ...
5840 (current_ptid): ... this.
5841 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
5842 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
5843 ptid_get_lwp (current_ptid) instead of current_tid.
5844 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
5845 instead of current_tid. Use find_process_pid to verify pid
5846 argument is valid. Pass proper argument to remove_process.
5847 (spu_thread_alive): Compare current_ptid instead of current_tid.
5848 (spu_resume): Likewise.
5849
55ac2b99
PA
58502009-04-02 Pedro Alves <pedro@codesourcery.com>
5851
5852 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
5853 variable.
5854
95954743
PA
58552009-04-01 Pedro Alves <pedro@codesourcery.com>
5856
5857 Implement the multiprocess extensions, and add linux multiprocess
5858 support.
5859
5860 * server.h (ULONGEST): Declare.
5861 (struct ptid, ptid_t): New.
5862 (minus_one_ptid, null_ptid): Declare.
5863 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
5864 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
5865 (struct inferior_list_entry): Change `id' type from unsigned from
5866 to ptid_t.
5867 (struct sym_cache, struct breakpoint, struct
5868 process_info_private): Forward declare.
5869 (struct process_info): Declare.
5870 (current_process): Declare.
5871 (all_processes): Declare.
5872 (initialize_inferiors): Declare.
5873 (add_thread): Adjust to use ptid_t.
5874 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
5875 (add_process, remove_process, find_thread_pid): Declare.
5876 (find_inferior_id): Adjust to use ptid_t.
5877 (cont_thread, general_thread, step_thread): Change type to ptid_t.
5878 (multi_process): Declare.
5879 (push_event): Adjust to use ptid_t.
5880 (read_ptid, write_ptid): Declare.
5881 (prepare_resume_reply): Adjust to use ptid_t.
5882 (clear_symbol_cache): Declare.
5883 * inferiors.c (all_processes): New.
5884 (null_ptid, minus_one_ptid): New.
5885 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
5886 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
5887 (add_thread): Change unsigned long to ptid. Remove gdb_id
5888 parameter. Adjust.
5889 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
5890 (gdb_id_to_thread): Rename to ...
5891 (find_thread_pid): ... this. Change unsigned long to ptid.
5892 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
5893 (loaded_dll, pull_pid_from_list): Adjust.
5894 (add_process, remove_process, find_process_pid)
5895 (get_thread_process, current_process, initialize_inferiors): New.
5896 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
5897 (struct target_waitstatus) <related_pid>: Ditto.
5898 (struct target_ops) <kill, detach>: Add `pid' argument. Change
5899 return type to int.
5900 (struct target_ops) <join>: Add `pid' argument.
5901 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
5902 (struct target_ops) <wait>: Add `ptid' field. Change return type
5903 to ptid.
5904 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
5905 (mywait): Add `ptid' argument. Change return type to ptid_t.
5906 (target_pid_to_str): Declare.
5907 * target.c (set_desired_inferior): Adjust to use ptids.
5908 (mywait): Add new `ptid' argument. Adjust.
5909 (target_pid_to_str): New.
5910 * mem-break.h (free_all_breakpoints): Declare.
5911 * mem-break.c (breakpoints): Delelete.
5912 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
5913 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
5914 to use per-process breakpoint list.
5915 (free_all_breakpoints): New.
5916 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
5917 (symbol_cache, all_symbols_looked_up): Delete.
5918 (hexchars): New.
5919 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
5920 read_ptid): New.
5921 (prepare_resume_reply): Change ptid argument's type from unsigned
5922 long to ptid_t. Adjust. Implement W;process and X;process.
5923 (free_sym_cache, clear_symbol_cache): New.
5924 (look_up_one_symbol): Adjust to per-process symbol cache. *
5925 * server.c (cont_thread, general_thread, step_thread): Change type
5926 to ptid_t.
5927 (attached): Delete.
5928 (multi_process): New.
5929 (last_ptid): Change type to ptid_t.
5930 (struct vstop_notif) <ptid>: Change type to ptid_t.
5931 (queue_stop_reply, push_event): Change `ptid' argument's type to
5932 ptid_t.
5933 (discard_queued_stop_replies): Add `pid' argument.
5934 (start_inferior): Adjust to use ptids. Adjust to mywait interface
5935 changes. Don't reference the `attached' global.
5936 (attach_inferior): Adjust to mywait interface changes.
5937 (handle_query): Adjust to use ptids. Parse GDB's qSupported
5938 features. Handle and report "multiprocess+". Handle
5939 "qAttached:PID".
5940 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
5941 changes.
5942 (handle_v_kill): New.
5943 (handle_v_stopped): Adjust to use target_pid_to_str.
5944 (handle_v_requests): Allow multiple attaches and runs when
5945 multiprocess extensions are in effect. Handle "vKill".
5946 (myresume): Adjust to use ptids.
5947 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
5948 (handle_status): Adjust to discard_queued_stop_replies interface
5949 change.
5950 (first_thread_of, kill_inferior_callback)
5951 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
5952 (main): Call initialize_inferiors. Adjust to use ptids, killing
5953 and detaching from all inferiors. Handle multiprocess packet
5954 variants.
5955 * linux-low.h: Include gdb_proc_service.h.
5956 (struct process_info_private): New.
5957 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
5958 <lwpid_of>: Use ptid_get_lwp.
5959 (get_lwp_thread): Adjust.
5960 (struct lwp_info): Add `dead' member.
5961 (find_lwp_pid): Declare.
5962 * linux-low.c (thread_db_active): Delete.
5963 (new_inferior): Adjust comment.
5964 (inferior_pid): Delete.
5965 (linux_add_process): New.
5966 (handle_extended_wait): Adjust.
5967 (add_lwp): Change unsigned long to ptid.
5968 (linux_create_inferior): Add process to processes table. Adjust
5969 to use ptids. Don't set new_inferior here.
5970 (linux_attach_lwp): Rename to ...
5971 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
5972 it. Adjust to use ptids.
5973 (linux_attach_lwp): New.
5974 (linux_attach): Add process to processes table. Don't set
5975 new_inferior here.
5976 (struct counter): New.
5977 (second_thread_of_pid_p, last_thread_of_process_p): New.
5978 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
5979 multiple processes.
5980 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
5981 processes. Remove process from process table.
5982 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
5983 to multiple processes.
5984 (any_thread_of): New.
5985 (linux_detach): Add `pid' argument, and handle it. Remove process
5986 from processes table.
5987 (linux_join): Add `pid' argument. Handle it.
5988 (linux_thread_alive): Change unsighed long argument to ptid_t.
5989 Consider dead lwps as not being alive.
5990 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
5991 threads we're not interested in.
5992 (same_lwp, find_lwp_pid): New.
5993 (linux_wait_for_lwp): Change `pid' argument's type from int to
5994 ptid_t. Adjust.
5995 (linux_wait_for_event): Rename to ...
5996 (linux_wait_for_event_1): ... this. Change `pid' argument's type
5997 from int to ptid_t. Adjust.
5998 (linux_wait_for_event): New.
5999 (linux_wait_1): Add `ptid' argument. Change return type to
6000 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
6001 that exit from the process table.
6002 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
6003 Adjust.
6004 (mark_lwp_dead): New.
6005 (wait_for_sigstop): Adjust to use ptids. If a process exits while
6006 stopping all threads, mark its main lwp as dead.
6007 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
6008 ptids.
6009 (fetch_register, usr_store_inferior_registers)
6010 (regsets_fetch_inferior_registers)
6011 (regsets_store_inferior_registers, linux_read_memory)
6012 (linux_write_memory): Inline `inferior_pid'.
6013 (linux_look_up_symbols): Adjust to use per-process
6014 `thread_db_active'.
6015 (linux_request_interrupt): Adjust to use ptids.
6016 (linux_read_auxv): Inline `inferior_pid'.
6017 (initialize_low): Don't reference thread_db_active.
6018 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
6019 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
6020 (ps_getpid): Return the pid of the current inferior.
6021 * thread-db.c (proc_handle, thread_agent): Delete.
6022 (thread_db_create_event, thread_db_enable_reporting): Adjust to
6023 per-process data.
6024 (find_one_thread): Change argument type to ptid_t. Adjust to
6025 per-process data.
6026 (maybe_attach_thread): Adjust to per-process data and ptids.
6027 (thread_db_find_new_threads): Ditto.
6028 (thread_db_init): Ditto.
6029 * spu-low.c (spu_create_inferior, spu_attach): Add process to
6030 processes table. Adjust to use ptids.
6031 (spu_kill, spu_detach): Adjust interface. Remove process from
6032 processes table.
6033 (spu_join, spu_thread_alive): Adjust interface.
6034 (spu_wait): Adjust interface. Remove process from processes
6035 table. Adjust to use ptids.
6036 * win32-low.c (current_inferior_tid): Delete.
6037 (current_inferior_ptid): New.
6038 (debug_event_ptid): New.
6039 (thread_rec): Take a ptid. Adjust.
6040 (child_add_thread): Add `pid' argument. Adjust to use ptids.
6041 (child_delete_thread): Ditto.
6042 (do_initial_child_stuff): Add `attached' argument. Add process to
6043 processes table.
6044 (child_fetch_inferior_registers, child_store_inferior_registers):
6045 Adjust.
6046 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
6047 (win32_attach): Pass 1 to do_initial_child_stuff.
6048 (win32_kill): Adjust interface. Remove process from processes
6049 table.
6050 (win32_detach): Ditto.
6051 (win32_join): Adjust interface.
6052 (win32_thread_alive): Take a ptid.
6053 (win32_resume): Adjust to use ptids.
6054 (get_child_debug_event): Ditto.
6055 (win32_wait): Adjust interface. Remove exiting process from
6056 processes table.
6057
bd99dc85
PA
60582009-04-01 Pedro Alves <pedro@codesourcery.com>
6059
6060 Non-stop mode support.
6061
6062 * server.h (non_stop): Declare.
6063 (gdb_client_data, handler_func): Declare.
6064 (delete_file_handler, add_file_handler, start_event_loop):
6065 Declare.
6066 (handle_serial_event, handle_target_event, push_event)
6067 (putpkt_notif): Declare.
6068 * target.h (enum resume_kind): New.
6069 (struct thread_resume): Replace `step' field by `kind' field.
6070 (TARGET_WNOHANG): Define.
6071 (struct target_ops) <wait>: Add `options' argument.
6072 <supports_non_stop, async, start_non_stop>: New fields.
6073 (target_supports_non_stop, target_async): New.
6074 (start_non_stop): Declare.
6075 (mywait): Add `options' argument.
6076 * target.c (mywait): Add `options' argument. Print child exit
6077 notifications here.
6078 (start_non_stop): New.
6079 * server.c (non_stop, own_buf, mem_buf): New globals.
6080 (struct vstop_notif): New.
6081 (notif_queue): New global.
6082 (queue_stop_reply, push_event, discard_queued_stop_replies)
6083 (send_next_stop_reply): New.
6084 (start_inferior): Adjust to use resume_kind. Adjust to mywait
6085 interface changes.
6086 (attach_inferior): In non-stop mode, don't wait for the target
6087 here.
6088 (handle_general_set): Handle QNonStop.
6089 (handle_query): When handling qC, return the current general
6090 thread, instead of the first thread of the list.
6091 (handle_query): If the backend supports non-stop mode, include
6092 QNonStop+ in the qSupported query response.
6093 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
6094 and non-stop mode.
6095 (handle_v_attach, handle_v_run): Handle non-stop mode.
6096 (handle_v_stopped): New.
6097 (handle_v_requests): Report support for vCont;t. Handle vStopped.
6098 (myresume): Adjust to use resume_kind. Handle non-stop.
6099 (queue_stop_reply_callback): New.
6100 (handle_status): Handle non-stop mode.
6101 (main): Clear non_stop flag on reconnection. Use the event-loop.
6102 Refactor serial protocol handling from here ...
6103 (process_serial_event): ... to this new function. When GDB
6104 selects any thread, select one here. In non-stop mode, wait until
6105 GDB acks all pending events before exiting.
6106 (handle_serial_event, handle_target_event): New.
6107 * remote-utils.c (remote_open): Install remote_desc in the event
6108 loop.
6109 (remote_close): Remove remote_desc from the event loop.
6110 (putpkt_binary): Rename to...
6111 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
6112 (putpkt_binary): New as wrapper around putpkt_binary_1.
6113 (putpkt_notif): New.
6114 (prepare_resume_reply): In non-stop mode, don't change the
6115 general_thread.
6116 * event-loop.c: New.
6117 * Makefile.in (OBJ): Add event-loop.o.
6118 (event-loop.o): New rule.
6119
6120 * linux-low.h (pid_of): Moved here.
6121 (lwpid_of): New.
6122 (get_lwp_thread): Use lwpid_of.
6123 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
6124 * linux-low.c (pid_of): Delete.
6125 (inferior_pid): Use lwpid_of.
6126 (linux_event_pipe): New.
6127 (target_is_async_p): New.
6128 (delete_lwp): New.
6129 (handle_extended_wait): Use lwpid_of.
6130 (add_lwp): Don't set lwpid field.
6131 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
6132 (linux_kill_one_lwp): If killing a running lwp, stop it first.
6133 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
6134 (linux_detach_one_lwp): If detaching from a running lwp, stop it
6135 first. Adjust to linux_wait_for_event interface changes. Use
6136 lwpid_of.
6137 (linux_detach): Don't delete the main lwp here.
6138 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
6139 (status_pending_p): Don't consider explicitly suspended lwps.
6140 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
6141 pointer. Add OPTIONS argument. Change return type to int. Use
6142 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
6143 (linux_wait_for_event): Take an integer pid instead of a lwp_info
6144 pointer. Add status pointer argument. Return a pid instead of a
6145 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
6146 changes. In non-stop mode, don't switch to a random thread.
6147 (linux_wait): Rename to...
6148 (linux_wait_1): ... this. Add target_options argument, and handle
6149 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
6150 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
6151 clean exit and signal exit code. Don't stop all threads in
6152 non-stop mode. In all-stop mode, only stop all threads when
6153 reporting a stop to GDB. Handle explicit thread stop requests.
6154 (async_file_flush, async_file_mark): New.
6155 (linux_wait): New.
6156 (send_sigstop): Use lwpid_of.
6157 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
6158 interface changes. In non-stop mode, don't switch to a random
6159 thread.
6160 (linux_resume_one_lwp): Use lwpid_of.
6161 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
6162 (linux_resume_one_thread): ... this. Handle resume_stop. In
6163 non-stop mode, don't look for pending flag in all threads.
6164 (resume_status_pending_p): Don't consider explicitly suspended
6165 threads.
6166 (my_waitpid): Reimplement. Emulate __WALL.
6167 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
6168 Use lwpid_of.
6169 (sigchld_handler, linux_supports_non_stop, linux_async)
6170 (linux_start_non_stop): New.
6171 (linux_target_ops): Register linux_supports_non_stop, linux_async
6172 and linux_start_non_stop.
6173 (initialize_low): Install SIGCHLD handler.
6174 * thread-db.c (thread_db_create_event, find_one_thread)
6175 (thread_db_get_tls_address): Use lwpid_of.
6176 * win32-low.c (win32_detach): Adjust to use resume_kind.
6177 (win32_wait): Add `options' argument.
6178 * spu-low.c (spu_resume): Adjust to use resume_kind.
6179 (spu_wait): Add `options' argument.
6180
5b1c542e
PA
61812009-04-01 Pedro Alves <pedro@codesourcery.com>
6182
6183 Decouple target code from remote protocol.
6184
6185 * target.h (enum target_waitkind): New.
6186 (struct target_waitstatus): New.
6187 (struct target_ops) <wait>: Return an unsigned long. Take a
6188 target_waitstatus pointer instead of a char pointer.
6189 (mywait): Likewise.
6190 * target.c (mywait): Change prototype to return an unsigned long.
6191 Take a target_waitstatus pointer instead of a char pointer. Adjust.
6192 * server.h (thread_from_wait, old_thread_from_wait): Delete
6193 declarations.
6194 (prepare_resume_reply): Change prototype to take a
6195 target_waitstatus.
6196 * server.c (thread_from_wait, old_thread_from_wait): Delete.
6197 (last_status, last_ptid): New.
6198 (start_inferior): Remove "statusptr" argument. Adjust. Return a
6199 pid instead of a signal.
6200 (attach_inferior): Remove "status" and "signal" parameters.
6201 Adjust.
6202 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
6203 not as an address.
6204 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
6205 (handle_v_requests, myresume): Remove "status" and "signal"
6206 parameters. Adjust.
6207 (handle_status): New.
6208 (main): Delete local `status'. Adjust.
6209 * remote-utils.c: Include target.h.
6210 (prepare_resume_reply): Change prototype to take a
6211 target_waitstatus. Adjust.
6212
6213 * linux-low.c (linux_wait): Adjust to new target_ops->wait
6214 interface.
6215 * spu-low.c (spu_wait): Adjust.
6216 * win32-low.c (enum target_waitkind, struct target_waitstatus):
6217 Delete.
6218 (win32_wait): Adjust.
6219
2bd7c093
PA
62202009-04-01 Pedro Alves <pedro@codesourcery.com>
6221
6222 * target.h (struct thread_resume): Delete leave_stopped member.
6223 (struct target_ops): Add a `n' argument to the `resume' callback.
6224 * server.c (start_inferior): Adjust.
6225 (handle_v_cont, myresume): Adjust.
6226 * linux-low.c (check_removed_breakpoint): Adjust to resume
6227 interface change, and to removed leave_stopped field.
6228 (resume_ptr): Delete.
6229 (struct thread_resume_array): New.
6230 (linux_set_resume_request): Add new `arg' parameter. Adjust to
6231 resume interface change.
6232 (linux_continue_one_thread, linux_queue_one_thread)
6233 (resume_status_pending_p): Check if the resume field is NULL
6234 instead of checking the leave_stopped member.
6235 (linux_resume): Adjust to the target resume interface change.
6236 * spu-low.c (spu_resume): Adjust to the target resume interface
6237 change.
6238 * win32-low.c (win32_detach, win32_resume): Ditto.
6239
c35fafde
PA
62402009-04-01 Pedro Alves <pedro@codesourcery.com>
6241
6242 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
6243 flag.
6244 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
6245 pending.
6246 (linux_continue_one_thread): Only preserve the stepping flag if
6247 there's a pending breakpoint.
6248
0a59d50b
PA
62492009-03-31 Pedro Alves <pedro@codesourcery.com>
6250
6251 * server.c (main): After the inferior having exited, call
6252 remote_close before exiting gdbserver.
6253
f04c6d38
TJB
62542009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
6255
6256 Fix size of FPSCR in Power 7 processors.
6257 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
6258 (PPC_FEATURE_HAS_DFP): New #define.
6259 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
6260 size of the FPSCR.
6261
78e5cee6
PA
62622009-03-23 Pedro Alves <pedro@codesourcery.com>
6263
6264 * server.c (handle_query) Whitespace and formatting.
6265
1b3f6016
PA
62662009-03-22 Pedro Alves <pedro@codesourcery.com>
6267
6268 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
6269 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
6270 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
6271 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
6272 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
6273 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
6274 Makefile.in, configure.ac: Fix whitespace throughout.
6275 * configure: Regenerate.
6276
a07b2135
PA
62772009-03-22 Pedro Alves <pedro@codesourcery.com>
6278
6279 * inferiors.c (find_inferior): Make it safe for the callback
6280 function to delete the currently iterated inferior.
6281
67cc2626
PA
62822009-03-22 Pedro Alves <pedro@codesourcery.com>
6283
6284 * Makefile.in (linuw_low_h): Move higher.
6285 (thread-db.o): Depend on $(linux_low_h).
6286
54a0b537
PA
62872009-03-17 Pedro Alves <pedro@codesourcery.com>
6288
6289 Rename "process" to "lwp" throughout.
6290
6291 * linux-low.c (all_processes): Rename to...
6292 (all_lwps): ... this.
6293 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
6294 (add_process): Rename to ...
6295 (add_lwp): ... this. Adjust.
6296 (linux_create_inferior): Adjust.
6297 (linux_attach_lwp): Adjust.
6298 (linux_attach): Adjust.
6299 (linux_kill_one_process): Rename to ...
6300 (linux_kill_one_lwp): ... this. Adjust.
6301 (linux_kill): Adjust.
6302 (linux_detach_one_process): Rename to ...
6303 (linux_detach_one_lwp): ... this. Adjust.
6304 (linux_detach): Adjust.
6305 (check_removed_breakpoint): Adjust.
6306 (status_pending_p): Adjust.
6307 (linux_wait_for_process): Rename to ...
6308 (linux_wait_for_lwp): ... this. Adjust.
6309 (linux_wait_for_event): Adjust.
6310 (send_sigstop): Adjust.
6311 (wait_for_sigstop): Adjust.
6312 (stop_all_processes): Rename to ...
6313 (stop_all_lwps): ... this.
6314 (linux_resume_one_process): Rename to ...
6315 (linux_resume_one_lwp): ... this. Adjust.
6316 (linux_set_resume_request, linux_continue_one_thread)
6317 (linux_queue_one_thread, resume_status_pending_p)
6318 (usr_store_inferior_registers, regsets_store_inferior_registers)
6319 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
6320 Adjust.
6321 * linux-low.h (get_process): Rename to ...
6322 (get_lwp): ... this. Adjust.
6323 (get_thread_process): Rename to ...
6324 (get_thread_lwp): ... this. Adjust.
6325 (get_process_thread): Rename to ...
6326 (get_lwp_thread): ... this. Adjust.
6327 (struct process_info): Rename to ...
6328 (struct lwp_info): ... this.
6329 (all_processes): Rename to ...
6330 (all_lwps): ... this.
6331 * proc-service.c (ps_lgetregs): Adjust.
6332 * thread-db.c (thread_db_create_event, find_one_thread)
6333 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
6334
0b16c5cf
PA
63352009-03-14 Pedro Alves <pedro@codesourcery.com>
6336
6337 * server.c (handle_query): Handle "qAttached".
6338
32de4b9d
NS
63392009-03-13 Nathan Sidwell <nathan@codesourcery.com>
6340
6341 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
6342 GPLv3, update license URL.
6343
2aecd87f
DE
63442009-03-01 Doug Evans <dje@google.com>
6345
93efd302 6346 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
6347 (server_h): Add gdb_signals.h.
6348 (signals.o): Update.
6349 * server.h (target_signal_from_host,target_signal_to_host_p)
6350 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
6351
86b1f9c5
PM
63522009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6353
6354 * remote-utils.c (getpkt): Also generate remote-debug
6355 information if noack_mode is set.
6356
4aa995e1
PA
63572009-02-06 Pedro Alves <pedro@codesourcery.com>
6358
6359 * server.c (handle_query): Report qXfer:siginfo:read and
6360 qXfer:siginfo:write as supported and handle them.
6361 * target.h (struct target_ops) <qxfer_siginfo>: New field.
6362 * linux-low.c (linux_xfer_siginfo): New.
6363 (linux_target_ops): Set it.
6364
62709adf
PA
63652009-01-26 Pedro Alves <pedro@codesourcery.com>
6366
6367 * server.c (gdbserver_usage): Mention --remote-debug.
6368 (main): Accept '--remote-debug' switch.
6369
aef93bd7
DE
63702009-01-18 Doug Evans <dje@google.com>
6371
6372 * regcache.c (new_register_cache): No need to check result of xcalloc.
6373 * server.c (handle_search_memory): Back out calls to xmalloc,
6374 result is checked and error is returned to user upon failure.
6375 (handle_query): Ditto. Add more checks for result of malloc.
6376 (handle_v_cont): Check result of malloc, report error back to
6377 user upon failure.
6378 (handle_v_run): Ditto. Call freeargv.
6379 * server.h (freeargv): Declare.
6380 * utils.c (freeargv): New fn.
6381
54363045
DE
63822009-01-15 Doug Evans <dje@google.com>
6383
f626972c
DE
6384 * gdbreplay.c (perror_with_name): Make arg const char *.
6385 * server.h (target_signal_to_name): Make return type const char *.
0842e787 6386 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 6387 * utils.c (perror_with_name): Make arg const char *.
54363045 6388
18aae699
PA
63892009-01-14 Pedro Alves <pedro@codesourcery.com>
6390
6391 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
6392 when handling a EXIT_PROCESS_DEBUG_EVENT.
6393
ff703abe
JB
63942009-01-06 Joel Brobecker <brobecker@adacore.com>
6395
6396 * gdbreplay.c (gdbreplay_version): Update copyright year.
6397 * server.c (gdbserver_version): Likewise.
6398
f21cc1a2 63992009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
6400
6401 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 6402 (handle_extended_wait): Improve comment.
0e21c1ec 6403
bca929d3
DE
64042008-12-13 Doug Evans <dje@google.com>
6405
6406 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
6407 * server.h (ATTR_MALLOC): New macro.
6408 (xmalloc,xcalloc,xstrdup): Declare.
6409 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
6410 * inferiors.c: Ditto.
6411 * linux-low.c: Ditto.
6412 * mem-break.c: Ditto.
6413 * regcache.c: Ditto.
6414 * remote-utils.c: Ditto.
6415 * server.c: Ditto.
6416 * target.c: Ditto.
6417 * win32-low.c: Ditto.
6418
97438e3f
DE
64192008-12-12 Doug Evans <dje@google.com>
6420
896c7fbb
DE
6421 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
6422 in debugging printf.
6423
97438e3f
DE
6424 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
6425
e3b886f8
DE
64262008-12-09 Doug Evans <dje@google.com>
6427
6428 * linux-low.h (struct process_info): Delete member tid, unused.
6429 * thread-db.c (find_one_thread): Update.
6430 (maybe_attach_thread): Update.
6431
07e059b5
VP
64322008-12-02 Pedro Alves <pedro@codesourcery.com>
6433
889bf7c5
PA
6434 * target.h (struct target_ops): Add qxfer_osdata member.
6435 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
6436 and dirent.h.
6437 (linux_qxfer_osdata): New functions.
6438 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
6439 callback.
6440 * server.c (handle_query): Handle "qXfer:osdata:read:".
6441 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
6442 (buffer_xml_printf): New functions.
6443 * server.h (struct buffer): New.
6444 (buffer_grow_str, buffer_grow_str0): New macros.
6445 (buffer_grow, buffer_free, buffer_init, buffer_finish)
6446 (buffer_xml_printf): Declare.
07e059b5 6447
4cab47ab
DE
64482008-11-24 Doug Evans <dje@google.com>
6449
6450 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
6451
f142445f
DJ
64522008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6453
6454 * server.c (handle_v_run): Always use the supplied argument list.
6455
d0107bb6 64562008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 6457
d0107bb6
BW
6458 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
6459 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 6460
2c4ad781
TJB
64612008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
6462
6463 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
6464 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
6465 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
6466 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
6467 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
6468 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
6469 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
6470 XML target descriptions.
6471 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
6472 when inferior is running on an ISA 2.05 or later processor. Add
6473 special case to return offset for full 64-bit slot of FPSCR when
6474 in 32-bits.
6475
dfb64f85
DJ
64762008-11-14 Daniel Gutson <dgutson@codesourcery.com>
6477
6478 * Makefile.in (SFILES, clean): Added sparc64 files.
6479 (reg-sparc64.o, reg-sparc64.c): New.
6480 * configure.srv (sparc*-*-linux*): New configuration.
6481 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
6482 syscall arguments for SPARC.
6483 (regsets_store_inferior_registers): Likewise.
6484 * linux-sparc-low.c: New file.
6485
66b6e1dd
DE
64862008-10-21 Doug Evans <dje@google.com>
6487
6488 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
6489 (READLINE_DIR,READLINE_DEP): Delete.
6490 (INTERNAL_CFLAGS): Update.
6491 (LINTFLAGS): Update.
6492
9b710a42
PA
64932008-10-10 Pedro Alves <pedro@codesourcery.com>
6494
6495 * server.c (handle_v_run): If GDB didn't specify an argv, use the
6496 whole argv from the last run, not just argv[0].
6497
5822d809
PA
64982008-09-08 Pedro Alves <pedro@codesourcery.com>
6499
6500 * regcache.c (new_register_cache): Return NULL if the register
6501 cache size isn't known yet.
6502 (free_register_cache): Avoid dereferencing a NULL regcache.
6503
74aac56f
DJ
65042008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6505
6506 * configure.srv: Merge MIPS and MIPS64.
6507
400b20f5
MR
65082008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
6509
6510 * Makefile.in (uninstall): Apply $(EXEEXT) too.
6511
677c5bb1
LM
65122008-08-18 Luis Machado <luisgpm@br.ibm.com>
6513
6514 * Makefile.in: Add required vsx dependencies.
6515
6516 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
6517 Declare init_registers_powerpc_vsx32l.
6518 Declare init_registers_powerpc_vsx64l.
6519 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
6520 (ppc_arch_setup): Check for VSX in hwcap.
6521 (ppc_fill_vsxregset): New function.
6522 (ppc_store_vsxregset): New function.
6523 Add new VSX entry in regset_info target_regsets.
6524
6525 * configure.srv: Add new VSX dependencies.
6526
a6f3e723
SL
65272008-08-12 Pedro Alves <pedro@codesourcery.com>
6528
6529 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
6530 (remote_open): Set or clear transport_is_reliable.
6531 (putpkt_binary): Don't expect acks in noack mode.
6532 (getpkt): Don't send ack/nac in noack mode.
6533 * server.c (handle_general_set): Handle QStartNoAckMode.
6534 (handle_query): If connected by tcp pass QStartNoAckMode+ in
6535 qSupported.
6536 (main): Reset noack_mode on every connection.
6537 * server.h (noack_mode): Declare.
6538
a417dc56
RW
65392008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6540
6541 * Makefile.in (GDBREPLAY_OBS): New variable.
6542 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
6543
3221518c
UW
65442008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
6545 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
6548 (usr_store_inferior_registers): Likewise.
6549 (regsets_store_inferior_registers): Likewise.
6550
ec56be1b
PA
65512008-07-31 Rolf Jansen <rj@surtec.com>
6552 Pedro Alves <pedro@codesourcery.com>
6553
6554 * configure.ac: Check for memmem declaration.
6555 * server.c [HAVE_MALLOC_H]: Include malloc.h.
6556 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
6557 (disable_packet_qfThreadInfo): Unconditionally compile.
6558 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
6559 * configure, config.in: Regenerate.
6560
2fe5e3ff
DE
65612008-07-28 Doug Kwan <dougkwan@google.com>
6562
6563 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
6564 (linux_write_memory): Remove declaration of errno.
6565
836acd6d
UW
65662008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
6567
6568 * linux-low.c (handle_extended_wait): Do not use "status"
6569 variable uninitialized.
6570
aeba519e
PA
65712008-07-07 Pedro Alves <pedro@codesourcery.com>
6572
6573 * server.c (handle_v_attach): Inhibit reporting dll changes.
6574
db42f210
PA
65752008-06-27 Pedro Alves <pedro@codesourcery.com>
6576
6577 * remote-utils.c (prepare_resume_reply): If requested, don't
6578 output "thread:TID" in the T stop reply.
6579
6580 * server.c (disable_packet_vCont, disable_packet_Tthread)
6581 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
6582 (handle_query): If requested, disable support for qC, qfThreadInfo
6583 and qsThreadInfo.
6584 (handle_v_requests): If requested, disable support for vCont.
6585 (gdbserver_show_disableable): New.
6586 (main): Handle --disable-packet and --disable-packet=LIST.
6587
6588 * server.h (disable_packet_vCont, disable_packet_Tthread)
6589 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
6590
8e4c5421
CD
65912008-06-20 Carlos O'Donell <carlos@codesourcery.com>
6592
6593 * server.c (gdbserver_usage): Mention --version.
6594
6e23a804
DJ
65952008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
6596
6597 * Makefile.in (gdbreplay.o): New rule.
6598
90aa6a40
JM
65992008-06-06 Joseph Myers <joseph@codesourcery.com>
6600
6601 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
6602 message, not gdbserver.
6603
c16158bc 66042008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
6605 Nathan Sidwell <nathan@codesourcery.com>
6606 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
6607
6608 * acinclude.m4: Include ../../config/acx.m4.
6609 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
6610 * configure, config.in: Regenerate.
6611 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
6612 * server.c (gdbserver_version): Print PKGVERSION.
6613 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
6614 (main): Adjust gdbserver_usage calls.
6615 * gdbreplay.c (version, host_name): Add declarations.
6616 (gdbreplay_version, gdbreplay_usage): New.
6617 (main): Accept --version and --help options.
6618
aeb75bf5
DJ
66192008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
6620
6621 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
6622 (arm_breakpoint_at): Handle Thumb.
6623 (the_low_target): Add comment.
6624
76b233dd
UW
66252008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
6626
6627 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
6628
08388c79
DE
66292008-05-09 Doug Evans <dje@google.com>
6630
a3c83fae
DE
6631 * server.h (decode_search_memory_packet): Declare.
6632 * remote-utils.c (decode_search_memory_packet): New fn.
6633 * server.c (handle_search_memory_1): New fn.
08388c79
DE
6634 (handle_search_memory): New fn.
6635 (handle_query): Process qSearch:memory packets.
6636
bb9c3d36
UW
66372008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
6638
6639 * regcache.c (registers_length): Remove.
6640 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
6641 full register packet.
6642 * regcache.h (registers_length): Remove prototype.
6643 * server.h (PBUFSIZ): Define to 16384.
6644
7284e1be
UW
66452008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
6646
6647 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
6648 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
6649 powerpc-64l.o, and powerpc-altivec64l.o.
6650 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
6651 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
6652 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
6653 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
6654 rs6000/power-linux.xml, and rs6000/power64-linux.xml
6655 to srv_xmlfiles.
6656
6657 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
6658 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
6659 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
6660 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
6661 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
6662 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
6663 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
6664 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
6665 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
6666 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
6667 (clean): Update.
6668
6669 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
6670 (init_registers_powerpc_32l): ... this new prototype.
6671 (init_registers_powerpc_32): Remove, replace by ...
6672 (init_registers_powerpc_altivec32l): ... this new prototype.
6673 (init_registers_powerpc_e500): Remove, replace by ...
6674 (init_registers_powerpc_e500l): ... this new prototype.
6675 (init_registers_ppc64): Remove, replace by ...
6676 (init_registers_powerpc_64l): ... this new prototype.
6677 (init_registers_powerpc_64): Remove, replace by ...
6678 (init_registers_powerpc_altivec64l): ... this new prototype.
6679 (ppc_num_regs): Set to 73.
6680 (PT_ORIG_R3, PT_TRAP): Define if necessary.
6681 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
6682 (ppc_cannot_store_register): Handle orig_r3 and trap.
6683 (ppc_arch_setup): Update init_registers_... calls.
6684 (ppc_fill_gregset): Handle orig_r3 and trap.
6685
6686 * inferiors.c (clear_inferiors): Reset current_inferior.
6687
fdc59709
PB
66882008-04-23 Paolo Bonzini <bonzini@gnu.org>
6689
889bf7c5
PA
6690 * acinclude.m4: Add override.m4.
6691 * configure: Regenerate.
fdc59709 6692
c9b2f845
UW
66932008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
6694
6695 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
6696 initial call to init_register_ppc64.
6697
550512b8
UW
66982008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
6699
43aaf8b6
PA
6700 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
6701 single powerpc*-*-linux* case.
550512b8
UW
6702 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
6703
b6430ec3
UW
67042008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
6705
6706 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 6707 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
6708 from reg_xmlfiles.
6709 * linux-ppc-low.c: Include <elf.h>.
6710 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
6711 (ppc_hwcap): New global variable.
6712 (ppc_regmap): Remove __SPE__ #ifdef sections.
6713 (ppc_regmap_e500): New global variable.
6714 (ppc_cannot_store_register): Update __SPE__ special case.
6715 (ppc_get_hwcap): New function.
6716 (ppc_arch_setup): Use it to determine whether inferior supports
6717 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
6718 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
6719 Do not access registers if target does not support AltiVec.
6720 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
6721 Do not access registers if target does not support SPE.
6722 (target_regsets): Unconditionally include AltiVec and SPE regsets.
6723
52fa2412
UW
67242008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
6725
6726 * linux-low.c (disabled_regsets, num_regsets): New.
6727 (use_regsets_p): Delete.
6728 (linux_wait_for_process): Clear disabled_regsets.
6729 (regsets_fetch_inferior_registers): Check and set it.
6730 (regsets_store_inferior_registers): Likewise.
6731 (linux_fetch_registers, linux_store_registers): Do not use
6732 use_regsets_p.
6733 (initialize_low): Allocate disabled_regsets.
6734
e28b3332
DJ
67352008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6736
6737 * Makefile.in (LIBOBJS): New.
6738 (OBS): Use LIBOBJS.
6739 (memmem.o): New rule.
6740 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
6741 * configure: Regenerated.
6742
4536995d
UW
67432008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
6744
6745 * server.c (handle_query): Never return "unsupported" for
6746 qXfer:features:read queries.
6747
221c031f
UW
67482008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6749
6750 * server.c (get_features_xml): Fix inverted condition.
6751 (handle_query): Always support qXfer:feature:read.
6752
ccd213ac
DJ
67532008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6754
6755 * server.c (wrapper_argv): New.
6756 (start_inferior): Handle wrapper_argv. If set, expect an extra
6757 trap.
6758 (gdbserver_usage): Document --wrapper.
6759 (main): Parse --wrapper.
6760
6fe305f7
UW
67612008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6762
6763 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
6764 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
6765 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
6766 (ppc_set_pc): Likewise.
6767 (ppc_arch_setup): New function.
6768 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
6769 of collect_register.
889bf7c5 6770 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 6771
5b0a002e
UW
67722008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6773
6774 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
6775 instead of linux-ppc64-low.o.
6776 * linux-ppc64-low.c: Remove file.
6777 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
6778 (linux-ppc64-low.o): Remove rule.
6779
6780 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
6781 (init_registers_powerpc_64): Likewise.
6782 (ppc_regmap): Conditionally define depending on __powerpc64__.
6783 (ppc_cannot_store_register): Do not special-case "fpscr" when
6784 compiled on __powerpc64__.
6785 (ppc_collect_ptrace_register): New function.
6786 (ppc_supply_ptrace_register): New function.
6787 (ppc_breakpoint): Change type to "unsigned int".
6788 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
6789 (the_low_target): Conditionally provide initializers for the
889bf7c5 6790 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
6791 collect_ptrace_register and supply_ptrace_register members.
6792
9b4b61c8
UW
67932008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
6794
6795 * regcache.h (gdbserver_xmltarget): Add extern declaration.
6796 * server.c (gdbserver_xmltarget): Define.
6797 (get_features_xml): Use it to replace "target.xml" and arch_string.
6798
6799 * configure.srv: Remove srv_xmltarget. Add XML files that were
6800 mentioned there to srv_xmlfiles instead. Remove conditional tests
6801 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
6802 srv_xmlfiles and srv_regobj to include all possible choices.
6803 * configure.ac (srv_xmltarget): Remove.
6804 (srv_xmlfiles): Do not add "target.xml".
6805 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
6806 checks for supplementary target information.
6807 * configure: Regenerate.
6808 * Makefile.in (XML_TARGET): Remove.
6809 (target.xml): Remove rule.
6810 (clean): Do not clean up target.xml.
6811 (.PRECIOUS): Do not mention target.xml.
6812
6813 * target.h (struct target_ops): Remove arch_string member.
6814 * linux-low.c (linux_arch_string): Remove.
6815 (linux_target_ops): Remove arch_string initializer.
6816 * linux-low.h (struct linux_target_ops): Remove arch_string member.
6817 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
6818 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
6819 * spu-low.c (spu_arch_string): Remove.
6820 (spu_target_ops): Remove arch_string initializer.
6821 * win32-low.c (win32_arch_string): Remove.
6822 (win32_target_ops): Remove arch_string initializer.
6823 * win32-low.h (struct win32_target_ops): Remove arch_string member.
6824 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
6825 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
6826
ee1a7ae4
UW
68272008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
6828
6829 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
6830 by collect_ptrace_register and supply_ptrace_register hooks.
6831 * linux-low.c (fetch_register): Use supply_ptrace_register callback
6832 instead of checking for the_low_target.left_pad_xfer.
6833 (usr_store_inferior_registers): Use collect_ptrace_register callback
6834 instead of checking for the_low_target.left_pad_xfer.
6835
6836 * linux-s390-low.c (s390_collect_ptrace_register): New function.
6837 (s390_supply_ptrace_register): Likewise.
6838 (s390_fill_gregset): Call s390_collect_ptrace_register.
6839 (the_low_target): Update.
6840
6841 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
6842 (ppc_supply_ptrace_register): Likewise.
6843 (the_low_target): Update.
6844
6845 * linux-i386-low.c (the_low_target): Update.
6846 * linux-x86-64-low.c (the_low_target): Update.
6847
d61ddec4
UW
68482008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
6849
6850 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
6851 reg-s390.o and reg-s390x.o.
6852
6853 * linux-low.c (new_inferior): New global variable.
6854 (linux_create_inferior, linux_attach): Set it.
6855 (linux_wait_for_process): Call the_low_target.arch_setup after the
6856 target has stopped for the first time.
6857 (initialize_low): Do not call the_low_target.arch_setup.
6858
6859 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
6860 (s390_set_pc): Likewise.
6861 (s390_arch_setup): New function.
6862 (the_low_target): Use s390_arch_setup as arch_setup routine.
6863
6864 * regcache.c (realloc_register_cache): New function.
6865 (set_register_cache): Call it for each existing regcache.
6866
d05b4ac3
UW
68672008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
6868
6869 * server.h (init_registers): Remove prototype.
6870
6871 * linux-low.h (struct linux_target_ops): Add arch_setup field.
6872 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
6873 instead of init_registers ().
6874 * linux-arm-low.c (init_registers_arm): Add prototype.
6875 (init_registers_arm_with_iwmmxt): Likewise.
6876 (the_low_target): Add initializer for arch_setup field.
6877 * linux-cris-low.c (init_registers_cris): Add prototype.
6878 (the_low_target): Add initializer for arch_setup field.
6879 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
6880 (the_low_target): Add initializer for arch_setup field.
6881 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
6882 (the_low_target): Add initializer for arch_setup field.
6883 * linux-ia64-low.c (init_registers_ia64): Add prototype.
6884 (the_low_target): Add initializer for arch_setup field.
6885 * linux-m32r-low.c (init_registers_m32r): Add prototype.
6886 (the_low_target): Add initializer for arch_setup field.
6887 * linux-m68k-low.c (init_registers_m68k): Add prototype.
6888 (the_low_target): Add initializer for arch_setup field.
6889 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
6890 (init_registers_mips64_linux): Likewise.
6891 (the_low_target): Add initializer for arch_setup field.
6892 * linux-ppc-low.c (init_registers_ppc): Add prototype.
6893 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
6894 (the_low_target): Add initializer for arch_setup field.
6895 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
6896 (init_registers_powerpc_64): Likewise.
6897 (the_low_target): Add initializer for arch_setup field.
6898 * linux-s390-low.c (init_registers_s390): Add prototype.
6899 (init_registers_s390x): Likewise.
6900 (the_low_target): Add initializer for arch_setup field.
6901 * linux-sh-low.c (init_registers_sh): Add prototype.
6902 (the_low_target): Add initializer for arch_setup field.
6903 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
6904 (the_low_target): Add initializer for arch_setup field.
6905 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
6906 (the_low_target): Add initializer for arch_setup field.
6907
6908 * win32-low.h (struct win32_target_ops): Add arch_setup field.
6909 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
6910 instead of init_registers ().
6911 * win32-arm-low.c (init_registers_arm): Add prototype.
6912 (the_low_target): Add initializer for arch_setup field.
6913 * win32-i386-low.c (init_registers_i386): Add prototype.
6914 (the_low_target): Add initializer for arch_setup field.
6915
6916 * spu-low.c (init_registers_spu): Add prototype.
6917 (initialize_low): Call initialie_registers_spu () instead of
6918 initialize_registers ().
6919
fd96d250
PA
69202008-02-19 Pedro Alves <pedro@codesourcery.com>
6921
6922 * server.c (handle_v_requests): When handling the vRun and vAttach
6923 packets, if already debugging a process, don't kill it. Return an
6924 error instead.
6925
d41b6bb4
DJ
69262008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
6927
6928 * server.c (handle_query): Correct length check.
6929
5ac588cf
PA
69302008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
6931
6932 * win32-low.c (do_initial_child_stuff): Add process handle
6933 parameter. Set current_process_handle and current_process_id from the
6934 parameters. Clear globals.
6935 (win32_create_inferior): Don't set current_process_handle and
6936 current_process_id here. Instead pass them on the call to
6937 do_initial_child_stuff.
6938 (win32_attach): Likewise.
6939 (win32_clear_inferiors): New.
6940 (win32_kill): Don't close the current process handle or the
6941 current thread handle here. Instead call win32_clear_inferiors.
6942 (win32_detach): Don't open a new handle to the process. Call
6943 win32_clear_inferiors.
6944 (win32_join): Don't rely on current_process_handle; open a new
6945 handle using the process id.
6946 (win32_wait): Call win32_clear_inferiors when the inferior process
6947 has exited.
6948
ecd7ecbc
DJ
69492008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
6950
6951 * server.c (monitor_show_help): Add "exit".
6952
1525d545
MG
69532008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
6954
ecd7ecbc 6955 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
6956 (clean): Add reg-xtensa.c.
6957 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
6958 * configure.srv (xtensa*-*-linux*) New target.
6959 * linux-xtensa-low.c: New.
6960 * xtensa-xtregs.c: New.
1525d545 6961
59a016f0
PA
69622008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
6963
6964 * hostio.c: Don't include errno.h.
6965 (errno_to_fileio_errno): Move to hostio-errno.
6966 * hostio.c: (hostio_error): Remove the error parameter. Defer the
6967 error number outputting to the target->hostio_last_error callback.
6968 (hostio_packet_error): Use FILEIO_EINVAL directly.
6969 (handle_open, handle_pread, hostio_error, handle_unlink): Update
6970 calls to hostio_error.
6971 * hostio-errno.c: New.
6972 * server.h (hostio_last_error_from_errno): Declare.
6973 * target.h (target_ops): Add hostio_last_error member.
6974 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
6975 as hostio_last_error handler.
889bf7c5 6976 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
6977 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
6978 (wince_hostio_last_error): New functions.
6979 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
6980 as hostio_last_error handler.
6981 (win32_target_ops) [!_WIN32_WCE]: Register
6982 hostio_last_error_from_errno as hostio_last_error handler.
6983 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
6984 (hostio-errno.o): New rule.
6985 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
6986 * configure.srv (srv_hostio_err_objs): New variable. Default to
6987 hostio-errno.o.
6988 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
6989 * configure: Regenerate.
6990
2d717e4f
DJ
69912008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6992
6993 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
6994 (linux_kill, linux_detach): Clean up the process list.
6995 * remote-utils.c (remote_open): Improve port number parsing.
6996 (putpkt_binary, input_interrupt): Only send interrupts if the target
6997 is running.
6998 * server.c (extended_protocol): Make static.
6999 (attached): Define earlier.
7000 (exit_requested, response_needed, program_argv): New variables.
7001 (target_running): New.
7002 (start_inferior): Clear attached here.
7003 (attach_inferior): Set attached here.
7004 (require_running): Define.
7005 (handle_query): Use require_running and target_running. Implement
7006 "monitor exit".
7007 (handle_v_attach, handle_v_run): New.
7008 (handle_v_requests): Use require_running. Handle vAttach and vRun.
7009 (gdbserver_usage): Update.
7010 (main): Redo argument parsing. Handle --debug and --multi. Handle
7011 --attach along with other options or after the port. Save
7012 program_argv. Support no initial program. Resynchronize
7013 communication with GDB after an error. Handle "monitor exit".
7014 Use require_running and target_running. Always allow the extended
7015 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
7016 restart in extended mode.
7017 * README: Refer to the GDB manual. Update --attach usage.
7018
7407e2de
AS
70192007-12-20 Andreas Schwab <schwab@suse.de>
7020
7021 * linux-low.c (STACK_SIZE): Define.
7022 (linux_tracefork_child): Use it. Use __clone2 on ia64.
7023 (linux_test_for_tracefork): Likewise.
7024
b65d95c5
DJ
70252007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
7026
7027 * linux-low.c (linux_wait_for_event): Update messages. Do not
7028 reinsert auto-delete breakpoints.
7029 * mem-break.c (struct breakpoint): Change return type of handler to
7030 int.
7031 (set_breakpoint_at): Update handler type.
7032 (reinsert_breakpoint_handler): Return 1 instead of calling
7033 delete_breakpoint.
7034 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
7035 setting a new one.
7036 (check_breakpoints): Delete auto-delete breakpoints and return 2.
7037 * mem-break.h (set_breakpoint_at): Update handler type.
7038 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
7039 * win32-low.c (auto_delete_breakpoint): New.
7040 (get_child_debug_event): Use it.
7041
4e799345
DJ
70422007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7043
7044 * configure.ac: Check for pread and pwrite.
7045 * hostio.c (handle_pread): Fall back to lseek and read.
7046 (handle_pwrite): Fall back to lseek and write.
7047 * config.in, configure: Regenerated.
7048
27524b67
DJ
70492007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
7050
7051 * server.c (myresume): Add own_buf argument.
7052 (main): Update calls.
7053
a20d5e98
DJ
70542007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
7055
7056 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
7057 * remote-utils.c (remote_open): Do not call disable_async_io.
7058 (block_async_io): Delete.
7059 (unblock_async_io): Make static.
7060 (initialize_async_io): New.
7061 * server.c (handle_v_cont): Handle async I/O here.
7062 (myresume): Likewise. Move other common resume tasks here...
7063 (main): ... from here. Call initialize_async_io. Disable async
7064 I/O before the main loop.
7065 * server.h (initialize_async_io): Declare.
7066 (block_async_io, unblock_async_io): Delete prototypes.
7067 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
7068
b79d787e
DJ
70692007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
7070
7071 * remote-utils.c (readchar): Allow binary data in received messages.
7072
d97903b2
PA
70732007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7074
7075 * win32-low.c (attaching): New global.
7076 (win32_create_inferior): Clear the `attaching' global.
7077 (win32_attach): Set the `attaching' global.
7078 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
7079 attaching. Only set a breakpoint at the entry point if not
7080 attaching.
7081
311de423
PA
70822007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7083
7084 * server.c (main): Don't report dll events on the initial
7085 connection on attaches.
7086
6c2d16d2
PA
70872007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7088
7089 * server.c (main): Relax numerical bases supported for the pid of
7090 the --attach command line argument.
7091
5ca906e6
PA
70922007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7093
7094 * win32-low.c (win32_attach): Call OpenProcess before
7095 DebugActiveProcess, not after. Add last error output to error
7096 call.
7097
9c6c8194
PA
70982007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7099
7100 * win32-low.c (win32_get_thread_context)
7101 (win32_set_thread_context): New functions.
7102 (thread_rec): Use win32_get_thread_context.
7103 (continue_one_thread, win32_resume): Use win32_set_thread_context.
7104 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
7105 field.
7106
4d5d1aaa
PA
71072007-12-03 Leo Zayas
7108 Pedro Alves <pedro_alves@portugalmail.pt>
7109
7110 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
7111 global variables.
7112 (child_add_thread): Minor cleanup.
7113 (child_continue): Resume artificially suspended threads before
7114 calling ContinueDebugEvent.
7115 (suspend_one_thread): New.
7116 (fake_breakpoint_event): New.
7117 (get_child_debug_event): Change return type to int. Check here if
7118 gdb sent an interrupt request. If a soft interrupt was requested,
7119 fake a breakpoint event. Return 0 if there is no event to handle,
7120 and 1 otherwise.
7121 (win32_wait): Don't check here if gdb sent an interrupt request.
7122 Ensure there is a valid event to handle.
7123 (win32_request_interrupt): Add soft interruption method as last
7124 resort.
7125
c436e841
PA
71262007-12-03 Leo Zayas
7127 Pedro Alves <pedro_alves@portugalmail.pt>
7128
7129 * win32-low.h (win32_thread_info): Add descriptions to the
7130 structure members. Replace `suspend_count' counter by a
7131 `suspended' flag.
7132 * win32-low.c (thread_rec): Update condition of when to get the
7133 context from the inferior. Rely on ContextFlags being set if it
7134 has already been retrieved. Only suspend the inferior thread if
7135 we haven't already. Warn if that fails.
7136 (continue_one_thread): s/suspend_count/suspended/. Only call
7137 ResumeThread once. Warn if that fails.
7138
e7b5fa67
PA
71392007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
7140
7141 * win32-low.c (win32_wait): Don't read from the inferior when it
7142 has already exited.
7143
a385171d
PA
71442007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
7145
7146 * Makefile.in (win32_low_h): New variable.
7147 (win32-low.o): Add dependency on $(win32_low_h).
7148 (win32-arm-low.o, win32-i386-low.o): New rules.
7149
f80c84b3
DJ
71502007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7151
7152 * hostio.c: Correct copyright year.
7153
a6b151f1
DJ
71542007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7155
7156 * Makefile.in (OBS): Add hostio.o.
7157 (hostio.o): New rule.
7158 * server.h (handle_vFile): Declare.
7159 * hostio.c: New file.
7160 * server.c (handle_v_requests): Take packet_len and new_packet_len
7161 for binary packets. Call handle_vFile.
7162 (main): Update call to handle_v_requests.
7163
f9387fc3
DJ
71642007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7165
7166 * linux-low.c: Include <sched.h>.
7167
51c2684e
DJ
71682007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
7169
7170 * linux-low.c (linux_tracefork_grandchild): New.
7171 (linux_tracefork_child): Use clone.
7172 (linux_test_for_tracefork): Use clone; allocate and free a stack.
7173
75f83163
JB
71742007-10-31 Joel Brobecker <brobecker@adacore.com>
7175
7176 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
7177
da5898ce
DJ
71782007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7179
7180 * linux-low.c (handle_extended_wait): Handle unexpected signals.
7181
24a09b5f
DJ
71822007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7183
7184 * inferiors.c (change_inferior_id): Delete.
7185 (add_pid_to_list, pull_pid_from_list): New.
7186 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
7187 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
7188 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
7189 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
7190 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
7191 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
7192 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
7193 (using_threads): Always set to 1.
7194 (handle_extended_wait): New.
7195 (add_process): Do not set TID.
7196 (linux_create_inferior): Set must_set_ptrace_flags.
7197 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
7198 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
7199 (linux_thread_alive): Rename TID argument to LWPID.
7200 (linux_wait_for_process): Handle unknown processes. Do not use TID.
7201 (linux_wait_for_event): Do not use TID or check using_threads. Update
7202 call to dead_thread_notify. Call handle_extended_wait.
7203 (linux_create_inferior): Use PTRACE_SETOPTIONS.
7204 (send_sigstop): Delete sigstop_sent.
7205 (wait_for_sigstop): Avoid TID.
7206 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
7207 (linux_test_for_tracefork): New.
7208 (linux_lookup_signals): Use thread_db_active and
7209 linux_supports_tracefork_flag.
7210 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
7211 * linux-low.h (get_process_thread): Avoid TID.
7212 (struct process_ifo): Move thread_known and tid to the end. Remove
7213 sigstop_sent.
7214 (linux_attach_lwp, thread_db_init): Update prototypes.
7215 * server.h (change_inferior_id): Delete prototype.
7216 (add_pid_to_list, pull_pid_from_list): New prototypes.
7217 * thread-db.c (thread_db_use_events): New.
7218 (find_first_thread): Rename to...
7219 (find_one_thread): ...this. Update callers and messages. Do not
7220 call fatal. Check thread_db_use_events. Do not call
7221 change_inferior_id or new_thread_notify.
7222 (maybe_attach_thread): Update. Do not call new_thread_notify.
7223 (thread_db_init): Set thread_db_use_events. Check use_events.
7224 * utils.c (fatal, warning): Correct message prefix.
7225
30ed0a8f
DJ
72262007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7227
7228 * Makefile.in (clean): Remove new files.
7229 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
7230 (powerpc-64.o, powerpc-64.c): New rules.
7231 * configure.srv: Use alternate register sets for powerpc64-*-linux*
7232 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
7233 with SPE.
7234 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
7235 SPE targets.
7236 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
7237 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
7238 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
7239 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
7240 (target_regsets): Add AltiVec and SPE register sets.
7241 * configure.ac: Check for AltiVec and SPE.
7242 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
7243 (ppc_fill_vrregset, ppc_store_vrregset): New.
7244 (target_regsets): Add AltiVec register set.
7245 * configure: Regenerated.
7246
fd462a61
DJ
72472007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
7248
7249 * linux-low.c (O_LARGEFILE): Define.
7250 (linux_read_memory): Use /proc/PID/mem.
7251 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
7252 * configure, config.in: Regenerated.
7253
69f223ed
DJ
72542007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7255
7256 * linux-low.c (linux_wait_for_event): Do not pass signals while
7257 single-stepping.
7258
aec18585
PA
72592007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
7260
7261 * win32-low.c (create_process): New.
7262 (win32_create_inferior): Use create_process instead of
7263 CreateProcess. If create_process failed retry appending an ".exe"
7264 suffix. Store the GetLastError result immediatelly after
7265 create_process calls and use it on the call to error.
7266
34d86ddd
PA
72672007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
7268
7269 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
7270
5a0e3bd0
JB
72712007-08-23 Joel Brobecker <brobecker@adacore.com>
7272
7273 * configure.ac: Switch license to GPLv3.
7274
f88c79e6
MS
72752007-08-01 Michael Snyder <msnyder@access-company.com>
7276
7277 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
7278
6b3d9b83
PA
72792007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
7280
7281 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
7282 typedef.
7283 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
7284 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
7285 CloseToolhelp32Snapshot.
7286 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
7287 CloseToolhelp32Snapshot.
7288
c588c53c
MS
72892007-07-27 Michael Snyder <michael.snyder@access-company.com>
7290
7291 * server.c (main): Check for inferior exit before main loop.
7292
aa0403d9
PA
72932007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
7294
7295 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
7296 instead of on tmp_desc.
7297
255e7678
DJ
72982007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
7299 Daniel Jacobowitz <dan@codesourcery.com>
7300
7301 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
7302 (add_thread): Minor cleanups.
7303 (clear_inferiors): Move lower in the file. Clear the DLL
7304 list.
7305 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
7306 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
7307 (xml_escape_text): New.
7308 * server.c (handle_query): Handle qXfer:libraries:read. Report it
7309 for qSupported.
7310 (handle_v_cont): Report errors.
7311 (gdbserver_version): Update.
7312 (main): Correct size of own_buf. Do not report initial DLL events.
7313 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
7314 (unloaded_dll, xml_escape_text): New.
7315 * win32-low.c (enum target_waitkind): Update comments.
7316 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
7317 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
7318 (win32_EnumProcessModules, win32_GetModuleInformation)
7319 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
7320 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
7321 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
7322 (win32_Module32First, win32_Module32Next, load_toolhelp)
7323 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
7324 (get_child_debug_event): Handle DLL events.
7325 (win32_wait): Likewise.
7326
0d37add9
DJ
73272007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7328
7329 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
7330 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
7331
45e2715e
PA
73322007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
7333
7334 * win32-low.c (handle_output_debug_string): Ignore event if not
7335 waiting.
7336
c5674cf1
PA
73372007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
7338
7339 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
7340
2bbe3cc1
DJ
73412007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
7342
7343 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
7344
ae13219e
DJ
73452007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7346
7347 * inferiors.c (change_inferior_id): Add comment.
7348 * linux-low.c (check_removed_breakpoint): Add an early
7349 prototype. Improve debug output.
7350 (linux_attach): Doc update.
7351 (linux_detach_one_process, linux_detach): Clean up before releasing
7352 each process.
7353 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
7354 * linux-low.h (struct process_info): Doc improvement.
7355 * mem-break.c (delete_all_breakpoints): New.
7356 * mem-break.h (delete_all_breakpoints): New prototype.
7357 * thread-db.c (find_first_thread): New.
7358 (thread_db_create_event): Call it instead of
7359 thread_db_find_new_threads. Clean up unused variables.
7360 (maybe_attach_thread): Remove first thread handling.
7361 (thread_db_find_new_threads): Use find_first_thread.
7362 (thread_db_get_tls_address): Likewise.
7363
4105de34
DJ
73642007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7365
7366 * thread-db.c (thread_db_find_new_threads): Add prototype.
7367 (thread_db_create_event): Check for the main thread before adding
7368 a new thread.
7369 (maybe_attach_thread): Only enable event reporting if TID == 0.
7370 (thread_db_get_tls_address): Check for new threads.
7371
2b876972
DJ
73722007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
7373
7374 * linux-low.c (linux_create_inferior): Try execv before execvp.
7375 * spu-low.c (spu_create_inferior): Likewise.
7376
7a245884
DJ
73772007-06-13 Mike Frysinger <vapier@gentoo.org>
7378
7379 * linux-low.c (linux_create_inferior): Change execv to execvp.
7380 * spu-low.c (spu_create_inferior): Likewies.
7381
117ce543
DJ
73822007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7383
7384 * Makefile.in (clean): Clean new files instead of deleted ones.
7385 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
7386 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
7387 rules.
7388 * configure.srv: Specify XML files and new regformats for MIPS and
7389 MIPS64 GNU/Linux.
7390 * linux-mips-low.c (mips_num_regs): Set to only used registers.
7391 (mips_regmap): Do not fetch $0. Remove unused registers. Add
7392 an entry for the restart register.
7393 (mips_cannot_fetch_register, mips_cannot_store_register)
7394 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
7395 register names to match the XML descriptions.
7396 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
7397 restart register instead of $0.
7398
0e7f50da
UW
73992007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7400 Markus Deuling <deuling@de.ibm.com>
7401
7402 * remote-utils.c (decode_xfer_write): New function.
7403 * server.h (decode_xfer_write): Add prototype.
7404 * server.c (handle_query): Add PACKET_LEN argument. Support
7405 qXfer:spu:read and qXfer:spu:write packets.
7406 (main): Pass packet_len to handle_query.
7407 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
7408 * target.h (target_ops): Add qxfer_spu.
7409
374c1d38
UW
74102007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7411
7412 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
7413 accessing non-seekable spufs files.
7414
bb63802a
UW
74152007-05-16 Markus Deuling <deuling@de.ibm.com>
7416
889bf7c5 7417 * server.c (handle_query): Add reply for qC packet.
bb63802a 7418
7390519e
PA
74192007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7420 Leo Zayas <lerele@champenstudios@com>
7421
7422 * server.h (check_remote_input_interrupt_request): New function.
7423 * remote_utils.c (INVALID_DESCRIPTOR): New define.
7424 (remote_desc): Initialize with INVALID_DESCRIPTOR.
7425 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
7426 (check_remote_input_interrupt_request): New function.
7427 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 7428 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
7429 winapi_GenerateConsoleCtrlEvent): New typedefs.
7430 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
7431 to 250 ms.
7432 (win32_wait): Check for remote interrupt request
7433 with check_remote_input_interrupt_request.
7434 (win32_request_interrupt): New function.
7435 (win32_target_op): Set request_interrupt to win32_request_interrupt.
7436
34b34921
PA
74372007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7438
7439 * win32-low.c (debug_registers_changed,
7440 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
7441 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
7442 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
7443 (thread_rec): Get context using the low target.
7444 (child_add_thread): Call thread_added on the low target,
7445 which does the same thing.
7446 (regptr): Delete.
7447 (do_initial_child_stuff): Remove debug registers references.
7448 Set context using the low target. Resume threads after
7449 setting the contexts.
7450 (child_continue): Remove dead variable. Remove debug
7451 registers references.
7452 (child_fetch_inferior_registers): Go through the low target.
7453 (do_child_store_inferior_registers): Remove.
7454 (child_store_inferior_registers): Go through the low target.
7455 (win32_resume): Remove debug registers references.
7456 Set context using the low target.
7457 (handle_exception): Change return type to void. Don't record
7458 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
7459 first chance exception.
889bf7c5 7460 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
7461 goto loop. Always return after waiting for debug event.
7462 (win32_wait): Convert to switch statement. Handle spurious
7463 events.
7464
7465 * win32-i386-low.c (debug_registers_changed,
7466 debug_registers_used): New.
7467 (initial_stuff): Rename to ...
7468 (i386_initial_stuff): ... this. Clear debug registers
7469 state variables.
7470 (store_debug_registers): Delete.
7471 (i386_get_thread_context): New.
7472 (load_debug_registers): Delete.
7473 (i386_set_thread_context): New.
7474 (i386_thread_added): New.
7475 (single_step): Rename to ...
7476 (i386_single_step): ... this.
7477 (do_fetch_inferior_registers): Rename to ...
7478 (i386_fetch_inferior_register): ... this.
7479 (i386_store_inferior_register): New.
7480 (the_low_target): Adapt to new interface.
7481
7482 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
7483 (arm_get_thread_context): New.
7484 (arm_set_thread_context): New.
7485 (regptr): New.
7486 (do_fetch_inferior_registers): Rename to ...
7487 (arm_fetch_inferior_register): ... this.
7488 (arm_store_inferior_register): New.
7489 (arm_wince_breakpoint): Reimplement as unsigned long.
7490 (arm_wince_breakpoint_len): Define.
7491 (the_low_target): Adapt to new interface.
7492
7493 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
7494 load_debug_registers. Add get_thread_context, set_thread_context,
7495 thread_added and store_inferior_register. Rename
7496 fetch_inferior_registers to fetch_inferior_register.
7497 (regptr): Remove declaration.
7498
dd6953e1
PA
74992007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7500
7501 * linux-low.c (linux_detach): Change return type to int. Return 0.
7502 * spu-low.c (spu_detach): Likewise.
7503
444d6139
PA
75042007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7505
7506 * target.h (target_ops): Change return type of detach to int.
7507 Add join.
7508 (join_inferior): New.
7509 * server.c (main): Don't skip detach support on mingw32.
7510 If the inferior doesn't support detaching return error.
7511 Call join_inferior instead of using waitpid.
7512 * linux-low.c (linux_join): New.
7513 (linux_target_op): Add linux_join.
7514 * spu-low.c (spu_join): New.
7515 (spu_target_ops): Add spu_join.
7516 * win32-low.c (win32_detach): Adapt to new interface.
7517 Reopen current_process_handle before detaching. Issue a child
7518 resume before detaching.
7519 (win32_join): New.
7520 (win32_target_op): Add win32_join.
7521
1d5315fe
PA
75222007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7523
7524 * win32-low.c (win32-attach): Fix return value.
7525 * target.h (target_ops): Describe ATTACH return values.
7526
bf914831
PA
75272007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7528
7529 * win32-low.c (GETPROCADDRESS): Define.
7530 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
7531 (winapi_DebugSetProcessKillOnExit): Likewise.
7532 (win32_create_inferior): Force usage of ansi CreateProcessA.
7533 (win32_attach): Use GETPROCADDRESS.
7534 (win32_detach): Likewise.
7535
f72f3e60
PA
75362007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7537
7538 * win32-low.c (win32_wait): Don't use WSTOPSIG.
7539
ed50f18f
PA
75402007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7541
7542 * win32-low.c: Commit leftover changes from 2007-03-29.
7543
0c2ead7e
DJ
75442007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7545
7546 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
7547 fields short instead of int. Add explicit padding.
7548 (i387_cache_to_fsave): Remove unnecessary casts.
7549 (i387_fsave_to_cache): Doc fix.
7550 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
7551
73725ff3
DJ
75522007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7553
7554 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
7555 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
7556
d99f33d8
PA
75572007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
7558
7559 * configure.srv (arm*-*-mingw32ce*): Move near the other
7560 arm targets.
7561
68070c10
PA
75622007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
7563
2482afc6 7564 * configure.ac: Add errno checking.
68070c10
PA
7565 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
7566 sys/file.h and malloc.h.
7567 (AC_CHECK_DECLS): Add perror.
7568 (srv_mingwce): Handle.
2482afc6 7569 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
7570 win32-i386-low.o to srv_tgtobj.
7571 (i[34567]86-*-mingw*): Likewise.
7572 (arm*-*-mingw32ce*): Add case.
7573 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
7574 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
7575 [__MINGW32CE__] (strerror): New function.
7576 [__MINGW32CE__] (errno): Define to GetLastError.
7577 [__MINGW32CE__] (COUNTOF): New macro.
7578 (remote_open): Remove extra close call.
7579 * mem-break.c (delete_breakpoint_at): New function.
7580 * mem-break.h (delete_breakpoint_at): Declare.
7581 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
7582 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
7583 [USE_WIN32API] (read, write): Add char* casts.
7584 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
7585 * server.h: Include wincecompat.h on Windows CE.
7586 [HAVE_ERRNO_H]: Check.
7587 (perror): Declare if not declared.
7588 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
7589 (perror_with_name): Remove errno declaration.
7590 * wincecompat.h: New.
7591 * wincecompat.c: New.
7592 * win32-low.h: New.
7593 * win32-arm-low.c: New.
7594 * win32-i386-low.c: New.
7595 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
7596 (OUTMSG2): Make it safe.
7597 (_T): New macro.
7598 (COUNTOF): New macro.
7599 (NUM_REGS): Get it from the low target.
7600 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
7601 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
7602 (thread_rec): Let low target handle debug registers.
7603 (child_add_thread): Likewise.
7604 (child_init_thread_list): Likewise.
7605 (continue_one_thread): Likewise.
7606 (regptr): New.
7607 (do_child_fetch_inferior_registers): Move to ...
7608 * win32-i386-low.c: ... here, and rename to ...
7609 (do_fetch_inferior_registers): ... this.
889bf7c5 7610 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
7611 Go through the low target.
7612 (do_child_store_inferior_registers): Use regptr.
7613 (strwinerror): New function.
7614 (win32_create_inferior): Handle Windows CE.
7615 Use strwinerror instead of strerror on Windows error
7616 codes. Add program to the error output.
7617 Don't close the main thread handle on Windows CE.
7618 (win32_attach): Use coredll.dll on Windows CE.
7619 (win32_kill): Close current process and current
7620 thread handles.
7621 (win32_detach): Use coredll.dll on Windows CE.
7622 (win32_resume): Let low target handle debug registers, and
7623 step request.
7624 (handle_exception): Add/Remove initial breakpoint. Avoid
7625 non-existant WSTOPSIG on Windows CE.
7626 (win32_read_inferior_memory): Cast to remove warning.
7627 (win32_arch_string): Go through the low target.
7628 (initialize_low): Call set_breakpoint_data with the low
7629 target's breakpoint.
7630 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
7631 FOP_REGNUM, mappings): Move to ...
7632 * win32-i386-low.c: ... here.
7633 * win32-low.c (win32_thread_info): Move to ...
7634 * win32-low.h: ... here.
7635 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
7636 win32-arm-low.c and wincecompat.c.
7637 (all:): Add $EXEEXT.
7638 (install-only:): Likewise.
7639 (gdbserver:): Likewise.
7640 (gdbreplay:): Likewise.
7641 * config.in: Regenerate.
7642 * configure: Regenerate.
7643
41093d81
PA
76442007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7645
7646 * win32-low.c: Rename typedef thread_info to
7647 win32_thread_info throughout.
7648
544afa54
PA
76492007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7650
7651 * win32-i386-low.c: Rename to ...
7652 * win32-low.c: ... this.
7653 * configure.srv: Replace win32-i386-low.o with win32-low.o.
7654 * Makefile.in: Likewise.
7655
bce7165d
PA
76562007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
7657
7658 * remote-utils.c (monitor_output): Constify msg parameter.
7659 * server.h (monitor_output): Likewise.
7660 * win32-i386-low.c (handle_output_debug_string): New.
7661 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
7662 handle_output_debug_string.
7663 (get_child_debug_event): Likewise.
7664
506c7aa0
DJ
76652007-03-27 Mat Hostetter <mat@lcs.mit.edu>
7666
7667 * server.c (main): Correct strtoul check.
7668
42c81e2a
DJ
76692007-03-27 Jon Ringle <jon@ringle.org>
7670
7671 * linux-low.c: Check __ARCH_HAS_MMU__ also.
7672
9453113a
DJ
76732007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7674
7675 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7676
64a69107
DJ
76772007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7678
7679 * terminal.h: Check HAVE_SGTTY_H.
7680
76812007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
7682
7683 * remote-utils.c (remote_open): Print out the assigned port number.
7684
c74d0ad8
DJ
76852007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7686
7687 * remote-utils.c (monitor_output): New function.
7688 * server.c (debug_threads): Define here.
7689 (monitor_show_help): New function.
7690 (handle_query): Handle qRcmd.
7691 (main): Do not handle 'd' packet.
7692 * server.h (debug_threads, remote_debug, monitor_output): Declare.
7693 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
7694 of debug_threads.
7695
de7c3b4a
PA
76962007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
7697
7698 * Makefile.in (EXEEXT): New.
7699 (clean): Use $(EXEEXT).
7700
ef57601b
PA
77012007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
7702
7703 * target.h (target_ops): Rename send_signal to request_interrupt,
7704 and remove enum target_signal parameter.
7705 * linux-low.c (linux_request_interrupt): Rename from
7706 linux_send_signal, and always send SIGINT.
7707 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
7708 and always send SIGINT.
7709 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
7710 of send_signal.
7711 (input_interrupt): Likewise.
7712
820f2bda
PA
77132007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
7714
7715 * server.c (get_features_xml): Check if target implemented
7716 arch_string.
7717 * win32-i386-low.c (win32_arch_string): New.
7718 (win32_target_ops): Add win32_arch_string as arch_string member.
7719
ab39bf24
UW
77202007-02-22 Markus Deuling <deuling@de.ibm.com>
7721
7722 * spu-low.c (spu_arch_string): New.
7723 (spu_target_ops): Add spu_arch_string.
7724
61ff6e04
DJ
77252007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7726
7727 * remote-utils.c: Remove HAVE_TERMINAL_H check.
7728 * configure.ac: Do not check for terminal.h.
7729 * configure, config.in: Regenerated.
7730
fb1e4ffc
DJ
77312007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7732
7733 * Makefile.in (OBS): Add $(XML_BUILTIN).
7734 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
7735 (clean): Update.
7736 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
7737 (arm-with-iwmmxt.c): New.
7738 * config.in, configure: Regenerate.
7739 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
7740 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
7741 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
7742 (arm*-*-linux*): Add iWMMXt and regset support.
7743 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
7744 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
7745 (arm_store_wmmxregset, target_regsets): New.
7746 * server.c (get_features_xml): Take annex argument. Check builtin
7747 XML documents.
7748 (handle_query): Handle multiple annexes.
7749
0f48aa01
DJ
77502007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7751
7752 * remote-utils.c [USE_WIN32API] (read, write): Define.
7753 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
7754 write.
7755
23181151
DJ
77562007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
7757
7758 * linux-i386-low.c (the_low_target): Set arch_string.
7759 * linux-x86-64-low.c (the_low_target): Likewise.
7760 * linux-low.c (linux_arch_string): New.
7761 (linux_target_ops): Add it.
7762 * linux-low.h (struct linux_target_ops): Add arch_string.
7763 * server.c (write_qxfer_response): Use const void * for DATA.
7764 (get_features_xml): New.
7765 (handle_query): Handle qXfer:features:read. Report it for qSupported.
7766 * target.h (struct target_ops): Add arch_string method.
7767
9d606399
DJ
77682007-01-03 Denis Pilat <denis.pilat@st.com>
7769 Daniel Jacobowitz <dan@codesourcery.com>
7770
7771 * linux-low.c (linux_kill): Handle being called with no threads.
7772 * win32-i386-low.c (win32_kill): Likewise.
7773 (get_child_debug_event): Clear current_process_handle.
7774
77752006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
7776 Daniel Jacobowitz <dan@codesourcery.com>
7777
7778 * remote-utils.c (remote_open): Check the type of specified
7779 serial port devices before opening them.
7780 * server.c (main): Kill the inferior if an error occurs during
7781 the first remote_open.
7782
a5e13d24
DJ
77832006-12-05 Markus Deuling <deuling@de.ibm.com>
7784
7785 * README: Update supported targets.
7786
186947f7
DJ
77872006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
7788
7789 * Makefile.in (clean): Remove reg-mips64.c.
7790 (reg-mips64.c, reg-mips64.o): New rules.
7791 * configure.srv: Handle mips64. Include regset support for mips.
7792 * linux-mips-low.c (union mips_register): New.
7793 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
7794 (mips_breakpoint, mips_breakpoint_at): Use int.
7795 (mips_collect_register, mips_supply_register)
7796 (mips_collect_register_32bit, mips_supply_register_32bit)
7797 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
7798 (mips_store_fpregset, target_regsets): New.
7799 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
7800
a13e2c95
UW
78012006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7802
7803 * configure.srv: Add target "spu*-*-*".
7804 * Makefile.in (clean): Remove reg-spu.c.
7805 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
7806 * spu-low.c: New file.
7807
cb7283db
DJ
78082006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7809
7810 * configure.ac: Correct td_thr_tls_get_addr test.
7811 * configure: Regenerated.
7812
89be2091
DJ
78132006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7814
7815 * linux-low.c (linux_wait_for_event): Reformat. Use the
7816 pass_signals array.
7817 * remote-utils.c (decode_address_to_semicolon): New.
7818 * server.c (pass_signals, handle_general_set): New.
7819 (handle_query): Mention QPassSignals for qSupported.
7820 (main): Call handle_general_set.
7821 * server.h (pass_signals, decode_address_to_semicolon): New.
7822
000ef4f0
DJ
78232006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
7824
7825 * server.c (handle_query): Correct error handling for read_auxv.
7826
b7149293
UW
78272005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
7828
7829 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
7830 and srv_linux_thread_db to yes.
7831 * linux-s390-low.c (s390_fill_gregset): New function.
7832 (target_regsets): Define data structure.
7833
dae5f5cf
DJ
78342006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
7835
7836 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
7837 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
7838 * config.in, configure: Regenerated.
7839 * inferiors.c (gdb_id_to_thread): New function.
7840 (gdb_id_to_thread_id): Use it.
7841 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
7842 * linux-low.h (struct process_info): Add th member.
7843 (thread_db_get_tls_address): New prototype.
7844 * remote-utils.c (decode_address): Make non-static.
7845 * server.c (handle_query): Handle qGetTLSAddr.
7846 * server.h (gdb_id_to_thread, decode_address): New prototypes.
7847 * target.h (struct target_ops): Add get_tls_address.
7848 * thread-db.c (maybe_attach_thread): Save the thread handle.
7849 (thread_db_get_tls_address): New.
7850
32ca6d61
DJ
78512006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
7852
7853 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
7854 (linux_resume_one_process): Take a siginfo_t *. Update all
7855 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
7856 (struct pending_signals): Add a siginfo_t.
7857 (linux_wait_for_process): Always set last_status.
7858 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
7859 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
7860 * linux-low.h (struct process_info): Add last_status.
7861
5ffff7c1
DJ
78622006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
7863
7864 * remote-utils.c (try_rle): New function.
7865 (putpkt_binary): Use it.
7866
8695c747
DJ
78672006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
7868
7869 * Makefile.in (clean): Clean reg-x86-64-linux.c.
7870 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
7871 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
7872 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
7873 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
7874 point registers.
7875
290fadea
RS
78762006-08-08 Richard Sandiford <richard@codesourcery.com>
7877
7878 * server.c (terminal_fd): New variable.
7879 (old_foreground_pgrp): Likewise.
7880 (restore_old_foreground_pgrp): New function.
7881 (start_inferior): Record the terminal file descriptor in terminal_fd
7882 and its original foreground group in old_foreground_pgrp. Register
7883 restore_old_foreground_pgrp with atexit().
7884
9f2e1e63
DJ
78852006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
7886
7887 * server.c (handle_query): Correct qPart to qXfer.
7888
b80864fb
DJ
78892006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7890
7891 * configure.ac: Check for more headers which are missing on
7892 Windows. Automatically supply -lwsock32 and USE_WIN32API.
7893 * configure.srv: Add Cygwin and mingw32.
7894 * remote-utils.c: Don't include headers unconditionally which
7895 are missing on mingw32. Include <winsock.h> for mingw32.
7896 (remote_open): Adjust for mingw32 support. Flush
7897 standard error after writing to it.
7898 (remote_close, putpkt_binary, input_interrupt, block_async_io)
7899 (unblock_async_io, enable_async_io, disable_async_io)
7900 (readchar, getpkt): Update for Winsock support.
7901 (prepare_resume_reply): Expect a protocol signal number.
7902 * server.c: Disable <sys/wait.h> on mingw32.
7903 (start_inferior): Adjust for mingw32 support. Flush
7904 standard error after writing to it.
7905 (attach_inferior): Likewise. Use protocol signal
7906 numbers.
7907 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
7908 and names.
7909 * win32-i386-low.c: New file.
7910 * Makefile.in (XM_CLIBS): Set.
7911 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
7912 (win32-i386-low.o): New dependency rule.
7913 * linux-low.c (linux_wait): Use target signal numbers.
7914 * target.h (struct target_ops): Doc fix.
7915 * server.h (target_signal_to_name): New prototype.
7916 * gdbreplay.c: Don't include headers unconditionally which
7917 are missing on mingw32. Include <winsock.h> for mingw32.
7918 (remote_close, remote_open): Adjust for Winsock support.
7919 * configure, config.in: Regenerated.
7920
0876f84a
DJ
79212006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7922
7923 * server.c (decode_xfer_read, write_qxfer_response): New.
7924 (handle_query): Take a packet length argument. Handle
7925 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
7926 the qSupported response.
7927 (main): Update call to handle_query.
7928
01f9e8fa
DJ
79292006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7930
7931 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
7932 (putpkt_binary): Renamed from putpkt and adjusted for binary
7933 data.
7934 (putpkt): New wrapper for putpkt_binary.
7935 (readchar): Don't mask off the high bit.
7936 (decode_X_packet): New function.
7937 * server.c (main): Call putpkt_binary if a handler sets the packet
7938 length. Save the length of the incoming packet. Handle 'X'.
7939 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
7940
be2a5f71
DJ
79412006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7942
7943 * server.c (handle_query): Handle qSupported.
7944
ea025f5f
DJ
79452006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
7946
7947 * remote-utils.c (all_symbols_looked_up): New variable.
7948 (look_up_one_symbol): Check it.
7949 * server.h (look_up_one_symbol): New declaration.
7950 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
7951
9308fc88
DJ
79522006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
7953
7954 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 7955 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
7956 (PTRACE_GET_THREAD_AREA): Define.
7957 (ps_get_thread_area): New function.
7958
52fb6437
NS
79592006-05-09 Nathan Sidwell <nathan@codesourcery.com>
7960
7961 * configure.srv (m68k*-*-uclinux*): New target.
7962 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
7963 (linux_resume_one_process): Remove extraneous cast.
7964 (linux_read_offsets): New.
7965 (linux_target_op): Add linux_read_offsets on mmuless systems.
7966 * server.c (handle_query): Add qOffsets logic.
7967 * target.h (struct target_ops): Add read_offsets.
7968
21b0f40c
DJ
79692006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
7970
7971 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
7972 (PTRACE_GET_THREAD_AREA): Define.
7973 (ps_get_thread_area): New function.
7974 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
7975 (linux-x86-64-low.o): Update.
7976
0050a760
DJ
79772006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
7978
7979 * configure.ac: Remove checks for prfpregset_t.
7980 * gdb_proc_service.h: New file.
7981 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
7982 new "gdb_proc_service.h".
7983 * proc-service.c: Likewise.
7984 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
7985 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
7986 * Makefile.in (gdb_proc_service_h): Updated.
7987 * configure, config.in: Regenerated.
7988
b92a518e
DJ
79892006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7990
7991 * remote-utils.c (prepare_resume_reply): Move declaration
7992 of gdb_id_from_wait to the top of the block.
7993
545587ee
DJ
79942006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
7995
7996 * linux-low.c (regsets_store_inferior_registers): Read the regset
7997 from the target before filling it.
7998
9db87ebd
DJ
79992006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8000
8001 * server.c (attach_inferior): Return SIGTRAP for a successful
8002 attach.
8003
dd24457d
DJ
80042006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
8005
8006 * Makefile.in (OBS): Add version.o.
8007 (STAGESTUFF): Delete.
8008 (version.o): Add dependencies.
8009 (version.c): Replace rule.
8010 (clean): Remove version.c.
8011 * server.c (gdbserver_version): New.
8012 (gdbserver_usage): Use printf.
8013 (main): Handle --version and --help.
8014 * server.h (version, host_name): Add declarations.
8015
6f0f660e
EZ
80162005-12-23 Eli Zaretskii <eliz@gnu.org>
8017
889bf7c5
PA
8018 * linux-arm-low.c:
8019 * linux-arm-low.c:
8020 * inferiors.c:
8021 * i387-fp.h:
8022 * i387-fp.c:
8023 * gdbreplay.c:
8024 * regcache.c:
8025 * proc-service.c:
8026 * mem-break.h:
8027 * mem-break.c:
8028 * linux-x86-64-low.c:
8029 * linux-sh-low.c:
8030 * linux-s390-low.c:
8031 * linux-ppc64-low.c:
8032 * linux-ppc-low.c:
8033 * linux-mips-low.c:
8034 * linux-m68k-low.c:
8035 * linux-m32r-low.c:
8036 * linux-low.h:
8037 * linux-low.c:
8038 * linux-ia64-low.c:
8039 * linux-i386-low.c:
8040 * linux-crisv32-low.c:
8041 * thread-db.c:
8042 * terminal.h:
8043 * target.h:
8044 * target.c:
8045 * server.h:
8046 * server.c:
8047 * remote-utils.c:
8048 * regcache.h:
8049 * utils.c:
8050 * Makefile.in:
8051 * configure.ac:
6f0f660e
EZ
8052 * gdbserver.1: Add (C) after Copyright. Update the FSF
8053 address.
8054
9d1fb177
DJ
80552005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
8056
8057 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
8058 (arm_breakpoint_at): Recognize both breakpoints.
8059 (the_low_target): Use the correct breakpoint instruction.
8060
011a70c2
DJ
80612005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
8062
8063 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
8064 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
8065 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
8066 (the_low_target): Update.
8067
7fb85e41
AS
80682005-10-25 Andreas Schwab <schwab@suse.de>
8069
8070 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
8071
8072 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
8073 (ia64_num_regs): Reduce to 462.
8074
3db0444b
DJ
80752005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8076
8077 * acinclude.m4: Correct quoting.
8078 * aclocal.m4: Regenerated.
8079
8080 Suggested by SZOKOVACS Robert <szo@ies.hu>:
8081 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
8082 (thread_db_init): Call thread_db_err_str.
8083 * configure.ac: Check for TD_VERSION.
8084 * config.in, configure: Regenerated.
8085
bee0189a
DJ
80862005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8087
8088 * server.h (error, fatal, warning): Add ATTR_FORMAT.
8089
e9d25b98
DJ
80902005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
8091
8092 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
8093 is not available. Define HAVE_PTRACE_GETREGS if it is.
8094 * config.in, configure: Regenerated.
8095 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
8096 * linux-i386-low.c, linux-m68k-low.c: Update to use
8097 HAVE_PTRACE_GETREGS.
8098 * linux-low.c (regsets_fetch_inferior_registers)
8099 (regsets_store_inferior_registers): Only return 0 if we processed
8100 GENERAL_REGS.
8101 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
8102 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
8103
a06660f7
DJ
81042005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
8105
8106 * inferiors.c (struct thread_info): Add gdb_id.
8107 (add_thread): Add gdb_id argument.
8108 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
8109 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
8110 calls to add_thread.
8111 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
8112 * server.c (handle_query): Use thread_to_gdb_id.
8113 (handle_v_cont, main): Use gdb_id_to_thread_id.
8114 * server.h (add_thread): Update prototype.
8115 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
8116 prototypes.
8117
5a1f5858
DJ
81182005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
8119
8120 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
8121 left-padded registers.
8122 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
8123 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
8124
e122f1f5
SE
81252005-07-01 Steve Ellcey <sje@cup.hp.com>
8126
8127 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
8128 * configure: Regenerate.
8129 * config.in: Regenerate.
8130 * server.h (NEED_DECLARATION_STRERROR):
8131 Replace with !HAVE_DECL_STRERROR.
8132
d592fa2f
DJ
81332005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
8134
8135 * linux-low.c (linux_wait, linux_send_signal): Don't test
8136 an unsigned long variable for > 0 if it could be MAX_ULONG.
8137 * server.c (myresume): Likewise.
8138 * target.c (set_desired_inferior): Likewise.
8139
ccbd4912
MK
81402005-06-13 Mark Kettenis <kettenis@gnu.org>
8141
8142 * configure.ac: Simplify and improve check for socklen_t.
8143 * configure, config.in: Regenerate.
8144
f450004a
DJ
81452005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
8146
8147 * acconfig.h: Remove.
8148 * configure.ac: Add a test for socklen_t. Use three-argument
8149 AC_DEFINE throughout.
8150 * config.in: Regenerated using autoheader 2.59.
8151 * configure: Regenerated.
8152
8153 * gdbreplay.c (socklen_t): Provide a default.
8154 (remote_open): Use socklen_t.
8155 * remote-utils.c (socklen_t): Provide a default.
8156 (remote_open): Use socklen_t.
8157 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
8158 unsigned char.
8159
8160 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
8161 char for buffers.
8162 * linux-low.c (linux_read_memory, linux_write_memory)
8163 (linux_read_auxv): Likewise.
8164 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
8165 (check_mem_write): Likewise.
8166 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
8167 Likewise.
8168 * regcache.c (struct inferior_rgcache_data, registers_to_string)
8169 (registers_from_string, register_data): Likewise.
8170 * server.c (handle_query, main): Likewise.
8171 * server.h (convert_ascii_to_int, convert_int_to_ascii)
8172 (decode_M_packet): Likewise.
8173 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
8174 * target.h (struct target_ops): Update read_memory, write_memory,
8175 and read_auxv.
8176 (read_inferior_memory, write_inferior_memory): Update.
8177 * linux-low.h (struct linux_target_ops): Change type of breakpoint
8178 to unsigned char *.
8179 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
8180 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
8181 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
8182 linux-s390-low.c, linux-sh-low.c: Update for changes in
8183 read_inferior_memory and the_low_target->breakpoint.
8184
eee84df1
DJ
81852005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
8186
8187 * Makefile.in (SFILES): Add linux-ppc64-low.c.
8188 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
8189 * configure.srv: Add powerpc64-*-linux*.
8190 * linux-ppc64-low.c: New file.
8191
45b134e5
OF
81922005-05-23 Orjan Friberg <orjanf@axis.com>
8193
8194 * linux-cris-low.c: New file with support for CRIS.
8195 * linux-crisv32-low.c: Ditto for CRISv32.
8196 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
8197 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 8198 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
8199 reg-crisv32.o, and reg-crisv32.c to make rules.
8200 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
8201 recognized targets.
8202
48d93c75
UW
82032005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
8204
8205 * linux-low.c (fetch_register): Ensure buffer size is a multiple
8206 of sizeof (PTRACE_XFER_TYPE).
8207 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
8208
e013ee27
OF
82092005-05-12 Orjan Friberg <orjanf@axis.com>
8210
889bf7c5 8211 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
8212 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
8213 pointers for hardware watchpoint support.
8214 * linux-low.h (struct linux_target_ops): Ditto.
8215 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
8216 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
8217 to linux_target_ops.
8218 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
8219 reply packet.
8220 * server.c (main): Recognize 'Z' and 'z' packets.
8221
b0ded00b
UW
82222005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
8223
8224 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
8225 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
8226 (the_low_target): Add new members.
8227
8643e2ad
DJ
82282005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8229
8230 * proc-service.c (ps_lgetregs): Search all_processes instead of
8231 all_threads.
8232
fc620387
DJ
82332005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8234
8235 * server.c (start_inferior): Change return type to int.
8236 (attach_inferior): Change sigptr to int *.
8237 (handle_v_cont, handle_v_requests): Change signal to int *.
8238 (main): Change signal to int.
8239
82402005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
8241
8242 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
8243 * configure.srv: Add m32r*-*-linux*.
8244 * linux-m32r-low.c: New file.
8245
e0e76420
DJ
82462005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
8247
8248 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
8249
a1928bad
DJ
82502005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
8251
8252 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
8253 Take unsigned long arguments for PIDs.
8254 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
8255 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
8256 (wait_for_sigstop, linux_resume_one_process)
8257 (regsets_fetch_inferior_registers, linux_send_signal)
8258 (linux_read_auxv): Likewise. Update the types of variables holding
8259 PIDs. Update format string specifiers.
8260 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
8261 * remote-utils.c (prepare_resume_reply): Likewise.
8262 * server.c (cont_thread, general_thread, step_thread)
8263 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
8264 unsigned long.
8265 (handle_query): Update format specifiers.
8266 (handle_v_cont, main): Use strtoul for thread IDs.
8267 * server.h (struct inferior_list_entry): Use unsigned long for ID.
8268 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
8269 (general_thread, step_thread, thread_from_wait)
8270 (old_thread_from_wait): Update.
8271 * target.h (struct thread_resume): Use unsigned long for THREAD.
8272 (struct target_ops): Use unsigned long for arguments to attach and
8273 thread_alive.
8274
dcdb98d2
DJ
82752005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
8276
8277 * acinclude.m4: Include bfd/bfd.m4 directly.
8278 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
8279 <agriffis@toolchain.org>.
8280 * aclocal.m4, configure: Regenerated.
8281
bec39cab
AC
82822005-01-07 Andrew Cagney <cagney@gnu.org>
8283
8284 * configure.ac: Rename configure.in, require autoconf 2.59.
8285 * configure: Re-generate.
8286
434c4c77
DJ
82872004-12-08 Daniel Jacobowitz <dan@debian.org>
8288
8289 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
8290 LIBS when finished.
8291 * aclocal.m4: Regenerated.
8292 * configure: Regenerated.
8293
db1d3e1b
AS
82942004-11-21 Andreas Schwab <schwab@suse.de>
8295
8296 * linux-m68k-low.c (m68k_num_gregs): Define.
8297 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
8298 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
8299 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
8300 (m68k_breakpoint_at): New. Add to the_low_target.
8301
8302 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
8303 srv_linux_thread_db to yes.
8304
43360365
JB
83052004-10-20 Joel Brobecker <brobecker@gnat.com>
8306
8307 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
8308 (ARCH_SET_FS): Likewise.
8309 (ARCH_GET_FS): Likewise.
8310 (ARCH_GET_GS): Likewise.
8311
fd500816
DJ
83122004-10-16 Daniel Jacobowitz <dan@debian.org>
8313
8314 * linux-i386-low.c (ps_get_thread_area): New.
8315 * linux-x86-64-low.c (ps_get_thread_area): New.
8316 * linux-low.c: Include <sys/syscall.h>.
8317 (linux_kill_one_process): Don't kill the first thread here.
8318 (linux_kill): Kill the first thread here.
8319 (kill_lwp): New function.
8320 (send_sigstop, linux_send_signal): Use it.
8321 * proc-service.c: Clean up #ifdefs.
8322 (fpregset_info): Delete.
8323 (ps_lgetregs): Update and enable implementation.
8324 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
8325 implementations.
8326 * remote-utils.c (struct sym_cache, symbol_cache): New.
8327 (input_interrupt): Print a clearer message.
8328 (async_io_enabled): New variable.
8329 (enable_async_io, disable_async_io): Use it. Update comments.
8330 (look_up_one_symbol): Use the symbol cache.
8331 * thread-db.c (thread_db_look_up_symbols): New function.
8332 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
8333
f6de3c42
DJ
83342004-10-16 Daniel Jacobowitz <dan@debian.org>
8335
8336 * configure.in: Test for -rdynamic.
8337 * configure: Regenerated.
8338 * Makefile (INTERNAL_LDFLAGS): New.
8339 (gdbserver, gdbreplay): Use it.
8340
2c0fc042
AC
83412004-09-02 Andrew Cagney <cagney@gnu.org>
8342
8343 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
8344
075b3282
DJ
83452004-03-23 Daniel Jacobowitz <drow@mvista.com>
8346
8347 * linux-low.c (linux_wait): Clear all_processes list also.
8348
fa6a77dc
DJ
83492004-03-12 Daniel Jacobowitz <drow@mvista.com>
8350
8351 * linux-low.c: Include <errno.h>. Remove extern declaration of
8352 errno.
8353
6d782a97
DJ
83542004-03-12 Daniel Jacobowitz <drow@mvista.com>
8355
8356 * gdbreplay.c, server.h, utils.c: Update copyright years.
8357
3a7fb99b
DJ
83582004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
8359
8360 * server.c (main): Print child status or termination signal from
8361 variable 'signal', not 'sig'.
8362
c3e735a6
DJ
83632004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
8364
8365 * linux-low.c (linux_read_memory): Change return type to
8366 int. Check for and return error from ptrace().
8367 * target.c (read_inferior_memory): Change return type to int. Pass
8368 back return status from the_target->read_memory().
8369 * target.h (struct target_ops): Adapt *read_memory() prototype.
8370 Update comment.
8371 (read_inferior_memory): Adapt prototype.
8372 * server.c (main): Return an error packet if
8373 read_inferior_memory() returns an error.
8374
a59d1c82
DJ
83752004-03-04 Daniel Jacobowitz <drow@mvista.com>
8376
8377 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
8378 Unify with other clean targets.
8379
dc3f8883
DJ
83802004-02-29 Daniel Jacobowitz <drow@mvista.com>
8381
8382 * server.c (handle_v_cont): Call set_desired_inferior.
8383
89a208da
DJ
83842004-02-29 Daniel Jacobowitz <drow@mvista.com>
8385
8386 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
8387
62ea82f5
DJ
83882004-02-29 Daniel Jacobowitz <drow@mvista.com>
8389
8390 * linux-low.c (linux_wait): Unblock async I/O.
8391 (linux_resume): Block and enable async I/O.
8392 * remote-utils.c (block_async_io, unblock_async_io): New functions.
8393 * server.h (block_async_io, unblock_async_io): Add prototypes.
8394
6910d122
DJ
83952004-02-29 Daniel Jacobowitz <drow@mvista.com>
8396
8397 * remote-utils.c (remote_open): Print a status notice after
8398 opening a TCP port.
8399 * server.c (attach_inferior): Print a status notice after
8400 attaching.
8401
84022004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
8403
8404 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
8405
c89dc5d4
DJ
84062004-02-26 Daniel Jacobowitz <drow@mvista.com>
8407
8408 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
8409 error packet.
8410 * server.c, target.h: Update copyright years.
8411
4b8dad4a
RM
84122004-02-25 Roland McGrath <roland@redhat.com>
8413
8414 * target.h (struct target_ops): New member `read_auxv'.
8415 * server.c (handle_query): Handle qPart:auxv:read: query using that.
8416 * linux-low.c (linux_read_auxv): New function.
8417 (linux_target_ops): Initialize `read_auxv' member to that.
8418
d7446758
JB
84192004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8420
8421 Committed by Jim Blandy <jimb@redhat.com>.
8422
8423 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 8424 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
8425 instead of GPR_SIZE to distiguish s390 and s390x targets.
8426
5544ad89
DJ
84272004-01-31 Daniel Jacobowitz <drow@mvista.com>
8428
8429 * linux-low.c: Update copyright year.
8430 (check_removed_breakpoint): Clear pending_is_breakpoint.
8431 (linux_set_resume_request, linux_queue_one_thread)
8432 (resume_status_pending_p): New functions.
8433 (linux_continue_one_thread): Use process->resume.
8434 (linux_resume): Only resume threads if there are no pending events.
8435 * linux-low.h (struct process_info): Add resume request
8436 pointer.
8437
2a68b70e
DJ
84382004-01-30 Daniel Jacobowitz <drow@mvista.com>
8439
8440 * regcache.c (new_register_cache): Clear the allocated register
8441 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
8442
64386c31
DJ
84432003-10-13 Daniel Jacobowitz <drow@mvista.com>
8444
8445 * linux-low.c (linux_resume): Take a struct thread_resume *
8446 argument.
8447 (linux_wait): Update call.
8448 (resume_ptr): New static variable.
8449 (linux_continue_one_thread): Renamed from
8450 linux_continue_one_process. Use resume_ptr.
8451 (linux_resume): Use linux_continue_one_thread.
8452 * server.c (handle_v_cont, handle_v_requests): New functions.
8453 (myresume): New function.
8454 (main): Handle 'v' case.
8455 * target.h (struct thread_resume): New type.
8456 (struct target_ops): Change argument of "resume" to struct
8457 thread_resume *.
8458 (myresume): Delete macro.
8459
c938e9b0
L
84602003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8461
8462 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
8463 (uninstall): Support DESTDIR.
8464
7f313d07
BC
8465Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
8466
8467 * configure.srv: Add xscale*linux copy of arm*linux entry.
8468
3b2fc2ea
DJ
84692003-07-24 Daniel Jacobowitz <drow@mvista.com>
8470
8471 * linux-arm-low.c (arm_reinsert_addr): New function.
8472 (the_low_target): Add arm_reinsert_addr.
8473
1c0a559e
MK
84742003-07-08 Mark Kettenis <kettenis@gnu.org>
8475
8476 * mem-break.c: Remove whitespace at end of file.
8477
43d5792c
DJ
84782003-06-28 Daniel Jacobowitz <drow@mvista.com>
8479
8480 * configure.in: Check whether we need to prototype strerror.
8481 * server.h: Optionally prototype strerror.
8482 * gdbreplay.c (perror_with_name): Use strerror.
8483 * linux-low.c (linux_attach_lwp): Use strerror.
8484 * utils.c (perror_with_name): Use strerror.
8485 * config.in, configure: Regenerated.
8486
c8a86edf
DJ
84872003-06-28 Daniel Jacobowitz <drow@mvista.com>
8488
8489 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
8490 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
8491
73d37363
DJ
84922003-06-20 Daniel Jacobowitz <drow@mvista.com>
8493
8494 * Makefile.in (SFILES): Update.
8495 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
8496 low-sun3.c: Remove files.
8497
6ad8ae5c
DJ
84982003-06-17 Daniel Jacobowitz <drow@mvista.com>
8499
8500 * linux-low.c: Move comment to linux_thread_alive where it belonged.
8501 (linux_detach_one_process, linux_detach): New functions.
8502 (linux_target_ops): Add linux_detach.
8503 * server.c (main): Handle 'D' packet.
8504 * target.h (struct target_ops): Add "detach" member.
8505 (detach_inferior): Define.
8506
1581182a
MK
85072003-06-13 Mark Kettenis <kettenis@gnu.org>
8508
8509 From Kelley Cook <kelleycook@wideopenwest.com>:
8510 * configure.srv: Accept i[34567]86 variants.
8511
e5379b03
DJ
85122003-06-05 Daniel Jacobowitz <drow@mvista.com>
8513
8514 * linux-low.c (linux_wait_for_event): Correct comment typos.
8515 (linux_resume_one_process): Call check_removed_breakpoint.
8516 (linux_send_signal): New function.
8517 (linux_target_ops): Add linux_send_signal.
8518 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
8519 of kill.
8520 * target.h (struct target_ops): Add send_signal.
8521
2ff29de4
JB
85222003-05-29 Jim Blandy <jimb@redhat.com>
8523
8524 * linux-low.c (usr_store_inferior_registers): Transfer buf in
8525 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
8526 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
8527 away part of the register's value.
8528
254787d4
DJ
85292003-03-26 Daniel Jacobowitz <drow@mvista.com>
8530
8531 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
8532 (linux_wait_for_event, linux_init_signals): Likewise.
8533
94e10508
DJ
85342003-03-17 Daniel Jacobowitz <drow@mvista.com>
8535
8536 * configure.in: Check for stdlib.h.
8537 * configure: Regenerated.
8538 * config.in: Regenerated.
8539
4c0711e0
DJ
85402003-01-04 Andreas Schwab <schwab@suse.de>
8541
8542 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
8543
ef66e766
AC
85442003-01-02 Andrew Cagney <ac131313@redhat.com>
8545
8546 * Makefile.in: Remove obsolete code.
8547
a1358604
DJ
85482002-11-20 Daniel Jacobowitz <drow@mvista.com>
8549
8550 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
8551 defined(PT_FPR0_HI).
8552
23ce3b1c
DJ
85532002-11-17 Stuart Hughes <seh@zee2.com>
8554
8555 * linux-arm-low.c (arm_num_regs): Increase.
8556 (arm_regmap): Include status register.
8557
85582002-11-17 Daniel Jacobowitz <drow@mvista.com>
8559
8560 * linux-low.c (register_addr): Remove incorrect -1 check.
8561
a9fa9f7d
DJ
85622002-08-29 Daniel Jacobowitz <drow@mvista.com>
8563
8564 * linux-low.c (linux_create_inferior): Call setpgid. Return
8565 the new PID.
8566 (unstopped_p, linux_signal_pid): Remove.
8567 (linux_target_ops): Remove linux_signal_pid.
8568 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
8569 global instead of target method.
8570 * target.h (struct target_ops): Remove signal_pid. Update comment
8571 for create_inferior.
8572 * server.c (signal_pid): New variable.
8573 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 8574 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
8575 (attach_inferior): Set signal_pid.
8576
17574093
DJ
85772002-08-23 Daniel Jacobowitz <drow@mvista.com>
8578
8579 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
8580
85812002-08-20 Jim Blandy <jimb@redhat.com>
8582
8583 * Makefile.in (LDFLAGS): Allow the configure script to establish a
8584 default for this.
8585
85862002-08-01 Andrew Cagney <cagney@redhat.com>
8587
8588 * Makefile.in: Make chill references obsolete.
8589
85902002-07-24 Kevin Buettner <kevinb@redhat.com>
8591
8592 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
8593 * configure: Regenerate.
8594 * config.in: Regenerate.
8595
85962002-07-09 David O'Brien <obrien@FreeBSD.org>
8597
8598 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
8599 (perror_with_name, remote_close, remote_open, expect, play): Static.
8600
86012002-07-04 Michal Ludvig <mludvig@suse.cz>
8602
4b8dad4a 8603 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
8604 byte offsets instead of an array of indexes.
8605 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
8606
86072002-06-13 Daniel Jacobowitz <drow@mvista.com>
8608
8609 * regcache.c: Add comment.
8610
86112002-06-11 Daniel Jacobowitz <drow@mvista.com>
8612
8613 * thread-db.c: New file.
8614 * proc-service.c: New file.
8615 * acinclude.m4: New file.
8616 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
8617 proc-service.o, and thread-db.o.
8618 (linux-low.o): Add USE_THREAD_DB.
8619 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
8620 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
8621 * aclocal.m4: Regenerated.
8622 * config.in: Regenerated.
8623 * configure: Regenerated.
8624 * configure.in: Check for proc_service.h, sys/procfs.h,
8625 thread_db.h, and linux/elf.h headrs.
8626 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
8627 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
8628 Check for -lthread_db and thread support.
8629 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
8630 PowerPC, and SuperH.
8631 * i387-fp.c: Constify arguments.
8632 * i387-fp.h: Likewise.
8633 * inferiors.c: (struct thread_info): Renamed from
8634 `struct inferior_info'. Remove PID member. Use generic inferior
8635 list header. All uses updated.
8636 (inferiors, signal_pid): Removed.
8637 (all_threads): New variable.
8638 (get_thread): Define.
8639 (add_inferior_to_list): New function.
8640 (for_each_inferior): New function.
8641 (change_inferior_id): New function.
8642 (add_inferior): Removed.
8643 (remove_inferior): New function.
8644 (add_thread): New function.
8645 (free_one_thread): New function.
8646 (remove_thread): New function.
8647 (clear_inferiors): Use for_each_inferior and free_one_thread.
8648 (find_inferior): New function.
8649 (find_inferior_id): New function.
8650 (inferior_target_data): Update argument type.
8651 (set_inferior_target_data): Likewise.
8652 (inferior_regcache_data): Likewise.
8653 (set_inferior_regcache_data): Likewise.
8654 * linux-low.c (linux_bp_reinsert): Remove.
8655 (all_processes, stopping_threads, using_thrads)
8656 (struct pending_signals, debug_threads, pid_of): New.
8657 (inferior_pid): Replace with macro.
8658 (struct inferior_linux_data): Remove.
8659 (get_stop_pc, add_process): New functions.
8660 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
8661 Use add_process and add_thread.
8662 (linux_attach_lwp): New function, based on old linux_attach. Use
8663 add_process and add_thread. Set stop_expected for new threads.
8664 (linux_attach): New function.
8665 (linux_kill_one_process): New function.
8666 (linux_kill): Kill all LWPs.
8667 (linux_thread_alive): Use find_inferior_id.
8668 (check_removed_breakpoints, status_pending_p): New functions.
8669 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
8670 Update. Use WNOHANG. Wait for cloned processes also. Update process
8671 struct for the found process.
8672 (linux_wait_for_event): New function.
8673 (linux_wait): Use it. Support LWPs.
8674 (send_sigstop, wait_for_sigstop, stop_all_processes)
8675 (linux_resume_one_process, linux_continue_one_process): New functions.
8676 (linux_resume): Support LWPs.
8677 (REGISTER_RAW_SIZE): Remove.
8678 (fetch_register): Use register_size instead. Call supply_register.
8679 (usr_store_inferior_registers): Likewise. Call collect_register.
8680 Fix recursive case.
8681 (regsets_fetch_inferior_registers): Improve error message.
8682 (regsets_store_inferior_registers): Add debugging.
8683 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
8684 (unstopped_p, linux_signal_pid): New functions.
8685 (linux_target_ops): Add linux_signal_pid.
8686 (linux_init_signals): New function.
8687 (initialize_low): Call it. Initialize using_threads.
8688 * regcache.c (inferior_regcache_data): Add valid
8689 flag.
8690 (get_regcache): Fetch registers lazily. Add fetch argument
8691 and update all callers.
8692 (regcache_invalidate_one, regcache_invalidate): New
8693 functions.
8694 (new_register_cache): Renamed from create_register_cache.
8695 Return the new regcache.
8696 (free_register_cache): Change argument to a void *.
8697 (registers_to_string, registers_from_string): Call get_regcache
8698 with fetch flag set.
8699 (register_data): Make static. Pass fetch flag to get_regcache.
8700 (supply_register): Call get_regcache with fetch flag clear.
8701 (collect_register): Call get_regcache with fetch flag set.
8702 (collect_register_as_string): New function.
8703 * regcache.h: Update.
8704 * remote-utils.c (putpkt): Flush after debug output and use
8705 stderr.
8706 Handle input interrupts while waiting for an ACK.
8707 (input_interrupt): Use signal_pid method.
8708 (getpkt): Flush after debug output and use stderr.
8709 (outreg): Use collect_register_as_string.
8710 (new_thread_notify, dead_thread_notify): New functions.
8711 (prepare_resume_reply): Check using_threads. Set thread_from_wait
8712 and general_thread.
8713 (look_up_one_symbol): Flush after debug output.
8714 * server.c (step_thread, server_waiting): New variables.
8715 (start_inferior): Don't use signal_pid. Update call to mywait.
8716 (attach_inferior): Update call to mywait.
8717 (handle_query): Handle qfThreadInfo and qsThreadInfo.
8718 (main): Don't fetch/store registers explicitly. Use
8719 set_desired_inferior. Support proposed ``Hs'' packet. Update
8720 calls to mywait.
8721 * server.h: Update.
8722 (struct inferior_list, struct_inferior_list_entry): New.
8723 * target.c (set_desired_inferior): New.
8724 (write_inferior_memory): Constify.
8725 (mywait): New function.
8726 * target.h: Update.
8727 (struct target_ops): New signal_pid method.
8728 (mywait): Removed macro, added prototype.
8729
8730 * linux-low.h (regset_func): Removed.
8731 (regset_fill_func, regset_store_func): New.
8732 (enum regset_type): New.
8733 (struct regset_info): Add type field. Use new operation types.
8734 (struct linux_target_ops): stop_pc renamed to get_pc.
8735 Add decr_pc_after_break and breakpoint_at.
8736 (get_process, get_thread_proess, get_process_thread)
8737 (strut process_info, all_processes, linux_attach_lwp)
8738 (thread_db_init): New.
8739
8740 * linux-arm-low.c (arm_get_pc, arm_set_pc,
8741 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
8742 (the_low_target): Add new members.
8743 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
8744 (i386_store_fpxregset): Constify.
8745 (target_regsets): Add new kind identifier.
8746 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
8747 (i386_set_pc): Add debugging.
8748 (i386_breakpoint_at): New function.
8749 (the_low_target): Add new members.
8750 * linux-mips-low.c (mips_get_pc, mips_set_pc)
8751 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
8752 (mips_breakpoint_at): New.
8753 (the_low_target): Add new members.
8754 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
8755 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
8756 (the_low_target): Add new members.
8757 * linux-sh-low.c (sh_get_pc, sh_set_pc)
8758 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
8759 (the_low_target): Add new members.
8760 * linux-x86-64-low.c (target_regsets): Add new kind
8761 identifier.
8762
87632002-05-15 Daniel Jacobowitz <drow@mvista.com>
8764
8765 From Martin Pool <mbp@samba.org>:
8766 * server.c (gdbserver_usage): New function.
8767 (main): Call it.
8768
87692002-05-14 Daniel Jacobowitz <drow@mvista.com>
8770
8771 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
8772 stop_at -> stop_pc.
8773
87742002-05-04 Andrew Cagney <ac131313@redhat.com>
8775
8776 * Makefile.in: Remove obsolete code.
8777
87782002-04-24 Michal Ludvig <mludvig@suse.cz>
8779
8780 * linux-low.c (regsets_fetch_inferior_registers),
8781 (regsets_store_inferior_registers): Removed cast to int from
8782 ptrace() calls.
8783 * regcache.h: Added declaration of struct inferior_info.
8784
87852002-04-20 Daniel Jacobowitz <drow@mvista.com>
8786
8787 * inferiors.c (struct inferior_info): Add regcache_data.
8788 (add_inferior): Call create_register_cache.
8789 (clear_inferiors): Call free_register_cache.
8790 (inferior_regcache_data, set_inferior_regcache_data): New functions.
8791 * regcache.c (struct inferior_regcache_data): New.
8792 (registers): Remove.
8793 (get_regcache): New function.
8794 (create_register_cache, free_register_cache): New functions.
8795 (set_register_cache): Don't initialize the register cache here.
8796 (registers_to_string, registers_from_string, register_data): Call
8797 get_regcache.
8798 * regcache.h: Add prototypes.
8799 * server.h: Likewise.
8800
88012002-04-20 Daniel Jacobowitz <drow@mvista.com>
8802
8803 * mem-break.c: New file.
8804 * mem-break.h: New file.
8805 * Makefile.in: Add mem-break.o rule; update server.h
8806 dependencies.
8807 * inferiors.c (struct inferior_info): Add target_data
8808 member.
8809 (clear_inferiors): Free target_data member if set.
8810 (inferior_target_data, set_inferior_target_data): New functions.
8811 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
8812 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
8813 * linux-low.c (linux_bp_reinsert): New variable.
8814 (struct inferior_linux_data): New.
8815 (linux_create_inferior): Use set_inferior_target_data.
8816 (linux_attach): Likewise. Call add_inferior.
8817 (linux_wait_for_one_inferior): New function.
8818 (linux_wait): Call it.
8819 (linux_write_memory): Add const.
8820 (initialize_low): Call set_breakpoint_data.
8821 * linux-low.h (struct linux_target_ops): Add breakpoint
8822 handling members.
8823 * server.c (attach_inferior): Remove extra add_inferior
8824 call.
8825 * server.h: Include mem-break.h. Update inferior.c
8826 prototypes.
8827 * target.c (read_inferior_memory)
8828 (write_inferior_memory): New functions.
8829 * target.h (read_inferior_memory)
8830 (write_inferior_memory): Change macros to prototypes.
8831 (struct target_ops): Update comments. Add const to write_memory
8832 definition.
8833
88342002-04-11 Daniel Jacobowitz <drow@mvista.com>
8835
8836 * linux-low.c (usr_store_inferior_registers): Support
8837 registers which are allowed to fail to store.
8838 * linux-low.h (linux_target_ops): Likewise.
8839 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
8840 (ppc_cannot_store_register): FPSCR may not be storable.
8841
88422002-04-09 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * server.h: Include <string.h> if HAVE_STRING_H.
8845 * ChangeLog: Correct paths in last ChangeLog entry.
8846
88472002-04-09 Daniel Jacobowitz <drow@mvista.com>
8848
8849 * linux-low.h: Remove obsolete prototypes.
8850 (struct linux_target_ops): New.
8851 (extern the_low_target): New.
8852 * linux-low.c (num_regs, regmap): Remove declarations.
8853 (register_addr): Use the_low_target explicitly.
8854 (fetch_register): Likewise.
8855 (usr_fetch_inferior_registers): Likewise.
8856 (usr_store_inferior_registers): Likewise.
8857 * linux-arm-low.c (num_regs): Remove.
8858 (arm_num_regs): Define.
8859 (arm_regmap): Renamed from regmap, made static.
8860 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
8861 made static.
8862 (arm_cannot_store_register): Renamed from cannot_store_register,
8863 made static.
8864 (the_low_target): New.
8865 * linux-i386-low.c (num_regs): Remove.
8866 (i386_num_regs): Define.
8867 (i386_regmap): Renamed from regmap, made static.
8868 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
8869 made static.
8870 (i386_cannot_store_register): Renamed from cannot_store_register,
8871 made static.
8872 (the_low_target): New.
8873 * linux-ia64-low.c (num_regs): Remove.
8874 (ia64_num_regs): Define.
8875 (ia64_regmap): Renamed from regmap, made static.
8876 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
8877 made static.
8878 (ia64_cannot_store_register): Renamed from cannot_store_register,
8879 made static.
8880 (the_low_target): New.
8881 * linux-m68k-low.c (num_regs): Remove.
8882 (m68k_num_regs): Define.
8883 (m68k_regmap): Renamed from regmap, made static.
8884 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
8885 made static.
8886 (m68k_cannot_store_register): Renamed from cannot_store_register,
8887 made static.
8888 (the_low_target): New.
8889 * linux-mips-low.c (num_regs): Remove.
8890 (mips_num_regs): Define.
8891 (mips_regmap): Renamed from regmap, made static.
8892 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
8893 made static.
8894 (mips_cannot_store_register): Renamed from cannot_store_register,
8895 made static.
8896 (the_low_target): New.
8897 * linux-ppc-low.c (num_regs): Remove.
8898 (ppc_num_regs): Define.
8899 (ppc_regmap): Renamed from regmap, made static.
8900 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
8901 made static.
8902 (ppc_cannot_store_register): Renamed from cannot_store_register,
8903 made static.
8904 (the_low_target): New.
8905 * linux-s390-low.c (num_regs): Remove.
8906 (s390_num_regs): Define.
8907 (s390_regmap): Renamed from regmap, made static.
8908 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
8909 made static.
8910 (s390_cannot_store_register): Renamed from cannot_store_register,
8911 made static.
8912 (the_low_target): New.
8913 * linux-sh-low.c (num_regs): Remove.
8914 (sh_num_regs): Define.
8915 (sh_regmap): Renamed from regmap, made static.
8916 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
8917 made static.
8918 (sh_cannot_store_register): Renamed from cannot_store_register,
8919 made static.
8920 (the_low_target): New.
8921 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
8922 (the_low_target): New.
8923
89242002-04-09 Daniel Jacobowitz <drow@mvista.com>
8925
8926 * Makefile.in: Add stamp-h target.
8927 * configure.in: Create stamp-h.
8928 * configure: Regenerated.
8929
89302002-04-09 Daniel Jacobowitz <drow@mvista.com>
8931
8932 * inferiors.c: New file.
8933 * target.c: New file.
8934 * target.h: New file.
8935 * Makefile.in: Add target.o and inferiors.o. Update
8936 dependencies.
8937 * linux-low.c (inferior_pid): New static variable,
8938 moved from server.c.
8939 (linux_create_inferior): Renamed from create_inferior.
8940 Call add_inferior. Return 0 on success instead of a PID.
8941 (linux_attach): Renamed from myattach.
8942 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
8943 (linux_thread_alive): Renamed from mythread_alive.
8944 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
8945 child dies.
8946 (linux_resume): Renamed from myresume. Add missing ``return 0''.
8947 (regsets_store_inferior_registers): Correct error message.
8948 Add missing ``return 0''.
8949 (linux_fetch_registers): Renamed from fetch_inferior_registers.
8950 (linux_store_registers): Renamed from store_inferior_registers.
8951 (linux_read_memory): Renamed from read_inferior_memory.
8952 (linux_write_memory): Renamed from write_inferior_memory.
8953 (linux_target_ops): New structure.
8954 (initialize_low): Call set_target_ops ().
8955 * remote-utils.c (unhexify): New function.
8956 (hexify): New function.
8957 (input_interrupt): Send signals to ``signal_pid''.
8958 * server.c (inferior_pid): Remove.
8959 (start_inferior): Update create_inferior call.
8960 (attach_inferior): Call add_inferior.
8961 (handle_query): New function.
8962 (main): Call handle_query for `q' packets.
8963 * server.h: Include "target.h". Remove obsolete prototypes.
8964 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
8965
89662002-04-09 Daniel Jacobowitz <drow@mvista.com>
8967
8968 * Makefile.in: Add WARN_CFLAGS. Update configury
8969 dependencies.
8970 * configure.in: Check for <string.h>
8971 * configure: Regenerate.
8972 * config.in: Regenerate.
8973 * gdbreplay.c: Include needed system headers.
8974 (remote_open): Remove strchr prototype.
8975 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
8976 * regcache.c (supply_register): Change buf argument to const void *.
8977 (supply_register_by_name): Likewise.
8978 (collect_register): Change buf argument to void *.
8979 (collect_register_by_name): Likewise.
8980 * regcache.h: Add missing prototypes.
8981 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
8982 * server.c (handle_query): New function.
8983 (attached): New static variable, moved out of main.
8984 (main): Quiet longjmp clobber warnings.
8985 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
8986 * utils.c (error): Remove NORETURN.
8987 (fatal): Likewise.