1 2014-02-12 Tom Tromey <tromey@redhat.com>
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
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
13 * regcache.c: Include rsp-low.h.
14 * ax.c: Include rsp-low.h.
15 * Makefile.in (SFILES): Add common/rsp-low.c.
17 (rsp-low.o): New target.
19 2014-02-12 Tom Tromey <tromey@redhat.com>
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.
31 2014-02-06 Tom Tromey <tromey@redhat.com>
33 * Makefile.in (SFILES): Fix indentation.
35 2014-02-05 Doug Evans <dje@google.com>
37 * linux-low.c (linux_wait_for_event): Improve comment.
38 (linux_wait_1): Keep current_inferior in sync with event_child.
40 2014-01-22 Doug Evans <dje@google.com>
42 * gdbthread.h (gdb_id_to_thread): Delete, unused.
44 2014-01-22 Doug Evans <dje@google.com>
46 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
47 * configure: Regenerate.
48 * config.in: Regenerate.
49 * Makefile.in (SFILES): Add debug.c.
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
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.
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.
87 2014-01-20 Baruch Siach <baruch@tkos.co.il>
89 * linux-xtensa-low.c: Include asm/ptrace.h instead of
92 2014-01-17 Pedro Alves <palves@redhat.com>
95 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
96 defined after including gdb_proc_service.h.
98 2014-01-16 Doug Evans <dje@google.com>
100 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
103 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
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
111 (linux_low_disable_btrace): New.
113 2014-01-15 Doug Evans <dje@google.com>
115 * inferiors.c (thread_id_to_gdb_id): Delete.
116 * inferiors.h (thread_id_to_gdb_id): Delete.
118 2014-01-13 Eli Zaretskii <eliz@gnu.org>
120 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
121 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
124 2014-01-08 Pedro Alves <palves@redhat.com>
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.
130 2014-01-08 Pedro Alves <palves@redhat.com>
132 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
133 * server.c (visit_actioned_threads, handle_pending_status): New
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
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.
148 2014-01-01 Joel Brobecker <brobecker@adacore.com>
150 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
151 * gdbreplay.c (gdbreplay_version): Likewise.
153 2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
155 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
156 iov.iov_len with the real length in use.
158 2013-12-13 Joel Brobecker <brobecker@adacore.com>
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.
166 2013-12-13 Pedro Alves <palves@redhat.com>
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.
181 2013-12-11 Yao Qi <yao@codesourcery.com>
183 * notif.c (handle_notif_ack): Return 0 if no notification
186 2013-11-20 Doug Evans <dje@google.com>
188 * linux-low.c (linux_set_resume_request): Fix comment.
190 2013-11-20 Doug Evans <dje@google.com>
192 * linux-low.c (resume_status_pending_p): Tweak comment.
194 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
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
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.
217 2013-11-18 Tom Tromey <tromey@redhat.com>
219 * configure: Rebuild.
220 * configure.ac: Don't check for stdlib.h.
221 * gdbreplay.c: Unconditionally include stdlib.h.
223 2013-11-18 Tom Tromey <tromey@redhat.com>
225 * config.in: Rebuild.
226 * configure: Rebuild.
227 * configure.ac: Don't use AC_HEADER_DIRENT.
229 2013-11-18 Tom Tromey <tromey@redhat.com>
231 * server.h: Don't check HAVE_STRING_H.
232 * gdbreplay.c: Don't check HAVE_STRING_H.
233 * configure: Rebuild.
235 2013-11-18 Tom Tromey <tromey@redhat.com>
237 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
240 2013-11-08 Tom Tromey <tromey@redhat.com>
242 * configure, config.in: Rebuild.
243 * configure.ac: Remove unused configury.
245 2013-11-08 Tom Tromey <tromey@redhat.com>
247 * acinclude.m4: Include common.m4, codeset.m4.
248 * configure, config.in: Rebuild.
249 * configure.ac: Use GDB_AC_COMMON.
251 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
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'.
257 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
260 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
263 2013-10-02 Pedro Alves <palves@redhat.com>
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
270 2013-10-01 Joel Brobecker <brobecker@adacore.com>
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.
276 2013-09-28 Mike Frysinger <vapier@gentoo.org>
278 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
279 * config.in, configure: Regenerated.
281 2013-09-18 Yao Qi <yao@codesourcery.com>
284 * server.c (start_inferior): Clear 'resume_info'.
286 2013-09-16 Jiong Wang <jiwang@tilera.com>
288 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
291 2013-09-16 Jiong Wang <jiwang@tilera.com>
293 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
294 linux-tile-low.o to srv_tgtobj.
296 2013-09-16 Will Newton <will.newton@linaro.org>
298 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
301 2013-09-06 Pedro Alves <palves@redhat.com>
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.
310 2013-09-06 Pedro Alves <palves@redhat.com>
312 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
313 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
315 2013-09-06 Pedro Alves <palves@redhat.com>
317 * linux-amd64-ipa.c: Include tracepoint.h.
318 * linux-i386-ipa.c: Include tracepoint.h.
320 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
322 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
323 (ps_get_thread_area): New function.
325 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
327 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
328 (initialize_low_arch): Call init_registers_crisv32 rather than
329 init_register_crisv32.
331 2013-09-05 Pedro Alves <palves@redhat.com>
333 * server.h (handle_vFile, hostio_last_error_from_errno): Move
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.
339 2013-09-05 Pedro Alves <palves@redhat.com>
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.
347 2013-09-05 Pedro Alves <palves@redhat.com>
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".
355 2013-09-05 Pedro Alves <palves@redhat.com>
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.
368 2013-09-05 Pedro Alves <palves@redhat.com>
370 * server.h (struct emit_ops, current_insn_ptr, emit_error):
374 2013-09-05 Pedro Alves <palves@redhat.com>
376 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
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.
398 2013-09-05 Pedro Alves <palves@redhat.com>
400 * server.h (perror_with_name, error, fatal, warning, paddress)
401 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
405 2013-09-05 Pedro Alves <palves@redhat.com>
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.
423 2013-09-05 Pedro Alves <palves@redhat.com>
425 * server.h (_): Delete.
427 2013-09-02 Pedro Alves <palves@redhat.com>
429 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
430 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
432 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
434 2013-09-02 Pierre Muller <muller@sourceware.org>
436 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
437 or WriteProcessMemory complete successfully and handle
438 ERROR_PARTIAL_COPY error.
440 2013-09-02 Pedro Alves <palves@redhat.com>
442 * server.c (gdb_read_memory): Return -1 on traceframe memory read
443 error instead of EIO.
445 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
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.
457 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
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.
484 2013-08-21 Pedro Alves <palves@redhat.com>
486 * config.in: Renegerate.
488 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
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
503 2013-08-13 Luis Machado <lgustavo@codesourcery.com>
505 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
507 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
508 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
510 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
511 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
513 2013-07-27 Jie Zhang <jie@codesourcery.com>
514 Daniel Jacobowitz <dan@codesourcery.com>
515 Yao Qi <yao@codesourcery.com>
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
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
528 (mips_remove_point, mips_stopped_by_watchpoint): New
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.
534 2013-07-27 Yao Qi <yao@codesourcery.com>
536 * i386-low.c: Include break-common.h.
537 (enum target_hw_bp_type): Remove.
539 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
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.
554 2013-07-04 Yao Qi <yao@codesourcery.com>
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.
563 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
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).
570 2013-07-03 Pedro Alves <palves@redhat.com>
572 * Makefile.in (config.status): Depend on development.sh.
573 * acinclude.m4: Include libmcheck.m4.
574 * configure: Regenerate.
576 2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
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.
584 2013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
586 * notif.h (notif_event): Add a dummy member to avoid compiler
589 2013-07-01 Pedro Alves <palves@redhat.com>
591 * hostio.c (HOSTIO_PATH_MAX): Define.
592 (require_filename, handle_open, handle_unlink, handle_readlink):
595 2013-07-01 Pedro Alves <palves@redhat.com>
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
601 * win32-low.c: Don't include sys/param.h.
602 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
604 2013-07-01 Pedro Alves <palves@redhat.com>
606 * event-loop.c: Don't check HAVE_UNISTD_H before including
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.
614 2013-06-28 Tom Tromey <tromey@redhat.com>
616 * Makefile.in (version.c): Use version.in, not
619 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
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).
626 2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
628 Fix trace-status to output user name without trailing colon.
629 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
631 2013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
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.
637 2013-06-26 Pedro Alves <pedro@codesourcery.com>
639 * tracepoint.c (build_traceframe_info_xml): Output trace state
640 variables present in the trace buffer.
642 2013-06-24 Tom Tromey <tromey@redhat.com>
644 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
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.
652 2013-06-12 Pedro Alves <palves@redhat.com>
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.
658 2013-06-11 Pedro Alves <palves@redhat.com>
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
665 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
668 2013-06-11 Pedro Alves <palves@redhat.com>
670 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
673 2013-06-11 Pedro Alves <palves@redhat.com>
675 * linux-x86-low.c (initialize_low_arch): Call
676 init_registers_x32_avx_linux.
678 2013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
680 Fix compatibility with Android Bionic.
681 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
684 2013-06-07 Pedro Alves <palves@redhat.com>
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
692 * linux-low.c (new_inferior): Delete.
693 (disabled_regsets, num_regsets): Delete.
694 (linux_add_process): Adjust to set the new per-process
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.
704 (linux_register_in_regsets): New regs_info parameter. Adjust to
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
712 (linux_store_registers): Ditto.
713 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
714 (initialize_low): Don't initialize the target_regsets here. Call
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
731 * i387-fp.h (num_xmm_registers): Delete.
732 * inferiors.c (add_thread): Don't install the thread's regcache
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
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
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
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
778 (struct process_info) <tdesc>: New field.
779 (ipa_tdesc): Declare.
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
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
807 (target_regsets): Rename to ...
808 (x86_regsets): ... this.
809 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
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):
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):
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
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):
914 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
915 (arm_read_description): New, with bits factored from
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
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.
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.
998 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
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
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'.
1037 2013-06-04 Gary Benson <gbenson@redhat.com>
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.
1046 2013-05-31 Doug Evans <dje@google.com>
1049 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
1050 64 bits in 64-cross-32 environment.
1052 2013-05-28 Pedro Alves <palves@redhat.com>
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
1061 2013-05-24 Pedro Alves <palves@redhat.com>
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.
1067 2013-05-23 Yao Qi <yao@codesourcery.com>
1068 Pedro Alves <palves@redhat.com>
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
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
1088 * target.h (struct thread_resume) <step_range_start,
1089 step_range_end>: New fields.
1090 (struct target_ops) <supports_range_stepping>:
1092 (target_supports_range_stepping): New macro.
1094 2013-05-17 Joel Brobecker <brobecker@adacore.com>
1096 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
1097 confusion in comment.
1099 2013-05-17 Joel Brobecker <brobecker@adacore.com>
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.
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.
1114 2013-05-17 Yao Qi <yao@codesourcery.com>
1116 * i386-low.c (i386_length_and_rw_bits): Move the comment to
1119 2013-05-16 Luis Machado <lgustavo@codesourcery.com>
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.
1129 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1130 Andrew Jenner <andrew@codesourcery.com>
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.
1138 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1140 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
1142 2013-04-25 Hui Zhu <hui@codesourcery.com>
1145 * ax.c (ax_printf): Add fflush.
1147 2013-04-22 Tom Tromey <tromey@redhat.com>
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.
1155 2013-04-17 Pedro Alves <palves@redhat.com>
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.
1163 2013-04-16 Pedro Alves <palves@redhat.com>
1165 * linux-low.h (struct lwp_info) <thread_known>: Move under
1166 the USE_THREAD_DB #ifdef.
1168 2013-04-16 Pedro Alves <palves@redhat.com>
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
1177 2013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1179 * Makefile.in (install-only): Fix make install regression.
1181 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1183 Convert man pages to texinfo, new gdbinit.5 texinfo page.
1184 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
1186 * gdbserver.1: Remove.
1188 2013-03-22 Pedro Alves <palves@redhat.com>
1190 * linux-low.c (handle_extended_wait): Don't call
1191 linux_enable_event_reporting.
1193 2013-03-15 Tony Theodore <tonyt@logyst.com>
1196 * Makefile.in (SHELL): Use @SHELL@.
1198 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
1200 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
1203 2013-03-13 Joel Brobecker <brobecker@adacore.com>
1205 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
1206 Remove extraneous NULL element.
1208 2013-03-13 Yao Qi <yao@codesourcery.com>
1210 * tracepoint.c (traceframe_read_tsv): Look for the last matched
1211 'V' block in trace frame.
1213 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
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.
1241 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1243 * server.c (handle_qxfer): Preserve error message if -3 is
1245 (qxfer): Document the -3 return value.
1247 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
1249 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
1250 (linux_btrace_h): New variable.
1251 (linux-btrace.o): New rule.
1253 2013-03-08 Stan Shebs <stan@codesourcery.com>
1254 Hafiz Abid Qadeer <abidh@codesourcery.com>
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
1268 2013-03-07 Yao Qi <yao@codesourcery.com>
1270 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
1271 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
1273 (cmd_qtsp): Adjust condition. Do post increment.
1274 Set cur_action and cur_step_action back to 0.
1276 2013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
1279 * linux-low.c (linux_write_memory): Return early success if LEN is
1282 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
1284 * configure.srv: Add x86_64-*-cygwin* as target.
1286 2013-02-28 Tom Tromey <tromey@redhat.com>
1288 * configure.ac: Invoke AC_SYS_LARGEFILE.
1289 * configure, config.in: Rebuild.
1291 2013-02-28 Corinna Vinschen <vinschen@redhat.com>
1293 * win32-low.c: Throughout, fix format strings and casts of
1294 printf-like functions to avoid type related warnings on all
1296 (get_child_debug_event): Print dwDebugEventCode as hex since
1297 that's how it's usually documented.
1299 2013-02-28 Yao Qi <yao@codesourcery.com>
1301 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
1304 2013-02-27 Jiong Wang <jiwang@tilera.com>
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
1313 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
1314 (tile_store_gregset): Likewise.
1316 2013-02-27 Yao Qi <yao@codesourcery.com>
1318 * server.c (process_point_options): Print debug message when
1319 debug_threads is true.
1321 2013-02-26 Yao Qi <yao@codesourcery.com>
1323 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
1325 2013-02-19 Pedro Alves <palves@redhat.com>
1326 Kai Tietz <ktietz@redhat.com>
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.
1334 2013-02-18 Yao Qi <yao@codesourcery.com>
1336 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
1338 2013-02-14 Pedro Alves <palves@redhat.com>
1342 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
1343 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
1345 2013-02-14 Pedro Alves <palves@redhat.com>
1347 * tracepoint.c (cmd_qtdpsrc): Use savestring.
1349 2013-02-14 Pedro Alves <palves@redhat.com>
1351 * tracepoint.c (save_string): Delete.
1352 (add_tracepoint_action): Use savestring instead of save_string.
1354 2013-02-12 Pedro Alves <palves@redhat.com>
1356 * linux-xtensa-low.c: Ditto.
1357 * xtensa-xtregs.c: Ditto.
1359 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
1361 * thread-db.c (thread_db_get_tls_address): NULL pointer check
1364 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
1370 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
1372 * linux-aarch64-low.c (ps_get_thread_area): Replace
1373 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
1375 2013-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>
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.
1385 2013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
1387 * linux-low.c (handle_extended_wait, linux_create_inferior)
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.
1396 2013-01-25 Yao Qi <yao@codesourcery.com>
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.
1410 2013-01-18 Yao Qi <yao@codesourcery.com>
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.
1428 2013-01-16 Yao Qi <yao@codesourcery.com>
1430 * linux-low.c (linux_resume_one_lwp): Don't check
1431 'lwp->bp_reinsert != 0'.
1433 2013-01-07 Joel Brobecker <brobecker@adacore.com>
1434 Pedro Alves <palves@redhat.com>
1436 * lynx-low.c (ptrace_request_to_str): Define a temporary
1437 macro and use it to simplify this function's implementation.
1439 2013-01-07 Joel Brobecker <brobecker@adacore.com>
1441 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
1444 2013-01-07 Joel Brobecker <brobecker@adacore.com>
1446 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
1448 2013-01-07 Joel Brobecker <brobecker@adacore.com>
1450 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
1452 2013-01-07 Joel Brobecker <brobecker@adacore.com>
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.
1462 2013-01-07 Joel Brobecker <brobecker@adacore.com>
1464 * lynx-low.c (lynx_resume): Delete variable ret.
1466 2013-01-01 Joel Brobecker <brobecker@adacore.com>
1468 * gdbreplay.c (gdbreplay_version): Update copyright year.
1469 * server.c (gdbserver_version): Likewise.
1471 2012-12-17 Joel Brobecker <brobecker@adacore.com>
1473 * lynx-low.c (lynx_wait_1): Add debug trace before adding
1476 2012-12-17 Joel Brobecker <brobecker@adacore.com>
1478 * lynx-low.c (ptrace_request_to_str): Add handling for
1481 2012-12-17 Joel Brobecker <brobecker@adacore.com>
1483 * lynx-low.c (lynx_attach): Delete variable new_process.
1485 2012-12-17 Joel Brobecker <brobecker@adacore.com>
1487 * lynx-low.c (lynx_create_inferior): Delete variable
1490 2012-12-17 Joel Brobecker <brobecker@adacore.com>
1492 * lynx-low.c (ptrace_request_to_str): Do not handle
1493 PTRACE_GETTHREADLIST if this macro does not exist.
1495 2012-12-15 Yao Qi <yao@codesourcery.com>
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.
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.
1520 2012-12-10 Tom Tromey <tromey@redhat.com>
1522 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
1523 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
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.
1569 2012-12-05 Tom Tromey <tromey@redhat.com>
1572 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
1574 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1576 * configure.ac: Check for linux/perf_event.h.
1577 * config.in: Regenerated.
1578 * configure: Regenerated.
1580 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1582 * hostio.c (handle_readlink): Decrease buffer size
1583 parameter passed to readlink by one byte.
1585 2012-11-26 Yao Qi <yao@codesourcery.com>
1587 * configure.ac (build_warnings): Append '-Wempty-body'.
1588 * configure: Regenerated.
1589 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
1592 2012-11-15 Pierre Muller <muller@sourceware.org>
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>
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.
1606 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1608 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
1609 (various make rules): Remove -DGDBSERVER
1611 2012-11-09 Yao Qi <yao@codesourcery.com>
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.
1620 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1622 * server.c (handle_search_memory_1): Include access length in
1625 2012-09-05 Michael Brandt <michael.brandt@axis.com>
1627 * linux-crisv32-low.c: Fix compile errors.
1629 2012-09-04 Yao Qi <yao@codesourcery.com>
1631 * tracepoint.c (cmd_qtsv): Adjust debug message.
1632 Don't check CUR_TPOINT.
1634 2012-08-28 Yao Qi <yao@codesourcery.com>
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
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'.
1645 2012-08-23 Yao Qi <yao@codesourcery.com>
1647 * server.h: Remove declaration of 'xsnprintf'.
1649 2012-08-22 Keith Seitz <keiths@redhat.com>
1651 * server.h: Include build-gnulib-gbserver/config.h.
1652 * gdbreplay.c: Likewise.
1654 2012-08-08 Doug Evans <dje@google.com>
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".
1665 * configure.ac: Add check for strstr.
1666 * config.in: Regenerate.
1667 * configure: Regenerate.
1669 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
1671 * hostio.c (handle_pread): If pread fails, fall back to attempting
1673 (handle_pwrite): Likewise for pwrite.
1675 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
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.
1681 2012-07-31 Pedro Alves <palves@redhat.com>
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.
1687 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
1689 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
1690 to 4-byte-align HW breakpoint addresses for Thumb.
1692 2012-07-27 Yao Qi <yao@codesourcery.com>
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.
1709 2012-07-27 Yao Qi <yao@codesourcery.com>
1711 * server.c (process_point_options): Stop at 'X' when parsing.
1713 2012-07-19 Michael Eager <eager@eagercon.com>
1715 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
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.
1721 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1723 * gdbserver/linux-low.c (initialize_low): Call
1724 linux_ptrace_init_warnings.
1726 2012-07-02 Doug Evans <dje@google.com>
1728 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
1731 2012-07-02 Stan Shebs <stan@codesourcery.com>
1733 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
1734 (ax.o): Add it to build rule.
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
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
1755 * ax.c: Include format.h.
1756 (ax_printf): New function.
1757 (gdb_eval_agent_expr): Add printf opcode.
1759 2012-06-13 Yao Qi <yao@codesourcery.com>
1761 * server.c (start_inferior): Remove duplicated writes to fields
1762 'last_resume_kind' and 'last_status' of 'current_inferior'.
1764 2012-06-12 Yao Qi <yao@codesourcery.com>
1765 Pedro Alves <palves@redhat.com>
1767 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
1769 * server.c (handle_v_cont): Extend comment.
1771 2012-06-11 Yao Qi <yao@codesourcery.com>
1773 * linux-low.c (linux_attach): Add 'static'.
1775 2012-06-06 Yao Qi <yao@codesourcery.com>
1777 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
1779 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1781 Fix gcc -flto compilation warning.
1782 * server.c (main): Make variable multi_mode and attach volatile.
1784 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1786 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
1787 if the platform doesn't know about it.
1789 2012-05-30 Jeff Kenton <jkenton@tilera.com>
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.
1796 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1798 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
1800 2012-05-24 Pedro Alves <palves@redhat.com>
1804 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
1806 2012-05-24 Pedro Alves <palves@redhat.com>
1810 Replace target_signal with gdb_signal throughout.
1812 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
1814 * linux-low.c (linux_store_registers): Avoid the copying sequence
1815 when no data has been retrieved by ptrace.
1817 2012-05-22 Will Deacon <will.deacon@arm.com>
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
1824 2012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
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.
1830 2012-05-11 Yao Qi <yao@codesourcery.com>
1831 Pedro Alves <palves@redhat.com>
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
1843 2012-04-29 Yao Qi <yao@codesourcery.com>
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.
1854 2012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
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.
1870 2012-04-20 Pedro Alves <palves@redhat.com>
1872 * configure: Regenerate.
1874 2012-04-19 Pedro Alves <palves@redhat.com>
1876 * Makefile.in (GNULIB_BUILDDIR): New.
1877 (LIBGNU, INCGNU, GNULIB_H): Adjust.
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.
1883 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
1884 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
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
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.
1898 2012-04-19 Pedro Alves <palves@redhat.com>
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.
1908 2012-04-19 Pedro Alves <palves@redhat.com>
1910 * Makefile.in (generated_files): New.
1911 (server_h): Remove the explicit dependency on config.h, and depend
1912 on $generated_files.
1914 2012-04-19 Pedro Alves <palves@redhat.com>
1916 * Makefile.in (INCGNU): Add -Ignulib.
1918 2012-04-19 Pedro Alves <palves@redhat.com>
1920 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
1921 (INCGNU): ... this, and spell out -I here.
1922 (GNULIB_LIB): Rename to ...
1924 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
1926 2012-04-19 Pedro Alves <palves@redhat.com>
1928 * config.in: Regenerate.
1930 2012-04-19 Pedro Alves <palves@redhat.com>
1932 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
1933 * server.h (memmem): Remove declaration.
1934 * config.in: Regenerate.
1935 * configure: Regenerate.
1937 2012-04-19 Yao Qi <yao@codesourcery.com>
1939 * Makefile.in (SFILES): Add common/vec.c.
1943 2012-04-19 Yao Qi <yao@codesourcery.com>
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.
1950 2012-04-18 Pedro Alves <palves@redhat.com>
1952 * aclocal.m4: Regenerate.
1953 * configure: Regenerate.
1955 2012-04-16 Yao Qi <yao@codesourcery.com>
1957 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
1958 duplicated on address.
1960 2012-04-16 Yao Qi <yao@codesourcery.com>
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'.
1971 (tracepoint_send_agent): New.
1972 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
1974 2012-04-16 Yao Qi <yao@codesourcery.com>
1976 * tracepoint.c (download_tracepoints): Moved to ...
1977 (cmd_qtstart): ... here.
1979 2012-04-14 Yao Qi <yao@codesourcery.com>
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.
1989 2012-04-14 Yao Qi <yao@codesourcery.com>
1991 Import gnulib module inttypes.
1992 * aclocal.m4, config.in, configure: Regenerated.
1994 2012-04-14 Yao Qi <yao@codesourcery.com>
1996 * Makefile.in (maintainer-clean, realclean, distclean): Remove
1997 Makefile and config.status at last.
1999 2012-04-13 Yao Qi <yao@codesourcery.com>
2001 * tracepoint.c: Include stdint.h unconditionally.
2003 2012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
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.
2011 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
2013 * Makefile.in (clean): Also remove x32.c x32-linux.c
2014 x32-avx.c x32-avx-linux.c.
2015 (x32.o): New target.
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.
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.
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.
2036 2012-04-13 Pedro Alves <palves@redhat.com>
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
2044 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
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.
2055 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
2058 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
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.
2065 2012-04-12 Yao Qi <yao@codesourcery.com>
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.
2079 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
2081 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
2083 2012-04-05 Pedro Alves <palves@redhat.com>
2085 -Werror=strict-aliasing
2087 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
2090 2012-04-04 Pedro Alves <palves@redhat.com>
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.
2096 2012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
2098 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
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.
2105 2012-03-29 Pedro Alves <palves@redhat.com>
2107 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
2108 Correct ptrace arguments.
2110 2012-03-28 Pedro Alves <palves@redhat.com>
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
2119 * linux-low.c (linux_fetch_registers): Try the
2120 the_low_target.fetch_register hook first.
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.
2137 2012-03-26 Pedro Alves <palves@redhat.com>
2139 * server.c (handle_qxfer_libraries): Don't bail early if
2140 the_target->qxfer_libraries_svr4 is not NULL.
2142 2012-03-26 Pedro Alves <palves@redhat.com>
2144 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
2146 2012-03-23 Pedro Alves <palves@redhat.com>
2148 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
2149 "library-list-svr4" element's start tag when the the DSO list is
2152 2012-03-23 Pedro Alves <palves@redhat.com>
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
2158 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
2160 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
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
2169 2012-03-21 Mike Frysinger <vapier@gentoo.org>
2171 * .gitignore: Ignore more files.
2173 2012-03-19 Pedro Alves <palves@redhat.com>
2174 Jan Kratochvil <jan.kratochvil@redhat.com>
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
2181 2012-03-15 Yao Qi <yao@codesourcery.com>
2183 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
2185 (cmd_qtdp): ... here.
2187 2012-03-15 Yao Qi <yao@codesourcery.com>
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.
2199 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2201 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
2202 linux_ptrace_attach_warnings.
2204 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
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
2213 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
2215 2012-03-08 Yao Qi <yao@codesourcery.com>
2216 Pedro Alves <palves@redhat.com>
2218 Fix PR server/13392.
2219 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
2221 * tracepoint.c (remove_tracepoint): New.
2222 (cmd_qtdp): Call remove_tracepoint when failed to install.
2224 2012-03-07 Pedro Alves <palves@redhat.com>
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
2230 * server.c (program_signals, program_signals_p): New.
2231 (handle_general_set): Handle QProgramSignals.
2232 * server.h (program_signals, program_signals_p): Declare.
2234 2012-03-05 Pedro Alves <palves@redhat.com>
2235 Jan Kratochvil <jan.kratochvil@redhat.com>
2237 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
2240 2012-03-03 Yao Qi <yao@codesourcery.com>
2242 * tracepoint.c (tracepoint_look_up_symbols): Update call to
2243 agent_look_up_symbols.
2245 2012-03-03 Yao Qi <yao@codesourcery.com>
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
2254 2012-03-03 Yao Qi <yao@codesourcery.com>
2256 * tracepoint.c (gdb_agent_capability): New global.
2257 (in_process_agent_loaded_ust): Renamed to
2258 `in_process_agent_supports_ust'.
2260 (in_process_agent_supports_ust): Call agent_capability_check.
2261 (clear_installed_tracepoints): Assert that agent supports
2264 2012-03-03 Yao Qi <yao@codesourcery.com>
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.
2275 2012-03-03 Yao Qi <yao@codesourcery.com>
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
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.
2296 2012-03-02 Pedro Alves <palves@redhat.com>
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.
2306 2012-03-02 Yao Qi <yao@codesourcery.com>
2308 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
2311 2012-03-02 Yao Qi <yao@codesourcery.com>
2313 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
2314 `stop_pc' and `tpoint'. Update caller.
2316 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
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
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
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
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
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
2366 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
2367 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
2369 2012-02-29 Yao Qi <yao@codesourcery.com>
2370 Pedro Alves <palves@redhat.com>
2372 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
2373 `step_over_finished' is true.
2375 2012-02-27 Pedro Alves <palves@redhat.com>
2377 * linux-low.c (pid_is_stopped): Delete, moved to common/.
2378 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
2380 2012-02-27 Pedro Alves <palves@redhat.com>
2383 * linux-low.c (pid_is_stopped): New.
2384 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
2386 2012-02-25 Luis Machado <lgustavo@codesourcery.com>
2388 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
2391 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2393 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
2395 2012-02-24 Luis Machado <lgustavo@codesourcery>
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.
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
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.
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.
2421 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
2422 (need_step_over_p): Take target-side breakpoint condition into
2425 2012-02-24 Luis Machado <lgustavo@codesourcery>
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.
2433 * ax.h: New include file.
2434 * ax.c: New source file.
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
2442 (unparse_agent_expr) Rename to ...
2443 (gdb_unparse_agent_expr): ... this, make it non-static and move
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
2464 (eval_tracepoint_agent_expr): New function.
2465 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
2467 (current_insn_ptr, emit_error, struct bytecode_address): Move to
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 (...).
2484 * Makefile.in: Update ax.c and IPA dependencies.
2486 2012-02-24 Pedro Alves <palves@redhat.com>
2488 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
2489 (cmd_bigqtbuffer_circular): ... this. Only handle
2490 'QTBuffer:circular:'.
2491 (handle_tracepoint_general_set): Adjust.
2493 2012-02-16 Yao Qi <yao@codesourcery.com>
2495 * inferiors.c: Move code to ...
2496 * dll.c: .... here. New.
2497 * server.h: Declare clear_dlls.
2498 * Makefile.in (SFILES): Add dll.c.
2502 2012-02-11 Yao Qi <yao@codesourcery.com>
2504 * server.c: (handle_monitor_command): Add a new parameter
2506 (handle_query): Update caller.
2508 2012-02-09 Joel Brobecker <brobecker@adacore.com>
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
2515 2012-02-02 Pedro Alves <palves@redhat.com>
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
2523 2012-02-02 Pedro Alves <palves@redhat.com>
2525 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
2528 2012-01-27 Pedro Alves <palves@redhat.com>
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.
2539 2012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
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.
2546 2012-01-23 Pedro Alves <palves@redhat.com>
2548 * server.c (main): Avoid yet another case of infinite loop while
2549 detaching/killing after a longjmp.
2551 2012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2554 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
2556 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2558 * hostio.c (handle_readlink): New function.
2559 (handle_vFile): Call it to handle "vFile:readlink" packets.
2561 2012-01-20 Pedro Alves <palves@redhat.com>
2562 Ulrich Weigand <ulrich.weigand@linaro.org>
2564 * server.c (handle_v_requests): Only support vAttach and vRun to
2565 start multiple processes when in extended protocol mode.
2567 2012-01-17 Pedro Alves <palves@redhat.com>
2569 * tracepoint.c (initialize_tracepoint): Use mmap instead of
2570 memalign plus mprotect to allocate the scratch buffer.
2572 2012-01-13 Pedro Alves <palves@redhat.com>
2574 * server.c (attach_inferior): Clear `cont_thread'.
2576 2012-01-13 Pedro Alves <palves@redhat.com>
2578 * server.c (main): Avoid infinite loop while detaching/killing
2581 2012-01-09 Doug Evans <dje@google.com>
2583 * server.c (start_inferior): Set last_ptid in --wrapper case.
2585 2012-01-06 Yao Qi <yao@codesourcery.com>
2587 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
2589 [IN_PROCESS_AGENT] (debug_agent): New global variable.
2591 2012-01-04 Yao Qi <yao@codesourcery.com>
2593 * tracepoint.c (cmd_qtdp): Print debug message
2594 for static tracepoint.
2596 2012-01-04 Yao Qi <yao@codesourcery.com>
2598 * tracepoint.c (trace_vdebug): Differentiate debug message
2599 between gdbserver and IPA.
2601 2012-01-03 Yao Qi <yao@codesourcery.com>
2603 * tracepoint.c (tracepoint_was_hit): Don't collect for
2606 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2608 * terminal.h: Reformat copyright header.
2610 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2612 * server.c (gdbserver_version): Update copyright year.
2613 * gdbreplay.c (gdbreplay_version): Likewise.
2615 2011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2617 * linux-low.c (linux_create_inferior): Put empty if clause for write.
2620 2011-12-18 Hui Zhu <teawater@gmail.com>
2621 * linux-low.c (linux_create_inferior): Save return value to ret.
2623 2011-12-18 Hui Zhu <teawater@gmail.com>
2625 * linux-low.c (linux_create_inferior): Save return value to ret.
2627 2011-12-16 Doug Evans <dje@google.com>
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.
2643 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
2644 in debugging output.
2646 2011-12-15 Yao Qi <yao@codesourcery.com>
2648 * tracepoint.c: Include sys/syscall.h.
2649 (gdb_ust_thread): Remove preprocessor conditional.
2651 2011-12-14 Pedro Alves <pedro@codesourcery.com>
2653 * linux-low.c (linux_detach_one_lwp): Call
2654 the_low_target.prepare_to_resume before detaching.
2656 2011-12-14 Yao Qi <yao@codesourcery.com>
2658 * tracepoint.c (gdb_ust_thread): Don't ignore return value
2661 2011-12-14 Yao Qi <yao@codesourcery.com>
2663 * i386-low.c (i386_low_stopped_data_address): Initialize local
2666 2011-12-13 Pedro Alves <pedro@codesourcery.com>
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.
2675 2011-12-13 Yao Qi <yao@codesourcery.com>
2677 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
2679 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
2681 2011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2683 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
2684 Print new debug message for such case.
2686 2011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
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
2701 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
2703 * linux-low.c (fetch_register, store_register): Make code
2704 consistent, fix formatting.
2706 2011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
2708 * linux-low.c (usr_store_inferior_registers): Factor out code
2709 to handle individual registers into...
2710 (store_register): ... this new function.
2712 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
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.
2723 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.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
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.
2749 2011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
2750 Jan Kratochvil <jan.kratochvil@redhat.com>
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):
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.
2766 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
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.
2774 2011-11-24 Stan Shebs <stan@codesourcery.com>
2776 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
2778 2011-11-17 Stan Shebs <stan@codesourcery.com>
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.
2795 2011-11-14 Stan Shebs <stan@codesourcery.com>
2796 Kwok Cheung Yeung <kcy@codesourcery.com>
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
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
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
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.
2846 2011-11-14 Yao Qi <yao@codesourcery.com>
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.
2855 2011-11-14 Yao Qi <yao@codesourcery.com>
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.
2862 (download_tracepoints): Move some code to ...
2863 (download_tracepoint_1): ... here. New.
2865 2011-11-08 Yao Qi <yao@codesourcery.com>
2867 * remote-utils.c (relocate_instruction): A comment fix.
2869 2011-11-07 Joel Brobecker <brobecker@adacore.com>
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.
2880 2011-11-05 Yao Qi <yao@codesourcery.com>
2882 * tracepoint.c (gdb_collect): Loop over tracepoints of same
2883 address as TPOINT's.
2885 2011-11-02 Stan Shebs <stan@codesourcery.com>
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.
2891 2011-11-02 Yao Qi <yao@codesourcery.com>
2893 * tracepoint.c (cmd_qtstart): Remove unused local variables.
2895 2011-11-02 Yao Qi <yao@codesourcery.com>
2897 * target.h: Fix a typo in comment.
2899 2011-10-31 Pedro Alves <pedro@codesourcery.com>
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
2907 2011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
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.
2927 2011-09-29 Mike Frysinger <vapier@gentoo.org>
2929 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
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.
2940 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
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.
2952 2011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
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.
2984 2011-09-15 Stan Shebs <stan@codesourcery.com>
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.
3012 2011-09-08 Stan Shebs <stan@codesourcery.com>
3014 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
3015 (i386_emit_epilogue): Restore %ebx.
3017 2011-08-31 Jie Zhang <jzhang918@gmail.com>
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.
3024 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
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.
3032 2011-08-24 Luis Machado <lgustavo@codesourcery.com>
3034 * configure.srv: Add linux-procfs.o dependencies.
3036 2011-08-14 Yao Qi <yao@codesourcery.com>
3038 * target.h (struct target_ops): Fix indent.
3039 * win32-low.c (win32_target_ops): Fix comment.
3041 2011-08-14 Andrew Jenner <andrew@codesourcery.com>
3042 Yao Qi <yao@codesourcery.com>
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.
3052 2011-08-14 Andrew Stubbs <ams@codesourcery.com>
3053 Yao Qi <yao@codesourcery.com>
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.
3061 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
3064 2011-08-05 Eli Zaretskii <eliz@gnu.org>
3066 * win32-low.c: Include <stdint.h>.
3068 2011-07-22 Pedro Alves <pedro@codesourcery.com>
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.
3080 2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
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
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
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.
3119 2011-07-20 Pedro Alves <pedro@codesourcery.com>
3121 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
3124 2011-05-31 Pedro Alves <pedro@codesourcery.com>
3126 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
3128 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
3130 2011-05-26 Yao Qi <yao@codesourcery.com>
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.
3136 2011-05-16 Adrian Cornish <gnu@bluedreamer.com>
3138 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
3139 __FILE__ and __LINE__ to internal_error.
3141 2011-05-13 Doug Evans <dje@google.com>
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.
3149 2011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
3151 * server.c (handle_query): Add EnableDisableTracepoints to the list
3152 of supported features.
3153 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
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
3162 (gdb_probe): Skip data collection if static tracepoint is disabled.
3164 2011-05-10 Doug Evans <dje@google.com>
3166 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
3168 2011-05-04 Doug Evans <dje@google.com>
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
3176 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3178 * README: Don't mention xscale*-*-linux*.
3179 * configure.srv (xscale*-*-linux*): Don't handle target.
3181 2011-04-27 Nathan Froyd <froydnj@codesourcery.com>
3183 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
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.
3189 2011-04-26 Yao Qi <yao@codesourcery.com>
3191 * linux-low.c: Move common macros to linux-ptrace.h.
3192 Include linux-ptrace.h.
3193 * Makefile.in (linux_ptrace_h): New.
3194 (linux-low.o): Depends on linux-ptrace.h.
3196 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
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.
3209 2011-04-19 Tom Tromey <tromey@redhat.com>
3211 * win32-low.c (handle_load_dll): Remove duplicate "the".
3213 2011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
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
3221 2011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
3223 * gdbserver/server.h (Macro _): Define it if not available.
3225 2011-03-14 Michael Snyder <msnyder@vmware.com>
3227 * hostio.c (handle_close): Remove unnecessary null test.
3229 2011-03-10 Joel Brobecker <brobecker@adacore.com>
3231 * Makefile.in (maintainer-clean realclean distclean): Remove
3232 "make ... subdir_do" command.
3234 2011-03-10 Michael Snyder <msnyder@vmware.com>
3236 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
3238 * server.c (handle_v_run): Free alloced buffer on early return.
3240 2011-03-09 Yao Qi <yao@codesourcery.com>
3243 2011-03-04 Yao Qi <yao@codesourcery.com>
3245 * Makefile.in: Remove GNU make feature --directory.
3247 2011-03-05 Yao Qi <yao@codesourcery.com>
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.
3254 2011-02-11 Yao Qi <yao@codesourcery.com>
3256 * configure.ac: Call AC_PROG_RANLIB.
3257 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
3258 * configure: Regenerate.
3260 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3262 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
3264 2011-03-06 Yao Qi <yao@codesourcery.com>
3266 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
3268 2011-03-05 Yao Qi <yao@codesourcery.com>
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.
3275 2011-03-04 Yao Qi <yao@codesourcery.com>
3277 * Makefile.in: Remove GNU make feature --directory.
3279 2011-03-04 Michael Snyder <msnyder@vmware.com>
3281 * server.c (queue_stop_reply): Call xmalloc not malloc.
3283 2011-03-02 Michael Snyder <msnyder@vmware.com>
3285 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
3287 2011-02-28 Michael Snyder <msnyder@vmware.com>
3289 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
3290 (cmd_qtframe): Ditto.
3291 (cmd_qtbuffer): Ditto.
3292 (cmd_bigqtbuffer): Ditto.
3294 * utils.c (decimal2str): Initialize 'width' to nine, then
3297 2011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
3299 * hostio.c (require_data): Free *data, not data.
3301 2011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3303 * hostio.c (require_data): Use free, not xfree.
3305 2011-02-27 Michael Snyder <msnyder@vmware.com>
3307 * server.c (handle_query): Discard unused value.
3309 * hostio.c (require_data): Free malloc memory before returning
3312 2011-02-26 Michael Snyder <msnyder@vmware.com>
3314 * linux-low.c (list_threads): Call closedir for dirent.
3316 2011-02-27 Michael Snyder <msnyder@vmware.com>
3318 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
3319 a case statement falls through.
3321 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
3323 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
3326 2011-02-26 Michael Snyder <msnyder@vmware.com>
3328 * utils.c (decimal2str): Eliminate dead code and dead param.
3329 (pulongest): Drop dead param from call to decimal2str.
3332 2011-02-24 Joel Brobecker <brobecker@adacore.com>
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.
3339 2011-02-21 Hui Zhu <teawater@gmail.com>
3341 * tracepoint.c (tp_printf): New function.
3342 (eval_agent_expr): Handle gdb_agent_op_printf.
3344 2011-02-18 Tom Tromey <tromey@redhat.com>
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.
3351 2011-02-18 Tom Tromey <tromey@redhat.com>
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
3359 2011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3361 * aclocal.m4: Regenerated with aclocal-1.11.1.
3363 2011-02-14 Pedro Alves <pedro@codesourcery.com>
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,
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.
3378 2011-02-11 Yao Qi <yao@codesourcery.com>
3380 * configure.ac: Call AC_PROG_RANLIB.
3381 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
3382 * configure: Regenerate.
3384 2011-02-07 Pedro Alves <pedro@codesourcery.com>
3386 * server.c (gdb_read_memory): Change return semantics to allow
3388 (handle_search_memory_1): Adjust.
3389 (process_serial_event) <'m' packet>: Handle partial transfers.
3390 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
3392 2011-01-28 Pedro Alves <pedro@codesourcery.com>
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
3410 * tracepoint.c (fetch_traceframe_registers): Update comment.
3412 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3414 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
3417 2011-01-25 Pedro Alves <pedro@codesourcery.com>
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.
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.
3438 2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
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.
3449 * regcache.h: Ditto.
3450 * remote-utils.c: Ditto.
3453 * thread-db.c: Ditto.
3454 * tracepoint.c: Ditto.
3456 * win32-low.h: Ditto.
3458 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3460 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
3463 2011-01-01 Joel Brobecker <brobecker@adacore.com>
3465 * server.c (gdbserver_version): Update copyright year in version
3467 * gdbreplay.c (gdbreplay_version): Ditto.
3469 2010-12-29 Jie Zhang <jie.zhang@analog.com>
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.
3480 2010-12-23 Mike Frysinger <vapier@gentoo.org>
3482 * .gitignore: New file.
3484 2010-11-16 Mike Frysinger <vapier@gentoo.org>
3486 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
3488 2010-10-22 Jie Zhang <jie@codesourcery.com>
3490 * Makefile.in: Add FLAGS_TO_PASS variable.
3491 (install): Remove dependency of install-only and recursively
3492 invoke make for install-only.
3494 2010-10-04 Doug Evans <dje@google.com>
3496 * Makefile.in (uninstall): Use $(DESTDIR).
3498 2010-09-24 Pedro Alves <pedro@codesourcery.com>
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
3507 2010-09-13 Joel Brobecker <brobecker@adacore.com>
3509 * lynx-i386-low.c: New file.
3510 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
3512 2010-09-13 Joel Brobecker <brobecker@adacore.com>
3514 * lynx-low.c (ptrace_request_to_str): Remove handling for
3515 request values that have been removed in LynxOS 5.x.
3517 2010-09-13 Joel Brobecker <brobecker@adacore.com>
3519 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
3522 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
3524 * configure.ac: Add --enable-inprocess-agent option.
3525 * configure: Rebuilt.
3527 2010-09-06 Yao Qi <yao@codesourcery.com>
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.
3535 2010-09-06 Yao Qi <yao@codesourcery.com>
3537 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
3540 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3542 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
3544 2010-09-06 Pedro Alves <pedro@codesourcery.com>
3546 * Makefile.in (install-only): Replace $IPA_DEPFILES with
3549 2010-09-01 Joel Brobecker <brobecker@adacore.com>
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.
3559 2010-09-01 Joel Brobecker <brobecker@adacore.com>
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.
3566 2010-09-01 Joel Brobecker <brobecker@adacore.com>
3568 * gdbreplay.c: Move include of alloca.h up, next to include of
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.
3574 2010-09-01 Joel Brobecker <brobecker@adacore.com>
3576 * Makefile.in (memmem.o): Build with -Wno-error.
3578 2010-09-01 Joel Brobecker <brobecker@adacore.com>
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.
3585 2010-09-01 Joel Brobecker <brobecker@adacore.com>
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.
3592 2010-08-28 Pedro Alves <pedro@codesourcery.com>
3594 * linux-low.c (__SIGRTMIN): Define if not already defined.
3595 (linux_create_inferior): Check for __ANDROID__ rather than
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
3607 2010-08-28 Pedro Alves <pedro@codesourcery.com>
3609 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
3610 debug_threads check. Avoid a linear search when not doing debug
3613 2010-08-27 Pedro Alves <pedro@codesourcery.com>
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
3625 * server.h: New gdb_fildes_t typedef.
3626 [USE_WIN32API]: Include winsock2.h.
3627 (delete_file_handler, add_file_handler): Adjust prototypes.
3629 * utils.c (pfildes): New.
3631 2010-08-27 Pedro Alves <pedro@codesourcery.com>
3633 * configure.ac (build_warnings): Add -Wno-char-subscripts.
3634 * configure: Regenerate.
3636 2010-08-27 Pedro Alves <pedro@codesourcery.com>
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.
3650 2010-08-26 Pedro Alves <pedro@codesourcery.com>
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.
3672 2010-08-26 Pedro Alves <pedro@codesourcery.com>
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.
3683 2010-08-26 Pedro Alves <pedro@codesourcery.com>
3685 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
3687 2010-08-26 Pedro Alves <pedro@codesourcery.com>
3689 * gdbreplay.c (remote_error): 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
3698 2010-08-25 Pedro Alves <pedro@codesourcery.com>
3700 * linux-low.c (linux_wait_1): Move non-debugging code out of
3701 `debug_threads' control.
3703 2010-08-25 Pedro Alves <pedro@codesourcery.com>
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.
3712 2010-08-25 Pedro Alves <pedro@codesourcery.com>
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.
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.
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
3743 (i386_initial_stuff): Clear dr_status_mirror and
3745 (i386_get_thread_context): Adjust.
3746 (i386_set_thread_context): Adjust.
3747 (i386_thread_added): Adjust.
3749 2010-08-24 Pedro Alves <pedro@codesourcery.com>
3751 * linux-low.h (linux_thread_area): Delete declaration.
3753 2010-08-11 Thomas Schwinge <thomas@codesourcery.com>
3755 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
3756 after its termination.
3758 2010-08-09 Pedro Alves <pedro@codesourcery.com>
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".
3767 2010-07-31 Pedro Alves <pedro@codesourcery.com>
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).
3774 2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3776 * Makefile.in (signals_def): New.
3777 (server_h): Append include/gdb/signals.h and signals_def.
3778 (server.o): Append signals_def.
3780 2010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
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.
3786 2010-07-20 Ozkan Sezer <sezeroz@gmail.com>
3788 * server.c (handle_query): strcpy() the returned string from paddress()
3789 instead of sprintf().
3790 * utils.c (paddress): Return phex_nz().
3792 2010-07-07 Joel Brobecker <brobecker@adacore.com>
3794 * server.c (handle_v_cont): Call mourn_inferior if process
3796 (myresume): Likewise.
3798 2010-07-01 Pedro Alves <pedro@codesourcery.com>
3800 Static tracepoints, and integration with UST.
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.
3840 (ust_marker_to_static_tracepoint): 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.
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
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
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.
3881 (IPAGENT_CFLAGS): Add UST_CFLAGS.
3882 * config.in, configure: Regenerate.
3884 2010-06-20 Ian Lance Taylor <iant@google.com>
3885 Pedro Alves <pedro@codesourcery.com>
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.
3891 2010-06-20 Pedro Alves <pedro@codesourcery.com>
3893 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
3894 conditions in gdbserver.
3896 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
3898 * spu-low.c (spu_read_memory): Wrap around local store limit.
3899 (spu_write_memory): Likewise.
3901 2010-06-15 Pedro Alves <pedro@codesourcery.com>
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
3906 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
3908 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
3909 uses with LONGEST uses.
3911 2010-06-14 Stan Shebs <stan@codesourcery.com>
3912 Pedro Alves <pedro@codesourcery.com>
3916 * linux-x86-low.c: Include limits.h.
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):
3962 (condition_true_at_tracepoint): If there's a compiled condition,
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.
3984 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
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.
3989 2010-06-01 Pedro Alves <pedro@codesourcery.com>
3990 Stan Shebs <stan@codesourcery.com>
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
4022 (stuck_in_jump_pad_callback): New.
4023 (move_out_of_jump_pad_callback): 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.
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
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.
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.
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'.
4145 <actions_str, step_actions, step_actions_str>: Only include in
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):
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.
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
4184 (create_trace_state_variable): New parameter `gdb'. Handle it.
4185 (clear_installed_tracepoints): Clear fast tracepoint jumps.
4186 (cmd_qtdp): Handle fast tracepoints.
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
4196 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
4197 support. Upload fast traceframes, and delete internal IPA
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
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.
4220 (write_inferior_data_ptr): New.
4221 (target_tp_heap): New.
4222 (target_malloc): New.
4223 (download_agent_expr): 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.
4246 2010-06-01 Pedro Alves <pedro@codesourcery.com>
4248 * server.c (handle_query) <qSupported>: Do two passes over the
4249 qSupported string to avoid nesting strtok.
4251 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4253 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
4255 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
4257 * configure: Regenerate.
4258 * proc-service.list: New.
4260 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4262 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
4265 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
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.
4271 2010-05-23 Pedro Alves <pedro@codesourcery.com>
4273 * config.h: Regenerate.
4275 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
4277 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
4278 doesn't provide PTRACE_GET_THREAD_AREA.
4280 2010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
4282 * linux-m68k-low.c: Include <asm/ptrace.h>
4283 (ps_get_thread_area): Implement.
4285 2010-05-03 Doug Evans <dje@google.com>
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.
4302 2010-05-03 Pedro Alves <pedro@codesourcery.com>
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
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
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
4321 (thread_db_init): Don't set all_symbols_looked_up here.
4322 * linux-low.h (thread_db_look_up_one_symbol): Declare.
4324 2010-05-03 Pedro Alves <pedro@codesourcery.com>
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
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
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.
4361 (cancel_breakpoints): New.
4362 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
4364 (cmd_qtstart): Pause threads.
4365 (stop_tracing): Pause threads, and cancel breakpoints.
4366 * win32-low.c (win32_target_ops): Adjust.
4368 2010-05-03 Pedro Alves <pedro@codesourcery.com>
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.
4375 2010-05-02 Pedro Alves <pedro@codesourcery.com>
4377 * README: Use consistent `GDB' and `GDBserver' spellings.
4379 2010-05-02 Pedro Alves <pedro@codesourcery.com>
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
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
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.
4405 2010-05-01 Pedro Alves <pedro@codesourcery.com>
4407 * linux-low.c (linux_enable_event_reporting): New.
4408 (linux_wait_for_event_1, handle_extended_wait): Use it.
4410 2010-04-30 Pedro Alves <pedro@codesourcery.com>
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.
4423 2010-04-26 Doug Evans <dje@google.com>
4425 * server.c (handle_general_set): Make static.
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.
4431 2010-04-23 Doug Evans <dje@google.com>
4433 * server.c (start_inferior): Print inferior argv if --debug.
4435 2010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
4437 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
4438 * nto-x86-low.c: Include server.h
4440 2010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
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
4447 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4449 * configure.srv (x86_64-*-mingw*): New configuration for Windows
4452 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
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.
4461 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
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'.
4474 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
4476 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
4479 2010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
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.
4486 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4488 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
4489 if __x86_64__ is defined.
4491 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
4493 * configure: Regenerate.
4495 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
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.
4508 2010-04-12 Pedro Alves <pedro@codesourcery.com>
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.
4519 2010-04-12 Pedro Alves <pedro@codesourcery.com>
4521 * server.h (buffer_xml_printf): Remove redundant `;'.
4523 2010-04-12 Pedro Alves <pedro@codesourcery.com>
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
4532 2010-04-12 H.J. Lu <hongjiu.lu@intel.com>
4534 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
4535 variable warning on Linux/x86-64.
4537 2010-04-11 Pedro Alves <pedro@codesourcery.com>
4539 GDBserver disconnected tracing support.
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'.
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
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.
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.
4575 (disconnected_tracing): Declare.
4576 (stop_tracing): Declare.
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.
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.
4604 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
4606 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
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.
4615 * tracepoint.c (tracing): Make extern.
4616 (disconnected_tracing): New.
4617 (stop_tracing): Make extern. Handle tracing stops due to GDB
4619 (cmd_qtdisconnected): New.
4620 (cmd_qtstatus): Report disconnected tracing status in trace reply.
4621 (handle_tracepoint_general_set): Handle QTDisconnected.
4623 * event-loop.c (event_handler_func): Change return type to int.
4624 (process_event): Bail out if the event handler wants the event
4626 (handle_file_event): Ditto.
4627 (start_event_loop): Bail out if the event handler wants the event
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.
4636 2010-04-11 Pedro Alves <pedro@codesourcery.com>
4638 * regcache.c (realloc_register_cache): Invalidate inferior's
4639 regcache before recreating it.
4641 2010-04-09 Pedro Alves <pedro@codesourcery.com>
4643 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
4645 2010-04-09 Stan Shebs <stan@codesourcery.com>
4646 Pedro Alves <pedro@codesourcery.com>
4648 * server.h (LONGEST): New.
4649 (struct thread_info) <while_stepping>: New field.
4650 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
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.
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
4663 (main): Initialize the tracepoints module.
4664 (process_serial_event): Handle traceframe reads/writes.
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>:
4673 * linux-x86-low.c (x86_supports_tracepoints): New.
4674 (the_low_target). Install it.
4676 * mem-break.h (delete_breakpoint): Declare.
4677 * mem-break.c (delete_breakpoint): Make external.
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)
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.
4697 * tracepoint.c: New.
4699 * Makefile.in (OBS): Add tracepoint.o.
4700 (tracepoint.o): New rule.
4702 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4704 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
4706 (i386-mmx.c): Likewise.
4707 (i386-mmx-linux.o): Likewise.
4708 (i386-mmx-linux.c): Likewise.
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.
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.
4719 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4721 * Makefile.in (clean): Updated.
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.
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.
4742 * i387-fp.c: Include "i386-xstate.h".
4744 (i387_cache_to_xsave): Likewise.
4745 (i387_xsave_to_cache): Likewise.
4746 (x86_xcr0): Likewise.
4748 * i387-fp.h (i387_cache_to_xsave): Likewise.
4749 (i387_xsave_to_cache): Likewise.
4750 (x86_xcr0): Likewise.
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.
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.
4768 * linux-low.h (regset_info): Add nt_type.
4769 (linux_target_ops): Add process_qsupported.
4771 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.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.
4790 * server.c (handle_query): Call target_process_qsupported.
4792 * target.h (target_ops): Add process_qsupported.
4793 (target_process_qsupported): New.
4795 2010-04-03 Pedro Alves <pedro@codesourcery.com>
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.
4807 2010-04-01 Pedro Alves <pedro@codesourcery.com>
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.
4814 2010-04-01 Pedro Alves <pedro@codesourcery.com>
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
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
4831 2010-04-01 Pedro Alves <pedro@codesourcery.com>
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.
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
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
4865 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
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.
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.
4883 * server.h (struct raw_breakpoint): Forward declare.
4884 (struct process_info): New field `raw_breakpoints'.
4886 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
4889 2010-03-24 Pedro Alves <pedro@codesourcery.com>
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.
4908 2010-03-24 Pedro Alves <pedro@codesourcery.com>
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
4924 2010-03-24 Pedro Alves <pedro@codesourcery.com>
4926 * server.c (handle_query): Assign, not compare.
4928 2010-03-24 Pedro Alves <pedro@codesourcery.com>
4930 Teach linux gdbserver to step-over-breakpoints.
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
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
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
4958 (send_sigstop): Don't clear stop_expected. Always set it,
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.
5012 2010-03-23 Michael Snyder <msnyder@vmware.com>
5014 * server.c (crc32): New function.
5015 (handle_query): Add handling for 'qCRC:' request.
5017 2010-03-23 Pedro Alves <pedro@codesourcery.com>
5019 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
5020 lwp had been stopped by a watchpoint.
5022 2010-03-16 Pedro Alves <pedro@codesourcery.com>
5024 * server.h (internal_error): Declare.
5025 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
5026 * utils.c (internal_error): New function.
5028 2010-03-15 Andreas Schwab <schwab@redhat.com>
5030 * configure.srv: Fix typo setting srv_regobj.
5032 2010-03-15 Pedro Alves <pedro@codesourcery.com>
5034 * linux-low.c (fetch_register): Avoid passing a non string literal
5036 (usr_store_inferior_registers): Ditto.
5038 2010-03-14 Pedro Alves <pedro@codesourcery.com>
5040 * linux-low.c (linux_write_memory): Bail out early if peeking
5043 2010-03-14 Pedro Alves <pedro@codesourcery.com>
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
5051 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
5053 (linux_stopped_by_watchpoint): Rewrite.
5054 (linux_stopped_data_address): Rewrite.
5056 2010-03-06 Simo Melenius <simo.melenius@iki.fi>
5058 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
5059 switching the current inferior, not before.
5061 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
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.
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.
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.
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.
5108 2010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
5110 * configure.ac: Check for libdl. If it is not available link against
5111 static libthread_db.
5112 * configure: Regenerate.
5114 2010-02-22 Pedro Alves <pedro@codesourcery.com>
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.
5122 2010-02-12 Doug Evans <dje@google.com>
5124 * linux-low.c (linux_supports_tracefork_flag): Document.
5125 (linux_look_up_symbols): Add comment.
5127 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
5129 * regcache.c (supply_register): Clear regcache if buf is NULL.
5131 2010-02-02 Nicolas Roche <roche@sourceware.org>
5132 Joel Brobecker <brobecker@adacore.com>
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.
5138 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5140 * linux-arm-low.c (thumb_breakpoint_len): Delete.
5141 (thumb2_breakpoint): New.
5142 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
5144 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5146 * linux-low.c (get_stop_pc): Check for SIGTRAP.
5147 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
5150 2010-01-21 Pedro Alves <pedro@codesourcery.com>
5152 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
5154 2010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5156 * linux-s390-low.c (s390_collect_ptrace_register)
5157 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
5159 2010-01-21 Doug Evans <dje@google.com>
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.
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.
5173 2010-01-21 Pedro Alves <pedro@codesourcery.com>
5175 * proc-service.c (ps_lgetregs): Don't refetch registers from the
5178 2010-01-21 Pedro Alves <pedro@codesourcery.com>
5180 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
5181 prototype to take a regcache. Adjust.
5183 2010-01-20 Pedro Alves <pedro@codesourcery.com>
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
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
5213 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
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
5226 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
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.
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.
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):
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.
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.
5270 * linux-ppc-low.c (ppc_supply_ptrace_register)
5271 (ppc_supply_ptrace_register): Ditto.
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
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
5297 * win32-i386-low.c (i386_fetch_inferior_register)
5298 (i386_store_inferior_register): Change prototype to take a
5300 * win32-low.c (child_fetch_inferior_registers)
5301 (child_store_inferior_registers): Change prototype to take a
5303 (win32_wait): Adjust.
5304 (win32_fetch_inferior_registers): Change prototype to take a
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.
5310 2010-01-20 Doug Evans <dje@google.com>
5312 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
5314 (linux_wait_for_event1, linux_init_signals): Ditto.
5315 (W_STOPCODE): Provide definition if missing.
5317 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
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):
5327 (handle_query): Handle qXfer:threads. Announce availability
5329 * target.h (struct target_ops): New field core_of_thread.
5331 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
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.
5358 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5360 * server.c (gdbserver_version): Update copyright year to 2010.
5361 * gdbreplay.c (gdbreplay_version): Likewise.
5363 2009-12-28 Doug Evans <dje@google.com>
5365 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
5366 elf/external.h. Include <elf.h> instead but only if necessary.
5368 2009-12-28 Pedro Alves <pedro@codesourcery.com>
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
5379 2009-12-21 Doug Evans <dje@google.com>
5381 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
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.
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.
5395 * linux-low.c (my_waitpid): Delete unnecessary prototype.
5397 2009-12-18 Doug Evans <dje@google.com>
5399 * event-loop.c: Include unistd.h if it exists.
5401 * linux-low.c (my_waitpid): Move definition away from being in
5402 between linux_tracefork_child/linux_test_for_tracefork.
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.
5408 2009-12-16 Doug Evans <dje@google.com>
5410 * linux-low.c (linux_read_memory): Fix argument to read.
5412 2009-11-26 Pedro Alves <pedro@codesourcery.com>
5414 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
5415 events, don't leave current_inferior pointing at null.
5417 2009-11-26 Pedro Alves <pedro@codesourcery.com>
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.
5425 2009-11-26 Pedro Alves <pedro@codesourcery.com>
5427 * win32-low.c (win32_add_one_solib): If the dll name is
5428 "ntdll.dll", prepend the system directory to the dll path.
5430 2009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
5432 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
5434 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5435 Vladimir Prus <vladimir@codesourcery.com>
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.
5444 2009-11-16 Pedro Alves <pedro@codesourcery.com>
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
5453 (thread_db_free): Add `detaching' parameter. Only
5454 call td_ta_clear_event if detaching from process.
5456 2009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
5458 * thread-db.c (thread_db_free): Fix typo.
5460 2009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5463 * thread-db.c (thread_db_free): Call td_ta_clear_event.
5465 2009-11-03 Nathan Sidwell <nathan@codesourcery.com>
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
5471 * configure: Rebuilt.
5473 2009-10-29 Sandra Loosemore <sandra@codesourcery.com>
5477 * server.c (handle_search_memory_1): Correct read_addr initialization
5478 in loop for searching subsequent chunks.
5480 2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
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.
5488 2009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
5491 * thread-db.c (attach_thread): New function.
5492 (maybe_attach_thread): Return success/failure.
5493 (find_new_threads_callback): Adjust.
5494 (thread_db_find_new_threads): Loop until no new threads.
5496 2009-10-13 Pedro Alves <pedro@codesourcery.com>
5498 * proc-service.c (ps_lgetregs): Formatting.
5500 2009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
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
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.
5525 2009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
5527 * spu-low.c (spu_kill): Wait for inferior to terminate.
5528 Call clear_inferiors.
5529 (spu_detach): Call clear_inferiors.
5531 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5533 * aclocal.m4: Regenerate.
5534 * config.in: Likewise.
5535 * configure: Likewise.
5537 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
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.
5544 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
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.
5552 2009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
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.
5565 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5567 * Makefile.in (datarootdir): New variable.
5569 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
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.
5587 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
5589 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
5590 the main thread again.
5592 2009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
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.
5603 2009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
5605 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
5608 2009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
5609 Pedro Alves <pedro@codesourcery.com>
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.
5618 2009-06-30 Doug Evans <dje@google.com>
5619 Pierre Muller <muller@ics.u-strasbg.fr>
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
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,
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,
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.
5685 2009-06-25 Pedro Alves <pedro@codesourcery.com>
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.
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.
5706 2009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
5708 * server.c (handle_v_kill): Pass signal_pid to
5709 kill_inferior if multi_process is zero.
5711 2009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
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'.
5717 2009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
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
5726 2009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
5727 Pedro Alves <pedro@codesourcery.com>
5729 * target.h (struct target_ops) <supports_multi_process>: New
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
5739 2009-05-24 Doug Evans <dje@google.com>
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.
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)
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.
5754 2009-05-23 Doug Evans <dje@google.com>
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.
5760 2009-05-13 Doug Evans <dje@google.com>
5762 * linux-x86-low.c: Don't include assert.h.
5763 (x86_siginfo_fixup): Use fatal, not assert.
5764 (x86_arch_setup): Fix comment.
5766 2009-05-12 Doug Evans <dje@google.com>
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
5778 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
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.
5790 2009-05-07 Doug Evans <dje@google.com>
5792 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
5793 (regsets_store_inferior_registers): Ditto.
5795 2009-05-06 Pedro Alves <pedro@codesourcery.com>
5799 * linux-low.c (must_set_ptrace_flags): Delete.
5800 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
5802 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
5803 `lwp->must_set_ptrace_flags' instead.
5804 (linux_wait_for_event_1): Set ptrace options here.
5805 (linux_wait_1): ... not here.
5807 2009-04-30 Doug Evans <dje@google.com>
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.
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.
5823 2009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
5825 * configure.srv: Add x86 Windows CE target.
5827 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
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.
5836 2009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
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.
5850 2009-04-02 Pedro Alves <pedro@codesourcery.com>
5852 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
5855 2009-04-01 Pedro Alves <pedro@codesourcery.com>
5857 Implement the multiprocess extensions, and add linux multiprocess
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
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
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
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
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.
5919 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
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
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
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
5940 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
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
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
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
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
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
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.
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
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
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
6024 (find_one_thread): Change argument type to ptid_t. Adjust to
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
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
6044 (child_fetch_inferior_registers, child_store_inferior_registers):
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
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
6058 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6060 Non-stop mode support.
6062 * server.h (non_stop): Declare.
6063 (gdb_client_data, handler_func): Declare.
6064 (delete_file_handler, add_file_handler, start_event_loop):
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
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
6086 (attach_inferior): In non-stop mode, don't wait for the target
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
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
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
6116 * event-loop.c: New.
6117 * Makefile.in (OBJ): Add event-loop.o.
6118 (event-loop.o): New rule.
6120 * linux-low.h (pid_of): Moved here.
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.
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
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.
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
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
6166 (my_waitpid): Reimplement. Emulate __WALL.
6167 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
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.
6181 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6183 Decouple target code from remote protocol.
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.
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
6194 (prepare_resume_reply): Change prototype to take a
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.
6202 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
6204 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
6205 (handle_v_requests, myresume): Remove "status" and "signal"
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.
6213 * linux-low.c (linux_wait): Adjust to new target_ops->wait
6215 * spu-low.c (spu_wait): Adjust.
6216 * win32-low.c (enum target_waitkind, struct target_waitstatus):
6218 (win32_wait): Adjust.
6220 2009-04-01 Pedro Alves <pedro@codesourcery.com>
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
6238 * win32-low.c (win32_detach, win32_resume): Ditto.
6240 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6242 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
6244 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
6246 (linux_continue_one_thread): Only preserve the stepping flag if
6247 there's a pending breakpoint.
6249 2009-03-31 Pedro Alves <pedro@codesourcery.com>
6251 * server.c (main): After the inferior having exited, call
6252 remote_close before exiting gdbserver.
6254 2009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
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
6262 2009-03-23 Pedro Alves <pedro@codesourcery.com>
6264 * server.c (handle_query) Whitespace and formatting.
6266 2009-03-22 Pedro Alves <pedro@codesourcery.com>
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.
6277 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6279 * inferiors.c (find_inferior): Make it safe for the callback
6280 function to delete the currently iterated inferior.
6282 2009-03-22 Pedro Alves <pedro@codesourcery.com>
6284 * Makefile.in (linuw_low_h): Move higher.
6285 (thread-db.o): Depend on $(linux_low_h).
6287 2009-03-17 Pedro Alves <pedro@codesourcery.com>
6289 Rename "process" to "lwp" throughout.
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):
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.
6335 2009-03-14 Pedro Alves <pedro@codesourcery.com>
6337 * server.c (handle_query): Handle "qAttached".
6339 2009-03-13 Nathan Sidwell <nathan@codesourcery.com>
6341 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
6342 GPLv3, update license URL.
6344 2009-03-01 Doug Evans <dje@google.com>
6346 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
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.
6352 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6354 * remote-utils.c (getpkt): Also generate remote-debug
6355 information if noack_mode is set.
6357 2009-02-06 Pedro Alves <pedro@codesourcery.com>
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.
6365 2009-01-26 Pedro Alves <pedro@codesourcery.com>
6367 * server.c (gdbserver_usage): Mention --remote-debug.
6368 (main): Accept '--remote-debug' switch.
6370 2009-01-18 Doug Evans <dje@google.com>
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
6378 (handle_v_run): Ditto. Call freeargv.
6379 * server.h (freeargv): Declare.
6380 * utils.c (freeargv): New fn.
6382 2009-01-15 Doug Evans <dje@google.com>
6384 * gdbreplay.c (perror_with_name): Make arg const char *.
6385 * server.h (target_signal_to_name): Make return type const char *.
6386 * thread-db.c (thread_db_err_str): Make return type const char *.
6387 * utils.c (perror_with_name): Make arg const char *.
6389 2009-01-14 Pedro Alves <pedro@codesourcery.com>
6391 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
6392 when handling a EXIT_PROCESS_DEBUG_EVENT.
6394 2009-01-06 Joel Brobecker <brobecker@adacore.com>
6396 * gdbreplay.c (gdbreplay_version): Update copyright year.
6397 * server.c (gdbserver_version): Likewise.
6399 2009-01-05 Doug Evans <dje@google.com>
6401 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
6402 (handle_extended_wait): Improve comment.
6404 2008-12-13 Doug Evans <dje@google.com>
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.
6417 * win32-low.c: Ditto.
6419 2008-12-12 Doug Evans <dje@google.com>
6421 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
6422 in debugging printf.
6424 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
6426 2008-12-09 Doug Evans <dje@google.com>
6428 * linux-low.h (struct process_info): Delete member tid, unused.
6429 * thread-db.c (find_one_thread): Update.
6430 (maybe_attach_thread): Update.
6432 2008-12-02 Pedro Alves <pedro@codesourcery.com>
6434 * target.h (struct target_ops): Add qxfer_osdata member.
6435 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
6437 (linux_qxfer_osdata): New functions.
6438 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
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.
6448 2008-11-24 Doug Evans <dje@google.com>
6450 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
6452 2008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6454 * server.c (handle_v_run): Always use the supplied argument list.
6456 2008-11-19 Bob Wilson <bob.wilson@acm.org>
6458 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
6459 (xtensa_regmap_table): Add entry for scompare1.
6461 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
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
6476 2008-11-14 Daniel Gutson <dgutson@codesourcery.com>
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.
6486 2008-10-21 Doug Evans <dje@google.com>
6488 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
6489 (READLINE_DIR,READLINE_DEP): Delete.
6490 (INTERNAL_CFLAGS): Update.
6491 (LINTFLAGS): Update.
6493 2008-10-10 Pedro Alves <pedro@codesourcery.com>
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].
6498 2008-09-08 Pedro Alves <pedro@codesourcery.com>
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.
6504 2008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6506 * configure.srv: Merge MIPS and MIPS64.
6508 2008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
6510 * Makefile.in (uninstall): Apply $(EXEEXT) too.
6512 2008-08-18 Luis Machado <luisgpm@br.ibm.com>
6514 * Makefile.in: Add required vsx dependencies.
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.
6525 * configure.srv: Add new VSX dependencies.
6527 2008-08-12 Pedro Alves <pedro@codesourcery.com>
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
6536 (main): Reset noack_mode on every connection.
6537 * server.h (noack_mode): Declare.
6539 2008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6541 * Makefile.in (GDBREPLAY_OBS): New variable.
6542 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
6544 2008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
6545 Daniel Jacobowitz <dan@codesourcery.com>
6547 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
6548 (usr_store_inferior_registers): Likewise.
6549 (regsets_store_inferior_registers): Likewise.
6551 2008-07-31 Rolf Jansen <rj@surtec.com>
6552 Pedro Alves <pedro@codesourcery.com>
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.
6561 2008-07-28 Doug Kwan <dougkwan@google.com>
6563 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
6564 (linux_write_memory): Remove declaration of errno.
6566 2008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
6568 * linux-low.c (handle_extended_wait): Do not use "status"
6569 variable uninitialized.
6571 2008-07-07 Pedro Alves <pedro@codesourcery.com>
6573 * server.c (handle_v_attach): Inhibit reporting dll changes.
6575 2008-06-27 Pedro Alves <pedro@codesourcery.com>
6577 * remote-utils.c (prepare_resume_reply): If requested, don't
6578 output "thread:TID" in the T stop reply.
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
6584 (handle_v_requests): If requested, disable support for vCont.
6585 (gdbserver_show_disableable): New.
6586 (main): Handle --disable-packet and --disable-packet=LIST.
6588 * server.h (disable_packet_vCont, disable_packet_Tthread)
6589 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
6591 2008-06-20 Carlos O'Donell <carlos@codesourcery.com>
6593 * server.c (gdbserver_usage): Mention --version.
6595 2008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
6597 * Makefile.in (gdbreplay.o): New rule.
6599 2008-06-06 Joseph Myers <joseph@codesourcery.com>
6601 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
6602 message, not gdbserver.
6604 2008-06-05 Vladimir Prus <vladimir@codesourcery.com>
6605 Nathan Sidwell <nathan@codesourcery.com>
6606 Joseph Myers <joseph@codesourcery.com>
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.
6619 2008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
6621 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
6622 (arm_breakpoint_at): Handle Thumb.
6623 (the_low_target): Add comment.
6625 2008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
6627 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
6629 2008-05-09 Doug Evans <dje@google.com>
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.
6634 (handle_search_memory): New fn.
6635 (handle_query): Process qSearch:memory packets.
6637 2008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
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.
6645 2008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
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
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.
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.
6686 * inferiors.c (clear_inferiors): Reset current_inferior.
6688 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
6690 * acinclude.m4: Add override.m4.
6691 * configure: Regenerate.
6693 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
6695 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
6696 initial call to init_register_ppc64.
6698 2008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
6700 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
6701 single powerpc*-*-linux* case.
6702 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
6704 2008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
6706 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
6707 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
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.
6724 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
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
6733 (initialize_low): Allocate disabled_regsets.
6735 2008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
6737 * Makefile.in (LIBOBJS): New.
6739 (memmem.o): New rule.
6740 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
6741 * configure: Regenerated.
6743 2008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
6745 * server.c (handle_query): Never return "unsupported" for
6746 qXfer:features:read queries.
6748 2008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
6750 * server.c (get_features_xml): Fix inverted condition.
6751 (handle_query): Always support qXfer:feature:read.
6753 2008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
6755 * server.c (wrapper_argv): New.
6756 (start_inferior): Handle wrapper_argv. If set, expect an extra
6758 (gdbserver_usage): Document --wrapper.
6759 (main): Parse --wrapper.
6761 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
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.
6770 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6772 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
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.
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
6790 arch_setup member depending on __powerpc64__. Install
6791 collect_ptrace_register and supply_ptrace_register members.
6793 2008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
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.
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.
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.
6827 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
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.
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.
6841 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
6842 (ppc_supply_ptrace_register): Likewise.
6843 (the_low_target): Update.
6845 * linux-i386-low.c (the_low_target): Update.
6846 * linux-x86-64-low.c (the_low_target): Update.
6848 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
6850 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
6851 reg-s390.o and reg-s390x.o.
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.
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.
6864 * regcache.c (realloc_register_cache): New function.
6865 (set_register_cache): Call it for each existing regcache.
6867 2008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
6869 * server.h (init_registers): Remove prototype.
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.
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.
6916 * spu-low.c (init_registers_spu): Add prototype.
6917 (initialize_low): Call initialie_registers_spu () instead of
6918 initialize_registers ().
6920 2008-02-19 Pedro Alves <pedro@codesourcery.com>
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
6926 2008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
6928 * server.c (handle_query): Correct length check.
6930 2008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
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
6949 2008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
6951 * server.c (monitor_show_help): Add "exit".
6953 2008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
6955 * Makefile.in (SFILES): Add linux-xtensa-low.c.
6956 (clean): Add reg-xtensa.c.
6957 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
6958 * configure.srv (xtensa*-*-linux*) New target.
6959 * linux-xtensa-low.c: New.
6960 * xtensa-xtregs.c: New.
6962 2008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
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.
6976 * spu-low.c (spu_target_ops): Likewise.
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
6988 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
6989 * configure: Regenerate.
6991 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
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
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
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.
7019 2007-12-20 Andreas Schwab <schwab@suse.de>
7021 * linux-low.c (STACK_SIZE): Define.
7022 (linux_tracefork_child): Use it. Use __clone2 on ia64.
7023 (linux_test_for_tracefork): Likewise.
7025 2007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
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
7031 (set_breakpoint_at): Update handler type.
7032 (reinsert_breakpoint_handler): Return 1 instead of calling
7034 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
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.
7042 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
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.
7049 2007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
7051 * server.c (myresume): Add own_buf argument.
7052 (main): Update calls.
7054 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
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.
7069 2007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
7071 * remote-utils.c (readchar): Allow binary data in received messages.
7073 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
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
7082 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7084 * server.c (main): Don't report dll events on the initial
7085 connection on attaches.
7087 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7089 * server.c (main): Relax numerical bases supported for the pid of
7090 the --attach command line argument.
7092 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
7094 * win32-low.c (win32_attach): Call OpenProcess before
7095 DebugActiveProcess, not after. Add last error output to error
7098 2007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
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'
7107 2007-12-03 Leo Zayas
7108 Pedro Alves <pedro_alves@portugalmail.pt>
7110 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
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,
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
7126 2007-12-03 Leo Zayas
7127 Pedro Alves <pedro_alves@portugalmail.pt>
7129 * win32-low.h (win32_thread_info): Add descriptions to the
7130 structure members. Replace `suspend_count' counter by a
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.
7139 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
7141 * win32-low.c (win32_wait): Don't read from the inferior when it
7144 2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
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.
7150 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7152 * hostio.c: Correct copyright year.
7154 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
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.
7164 2007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7166 * linux-low.c: Include <sched.h>.
7168 2007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
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.
7174 2007-10-31 Joel Brobecker <brobecker@adacore.com>
7176 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
7178 2007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7180 * linux-low.c (handle_extended_wait): Handle unexpected signals.
7182 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
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
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.
7226 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
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*
7234 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
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.
7247 2007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
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.
7254 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7256 * linux-low.c (linux_wait_for_event): Do not pass signals while
7259 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
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.
7267 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
7269 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
7271 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7273 * configure.ac: Switch license to GPLv3.
7275 2007-08-01 Michael Snyder <msnyder@access-company.com>
7277 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
7279 2007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
7281 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
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.
7289 2007-07-27 Michael Snyder <michael.snyder@access-company.com>
7291 * server.c (main): Check for inferior exit before main loop.
7293 2007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
7295 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
7296 instead of on tmp_desc.
7298 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
7299 Daniel Jacobowitz <dan@codesourcery.com>
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
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
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.
7327 2007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
7329 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
7330 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
7332 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
7334 * win32-low.c (handle_output_debug_string): Ignore event if not
7337 2007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
7339 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
7341 2007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
7343 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
7345 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
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
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.
7364 2007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7366 * thread-db.c (thread_db_find_new_threads): Add prototype.
7367 (thread_db_create_event): Check for the main thread before adding
7369 (maybe_attach_thread): Only enable event reporting if TID == 0.
7370 (thread_db_get_tls_address): Check for new threads.
7372 2007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
7374 * linux-low.c (linux_create_inferior): Try execv before execvp.
7375 * spu-low.c (spu_create_inferior): Likewise.
7377 2007-06-13 Mike Frysinger <vapier@gentoo.org>
7379 * linux-low.c (linux_create_inferior): Change execv to execvp.
7380 * spu-low.c (spu_create_inferior): Likewies.
7382 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
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
7388 * configure.srv: Specify XML files and new regformats for MIPS and
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.
7399 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7400 Markus Deuling <deuling@de.ibm.com>
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.
7410 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
7412 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
7413 accessing non-seekable spufs files.
7415 2007-05-16 Markus Deuling <deuling@de.ibm.com>
7417 * server.c (handle_query): Add reply for qC packet.
7419 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7420 Leo Zayas <lerele@champenstudios@com>
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.
7428 * win32-low.c (winapi_DebugBreakProcess,
7429 winapi_GenerateConsoleCtrlEvent): New typedefs.
7430 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
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.
7437 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
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.
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.
7460 (get_child_debug_event): Change return type to void. Remove
7461 goto loop. Always return after waiting for debug event.
7462 (win32_wait): Convert to switch statement. Handle spurious
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
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.
7482 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
7483 (arm_get_thread_context): New.
7484 (arm_set_thread_context): 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.
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.
7499 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7501 * linux-low.c (linux_detach): Change return type to int. Return 0.
7502 * spu-low.c (spu_detach): Likewise.
7504 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7506 * target.h (target_ops): Change return type of detach to int.
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.
7520 (win32_target_op): Add win32_join.
7522 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7524 * win32-low.c (win32-attach): Fix return value.
7525 * target.h (target_ops): Describe ATTACH return values.
7527 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
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.
7536 2007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
7538 * win32-low.c (win32_wait): Don't use WSTOPSIG.
7540 2007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
7542 * win32-low.c: Commit leftover changes from 2007-03-29.
7544 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
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.
7552 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7554 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
7555 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
7557 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
7559 * configure.srv (arm*-*-mingw32ce*): Move near the other
7562 2007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
7564 * configure.ac: Add errno checking.
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.
7569 * configure.srv (i[34567]86-*-cygwin*): Add
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.
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.
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.
7607 (do_child_fetch_inferior_registers): Move to ...
7608 * win32-i386-low.c: ... here, and rename to ...
7609 (do_fetch_inferior_registers): ... this.
7610 * win32-low.c (child_fetch_inferior_registers):
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
7621 (win32_detach): Use coredll.dll on Windows CE.
7622 (win32_resume): Let low target handle debug registers, and
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.
7644 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7646 * win32-low.c: Rename typedef thread_info to
7647 win32_thread_info throughout.
7649 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
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.
7656 2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
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.
7665 2007-03-27 Mat Hostetter <mat@lcs.mit.edu>
7667 * server.c (main): Correct strtoul check.
7669 2007-03-27 Jon Ringle <jon@ringle.org>
7671 * linux-low.c: Check __ARCH_HAS_MMU__ also.
7673 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7675 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7677 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7679 * terminal.h: Check HAVE_SGTTY_H.
7681 2007-02-27 Mat Hostetter <mat@lcs.mit.edu>
7683 * remote-utils.c (remote_open): Print out the assigned port number.
7685 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
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
7696 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
7698 * Makefile.in (EXEEXT): New.
7699 (clean): Use $(EXEEXT).
7701 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
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
7711 (input_interrupt): Likewise.
7713 2007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
7715 * server.c (get_features_xml): Check if target implemented
7717 * win32-i386-low.c (win32_arch_string): New.
7718 (win32_target_ops): Add win32_arch_string as arch_string member.
7720 2007-02-22 Markus Deuling <deuling@de.ibm.com>
7722 * spu-low.c (spu_arch_string): New.
7723 (spu_target_ops): Add spu_arch_string.
7725 2007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
7727 * remote-utils.c: Remove HAVE_TERMINAL_H check.
7728 * configure.ac: Do not check for terminal.h.
7729 * configure, config.in: Regenerated.
7731 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7733 * Makefile.in (OBS): Add $(XML_BUILTIN).
7734 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
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
7748 (handle_query): Handle multiple annexes.
7750 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7752 * remote-utils.c [USE_WIN32API] (read, write): Define.
7753 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
7756 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
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.
7768 2007-01-03 Denis Pilat <denis.pilat@st.com>
7769 Daniel Jacobowitz <dan@codesourcery.com>
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.
7775 2006-12-30 Denis PILAT <denis.pilat@st.com>
7776 Daniel Jacobowitz <dan@codesourcery.com>
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.
7783 2006-12-05 Markus Deuling <deuling@de.ibm.com>
7785 * README: Update supported targets.
7787 2006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
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.
7801 2006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
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.
7808 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7810 * configure.ac: Correct td_thr_tls_get_addr test.
7811 * configure: Regenerated.
7813 2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
7815 * linux-low.c (linux_wait_for_event): Reformat. Use the
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.
7823 2006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
7825 * server.c (handle_query): Correct error handling for read_auxv.
7827 2005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
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.
7834 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
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.
7851 2006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
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.
7862 2006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
7864 * remote-utils.c (try_rle): New function.
7865 (putpkt_binary): Use it.
7867 2006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
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
7876 2006-08-08 Richard Sandiford <richard@codesourcery.com>
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().
7885 2006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
7887 * server.c (handle_query): Correct qPart to qXfer.
7889 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
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
7907 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
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.
7921 2006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
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.
7929 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
7931 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
7932 (putpkt_binary): Renamed from putpkt and adjusted for binary
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.
7941 2006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
7943 * server.c (handle_query): Handle qSupported.
7945 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
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.
7952 2006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
7954 * Makefile.in (linux-arm-low.o): Update dependencies.
7955 * linux-arm-low.c: Include "gdb_proc_service.h".
7956 (PTRACE_GET_THREAD_AREA): Define.
7957 (ps_get_thread_area): New function.
7959 2006-05-09 Nathan Sidwell <nathan@codesourcery.com>
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.
7969 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
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.
7977 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
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.
7989 2006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
7991 * remote-utils.c (prepare_resume_reply): Move declaration
7992 of gdb_id_from_wait to the top of the block.
7994 2006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
7996 * linux-low.c (regsets_store_inferior_registers): Read the regset
7997 from the target before filling it.
7999 2006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8001 * server.c (attach_inferior): Return SIGTRAP for a successful
8004 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
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.
8016 2005-12-23 Eli Zaretskii <eliz@gnu.org>
8028 * linux-x86-64-low.c:
8031 * linux-ppc64-low.c:
8040 * linux-crisv32-low.c:
8052 * gdbserver.1: Add (C) after Copyright. Update the FSF
8055 2005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
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.
8061 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
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.
8068 2005-10-25 Andreas Schwab <schwab@suse.de>
8070 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
8072 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
8073 (ia64_num_regs): Reduce to 462.
8075 2005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
8077 * acinclude.m4: Correct quoting.
8078 * aclocal.m4: Regenerated.
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.
8086 2005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8088 * server.h (error, fatal, warning): Add ATTR_FORMAT.
8090 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
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
8101 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
8102 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
8104 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
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
8118 2005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
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.
8125 2005-07-01 Steve Ellcey <sje@cup.hp.com>
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.
8133 2005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
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.
8140 2005-06-13 Mark Kettenis <kettenis@gnu.org>
8142 * configure.ac: Simplify and improve check for socklen_t.
8143 * configure, config.in: Regenerate.
8145 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
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.
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
8160 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
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):
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,
8176 (read_inferior_memory, write_inferior_memory): Update.
8177 * linux-low.h (struct linux_target_ops): Change type of breakpoint
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.
8185 2005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
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.
8192 2005-05-23 Orjan Friberg <orjanf@axis.com>
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.
8198 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
8199 reg-crisv32.o, and reg-crisv32.c to make rules.
8200 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
8203 2005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
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.
8209 2005-05-12 Orjan Friberg <orjanf@axis.com>
8211 * target.h (struct target_ops): Add insert_watchpoint,
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
8220 * server.c (main): Recognize 'Z' and 'z' packets.
8222 2005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
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.
8228 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
8230 * proc-service.c (ps_lgetregs): Search all_processes instead of
8233 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
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.
8240 2005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
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.
8246 2005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
8248 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
8250 2005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
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
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
8275 2005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
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.
8282 2005-01-07 Andrew Cagney <cagney@gnu.org>
8284 * configure.ac: Rename configure.in, require autoconf 2.59.
8285 * configure: Re-generate.
8287 2004-12-08 Daniel Jacobowitz <dan@debian.org>
8289 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
8291 * aclocal.m4: Regenerated.
8292 * configure: Regenerated.
8294 2004-11-21 Andreas Schwab <schwab@suse.de>
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.
8302 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
8303 srv_linux_thread_db to yes.
8305 2004-10-20 Joel Brobecker <brobecker@gnat.com>
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.
8312 2004-10-16 Daniel Jacobowitz <dan@debian.org>
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
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.
8334 2004-10-16 Daniel Jacobowitz <dan@debian.org>
8336 * configure.in: Test for -rdynamic.
8337 * configure: Regenerated.
8338 * Makefile (INTERNAL_LDFLAGS): New.
8339 (gdbserver, gdbreplay): Use it.
8341 2004-09-02 Andrew Cagney <cagney@gnu.org>
8343 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
8345 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8347 * linux-low.c (linux_wait): Clear all_processes list also.
8349 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
8351 * linux-low.c: Include <errno.h>. Remove extern declaration of
8354 2004-03-12 Daniel Jacobowitz <drow@mvista.com>
8356 * gdbreplay.c, server.h, utils.c: Update copyright years.
8358 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
8360 * server.c (main): Print child status or termination signal from
8361 variable 'signal', not 'sig'.
8363 2004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
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.
8371 (read_inferior_memory): Adapt prototype.
8372 * server.c (main): Return an error packet if
8373 read_inferior_memory() returns an error.
8375 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8377 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
8378 Unify with other clean targets.
8380 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8382 * server.c (handle_v_cont): Call set_desired_inferior.
8384 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8386 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
8388 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
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.
8395 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8397 * remote-utils.c (remote_open): Print a status notice after
8399 * server.c (attach_inferior): Print a status notice after
8402 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8404 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
8406 2004-02-26 Daniel Jacobowitz <drow@mvista.com>
8408 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
8410 * server.c, target.h: Update copyright years.
8412 2004-02-25 Roland McGrath <roland@redhat.com>
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.
8419 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8421 Committed by Jim Blandy <jimb@redhat.com>.
8423 * linux-s390-low.c (s390_num_regs): Update.
8424 (s390_regmap): Remove control registers. Use __s390x__ predefine
8425 instead of GPR_SIZE to distiguish s390 and s390x targets.
8427 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
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
8438 2004-01-30 Daniel Jacobowitz <drow@mvista.com>
8440 * regcache.c (new_register_cache): Clear the allocated register
8441 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
8443 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
8445 * linux-low.c (linux_resume): Take a struct thread_resume *
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
8458 (myresume): Delete macro.
8460 2003-08-08 H.J. Lu <hongjiu.lu@intel.com>
8462 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
8463 (uninstall): Support DESTDIR.
8465 Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
8467 * configure.srv: Add xscale*linux copy of arm*linux entry.
8469 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
8471 * linux-arm-low.c (arm_reinsert_addr): New function.
8472 (the_low_target): Add arm_reinsert_addr.
8474 2003-07-08 Mark Kettenis <kettenis@gnu.org>
8476 * mem-break.c: Remove whitespace at end of file.
8478 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
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.
8487 2003-06-28 Daniel Jacobowitz <drow@mvista.com>
8489 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
8490 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
8492 2003-06-20 Daniel Jacobowitz <drow@mvista.com>
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.
8498 2003-06-17 Daniel Jacobowitz <drow@mvista.com>
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.
8507 2003-06-13 Mark Kettenis <kettenis@gnu.org>
8509 From Kelley Cook <kelleycook@wideopenwest.com>:
8510 * configure.srv: Accept i[34567]86 variants.
8512 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
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
8520 * target.h (struct target_ops): Add send_signal.
8522 2003-05-29 Jim Blandy <jimb@redhat.com>
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.
8529 2003-03-26 Daniel Jacobowitz <drow@mvista.com>
8531 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
8532 (linux_wait_for_event, linux_init_signals): Likewise.
8534 2003-03-17 Daniel Jacobowitz <drow@mvista.com>
8536 * configure.in: Check for stdlib.h.
8537 * configure: Regenerated.
8538 * config.in: Regenerated.
8540 2003-01-04 Andreas Schwab <schwab@suse.de>
8542 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
8544 2003-01-02 Andrew Cagney <ac131313@redhat.com>
8546 * Makefile.in: Remove obsolete code.
8548 2002-11-20 Daniel Jacobowitz <drow@mvista.com>
8550 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
8551 defined(PT_FPR0_HI).
8553 2002-11-17 Stuart Hughes <seh@zee2.com>
8555 * linux-arm-low.c (arm_num_regs): Increase.
8556 (arm_regmap): Include status register.
8558 2002-11-17 Daniel Jacobowitz <drow@mvista.com>
8560 * linux-low.c (register_addr): Remove incorrect -1 check.
8562 2002-08-29 Daniel Jacobowitz <drow@mvista.com>
8564 * linux-low.c (linux_create_inferior): Call setpgid. Return
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
8574 gdbserver. Set the child to be the foreground process group.
8575 (attach_inferior): Set signal_pid.
8577 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
8579 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
8581 2002-08-20 Jim Blandy <jimb@redhat.com>
8583 * Makefile.in (LDFLAGS): Allow the configure script to establish a
8586 2002-08-01 Andrew Cagney <cagney@redhat.com>
8588 * Makefile.in: Make chill references obsolete.
8590 2002-07-24 Kevin Buettner <kevinb@redhat.com>
8592 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
8593 * configure: Regenerate.
8594 * config.in: Regenerate.
8596 2002-07-09 David O'Brien <obrien@FreeBSD.org>
8598 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
8599 (perror_with_name, remote_close, remote_open, expect, play): Static.
8601 2002-07-04 Michal Ludvig <mludvig@suse.cz>
8603 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
8604 byte offsets instead of an array of indexes.
8605 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
8607 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
8609 * regcache.c: Add comment.
8611 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
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.
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
8690 (get_regcache): Fetch registers lazily. Add fetch argument
8691 and update all callers.
8692 (regcache_invalidate_one, regcache_invalidate): New
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
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
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
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.
8727 (struct target_ops): New signal_pid method.
8728 (mywait): Removed macro, added prototype.
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.
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
8763 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
8765 From Martin Pool <mbp@samba.org>:
8766 * server.c (gdbserver_usage): New function.
8769 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
8771 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
8774 2002-05-04 Andrew Cagney <ac131313@redhat.com>
8776 * Makefile.in: Remove obsolete code.
8778 2002-04-24 Michal Ludvig <mludvig@suse.cz>
8780 * linux-low.c (regsets_fetch_inferior_registers),
8781 (regsets_store_inferior_registers): Removed cast to int from
8783 * regcache.h: Added declaration of struct inferior_info.
8785 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
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
8798 * regcache.h: Add prototypes.
8799 * server.h: Likewise.
8801 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
8803 * mem-break.c: New file.
8804 * mem-break.h: New file.
8805 * Makefile.in: Add mem-break.o rule; update server.h
8807 * inferiors.c (struct inferior_info): Add target_data
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
8823 * server.c (attach_inferior): Remove extra add_inferior
8825 * server.h: Include mem-break.h. Update inferior.c
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
8834 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
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.
8842 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8844 * server.h: Include <string.h> if HAVE_STRING_H.
8845 * ChangeLog: Correct paths in last ChangeLog entry.
8847 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
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,
8862 (arm_cannot_store_register): Renamed from cannot_store_register,
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,
8870 (i386_cannot_store_register): Renamed from cannot_store_register,
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,
8878 (ia64_cannot_store_register): Renamed from cannot_store_register,
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,
8886 (m68k_cannot_store_register): Renamed from cannot_store_register,
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,
8894 (mips_cannot_store_register): Renamed from cannot_store_register,
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,
8902 (ppc_cannot_store_register): Renamed from cannot_store_register,
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,
8910 (s390_cannot_store_register): Renamed from cannot_store_register,
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,
8918 (sh_cannot_store_register): Renamed from cannot_store_register,
8920 (the_low_target): New.
8921 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
8922 (the_low_target): New.
8924 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8926 * Makefile.in: Add stamp-h target.
8927 * configure.in: Create stamp-h.
8928 * configure: Regenerated.
8930 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
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
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
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.
8966 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8968 * Makefile.in: Add WARN_CFLAGS. Update configury
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.