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