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