]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
Resolve forwarding symbols in plugins.
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
8cc73a39
SDJ
12015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
2
3 * Makefile.in (SFILES): Add linux-personality.c.
4 (linux-personality.o): New rule.
5 * configure.srv (srv_linux_obj): Add linux-personality.o to the
6 list of objects to be built.
7 * linux-low.c: Include nat/linux-personality.h.
8 (linux_create_inferior): Remove code to disable address space
9 randomization (moved to ../nat/linux-personality.c). Create
10 cleanup to disable address space randomization.
11
fb23d554
SDJ
122015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
13
14 * Makefile.in (posix-strerror.o): New rule.
15 (mingw-strerror.o): Likewise.
16 * configure: Regenerated.
17 * configure.ac: Source file ../common/common.host. Initialize new
18 variable srv_host_obs. Add srv_host_obs to GDBSERVER_DEPFILES.
19
cdf43629
YQ
202015-01-14 Yao Qi <yao@codesourcery.com>
21
22 * Makefile.in (SFILES): Add nat/ppc-linux.c.
23 (ppc-linux.o): New rule.
24 * configure.srv (powerpc*-*-linux*): Add ppc-linux.o.
25 * configure.ac: AC_CHECK_FUNCS(getauxval).
26 * config.in: Re-generated.
27 * configure: Re-generated.
28 * linux-ppc-low.c (ppc_arch_setup) [__powerpc64__]: Call
29 ppc64_64bit_inferior_p
30
514c5338
YQ
312015-01-14 Yao Qi <yao@codesourcery.com>
32
33 * linux-ppc-low.c: Include "nat/ppc-linux.h".
34 (PPC_FEATURE_HAS_VSX): Move to nat/ppc-linux.h.
35 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Likewise.
36 (PT_ORIG_R3, PT_TRAP): Likewise.
37 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
38 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
39 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
40
3368c1e5
JB
412015-01-10 Joel Brobecker <brobecker@adacore.com>
42
43 * i387-fp.c (i387_cache_to_xsave): In look over
44 num_avx512_zmmh_high_registers, replace use of struct i387_xsave
45 zmmh_low_space field by use of zmmh_high_space.
46
582511be
PA
472015-01-09 Pedro Alves <palves@redhat.com>
48
49 * linux-low.c (step_over_bkpt): Move higher up in the file.
50 (handle_extended_wait): Don't store the stop_pc here.
51 (get_stop_pc): Adjust comments and rename to ...
52 (check_stopped_by_breakpoint): ... this. Record whether the LWP
53 stopped for a software breakpoint or hardware breakpoint.
54 (thread_still_has_status_pending_p): New function.
55 (status_pending_p_callback): Use
56 thread_still_has_status_pending_p. If the event is no longer
57 interesting, resume the LWP.
58 (handle_tracepoints): Add assert.
59 (maybe_move_out_of_jump_pad): Remove cancel_breakpoints call.
60 (wstatus_maybe_breakpoint): New function.
61 (cancel_breakpoint): Delete function.
62 (check_stopped_by_watchpoint): New function, factored out from
63 linux_low_filter_event.
64 (lp_status_maybe_breakpoint): Delete function.
65 (linux_low_filter_event): Remove filter_ptid argument.
66 Leave thread group exits pending here. Store the LWP's stop PC.
67 Always leave events pending.
68 (linux_wait_for_event_filtered): Pull all events out of the
69 kernel, and leave them all pending.
70 (count_events_callback, select_event_lwp_callback): Consider all
71 events.
72 (cancel_breakpoints_callback, linux_cancel_breakpoints): Delete.
73 (select_event_lwp): Only give preference to the stepping LWP in
74 all-stop mode. Adjust comments.
75 (ignore_event): New function.
76 (linux_wait_1): Delete 'retry' label. Use ignore_event. Remove
77 references to cancel_breakpoints. Adjust to renames. Also give
78 equal priority to all LWPs that have had events in non-stop mode.
79 If reporting a software breakpoint event, unadjust the LWP's PC.
80 (linux_wait): If linux_wait_1 returned an ignored event, retry.
81 (stuck_in_jump_pad_callback, move_out_of_jump_pad_callback):
82 Adjust.
83 (linux_resume_one_lwp): Store the LWP's PC. Adjust.
84 (resume_status_pending_p): Use thread_still_has_status_pending_p.
85 (linux_stopped_by_watchpoint): Adjust.
86 (linux_target_ops): Remove reference to linux_cancel_breakpoints.
87 * linux-low.h (enum lwp_stop_reason): New.
88 (struct lwp_info) <stop_pc>: Adjust comment.
89 <stopped_by_watchpoint>: Delete field.
90 <stop_reason>: New field.
91 * linux-x86-low.c (x86_linux_prepare_to_resume): Adjust.
92 * mem-break.c (software_breakpoint_inserted_here)
93 (hardware_breakpoint_inserted_here): New function.
94 * mem-break.h (software_breakpoint_inserted_here)
95 (hardware_breakpoint_inserted_here): Declare.
96 * target.h (struct target_ops) <cancel_breakpoints>: Remove field.
97 (cancel_breakpoints): Delete.
98 * tracepoint.c (clear_installed_tracepoints, stop_tracing)
99 (upload_fast_traceframes): Remove references to
100 cancel_breakpoints.
101
a33e3959
PA
1022015-01-09 Pedro Alves <palves@redhat.com>
103
104 * thread-db.c (find_new_threads_callback): Ignore thread if the
105 kernel thread ID is -1.
106
8784d563
PA
1072015-01-09 Pedro Alves <palves@redhat.com>
108
109 * linux-low.c (linux_attach_fail_reason_string): Move to
110 nat/linux-ptrace.c, and rename.
111 (linux_attach_lwp): Update comment.
112 (attach_proc_task_lwp_callback): New function.
113 (linux_attach): Adjust to rename and use
114 linux_proc_attach_tgid_threads.
115 (linux_attach_fail_reason_string): Delete declaration.
116
76f2b779
JB
1172015-01-01 Joel Brobecker <brobecker@adacore.com>
118
119 * gdbreplay.c (gdbreplay_version): Update copyright year to 2015.
120 * server.c (gdbserver_version): Likewise.
121
fafcc06a
SDJ
1222014-12-29 Sergio Durigan Junior <sergiodj@redhat.com>
123
124 * remote-utils.c: Include ctype.h.
125 (input_interrupt): Explicitly handle the case when the char
126 received is the NUL byte. Improve the printing of non-ASCII
127 characters.
128
beed38b8
JB
1292014-12-16 Joel Brobecker <brobecker@adacore.com>
130
131 * linux-low.c (linux_low_filter_event): Update call to
132 linux_enable_event_reporting following the addition of
133 a new parameter to that function.
134
bf330350
CU
1352014-12-16 Catalin Udma <catalin.udma@freescale.com>
136
137 PR server/17457
138 * linux-aarch64-low.c (AARCH64_FPSR_REGNO): New define.
139 (AARCH64_FPCR_REGNO): Likewise.
140 (AARCH64_NUM_REGS): Update to include fpsr/fpcr registers.
141 (aarch64_fill_fpregset): Add missing fpsr/fpcr registers.
142 (aarch64_store_fpregset): Likewise.
143
5227d625
JB
1442014-12-15 Joel Brobecker <brobecker@adacore.com>
145
146 * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
147 Remove FIXME comment about assumption about N.
148
f93b65a0
JB
1492014-12-13 Joel Brobecker <brobecker@adacore.com>
150
151 * configure.ac: If large-file support is disabled in GDBserver,
152 pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
153 * configure: Regenerate.
154
e5a9158d
AA
1552014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
156
157 * linux-low.c (regsets_fetch_inferior_registers): Suppress the
158 warning upon ENODATA from ptrace.
159 * linux-s390-low.c (s390_store_tdb): New.
160 (s390_regsets): Add regset for NT_S390_TDB.
161
feea5f36
AA
1622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
163
164 * linux-low.c (regsets_store_inferior_registers): Skip regsets
165 without a fill_function.
166 * linux-s390-low.c (s390_fill_last_break): Remove.
167 (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
168 (s390_arch_setup): Use regset's size instead of fill_function for
169 loop end condition.
170
098dbe61
AA
1712014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
172
173 * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
174 the regset's store function when ptrace returned an error.
175 * regcache.c (get_thread_regcache): Invalidate register cache
176 before fetching inferior's registers.
177
28eef672
AA
1782014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
179
180 * linux-low.c (regsets_fetch_inferior_registers): Rephrase
181 while-loop as for-loop.
182 (regsets_store_inferior_registers): Likewise.
183
bdca27a2
YQ
1842014-11-28 Yao Qi <yao@codesourcery.com>
185
186 * configure.ac(AC_CHECK_FUNCS): Remove readlink.
187 * config.in, configure: Re-generate.
188 * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
189 is defined.
190
9c232dda
YQ
1912014-11-21 Yao Qi <yao@codesourcery.com>
192
193 * configure.ac: Don't invoke AC_FUNC_ALLOCA.
194 (AC_CHECK_HEADERS): Remove malloc.h.
195 * configure: Re-generated.
196 * config.in: Re-generated.
197 * server.h: Don't include alloca.h and malloc.h.
198 * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
199 Don't include malloc.h.
200
43968415
JB
2012014-11-17 Joel Brobecker <brobecker@adacore.com>
202
203 * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
204 corresponding ERRNO check in same block.
205
40e91bc7
PA
2062014-11-12 Pedro Alves <palves@redhat.com>
207
208 * server.c (cont_thread): Update comment.
209 (start_inferior, attach_inferior): No longer clear cont_thread.
210 (handle_v_cont): No longer set cont_thread.
211 (captured_main): Clear cont_thread each time a GDB connects.
212
c2c118cf
PA
2132014-11-12 Pedro Alves <palves@redhat.com>
214
215 * linux-low.c (linux_wait_1): Don't force a wait for the Hc
216 thread, and don't resume all threads if the Hc thread has exited.
217
78708b7c
PA
2182014-11-12 Pedro Alves <palves@redhat.com>
219
220 * linux-low.c (linux_request_interrupt): Always send a SIGINT to
221 the process group instead of to a specific LWP.
222
a2abc7de
PA
2232014-10-15 Pedro Alves <palves@redhat.com>
224
225 PR server/17487
226 * win32-arm-low.c (arm_set_thread_context): Remove current_event
227 parameter.
228 (arm_set_thread_context): Delete.
229 (the_low_target): Adjust.
230 * win32-i386-low.c (debug_registers_changed)
231 (debug_registers_used): Delete.
232 (update_debug_registers_callback): New function.
233 (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
234 needing to update their debug registers.
235 (win32_get_current_dr): New function.
236 (x86_dr_low_get_addr, x86_dr_low_get_control)
237 (x86_dr_low_get_status): Fetch the debug register from the thread
238 record's context.
239 (i386_initial_stuff): Adjust.
240 (i386_get_thread_context): Remove current_event parameter. Don't
241 clear debug_registers_changed nor copy DR values to
242 debug_reg_state.
243 (i386_set_thread_context): Delete.
244 (i386_prepare_to_resume): New function.
245 (i386_thread_added): Mark the thread as needing to update irs
246 debug registers.
247 (the_low_target): Remove i386_set_thread_context and install
248 i386_prepare_to_resume.
249 * win32-low.c (win32_get_thread_context): Adjust.
250 (win32_set_thread_context): Use SetThreadContext
251 directly.
252 (win32_prepare_to_resume): New function.
253 (win32_require_context): New function, factored out from ...
254 (thread_rec): ... this.
255 (continue_one_thread): Call win32_prepare_to_resume on each thread
256 we're about to continue.
257 (win32_resume): Call win32_prepare_to_resume on the event thread.
258 * win32-low.h (struct win32_thread_info)
259 <debug_registers_changed>: New field.
260 (struct win32_target_ops): Change prototype of set_thread_context,
261 delete set_thread_context and add prepare_to_resume.
262 (win32_require_context): New declaration.
263
a442d071
GB
2642014-10-08 Gary Benson <gbenson@redhat.com>
265
266 * server.h: Do not include common-exceptions.h.
267
6f1947e8
GB
2682014-10-08 Gary Benson <gbenson@redhat.com>
269
270 * server.h: Do not include cleanups.h.
271
63b434a4
JH
2722014-09-30 James Hogan <james.hogan@imgtec.com>
273
274 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
275 mips64-dsp-linux.c.
276
c4d9ceb6
YQ
2772014-09-23 Yao Qi <yao@codesourcery.com>
278
279 * linux-low.c (lp_status_maybe_breakpoint): New function.
280 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
281 (count_events_callback): Likewise.
282 (select_event_lwp_callback): Likewise.
283 (cancel_breakpoints_callback): Likewise.
284
89a5711c
DB
2852014-09-19 Don Breazeal <donb@codesourcery.com>
286
287 * linux-low.c (handle_extended_wait): Call
288 linux_ptrace_get_extended_event.
289 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
290 linux_is_extended_waitstatus.
291
bffc0964
JB
2922014-09-16 Joel Brobecker <brobecker@adacore.com>
293
294 * Makefile.in (CPPFLAGS): Define.
295 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
296 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
297
0bfdf32f
GB
2982014-09-16 Gary Benson <gbenson@redhat.com>
299
300 * inferiors.h (current_inferior): Renamed as...
301 (current_thread): New variable. All uses updated.
302 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
303 (maybe_move_out_of_jump_pad): Likewise.
304 (cancel_breakpoint): Likewise.
305 (linux_low_filter_event): Likewise.
306 (wait_for_sigstop): Likewise.
307 (linux_resume_one_lwp): Likewise.
308 (need_step_over_p): Likewise.
309 (start_step_over): Likewise.
310 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
311 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
312 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
313 and save_inferior as saved_thread.
314 * regcache.c (get_thread_regcache): Renamed saved_inferior as
315 saved_thread.
316 (regcache_invalidate_thread): Likewise.
317 * remote-utils.c (prepare_resume_reply): Likewise.
318 * thread-db.c (thread_db_get_tls_address): Likewise.
319 (disable_thread_event_reporting): Likewise.
320 (remove_thread_event_breakpoints): Likewise.
321 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
322 as saved_thread.
323 * target.h (set_desired_inferior): Renamed as...
324 (set_desired_thread): New declaration. All uses updated.
325 * server.c (myresume): Updated comment to reference thread instead
326 of inferior.
327 (handle_serial_event): Likewise.
328 (handle_target_event): Likewise.
329
361c8ade
GB
3302014-09-12 Tom Tromey <tromey@redhat.com>
331 Gary Benson <gbenson@redhat.com>
332
333 * regcache.h: Include common-regcache.h.
334 (regcache_read_pc): Don't declare.
335 * regcache.c (get_thread_regcache_for_ptid): New function.
336
bd9269f7
GB
3372014-09-11 Tom Tromey <tromey@redhat.com>
338 Gary Benson <gbenson@redhat.com>
339
340 * symbol.c: New file.
341 * Makefile.in (SFILES): Add symbol.c.
342 (OBS): Add symbol.o.
343
f8c1d06b
GB
3442014-09-11 Gary Benson <gbenson@redhat.com>
345
346 * target.c (target_stop_ptid, target_continue_ptid): New
347 functions.
348
721ec300
GB
3492014-09-11 Tom Tromey <tromey@redhat.com>
350 Gary Benson <gbenson@redhat.com>
351
352 * target.h: Include target/target.h.
353 * target.c (target_read_memory, target_read_uint32)
354 (target_write_memory): New functions.
355
c5e92cca
GB
3562014-09-11 Gary Benson <gbenson@redhat.com>
357
358 * server.h (debug_hw_points): Don't declare.
359 * server.c (debug_hw_points): Don't define. Replace all uses
360 with show_debug_regs.
361 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
362 all uses with show_debug_regs.
363
2e4bb98a
EBM
3642014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
365
366 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
367 endianness into account.
368 (ppc_supply_ptrace_register): Likewise.
369
ac740bc7
JH
3702014-09-03 James Hogan <james.hogan@imgtec.com>
371
372 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
373 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
374
97ea6506
GB
3752014-09-03 Gary Benson <gbenson@redhat.com>
376
377 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
378 ALL_DEBUG_ADDRESS_REGISTERS.
379
df7e5265
GB
3802014-09-02 Gary Benson <gbenson@redhat.com>
381
382 * i386-low.h: Renamed as...
383 * x86-low.h: New file. All type, function and variable name
384 prefixes changed from "i386_" to "x86_". All references updated.
385 * i386-low.c: Renamed as...
386 * x86-low.c: New file. All type, function and variable name
387 prefixes changed from "i386_" to "x86_". All references updated.
388
ed859da7
GB
3892014-09-02 Gary Benson <gbenson@redhat.com>
390
391 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
392 (x86_linux_new_thread): Likewise.
393
860789c7
GB
3942014-08-29 Gary Benson <gbenson@redhat.com>
395
396 * server.h (setjmp.h): Do not include.
397 (toplevel): Do not declare.
398 (common-exceptions.h): Include.
399 (cleanups.h): Likewise.
400 * server.c (toplevel): Do not define.
401 (exit_code): New static global.
402 (detach_or_kill_for_exit_cleanup): New function.
403 (main): New function. Original main renamed to...
404 (captured_main): New function.
405 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
406
ff55e1b5
GB
4072014-08-29 Gary Benson <gbenson@redhat.com>
408
409 * Makefile.in (SFILES): Add common/common-exceptions.c.
410 (OBS): Add common-exceptions.o.
411 (common-exceptions.o): New rule.
412 * utils.c (prepare_to_throw_exception): New function.
413
e9bcb658
GB
4142014-08-29 Gary Benson <gbenson@redhat.com>
415
416 * config.in: Regenerate.
417 * configure: Likewise.
418
e3180625
GB
4192014-08-29 Gary Benson <gbenson@redhat.com>
420
421 * Makefile.in (SFILES): Add common/cleanups.c.
422 (OBS): cleanups.o.
423 (cleanups.o): New rule.
424
e3d6ba5d
GB
4252014-08-29 Gary Benson <gbenson@redhat.com>
426
427 * utils.c (internal_vwarning): New function.
428
7096e886
GB
4292014-08-28 Gary Benson <gbenson@redhat.com>
430
431 * utils.h (fatal): Remove declaration.
432 * utils.c (fatal): Remove function.
433
14ce3192
GB
4342014-08-28 Gary Benson <gbenson@redhat.com>
435
436 * tracepoint.c (gdb_agent_init): Replace fatal with
437 perror_with_name.
438 (initialize_tracepoint): Likewise.
439
50278d59
GB
4402014-08-28 Gary Benson <gbenson@redhat.com>
441
442 * remote-utils.c (remote_prepare): Replace fatal with error.
443
aa96c426
GB
4442014-08-28 Gary Benson <gbenson@redhat.com>
445
446 * linux-low.c (linux_async): Replace fatal with warning.
447 Tidy up and return.
448 (linux_start_non_stop): Return -1 if linux_async failed.
449
f7160e97
GB
4502014-08-28 Gary Benson <gbenson@redhat.com>
451
452 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
453 gdb_assert.
454 (i386_dr_low_get_addr): Remove vague comment.
455 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
456 gdb_assert.
457
38e08fca
GB
4582014-08-28 Gary Benson <gbenson@redhat.com>
459
460 * inferiors.c (get_thread_process): Replace check with gdb_assert.
461 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
462 internal_error.
463 (linux_resume_one_lwp): Likewise.
464 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
465 gdb_assert.
466 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
467 with internal_error.
468 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
469 (init_register_cache): Replace fatal with gdb_assert_not_reached.
470 (find_register_by_name): Replace fatal with internal_error.
471 (find_regno): Likewise.
472 * tdesc.c (init_target_desc): Replace check with gdb_assert.
473 * thread-db.c (thread_db_create_event): Likewise.
474 (thread_db_load_search): Likewise.
475 (try_thread_db_load_1): Likewise.
476 * tracepoint.c (get_jump_space_head): Replace fatal with
477 internal_error.
478 (claim_trampoline_space): Likewise.
479 (have_fast_tracepoint_trampoline_buffer): Likewise.
480 (cmd_qtstart): Likewise.
481 (stop_tracing): Likewise.
482 (fast_tracepoint_collecting): Likewise.
483 (target_malloc): Likewise.
484 (download_tracepoint): Likewise.
485 (download_trace_state_variables): Replace check with gdb_assert.
486 (upload_fast_traceframes): Replace fatal with internal_error.
487
34abf635
GB
4882014-08-19 Tom Tromey <tromey@redhat.com>
489 Gary Benson <gbenson@redhat.com>
490
491 * Makefile.in (SFILES): Add common/common-debug.c.
492 (OBS): Add common-debug.o.
493 (common-debug.o): New rule.
494 * debug.h (debug_printf): Don't declare.
495 * debug.c (debug_printf): Renamed and rewritten as...
496 (debug_vprintf): New function.
497
f6e94d78
GB
4982014-08-19 Gary Benson <gbenson@redhat.com>
499
500 * utils.h: Do not include print-utils.h.
501
9239eeab
GB
5022014-08-19 Tom Tromey <tromey@redhat.com>
503 Gary Benson <gbenson@redhat.com>
504
505 * server.h: Add static assertion.
506 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
507
ef87c8bb
GB
5082014-08-19 Tom Tromey <tromey@redhat.com>
509 Gary Benson <gbenson@redhat.com>
510
511 * Makefile.in (SFILES): Add common/errors.c.
512 (OBS): Add errors.o.
513 (IPA_OBS): Add errors-ipa.o.
514 (errors.o): New rule.
515 (errors-ipa.o): Likewise.
516 * utils.h (perror_with_name, error, warning): Don't declare.
517 * utils.c (warning): Renamed and rewritten as...
518 (vwarning): New function.
519 (error): Renamed and rewritten as...
520 (verror): New function.
521 (internal_error): Renamed and rewritten as...
522 (internal_verror): New function.
523
bb974a24
GB
5242014-08-07 Gary Benson <gbenson@redhat.com>
525
526 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
527 * configure: Regenerate.
528 * config.in: Likewise.
529 * server.h: Do not include errno.h.
530 * event-loop.c: Likewise.
531 * hostio-errno.c: Likewise.
532 * linux-low.c: Likewise.
533 * remote-utils.c: Likewise.
534 * spu-low.c: Likewise.
535 * utils.c: Likewise.
536 * gdbreplay.c: Unconditionally include errno.h.
537
6d3d12eb
GB
5382014-08-07 Gary Benson <gbenson@redhat.com>
539
540 * server.h: Do not include string.h.
541 * event-loop.c: Likewise.
542 * linux-low.c: Likewise.
543 * regcache.c: Likewise.
544 * remote-utils.c: Likewise.
545 * spu-low.c: Likewise.
546 * utils.c: Likewise.
547
dccbb609
GB
5482014-08-07 Gary Benson <gbenson@redhat.com>
549
550 * server.h: Do not include gdb_assert.h.
551
e76df0d0
GB
5522014-08-07 Gary Benson <gbenson@redhat.com>
553
554 * server.h: Do not include common-utils.h.
555
4cb9c816
GB
5562014-08-07 Gary Benson <gbenson@redhat.com>
557
558 * server.h: Do not include ptid.h.
559 * notif.h: Likewise.
560
3995eeee
GB
5612014-08-07 Gary Benson <gbenson@redhat.com>
562
563 * server.h: Do not include gdb_locale.h.
564
cb9f1a9b
GB
5652014-08-07 Gary Benson <gbenson@redhat.com>
566
567 * server.h: Do not include gdb/signals.h.
568 * win32-low.c: Likewise.
569
a5fceff8
GB
5702014-08-07 Gary Benson <gbenson@redhat.com>
571
572 * server.h: Do not include pathmax.h.
573
b9391142
GB
5742014-08-07 Gary Benson <gbenson@redhat.com>
575
576 * server.h: Do not include libiberty.h.
577 * linux-bfin-low.c: Likewise.
578
0e443c87
GB
5792014-08-07 Gary Benson <gbenson@redhat.com>
580
581 * server.h: Do not include ansidecl.h.
582
8ebb3f56
GB
5832014-08-07 Gary Benson <gbenson@redhat.com>
584
585 * linux-x86-low.c: Do not include stddef.h.
586 * lynx-ppc-low.c: Likewise.
587 * tracepoint.c: Likewise.
588
8980bdf6
GB
5892014-08-07 Gary Benson <gbenson@redhat.com>
590
591 * server.h: Do not include stdarg.h.
592 * nto-low.c: Likewise.
593
d7096f71
GB
5942014-08-07 Gary Benson <gbenson@redhat.com>
595
596 * server.h: Do not include stdlib.h.
597 * inferiors.c: Likewise.
598 * linux-low.c: Likewise.
599 * regcache.c: Likewise.
600 * spu-low.c: Likewise.
601 * tracepoint.c: Likewise.
602 * utils.c: Likewise.
603
d02f550d
GB
6042014-08-07 Gary Benson <gbenson@redhat.com>
605
606 * server.h: Do not include stdio.h.
607 * linux-low.c: Likewise.
608 * remote-utils.c: Likewise.
609 * spu-low.c: Likewise.
610 * utils.c: Likewise.
611 * wincecompat.c: Likewise.
612
87f6c4e3
GB
6132014-08-06 Gary Benson <gbenson@redhat.com>
614
615 * regcache.c (init_register_cache): Move conditionals inside if.
616
7089dca4
GB
6172014-08-06 Gary Benson <gbenson@redhat.com>
618
619 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
620
462f517e
GB
6212014-07-31 Gary Benson <gbenson@redhat.com>
622
623 * ax.h: Do not include server.h.
624 * gdbthread.h: Likewise.
625 * lynx-low.h: Likewise.
626 * notif.h: Likewise.
627
976411d6
GB
6282014-07-30 Gary Benson <gbenson@redhat.com>
629
630 * server.h: Include common-defs.h.
631 Do not include config.h or build-gnulib-gdbserver/config.h.
632
d41f6d8e
GB
6332014-07-30 Gary Benson <gbenson@redhat.com>
634
635 * hostio-errno.c: Move server.h to top of includes list.
636 * inferiors.c: Likewise.
637 * linux-x86-low.c: Likewise.
638 * notif.c: Include server.h.
639
314c6a35
TT
6402014-07-24 Tom Tromey <tromey@redhat.com>
641 Gary Benson <gbenson@redhat.com>
642
643 * server.h (CORE_ADDR): Now unsigned.
644
69ff6be5
PA
6452014-07-16 Pedro Alves <palves@redhat.com>
646
647 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
648
ce9e3fe7
PA
6492014-07-15 Pedro Alves <palves@redhat.com>
650
651 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
652 copy.
653
e76126e8
PA
6542014-07-11 Pedro Alves <palves@redhat.com>
655
656 * linux-low.c (kill_wait_lwp): New function, based on
657 kill_one_lwp_callback, but use my_waitpid directly.
658 (kill_one_lwp_callback, linux_kill): Use it.
659
8e9db26e
PA
6602014-06-23 Pedro Alves <palves@redhat.com>
661
662 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
663 before setting DR0..DR3.
664
698b3e08
GB
6652014-06-20 Gary Benson <gbenson@redhat.com>
666
667 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
668 * configure: Regenerated.
669 * config.in: Likewise.
670
125f8a3d
GB
6712014-06-20 Gary Benson <gbenson@redhat.com>
672
673 * Makefile.in (SFILES): Update locations for files moved
674 from common to nat.
675 (object file files): Reordered.
676
42995dbd
GB
6772014-06-20 Gary Benson <gbenson@redhat.com>
678
679 * i386-low.h (i386_dr_low_can_set_addr): Removed.
680 (i386_dr_low_set_addr): Likewise.
681 (i386_dr_low_get_addr): Likewise.
682 (i386_dr_low_can_set_control): Likewise.
683 (i386_dr_low_set_control): Likewise.
684 (i386_dr_low_get_control): Likewise.
685 (i386_dr_low_get_status): Likewise.
686 (i386_get_debug_register_length): Likewise.
687 * linux-x86-low.c (i386_dr_low_set_addr):
688 Changed signature. Made static.
689 (i386_dr_low_get_addr): Likewise.
690 (i386_dr_low_set_control): Likewise.
691 (i386_dr_low_get_control): Likewise.
692 (i386_dr_low_get_status): Likewise.
693 (i386_dr_low): New global variable.
694 * win32-i386-low.c (i386_dr_low_set_addr):
695 Changed signature. Made static.
696 (i386_dr_low_get_addr): Likewise.
697 (i386_dr_low_set_control): Likewise.
698 (i386_dr_low_get_control): Likewise.
699 (i386_dr_low_get_status): Likewise.
700 (i386_dr_low): New global variable.
701
e1d2394b
MS
7022014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
703
704 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
705 * Makefile.in (AR, AR_FLAGS): Define.
706 * configure: Regenerate.
707
3a8ee006
GB
7082014-06-19 Gary Benson <gbenson@redhat.com>
709
710 * Makefile.in (i386-dregs.o): New rule.
711 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
712 * i386-low.c (target.h): Remove include.
713 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
714 (DR_CONTROL_SHIFT): Likewise.
715 (DR_CONTROL_SIZE): Likewise.
716 (DR_RW_EXECUTE): Likewise.
717 (DR_RW_WRITE): Likewise.
718 (DR_RW_READ): Likewise.
719 (DR_RW_IORW): Likewise.
720 (DR_LEN_1): Likewise.
721 (DR_LEN_2): Likewise.
722 (DR_LEN_4): Likewise.
723 (DR_LEN_8): Likewise.
724 (DR_LOCAL_ENABLE_SHIFT): Likewise.
725 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
726 (DR_ENABLE_SIZE): Likewise.
727 (DR_LOCAL_SLOWDOWN): Likewise.
728 (DR_GLOBAL_SLOWDOWN): Likewise.
729 (DR_CONTROL_RESERVED): Likewise.
730 (I386_DR_CONTROL_MASK): Likewise.
731 (I386_DR_VACANT): Likewise.
732 (I386_DR_LOCAL_ENABLE): Likewise.
733 (I386_DR_GLOBAL_ENABLE): Likewise.
734 (I386_DR_DISABLE): Likewise.
735 (I386_DR_SET_RW_LEN): Likewise.
736 (I386_DR_GET_RW_LEN): Likewise.
737 (I386_DR_WATCH_HIT): Likewise.
738 (i386_wp_op_t): Likewise.
739 (i386_show_dr): Likewise.
740 (i386_length_and_rw_bits): Likewise.
741 (i386_insert_aligned_watchpoint): Likewise.
742 (i386_remove_aligned_watchpoint): Likewise.
743 (i386_handle_nonaligned_watchpoint): Likewise.
744 i386_update_inferior_debug_regs(): Likewise.
745 (i386_dr_insert_watchpoint): Likewise.
746 (i386_dr_remove_watchpoint): Likewise.
747 (i386_dr_region_ok_for_watchpoint): Likewise.
748 (i386_dr_stopped_data_address): Likewise.
749 (i386_dr_stopped_by_watchpoint): Likewise.
750
8f26655c
GB
7512014-06-19 Gary Benson <gbenson@redhat.com>
752
753 * i386-low.c (i386_dr_show): Renamed to
754 i386_show_dr and made static. All uses updated.
755 (i386_dr_length_and_rw_bits): Renamed to
756 i386_length_and_rw_bits and made static.
757 All uses updated.
758 (i386_dr_insert_aligned_watchpoint): Renamed to
759 i386_insert_aligned_watchpoint and made static.
760 All uses updated.
761 (i386_dr_remove_aligned_watchpoint): Renamed to
762 i386_remove_aligned_watchpoint and made static.
763 All uses updated.
764 (i386_dr_update_inferior_debug_regs): Renamed to
765 i386_update_inferior_debug_regs and made static.
766 All uses updated.
767
b9228891
GB
7682014-06-18 Gary Benson <gbenson@redhat.com>
769
5171def3
GB
770 * i386-low.h (i386_dr_low_can_set_addr): New macro.
771 (i386_dr_low_can_set_control): Likewise.
772 (i386_get_debug_register_length): Likewise.
773 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
774 (i386_dr_low_can_set_control): Likewise.
775 (i386_get_debug_register_length): Likewise.
776
7772014-06-17 Gary Benson <gbenson@redhat.com>
778
b9228891
GB
779 * i386-low.h (i386-dregs.h): New include.
780 (DR_FIRSTADDR): Now in i386-dregs.h.
781 (DR_LASTADDR): Likewise.
782 (DR_NADDR): Likewise.
783 (DR_STATUS): Likewise.
784 (DR_CONTROL): Likewise.
785 (i386_debug_reg_state): Likewise.
786 (i386_dr_insert_watchpoint): Likewise.
787 (i386_dr_remove_watchpoint): Likewise.
788 (i386_dr_region_ok_for_watchpoint): Likewise.
789 (i386_dr_stopped_data_address): Likewise.
790 (i386_dr_stopped_by_watchpoint): Likewise.
791 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
792
4be83cc2
GB
7932014-06-18 Gary Benson <gbenson@redhat.com>
794
795 * i386-low.h (i386_low_insert_watchpoint): Renamed to
796 i386_dr_insert_watchpoint.
797 (i386_low_remove_watchpoint): Renamed to
798 i386_dr_remove_watchpoint.
799 (i386_low_region_ok_for_watchpoint): Renamed to
800 i386_dr_region_ok_for_watchpoint.
801 (i386_low_stopped_data_address): Renamed to
802 i386_dr_stopped_data_address.
803 (i386_low_stopped_by_watchpoint): Renamed to
804 i386_dr_stopped_by_watchpoint.
805 * i386-low.c (i386_show_dr): Renamed to
806 i386_dr_show and made nonstatic. All uses updated.
807 (i386_length_and_rw_bits): Renamed to
808 i386_dr_length_and_rw_bits and made nonstatic.
809 All uses updated.
810 (i386_insert_aligned_watchpoint): Renamed to
811 i386_dr_insert_aligned_watchpoint and made nonstatic.
812 All uses updated.
813 (i386_remove_aligned_watchpoint): Renamed to
814 i386_dr_remove_aligned_watchpoint and made nonstatic.
815 All uses updated.
816 (i386_update_inferior_debug_regs): Renamed to
817 i386_dr_update_inferior_debug_regs and made nonstatic.
818 All uses updated.
819 (i386_low_insert_watchpoint): Renamed to
820 i386_dr_insert_watchpoint. All uses updated.
821 (i386_low_remove_watchpoint): Renamed to
822 i386_dr_remove_watchpoint. All uses updated.
823 (i386_low_region_ok_for_watchpoint): Renamed to
824 i386_dr_region_ok_for_watchpoint. All uses updated.
825 (i386_low_stopped_data_address): Renamed to
826 i386_dr_stopped_data_address. All uses updated.
827 (i386_low_stopped_by_watchpoint): Renamed to
828 i386_dr_stopped_by_watchpoint. All uses updated.
829
131aa0d4
GB
8302014-06-18 Gary Benson <gbenson@redhat.com>
831
832 * i386-low.c (i386_dr_low_can_set_addr): New macro.
833 (i386_dr_low_can_set_control): Likewise.
834 (i386_insert_aligned_watchpoint): New check.
835
d9305f7f
GB
8362014-06-18 Gary Benson <gbenson@redhat.com>
837
838 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
839 Renamed to state.
840
e927c9fc
GB
8412014-06-18 Gary Benson <gbenson@redhat.com>
842
843 * i386-low.c (i386_length_and_rw_bits): Use internal_error
844 instead of fatal and error.
845 (i386_handle_nonaligned_watchpoint): Likewise.
846
1b6d4134
GB
8472014-06-18 Gary Benson <gbenson@redhat.com>
848
849 * i386-low.c (i386_get_debug_register_length): New macro.
850 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
851 (i386_show_dr): Use debug_printf instead of fprintf. Use
852 phex to format values.
853
6e62758f
GB
8542014-06-18 Gary Benson <gbenson@redhat.com>
855
856 * i386-low.h: Comment changes.
857 * i386-low.c: Likewise.
858
fc6e2f03
GB
8592014-06-18 Gary Benson <gbenson@redhat.com>
860
861 * i386-low.c: Whitespace changes.
862
f9d1eeed
TT
8632014-06-12 Tom Tromey <tromey@redhat.com>
864
865 * utils.c (freeargv): Remove.
866
0b04e523
TT
8672014-06-12 Tom Tromey <tromey@redhat.com>
868
869 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
870 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
871 (parse_debug_format_options): Likewise.
872 (gdbserver_usage): Likewise.
873 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
874 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
875 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
876 against libiberty.
877 ($(LIBGNU)): Depend on libiberty.
878 (all-lib): Recurse into all subdirs.
879 (install-only): Invoke "install" target in subdirs.
880 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
881 targets.
882 * configure: Rebuild.
883 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
884 for vasprintf, vsnprintf, or gettimeofday.
885 * configure.srv: Don't add safe-ctype.o or lbasename.o to
886 srv_tgtobj.
887
270c9937
JB
8882014-06-05 Joel Brobecker <brobecker@adacore.com>
889
890 * development.sh: Delete.
891 * Makefile.in (config.status): Adjust dependency on development.sh.
892 * configure.ac: Adjust development.sh source call.
893 * configure: Regenerate.
894
0a261ed8
PA
8952014-06-02 Pedro Alves <palves@redhat.com>
896
897 * ax.c (gdb_free_agent_expr): New function.
898 * ax.h (gdb_free_agent_expr): New declaration.
899 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
900 list.
901 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
902 static.
903 (clear_breakpoint_conditions_and_commands): New function.
904 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
905 (clear_breakpoint_conditions_and_commands): New declaration.
906
e9dae05e
RR
9072014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
908
909 * linux-aarch64-low.c (asm/ptrace.h): Include.
910
5876f503
JK
9112014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
912
913 Fix TLS access for -static -pthread.
914 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
915 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
916 (thread_db_load_search, try_thread_db_load_1): Initialize it.
917
802e8e6d
PA
9182014-05-20 Pedro Alves <palves@redhat.com>
919
920 * linux-aarch64-low.c (aarch64_insert_point)
921 (aarch64_remove_point): No longer check whether the type is
922 supported here. Adjust to new interface.
923 (the_low_target): Install aarch64_supports_z_point_type as
924 supports_z_point_type method.
925 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
926 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
927 instead of a Z packet char. Adjust.
928 (arm_supports_z_point_type): New function.
929 (arm_insert_point, arm_remove_point): Adjust to new interface.
930 (the_low_target): Install arm_supports_z_point_type.
931 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
932 (cris_insert_point, cris_remove_point): Adjust to new interface.
933 Don't check whether the type is supported here.
934 (the_low_target): Install cris_supports_z_point_type.
935 * linux-low.c (linux_supports_z_point_type): New function.
936 (linux_insert_point, linux_remove_point): Adjust to new interface.
937 * linux-low.h (struct linux_target_ops) <insert_point,
938 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
939 raw_breakpoint pointer parameter.
940 <supports_z_point_type>: New method.
941 * linux-mips-low.c (mips_supports_z_point_type): New function.
942 (mips_insert_point, mips_remove_point): Adjust to new interface.
943 Use mips_supports_z_point_type.
944 (the_low_target): Install mips_supports_z_point_type.
945 * linux-ppc-low.c (the_low_target): Install NULL as
946 supports_z_point_type method.
947 * linux-s390-low.c (the_low_target): Install NULL as
948 supports_z_point_type method.
949 * linux-sparc-low.c (the_low_target): Install NULL as
950 supports_z_point_type method.
951 * linux-x86-low.c (x86_supports_z_point_type): New function.
952 (x86_insert_point): Adjust to new insert_point interface. Use
953 insert_memory_breakpoint. Adjust to new
954 i386_low_insert_watchpoint interface.
955 (x86_remove_point): Adjust to remove_point interface. Use
956 remove_memory_breakpoint. Adjust to new
957 i386_low_remove_watchpoint interface.
958 (the_low_target): Install x86_supports_z_point_type.
959 * lynx-low.c (lynx_target_ops): Install NULL as
960 supports_z_point_type callback.
961 * nto-low.c (nto_supports_z_point_type): New.
962 (nto_insert_point, nto_remove_point): Adjust to new interface.
963 (nto_target_ops): Install nto_supports_z_point_type.
964 * mem-break.c: Adjust intro comment.
965 (struct raw_breakpoint) <raw_type, size>: New fields.
966 <inserted>: Update comment.
967 <shlib_disabled>: Delete field.
968 (enum bkpt_type) <gdb_breakpoint>: Delete value.
969 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
970 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
971 (raw_bkpt_type_to_target_hw_bp_type): New function.
972 (find_enabled_raw_code_breakpoint_at): New function.
973 (find_raw_breakpoint_at): New type and size parameters. Use them.
974 (insert_memory_breakpoint): New function, based off
975 set_raw_breakpoint_at.
976 (remove_memory_breakpoint): New function.
977 (set_raw_breakpoint_at): Reimplement.
978 (set_breakpoint): New, based on set_breakpoint_at.
979 (set_breakpoint_at): Reimplement.
980 (delete_raw_breakpoint): Go through the_target->remove_point
981 instead of assuming memory breakpoints.
982 (find_gdb_breakpoint_at): Delete.
983 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
984 (find_gdb_breakpoint): New function.
985 (set_gdb_breakpoint_at): Delete.
986 (z_type_supported): New function.
987 (set_gdb_breakpoint_1): New function, loosely based off
988 set_gdb_breakpoint_at.
989 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
990 (delete_gdb_breakpoint_at): Delete.
991 (delete_gdb_breakpoint_1): New function, loosely based off
992 delete_gdb_breakpoint_at.
993 (delete_gdb_breakpoint): New function.
994 (clear_gdb_breakpoint_conditions): Rename to ...
995 (clear_breakpoint_conditions): ... this. Don't handle a NULL
996 breakpoint.
997 (add_condition_to_breakpoint): Make static.
998 (add_breakpoint_condition): Take a struct breakpoint pointer
999 instead of an address. Adjust.
1000 (gdb_condition_true_at_breakpoint): Rename to ...
1001 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
1002 z_type parameter.
1003 (gdb_condition_true_at_breakpoint): Reimplement.
1004 (add_breakpoint_commands): Take a struct breakpoint pointer
1005 instead of an address. Adjust.
1006 (gdb_no_commands_at_breakpoint): Rename to ...
1007 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
1008 parameter. Return true if no breakpoint was found. Change debug
1009 output.
1010 (gdb_no_commands_at_breakpoint): Reimplement.
1011 (run_breakpoint_commands): Rename to ...
1012 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
1013 and change return type to boolean.
1014 (run_breakpoint_commands): New function.
1015 (gdb_breakpoint_here): Also check for Z1 breakpoints.
1016 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
1017 breakpoint. Go through the_target->remove_point instead of
1018 assuming memory breakpoint.
1019 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
1020 software and hardware breakpoints.
1021 (reinsert_raw_breakpoint): Go through the_target->insert_point
1022 instead of assuming memory breakpoint.
1023 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
1024 software and hardware breakpoints.
1025 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
1026 Check both software and hardware breakpoints.
1027 (validate_inserted_breakpoint): Assert the breakpoint is a
1028 software breakpoint. Set the inserted flag to -1 instead of
1029 setting shlib_disabled.
1030 (delete_disabled_breakpoints): Adjust.
1031 (validate_breakpoints): Only validate software breakpoints.
1032 Adjust to inserted flag change.
1033 (check_mem_read, check_mem_write): Skip breakpoint types other
1034 than software breakpoints. Adjust to inserted flag change.
1035 * mem-break.h (enum raw_bkpt_type): New enum.
1036 (raw_breakpoint, struct process_info): Forward declare.
1037 (Z_packet_to_target_hw_bp_type): Delete declaration.
1038 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
1039 (set_gdb_breakpoint, delete_gdb_breakpoint)
1040 (clear_breakpoint_conditions): New declarations.
1041 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
1042 (breakpoint_inserted_here): Update comment.
1043 (add_breakpoint_condition, add_breakpoint_commands): Replace
1044 address parameter with a breakpoint pointer parameter.
1045 (gdb_breakpoint_here): Update comment.
1046 (delete_gdb_breakpoint_at): Delete.
1047 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
1048 * server.c (process_point_options): Take a struct breakpoint
1049 pointer instead of an address. Adjust.
1050 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
1051 delete_gdb_breakpoint.
1052 * spu-low.c (spu_target_ops): Install NULL as
1053 supports_z_point_type method.
1054 * target.h: Include mem-break.h.
1055 (struct target_ops) <prepare_to_access_memory>: Update comment.
1056 <supports_z_point_type>: New field.
1057 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1058 instead of a char. Also take a raw breakpoint pointer.
1059 * win32-arm-low.c (the_low_target): Install NULL as
1060 supports_z_point_type.
1061 * win32-i386-low.c (i386_supports_z_point_type): New function.
1062 (i386_insert_point, i386_remove_point): Adjust to new interface.
1063 (the_low_target): Install i386_supports_z_point_type.
1064 * win32-low.c (win32_supports_z_point_type): New function.
1065 (win32_insert_point, win32_remove_point): Adjust to new interface.
1066 (win32_target_ops): Install win32_supports_z_point_type.
1067 * win32-low.h (struct win32_target_ops):
1068 <supports_z_point_type>: New method.
1069 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
1070 instead of a char. Also take a raw breakpoint pointer.
1071
932539e3
PA
10722014-05-20 Pedro Alves <palves@redhat.com>
1073
1074 * mem-break.h: Include break-common.h.
1075 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1076 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
1077 (Z_packet_to_target_hw_bp_type): New declaration.
1078 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
1079 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
1080 (Z_PACKET_ACCESS_WP): Delete macros.
1081 (Z_packet_to_hw_type): Delete function.
1082 * i386-low.h: Don't include break-common.h here.
1083 (Z_packet_to_hw_type): Delete declaration.
1084 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
1085 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1086 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
1087 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
1088 * linux-aarch64-low.c: Don't include break-common.h here.
1089 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
1090 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
1091 (Z_packet_to_target_hw_bp_type): Delete function.
1092 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
1093 function.
1094 (mips_insert_point, mips_remove_point): Use
1095 Z_packet_to_target_hw_bp_type.
1096
4ff0d3d8
PA
10972014-05-20 Pedro Alves <palves@redhat.com>
1098
1099 * linux-aarch64-low.c: Include break-common.h.
1100 (enum target_point_type): Delete.
1101 (Z_packet_to_point_type): Rename to ...
1102 (Z_packet_to_target_hw_bp_type): ... this, and return a
1103 target_hw_bp_type instead.
1104 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
1105 instead of an enum target_point_type.
1106 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
1107 breakpoint type.
1108 (aarch64_dr_state_insert_one_point)
1109 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
1110 (aarch64_handle_aligned_watchpoint)
1111 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
1112 Take an enum target_hw_bp_type instead of an enum
1113 target_point_type.
1114 (aarch64_supports_z_point_type): New function.
1115 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
1116 use Z_packet_to_target_hw_bp_type.
1117
786dc519
JB
11182014-05-20 Joel Brobecker <brobecker@adacore.com>
1119
1120 * configure.ac: Only use -Werror by default when DEVELOPMENT
1121 is true.
1122 * configure: Regenerate.
1123
9e0aa64f
JK
11242014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 Fix gdbserver qGetTLSAddr for x86_64 -m32.
1127 * linux-x86-low.c (X86_64_USER_REGS): New.
1128 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
1129
2b577b92
YQ
11302014-04-28 Yao Qi <yao@codesourcery.com>
1131
1132 * Makefile.in (i386-avx512.c): Fix the typo of generated file
1133 name.
1134
94611da2
PA
11352014-04-25 Pedro Alves <palves@redhat.com>
1136
1137 PR server/16255
1138 * linux-low.c (linux_attach_fail_reason_string): New function.
1139 (linux_attach_lwp): Delete.
1140 (linux_attach_lwp_1): Rename to ...
1141 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
1142 argument. Remove "initial" parameter. Return int instead of
1143 void. Don't error or warn here.
1144 (linux_attach): Adjust to call linux_attach_lwp. Call error on
1145 failure to attach to the tgid. Call warning when failing to
1146 attach to an lwp.
1147 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
1148 argument. Remove "initial" parameter. Return int instead of
1149 void. Don't error or warn here.
1150 (linux_attach_fail_reason_string): New declaration.
1151 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
1152 interface change. Use linux_attach_fail_reason_string.
1153
01f9f808
MS
11542014-04-24 Michael Sturm <michael.sturm@mintel.com>
1155 Walfred Tedeschi <walfred.tedeschi@intel.com>
1156
1157 * Makefile.in: Added rules to handle new files
1158 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
1159 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
1160 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
1161 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
1162 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
1163 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
1164 x32-avx512-linux.o.
1165 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
1166 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
1167 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
1168 i386/x32-avx512.xml.
1169 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
1170 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
1171 i386/x32-avx512-linux.xml.
1172 * i387-fp.c (num_avx512_k_registers): New constant for number
1173 of K registers.
1174 (num_avx512_zmmh_low_registers): New constant for number of
1175 lower ZMM registers (0-15).
1176 (num_avx512_zmmh_high_registers): New constant for number of
1177 higher ZMM registers (16-31).
1178 (num_avx512_ymmh_registers): New contant for number of higher
1179 YMM registers (ymm16-31 added by avx521 on x86_64).
1180 (num_avx512_xmm_registers): New constant for number of higher
1181 XMM registers (xmm16-31 added by AVX512 on x86_64).
1182 (struct i387_xsave): Add space for AVX512 registers.
1183 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
1184 Add code to handle AVX512 registers.
1185 (i387_xsave_to_cache): Add code to handle AVX512 registers.
1186 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
1187 prototypei from generated file.
1188 (tdesc_amd64_avx512_linux): Likewise.
1189 (init_registers_x32_avx512_linux): Likewise.
1190 (tdesc_x32_avx512_linux): Likewise.
1191 (init_registers_i386_avx512_linux): Likewise.
1192 (tdesc_i386_avx512_linux): Likewise.
1193 (x86_64_regmap): Add AVX512 registers.
1194 (x86_linux_read_description): Add code to handle AVX512 XSTATE
1195 mask.
1196 (initialize_low_arch): Add code to initialize AVX512 registers.
1197
51aa91f9
PA
11982014-04-23 Pedro Alves <palves@redhat.com>
1199
1200 * mem-break.c (find_gdb_breakpoint_at): Make static.
1201 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
1202
a4165e94
PA
12032014-04-23 Pedro Alves <palves@redhat.com>
1204
1205 * i386-low.c: Don't include break-common.h here.
1206 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1207 prototype to take target_hw_bp_type as argument instead of a Z
1208 packet char.
1209 * i386-low.h: Include break-common.h here.
1210 (Z_packet_to_hw_type): Declare.
1211 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
1212 prototypes.
1213 * linux-x86-low.c (x86_insert_point): Convert the packet number to
1214 a target_hw_bp_type before calling i386_low_insert_watchpoint.
1215 (x86_remove_point): Convert the packet number to a
1216 target_hw_bp_type before calling i386_low_remove_watchpoint.
1217 * win32-i386-low.c (i386_insert_point): Convert the packet number
1218 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
1219 (i386_remove_point): Convert the packet number to a
1220 target_hw_bp_type before calling i386_low_remove_watchpoint.
1221
b8acf843
PA
12222014-04-23 Pedro Alves <palves@redhat.com>
1223
1224 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
1225
d708bcd1
PA
12262014-04-10 Pedro Alves <palves@redhat.com>
1227
1228 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
1229 Check if the condition or command is NULL before checking if the
1230 breakpoint is known. On success, return true.
1231 * mem-break.h (add_breakpoint_condition): Document return.
1232 (add_breakpoint_commands): Add describing comment.
1233 * server.c (skip_to_semicolon): New function.
1234 (process_point_options): Use it.
1235
2eec7d5b
PA
12362014-04-09 Pedro Alves <palves@redhat.com>
1237
1238 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
1239 to lwpid_of.
1240
fa96cb38
PA
12412014-02-27 Pedro Alves <palves@redhat.com>
1242
1243 PR 12702
1244 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
1245 macros.
1246 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
1247 output.
1248 (last_thread_of_process_p): Take a PID argument instead of a
1249 thread pointer.
1250 (linux_wait_for_lwp): Delete.
1251 (num_lwps, check_zombie_leaders, not_stopped_callback): New
1252 functions.
1253 (linux_low_filter_event): New function, party factored out from
1254 linux_wait_for_event.
1255 (linux_wait_for_event): Rename to ...
1256 (linux_wait_for_event_filtered): ... this. Add new filter ptid
1257 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
1258 sigsuspend. Check for zombie leaders.
1259 (linux_wait_for_event): Reimplement as wrapper around
1260 linux_wait_for_event_filtered.
1261 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
1262 a normal or signal exit is seen, it's the whole process exiting.
1263 (wait_for_sigstop): No longer a for_each_inferior callback.
1264 Rewrite on top of linux_wait_for_event_filtered.
1265 (stop_all_lwps): Call wait_for_sigstop directly.
1266 * server.c (resume, handle_target_event): Handle
1267 TARGET_WAITKIND_NO_RESUMED.
1268
d763de10
JB
12692014-02-26 Joel Brobecker <brobecker@adacore.com>
1270
1271 * win32-low.c (psapi_get_dll_name,
1272 * win32_CreateToolhelp32Snapshot): Delete.
1273 (win32_CreateToolhelp32Snapshot, win32_Module32First)
1274 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
1275 Delete.
1276 (handle_load_dll): Add function description.
1277 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
1278
850a0f76
JB
12792014-02-26 Joel Brobecker <brobecker@adacore.com>
1280
1281 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
1282 Add comment.
1283 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
1284 base address when calling win32_add_one_solib.
1285 (handle_load_dll): Delete local variable load_addr.
1286 Remove 0x1000 offset applied to DLL base address when calling
1287 win32_add_one_solib.
1288 (handle_unload_dll): Add comment.
1289
f25b3fc3
JB
12902014-02-26 Joel Brobecker <brobecker@adacore.com>
1291
1292 * win32-low.c (win32_add_all_dlls): Renames
1293 win32_ensure_ntdll_loaded. Rewrite function documentation.
1294 Adjust implementation to always load all DLLs.
1295 Add 0x1000 offset to DLL base address when calling
1296 win32_add_one_solib.
1297 (child_initialization_done): New static global.
1298 (do_initial_child_stuff): Set child_initialization_done to
1299 zero during child initialization, and 1 after. Replace call
1300 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
1301 Add comment.
1302 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
1303 (handle_unload_dll): Add function documentation.
1304 (get_child_debug_event): Ignore load and unload DLL events
1305 during child initialization.
1306
d86d4aaf
DE
13072014-02-20 Doug Evans <dje@google.com>
1308
3bc32da3 1309 Remove global all_lwps.
d86d4aaf
DE
1310 * inferiors.h (ptid_of): Move here from linux-low.h.
1311 (pid_of, lwpid_of): Ditto.
1312 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
1313 parameter is a struct thread_info * now.
1314 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
1315 directly. Pass &all_threads to find_inferior instead of &all_lwps.
1316 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
1317 directly.
1318 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
1319 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
1320 * linux-arm-low.c (update_registers_callback): Update, "entry"
1321 parameter is a struct thread_info * now.
1322 Fetch lwpid from current_inferior directly.
1323 (arm_insert_point): Pass &all_threads to find_inferior instead of
1324 &all_lwps.
1325 (arm_remove_point): Ditto.
1326 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
1327 (arm_prepare_to_resume): Fetch pid from thread.
1328 (arm_read_description): Fetch lwpid from current_inferior directly.
1329 * linux-low.c (all_lwps): Delete.
1330 (delete_lwp): Delete call to remove_inferior.
1331 (handle_extended_wait): Fetch lwpid from thread.
1332 (add_lwp): Don't set lwp->entry.id. Remove call to
1333 add_inferior_to_list.
1334 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
1335 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
1336 (kill_one_lwp_callback): Ditto.
1337 (linux_kill): Don't dereference NULL pointer.
1338 Fetch ptid,lwpid from thread.
1339 (get_detach_signal): Fetch ptid from thread.
1340 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
1341 Simplify call to regcache_invalidate_thread.
1342 (delete_lwp_callback): Update, "entry" parameter is a
1343 struct thread_info * now. Fetch pid from thread.
1344 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
1345 (status_pending_p_callback): Update, "entry" parameter is a
1346 struct thread_info * now. Fetch ptid from thread.
1347 (find_lwp_pid): Update, "entry" parameter is a
1348 struct thread_info * now.
1349 (linux_wait_for_lwp): Fetch pid from thread.
1350 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
1351 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
1352 (enqueue_one_deferred_signal): Fetch lwpid from thread.
1353 (dequeue_one_deferred_signal): Ditto.
1354 (cancel_breakpoint): Fetch ptid from current_inferior.
1355 (linux_wait_for_event): Pass &all_threads to find_inferior,
1356 not &all_lwps. Fetch ptid, lwpid from thread.
1357 (count_events_callback): Update, "entry" parameter is a
1358 struct thread_info * now.
1359 (select_singlestep_lwp_callback): Ditto.
1360 (select_event_lwp_callback): Ditto.
1361 (cancel_breakpoints_callback): Ditto.
1362 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
1363 not &all_lwps.
1364 (select_event_lwp): Ditto. Fetch ptid from event_thread.
1365 (unsuspend_one_lwp): Update, "entry" parameter is a
1366 struct thread_info * now.
1367 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
1368 not &all_lwps.
1369 (linux_stabilize_threads): Ditto. And for for_each_inferior.
1370 Fetch lwpid from thread, not lwp.
1371 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
1372 Pass &all_threads to find_inferior, not &all_lwps.
1373 (send_sigstop): Fetch lwpid from thread, not lwp.
1374 (send_sigstop_callback): Update, "entry" parameter is a
1375 struct thread_info * now.
1376 (suspend_and_send_sigstop_callback): Ditto.
1377 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
1378 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
1379 struct thread_info * now.
1380 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
1381 from thread, lwp.
1382 (lwp_running): Update, "entry" parameter is a
1383 struct thread_info * now.
1384 (stop_all_lwps): Fetch ptid from thread.
1385 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
1386 (linux_resume_one_lwp): Fetch lwpid from thread.
1387 (linux_set_resume_request): Update, "entry" parameter is a
1388 struct thread_info * now. Fetch pid, lwpid from thread.
1389 (resume_status_pending_p): Update, "entry" parameter is a
1390 struct thread_info * now.
1391 (need_step_over_p): Ditto. Fetch lwpid from thread.
1392 (start_step_over): Fetch lwpid from thread.
1393 (linux_resume_one_thread): Update, "entry" parameter is a
1394 struct thread_info * now. Fetch lwpid from thread.
1395 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
1396 (proceed_one_lwp): Update, "entry" parameter is a
1397 struct thread_info * now. Fetch lwpid from thread.
1398 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
1399 struct thread_info * now.
1400 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
1401 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
1402 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
1403 directly.
1404 (regsets_store_inferior_registers): Ditto.
1405 (fetch_register, store_register): Ditto.
1406 (linux_read_memory, linux_write_memory): Ditto.
1407 (linux_request_interrupt): Ditto.
1408 (linux_read_auxv): Ditto.
1409 (linux_xfer_siginfo): Ditto.
1410 (linux_qxfer_spu): Ditto.
1411 (linux_qxfer_libraries_svr4): Ditto.
1412 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
1413 moved to inferiors.h.
1414 (get_lwp): Delete.
1415 (get_thread_lwp): Update.
1416 (struct lwp_info): Delete member "entry". Simplify comment for
1417 member "thread".
1418 (all_lwps): Delete.
1419 * linux-mips-low.c (mips_read_description): Fetch lwpid from
1420 current_inferior directly.
1421 (update_watch_registers_callback): Update, "entry" parameter is a
1422 struct thread_info * now. Fetch pid from thread.
1423 (mips_linux_prepare_to_resume): Fetch ptid from thread.
1424 (mips_insert_point): Fetch lwpid from current_inferior.
1425 Pass &all_threads to find_inferior, not &all_lwps.
1426 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
1427 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
1428 directly.
1429 (mips_stopped_data_address): Ditto.
1430 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
1431 directly.
1432 * linux-tile-low.c (tile_arch_setup): Ditto.
1433 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
1434 (update_debug_registers_callback): Update, "entry" parameter is a
1435 struct thread_info * now. Fetch pid from thread.
1436 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
1437 Pass &all_threads to find_inferior, not &all_lwps.
1438 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
1439 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
1440 Pass &all_threads to find_inferior, not &all_lwps.
1441 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
1442 (i386_dr_low_get_status): Ditto.
1443 (x86_linux_prepare_to_resume): Fetch ptid from thread.
1444 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
1445 (x86_linux_read_description): Ditto.
1446 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
1447
3b8361aa
DE
14482014-02-20 Doug Evans <dje@google.com>
1449
1450 * inferiors.c (get_first_inferior): Fix buglet.
1451
f7667f0d
DE
14522014-02-19 Doug Evans <dje@google.com>
1453
1454 * gdbthread.h (add_thread): Change result type to struct thread_info *.
1455 * inferiors.c (add_thread): Change result type to struct thread_info *.
1456 All callers updated.
1457 (add_lwp): Call add_thread here instead of in callers.
1458 All callers updated.
1459 * linux-low.h (get_lwp_thread): Rewrite.
1460 (struct lwp_info): New member "thread".
1461
b3312d80
DE
14622014-02-19 Doug Evans <dje@google.com>
1463
1464 * linux-low.c (add_lwp): Change result to struct lwp_info *.
1465 All callers updated.
1466
ecc6f45c
DE
14672014-02-19 Doug Evans <dje@google.com>
1468
1469 * inferiors.c (add_thread): Fix whitespace.
1470
649ebbca
DE
14712014-02-19 Doug Evans <dje@google.com>
1472
1473 * dll.c (clear_dlls): Replace accessing list implemention details
1474 with API function.
1475 * gdbthread.h (get_first_thread): Declare.
1476 * inferiors.c (for_each_inferior_with_data): New function.
1477 (get_first_thread): New function.
1478 (find_thread_ptid): Simplify.
1479 (get_first_inferior): New function.
1480 (clear_list): Delete.
1481 (one_inferior_p): New function.
1482 (clear_inferior_list): New function.
1483 (clear_inferiors): Update.
1484 * inferiors.h (for_each_inferior_with_data): Declare.
1485 (clear_inferior_list): Declare.
1486 (one_inferior_p): Declare.
1487 (get_first_inferior): Declare.
1488 * linux-low.c (linux_wait_for_event): Replace accessing list
1489 implemention details with API function.
1490 * server.c (target_running): Ditto.
1491 (accumulate_file_name_length): New function.
1492 (emit_dll_description): New function.
1493 (handle_qxfer_libraries): Replace accessing list implemention
1494 details with API function.
1495 (handle_qxfer_threads_worker): New function.
1496 (handle_qxfer_threads_proper): Replace accessing list implemention
1497 details with API function.
1498 (handle_query): Ditto.
1499 (visit_actioned_threads_callback_ftype): New typedef.
1500 (visit_actioned_threads_data): New struct.
1501 (visit_actioned_threads): Rewrite to be find_inferior callback.
1502 (resume): Call find_inferior.
1503 (handle_status): Replace accessing list implemention
1504 details with API function.
1505 (process_serial_event): Replace accessing list implemention details
1506 with API function.
1507 * target.c (set_desired_inferior): Replace accessing list implemention
1508 details with API function.
1509 * tracepoint.c (same_process_p): New function.
1510 (gdb_agent_about_to_close): Replace accessing list implemention
1511 details with API function.
1512 * win32-low.c (child_delete_thread): Replace accessing list
1513 implemention details with API function.
1514 (match_dll_by_basename): New function.
1515 (dll_is_loaded_by_basename): New function.
1516 (win32_ensure_ntdll_loaded): Replace accessing list implemention
1517 details call to dll_is_loaded_by_basename.
1518
80894984
DE
15192014-02-19 Doug Evans <dje@google.com>
1520
1521 * dll.h (struct dll_info): Add comment.
1522 * gdbthread.h (struct thread_info): Add comment.
1523 (current_ptid): Simplify.
1524 * inferiors.c (add_process): Update.
1525 (remove_process): Update.
1526 * inferiors.h (struct process_info): Rename member "head" to "entry".
1527 * linux-low.c (delete_lwp): Update.
1528 (add_lwp): Update.
1529 (last_thread_of_process_p): Update.
1530 (kill_one_lwp_callback, linux_kill): Update.
1531 (status_pending_p_callback): Update.
1532 (wait_for_sigstop): Update. Simplify read of ptid.
1533 (start_step_over): Update.
1534 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
1535 (get_lwp_thread): Update.
1536 (struct lwp_info): Rename member "head" to "entry".
1537 * regcache.h (inferior_list_entry): Delete.
1538 * server.c (kill_inferior_callback): Update.
1539 (detach_or_kill_inferior_callback): Update.
1540 (print_started_pid): Update.
1541 (print_attached_pid): Update.
1542 (process_serial_event): Simplify read of ptid.
1543 * thread-db.c (thread_db_create_event): Update.
1544 (thread_db_get_tls_address): Update.
1545 * win32-low.c (current_inferior_ptid): Simplify.
1546
46917d26
TT
15472014-02-19 Tom Tromey <tromey@redhat.com>
1548
1549 * target.h (struct target_ops) <supports_btrace>: Add target_ops
1550 argument.
1551 (target_supports_btrace): Update.
1552
0759a81e
YQ
15532014-02-14 Yao Qi <yao@codesourcery.com>
1554
1555 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
1556 (rsp-low-ipa.o): New target.
1557
a7191e8b
TT
15582014-02-12 Tom Tromey <tromey@redhat.com>
1559
1560 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
1561 convert_ascii_to_int.
1562 * regcache.c (registers_to_string): Likewise.
1563 * remote-utils.c (decode_M_packet): Likewise.
1564 * server.c (process_serial_event): Likewise.
1565
ff0e980e
TT
15662014-02-12 Tom Tromey <tromey@redhat.com>
1567
1568 * server.c (handle_query, handle_v_run): Use hex2bin, not
1569 unhexify.
1570 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
1571
e9371aff
TT
15722014-02-12 Tom Tromey <tromey@redhat.com>
1573
1574 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
1575 convert_int_to_ascii.
1576 * regcache.c (registers_to_string, collect_register_as_string):
1577 Likewise.
1578 * remote-utils.c (look_up_one_symbol, relocate_instruction):
1579 Likewise.
1580 * server.c (process_serial_event): Likewise.
1581 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
1582 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
1583
971dc0b8
TT
15842014-02-12 Tom Tromey <tromey@redhat.com>
1585
1586 * remote-utils.c (look_up_one_symbol, monitor_output): Use
1587 bin2hex, not hexify.
1588 * tracepoint.c (cmd_qtstatus): Likewise.
1589
0a822afb
TT
15902014-02-12 Tom Tromey <tromey@redhat.com>
1591
1592 * remote-utils.c (monitor_output): Pass explicit length to
1593 hexify.
1594
9c3d6531
TT
15952014-02-12 Tom Tromey <tromey@redhat.com>
1596
1597 * tracepoint.c: Include rsp-low.h.
1598 * server.c: Include rsp-low.h.
1599 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
1600 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
1601 declare.
1602 * remote-utils.c: Include rsp-low.h.
1603 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
1604 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
1605 (convert_int_to_ascii, convert_ascii_to_int): Move to
1606 common/rsp-low.c.
1607 * regcache.c: Include rsp-low.h.
1608 * ax.c: Include rsp-low.h.
1609 * Makefile.in (SFILES): Add common/rsp-low.c.
1610 (OBS): Add rsp-low.o.
1611 (rsp-low.o): New target.
1612
01fd3ea5
TT
16132014-02-12 Tom Tromey <tromey@redhat.com>
1614
1615 * utils.h (pulongest, plongest, phex_nz): Don't declare.
1616 Include print-utils.h.
1617 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
1618 (plongest, thirty_two, phex_nz): Remove.
1619 * Makefile.in (SFILES): Add common/print-utils.c.
1620 (OBS): Add print-utils.o.
1621 (print-utils-ipa.o): New target.
1622 (print-utils.o): New target.
1623 (IPA_OBJS): Add print-utils-ipa.o.
1624
e99dc820
TT
16252014-02-06 Tom Tromey <tromey@redhat.com>
1626
1627 * Makefile.in (SFILES): Fix indentation.
1628
ee1e2d4f
DE
16292014-02-05 Doug Evans <dje@google.com>
1630
1631 * linux-low.c (linux_wait_for_event): Improve comment.
1632 (linux_wait_1): Keep current_inferior in sync with event_child.
1633
f5a02773
DE
16342014-01-22 Doug Evans <dje@google.com>
1635
1636 * gdbthread.h (gdb_id_to_thread): Delete, unused.
1637
87ce2a04
DE
16382014-01-22 Doug Evans <dje@google.com>
1639
1640 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
1641 * configure: Regenerate.
1642 * config.in: Regenerate.
1643 * Makefile.in (SFILES): Add debug.c.
1644 (OBS): Add debug.o.
1645 * debug.c: New file.
1646 * debug.h: New file.
1647 * linux-aarch64-low.c (*): Update all debugging printfs to use
1648 debug_printf instead of fprintf.
1649 * linux-arm-low.c (*): Ditto.
1650 * linux-cris-low.c (*): Ditto.
1651 * linux-crisv32-low.c (*): Ditto.
1652 * linux-m32r-low.c (*): Ditto.
1653 * linux-sparc-low.c (*): Ditto.
1654 * linux-x86.c (*): Ditto.
1655 * linux-low.c (*): Ditto.
1656 (linux_wait_1): Add calls to debug_enter, debug_exit.
1657 (linux_wait): Remove redundant debugging printf.
1658 (stop_all_lwps): Add calls to debug_enter, debug_exit.
1659 (linux_resume, unstop_all_lwps): Ditto.
1660 * mem-break.c (*): Update all debugging printfs to use
1661 debug_printf instead of fprintf.
1662 * remote-utils.c (*): Ditto.
1663 * thread-db.c (*): Ditto.
1664 * server.c #include <ctype.h>, "gdb_vecs.h".
1665 (debug_threads): Moved to debug.c.
1666 (*): Update all debugging printfs to use debug_printf instead of
1667 fprintf.
1668 (start_inferior): Replace call to fflush with call to debug_flush.
1669 (monitor_show_help): Mention set debug-format.
1670 (parse_debug_format_options): New function.
1671 (handle_monitor_command): Handle "monitor set debug-format".
1672 (gdbserver_usage): Mention --debug-format.
1673 (main): Parse --debug-format.
1674 * server.h (debug_threads): Declaration moved to debug.h.
1675 #include "debug.h".
1676 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
1677 trace_debug_1 that uses debug_printf.
1678 (tracepoint_look_up_symbols): Update all debugging printfs to use
1679 debug_printf instead of fprintf.
1680
e671835b
BS
16812014-01-20 Baruch Siach <baruch@tkos.co.il>
1682
1683 * linux-xtensa-low.c: Include asm/ptrace.h instead of
1684 sys/ptrace.h.
1685
b5737fa9
PA
16862014-01-17 Pedro Alves <palves@redhat.com>
1687
ea38d2a9 1688 PR build/16445
c7faa97a
PA
1689 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
1690 defined after including gdb_proc_service.h.
b5737fa9 1691
40ed484e
DE
16922014-01-16 Doug Evans <dje@google.com>
1693
1694 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
1695 (match_dll): Use it.
1696
969c39fb
MM
16972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1698
1699 * target.h (target_ops) <read_btrace>: Change parameters and
1700 return type to allow error reporting.
1701 * server.c (handle_qxfer_btrace): Support delta reads. Pass
1702 trace reading errors on.
1703 * linux-low.c (linux_low_read_btrace): Pass trace reading
1704 errors on.
1705 (linux_low_disable_btrace): New.
1706
ab7f45ba
DE
17072014-01-15 Doug Evans <dje@google.com>
1708
1709 * inferiors.c (thread_id_to_gdb_id): Delete.
1710 * inferiors.h (thread_id_to_gdb_id): Delete.
1711
66af0f44
EZ
17122014-01-13 Eli Zaretskii <eliz@gnu.org>
1713
1714 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
1715 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
1716 versions.
1717
9939e131
PA
17182014-01-08 Pedro Alves <palves@redhat.com>
1719
1720 * server.c (handle_status): Don't discard previous queued stop
1721 replies or thread's pending status here.
1722 (main) <disconnection>: Do it here instead.
1723
b7ea362b
PA
17242014-01-08 Pedro Alves <palves@redhat.com>
1725
1726 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
1727 * server.c (visit_actioned_threads, handle_pending_status): New
1728 function.
1729 (handle_v_cont): Factor out parts to ...
1730 (resume): ... this new function. If in all-stop, and a thread
1731 being resumed has a pending status, report it without actually
1732 resuming.
1733 (myresume): Adjust to use the new 'resume' function.
1734 (clear_pending_status_callback, set_pending_status_callback)
1735 (find_status_pending_thread_callback): New functions.
1736 (handle_status): Handle the case of multiple threads having
1737 interesting statuses to report. Report threads' real last signal
1738 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
1739 with an interesting thread to report the status for, instead of
1740 always reporting the status of the first thread.
1741
28498c42
JB
17422014-01-01 Joel Brobecker <brobecker@adacore.com>
1743
1744 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
1745 * gdbreplay.c (gdbreplay_version): Likewise.
1746
f45c82da
YZ
17472013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
1748
1749 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
1750 iov.iov_len with the real length in use.
1751
379a5e2d
JB
17522013-12-13 Joel Brobecker <brobecker@adacore.com>
1753
1754 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
1755 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
1756 for all targets that use win32-low.c.
1757 * win32-low.c (win32_ensure_ntdll_loaded): New function.
1758 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
1759
4210d83e
PA
17602013-12-13 Pedro Alves <palves@redhat.com>
1761
1762 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
1763 if equal to TARGET_WAITKIND_LOADED.
1764 * win32-low.c (cached_status): New static global.
1765 (win32_wait): Add declaration.
1766 (do_initial_child_stuff): Flush all initial pending debug events
1767 up to the initial breakpoint.
1768 (win32_wait): If CACHED_STATUS was set, return that instead
1769 of doing a real wait. Remove the code resuming the execution
1770 of the inferior after receiving a TARGET_WAITKIND_LOADED event
1771 during the initial phase. Also remove the code changing
1772 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
1773 TARGET_WAITKIND_STOPPED.
1774
e7f0d979
YQ
17752013-12-11 Yao Qi <yao@codesourcery.com>
1776
1777 * notif.c (handle_notif_ack): Return 0 if no notification
1778 matches.
1779
ebcf782c
DE
17802013-11-20 Doug Evans <dje@google.com>
1781
1782 * linux-low.c (linux_set_resume_request): Fix comment.
1783
20ad9378
DE
17842013-11-20 Doug Evans <dje@google.com>
1785
1786 * linux-low.c (resume_status_pending_p): Tweak comment.
1787
a196ebeb
WT
17882013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1789
1790 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
1791 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
1792 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
1793 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
1794 (srv_amd64_regobj): Add amd64-mpx.o.
1795 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
1796 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
1797 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
1798 * i387-fp.c (num_pl_bnd_register) Added constant.
1799 (num_pl_bnd_cfg_registers) Added constant.
1800 (struct i387_xsave) Added reserved area and MPX fields.
1801 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
1802 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
1803 function.
1804 (tdesc_i386_mpx_linux): Add MPX amd64 target.
1805 (init_registers_amd64_mpx_linux): Declare new function.
1806 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
1807 (x86_64_regmap): Add MPX registers.
1808 (x86_linux_read_description): Add MPX case.
1809 (initialize_low_arch): Initialize MPX targets.
1810
0080a2f6
TT
18112013-11-18 Tom Tromey <tromey@redhat.com>
1812
1813 * configure: Rebuild.
1814 * configure.ac: Don't check for stdlib.h.
1815 * gdbreplay.c: Unconditionally include stdlib.h.
1816
2978b111
TT
18172013-11-18 Tom Tromey <tromey@redhat.com>
1818
1819 * config.in: Rebuild.
1820 * configure: Rebuild.
1821 * configure.ac: Don't use AC_HEADER_DIRENT.
1822
a3d08894
TT
18232013-11-18 Tom Tromey <tromey@redhat.com>
1824
1825 * server.h: Don't check HAVE_STRING_H.
1826 * gdbreplay.c: Don't check HAVE_STRING_H.
1827 * configure: Rebuild.
1828
0a5dd17d
TT
18292013-11-18 Tom Tromey <tromey@redhat.com>
1830
1831 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
1832 LIBGNU.
1833
1bd2f0ba
TT
18342013-11-08 Tom Tromey <tromey@redhat.com>
1835
1836 * configure, config.in: Rebuild.
1837 * configure.ac: Remove unused configury.
1838
3266f10b
TT
18392013-11-08 Tom Tromey <tromey@redhat.com>
1840
1841 * acinclude.m4: Include common.m4, codeset.m4.
1842 * configure, config.in: Rebuild.
1843 * configure.ac: Use GDB_AC_COMMON.
1844
6682d959
AA
18452013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1846
1847 * linux-s390-low.c (HWCAP_S390_TE): New define.
1848 (s390_arch_setup): Consider the TE field in the HWCAP for
1849 determining 'have_regset_tdb'.
1850
fd0a4d76
SDJ
18512013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1852
1853 PR gdb/16014
1854 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
1855 call to sizeof.
1856
1a3d890b
PA
18572013-10-02 Pedro Alves <palves@redhat.com>
1858
1859 * server.c (process_serial_event): Don't output "GDBserver
1860 exiting" if GDB is connected through stdio.
1861 * target.c (mywait): Likewise, be silent if GDB is connected
1862 through stdio.
1863
97ad4581
JB
18642013-10-01 Joel Brobecker <brobecker@adacore.com>
1865
1866 * lynx-low.c (lynx_add_threads_after_attach): New function.
1867 (lynx_attach): Remove call to add_thread. Add call to
1868 lynx_add_threads_after_attach instead.
1869
5b4e221c
MF
18702013-09-28 Mike Frysinger <vapier@gentoo.org>
1871
1872 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
1873 * config.in, configure: Regenerated.
1874
ee47b2f8
YQ
18752013-09-18 Yao Qi <yao@codesourcery.com>
1876
1877 PR server/15959
1878 * server.c (start_inferior): Clear 'resume_info'.
1879
d6707650 18802013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 1881
d6707650
JW
1882 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
1883 for each register.
1884
9243dd0e 18852013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 1886
9243dd0e
JW
1887 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
1888 linux-tile-low.o to srv_tgtobj.
1889
c623a6ef
WN
18902013-09-16 Will Newton <will.newton@linaro.org>
1891
1892 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
1893 out regs.
1894
fb71d39e
PA
18952013-09-06 Pedro Alves <palves@redhat.com>
1896
1897 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
1898 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
1899 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
1900 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
1901 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
1902 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
1903
8e7e9910
PA
19042013-09-06 Pedro Alves <palves@redhat.com>
1905
1906 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
1907 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
1908
7c3a12ca
PA
19092013-09-06 Pedro Alves <palves@redhat.com>
1910
1911 * linux-amd64-ipa.c: Include tracepoint.h.
1912 * linux-i386-ipa.c: Include tracepoint.h.
1913
8eb3d7b6
RW
19142013-09-06 Ricard Wanderlof <ricardw@axis.com>
1915
1916 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
1917 (ps_get_thread_area): New function.
1918
eddddb9d
RW
19192013-09-06 Ricard Wanderlof <ricardw@axis.com>
1920
1921 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
1922 (initialize_low_arch): Call init_registers_crisv32 rather than
1923 init_register_crisv32.
1924
533b0600
PA
19252013-09-05 Pedro Alves <palves@redhat.com>
1926
1927 * server.h (handle_vFile, hostio_last_error_from_errno): Move
1928 to ...
1929 * hostio.h: ... this new file.
1930 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
1931 win32-low.c: Include hostio.h.
1932
0ce3d3b5
PA
19332013-09-05 Pedro Alves <palves@redhat.com>
1934
1935 * server.h (gdb_client_data, handler_func, callback_handler_func)
1936 (delete_file_handler, add_file_handler, append_callback_event)
1937 (delete_callback_event, start_event_loop, initialize_event_loop):
1938 Move to event-loop.h and include it.
1939 * event-loop.h: New file.
1940
799cdc37
PA
19412013-09-05 Pedro Alves <palves@redhat.com>
1942
1943 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
1944 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
1945 (loaded_dll, unloaded_dll): Move to ...
1946 * dll.h: ... this new file.
1947 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
1948
6a6bbd9d
PA
19492013-09-05 Pedro Alves <palves@redhat.com>
1950
1951 * server.h (current_process, get_thread_process, all_processes)
1952 (add_inferior_to_list, for_each_inferior, current_inferior)
1953 (remove_inferior, add_process, remove_process, find_process_pid)
1954 (have_started_inferiors_p, have_attached_inferiors_p)
1955 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
1956 (clear_inferiors, find_inferior, find_inferior_id)
1957 (inferior_target_data, set_inferior_target_data)
1958 (inferior_regcache_data, set_inferior_regcache_data): Move to
1959 inferiors.h, and include it.
1960 * inferiors.h: New file.
1961
f699aaba
PA
19622013-09-05 Pedro Alves <palves@redhat.com>
1963
1964 * server.h (struct emit_ops, current_insn_ptr, emit_error):
1965 Move ...
1966 * ax.h: ... here.
1967
c144c7a0
PA
19682013-09-05 Pedro Alves <palves@redhat.com>
1969
1970 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
1971 tracepoint.h.
1972 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
1973 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
1974 (handle_tracepoint_general_set, handle_tracepoint_query)
1975 (tracepoint_finished_step, tracepoint_was_hit)
1976 (release_while_stepping_state_list, current_traceframe)
1977 (in_readonly_region, traceframe_read_mem)
1978 (fetch_traceframe_registers, traceframe_read_sdata)
1979 (traceframe_read_info, struct fast_tpoint_collect_status)
1980 (fast_tracepoint_collecting, force_unlock_trace_buffer)
1981 (handle_tracepoit_bkpts, initialize_low_tracepoint)
1982 (supply_fast_tracepoint_registers)
1983 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
1984 (ipa_tdesc, claim_trampoline_space)
1985 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
1986 (agent_mem_read, agent_get_trace_state_variable_value)
1987 (agent_set_trace_state_variable_value, agent_tsv_read)
1988 (agent_mem_read_string, get_raw_reg_func_addr)
1989 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
1990 * tracepoint.h: ... this new file.
1991
ff42e6ab
PA
19922013-09-05 Pedro Alves <palves@redhat.com>
1993
1994 * server.h (perror_with_name, error, fatal, warning, paddress)
1995 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
1996 include it.
1997 * utils.h: New file.
1998
541af0f4
PA
19992013-09-05 Pedro Alves <palves@redhat.com>
2000
2001 * server.h (remote_debug, noack_mode, transport_is_reliable)
2002 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
2003 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
2004 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
2005 (write_enn, initialize_async_io, enable_async_io)
2006 (disable_async_io, check_remote_input_interrupt_request)
2007 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
2008 (dead_thread_notify, prepare_resume_reply)
2009 (decode_address_to_semicolon, decode_address, decode_m_packet)
2010 (decode_M_packet, decode_X_packet, decode_xfer_write)
2011 (decode_search_memory_packet, unhexify, hexify)
2012 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
2013 (look_up_one_symbol, relocate_instruction)
2014 (monitor_output): Move to remote-utils.h, and include it.
2015 * remote-utils.h: New file.
2016
eebdf26b
PA
20172013-09-05 Pedro Alves <palves@redhat.com>
2018
2019 * server.h (_): Delete.
2020
3aafd2ff
PA
20212013-09-02 Pedro Alves <palves@redhat.com>
2022
2023 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
2024 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
2025 allocated.
2026 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
2027
cee83bcb
PM
20282013-09-02 Pierre Muller <muller@sourceware.org>
2029
2030 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
2031 or WriteProcessMemory complete successfully and handle
2032 ERROR_PARTIAL_COPY error.
2033
9a13b2fa
PA
20342013-09-02 Pedro Alves <palves@redhat.com>
2035
2036 * server.c (gdb_read_memory): Return -1 on traceframe memory read
2037 error instead of EIO.
2038
602e3198
JK
20392013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 PR server/15604
2042 * linux-low.c: Include filestuff.h.
2043 (linux_create_inferior) <pid == 0>: Call close_most_fds.
2044 * lynx-low.c: Include filestuff.h.
2045 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
2046 * server.c: Include filestuff.h.
2047 (main): Call notice_open_fds.
2048 * spu-low.c: Include filestuff.h.
2049 (spu_create_inferior) <pid == 0>: Call close_most_fds.
2050
96d7229d
LM
20512013-08-22 Luis Machado <lgustavo@codesourcery.com>
2052
2053 * Makefile.in: Explain why ../target and ../nat are not
2054 listed as include file search paths.
2055 (linux-waitpid.o): New object file rule.
2056 * configure.srv (srv_native_linux_obj): New variable.
2057 Replace all occurrences of linux native object files with
2058 $srv_native_linux_obj.
2059 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2060 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
2061 (linux_enable_event_reporting): Remove declaration.
2062 (my_waitpid): Moved to common/linux-waitpid.c.
2063 (linux_wait_for_event): Pass ptid when calling
2064 linux_enable_event_reporting.
2065 (linux_supports_tracefork_flag): Remove.
2066 (linux_enable_event_reporting): Likewise.
2067 (linux_tracefork_grandchild): Remove.
2068 (STACK_SIZE): Moved to common/linux-ptrace.c.
2069 (linux_tracefork_child): Remove.
2070 (linux_test_for_tracefork): Remove.
2071 (linux_look_up_symbols): Call linux_supports_traceclone.
2072 (initialize_low): Remove call to linux_test_for_tracefork.
2073 * linux-low.h (PTRACE_TYPE_ARG3): Move to
2074 common/linux-ptrace.h.
2075 (PTRACE_TYPE_ARG4): Likewise.
2076 Include linux-ptrace.h.
2077
32940073
PA
20782013-08-21 Pedro Alves <palves@redhat.com>
2079
2080 * config.in: Renegerate.
2081
33b60d58 20822013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 2083
33b60d58
LM
2084 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
2085 (SFILES): Remove $(srcdir)/common/target-common.c and
2086 add $(srcdir)/target/waitstatus.c.
2087 (OBS): Remove target-common.o and add waitstatus.o.
2088 (server_h): Remove $(srcdir)/../common/target-common.h and
2089 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
2090 and $(srcdir)/../target/waitstatus.h.
2091 (target-common.o): Remove.
2092 (waitstatus.o): New target object file.
2093 * target.h: Do not include target-common.h and
2094 include target/resume.h, target/wait.h and
2095 target/waitstatus.h.
2096
b8e1b30e
LM
20972013-08-13 Luis Machado <lgustavo@codesourcery.com>
2098
2099 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2100 to PTRACE_TYPE_ARG3.
2101 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
2102 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
2103 PTRACE_TYPE_ARG4.
2104 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
2105 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
2106
7a60ad40
YQ
21072013-07-27 Jie Zhang <jie@codesourcery.com>
2108 Daniel Jacobowitz <dan@codesourcery.com>
2109 Yao Qi <yao@codesourcery.com>
2110
2111 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
2112 (mips-linux-watch.o): New rule.
2113 (mips_linux_watch_h): New variable.
2114 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
2115 srv_tgtobj.
2116 * linux-mips-low.c: Include mips-linux-watch.h.
2117 (struct arch_process_info, struct arch_lwp_info): New.
2118 (update_watch_registers_callback): New function.
2119 (mips_linux_new_process, mips_linux_new_thread) New functions.
2120 (mips_linux_prepare_to_resume, mips_insert_point): New
2121 functions.
2122 (mips_remove_point, mips_stopped_by_watchpoint): New
2123 functions.
2124 (rsp_bp_type_to_target_hw_bp_type): New function.
2125 (mips_stopped_data_address): New function.
2126 (the_low_target): Add watchpoint support functions.
2127
de6f69ad
YQ
21282013-07-27 Yao Qi <yao@codesourcery.com>
2129
2130 * i386-low.c: Include break-common.h.
2131 (enum target_hw_bp_type): Remove.
2132
3360c0bf
LM
21332013-07-24 Luis Machado <lgustavo@codesourcery.com>
2134
2135 * Makefile.in (SFILES): /common/target-common.c.
2136 (OBS): Add target-common.o.
2137 (server_h): Add $(srcdir)/../common/target-common.h.
2138 (target-common.o): New target.
2139 * server.c (queue_stop_reply_callback): Free
2140 status string after use.
2141 * target.c (target_waitstatus_to_string): Remove.
2142 * target.h: Include target-common.h.
2143 (resume_kind): Likewise.
2144 (target_waitkind): Likewise.
2145 (target_waitstatus): Likewise.
2146 (TARGET_WNOHANG): Likewise.
2147
bd885420
YQ
21482013-07-04 Yao Qi <yao@codesourcery.com>
2149
2150 * Makefile.in (host_alias): Use @host_noncanonical@.
2151 (target_alias): Use @target_noncanonical@.
2152 * configure.ac: Use ACX_NONCANONICAL_TARGET and
2153 ACX_NONCANONICAL_HOST.
2154 * configure: Regenerated.
2155
2156 Revert:
2157 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2158
2159 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2160 * configure: Rebuild.
2161 * Makefile.in (version_host, version_target): Get from configure.
2162 (version.c): Use $(version_host) and $(version_target).
2163
17ef446e
PA
21642013-07-03 Pedro Alves <palves@redhat.com>
2165
2166 * Makefile.in (config.status): Depend on development.sh.
2167 * acinclude.m4: Include libmcheck.m4.
2168 * configure: Regenerate.
2169
7a9a7487
MG
21702013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2171
2172 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
2173 attribute inside the parentheses.
2174 (winapi_DebugSetProcessKillOnExit): Ditto.
2175 (winapi_DebugBreakProcess): Ditto.
2176 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 2177
49b64de6
MG
21782013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
2179
2180 * notif.h (notif_event): Add a dummy member to avoid compiler
2181 errors.
2182
d5749ee7
PA
21832013-07-01 Pedro Alves <palves@redhat.com>
2184
2185 * hostio.c (HOSTIO_PATH_MAX): Define.
2186 (require_filename, handle_open, handle_unlink, handle_readlink):
2187 Use it.
2188
d8d2a3ee
PA
21892013-07-01 Pedro Alves <palves@redhat.com>
2190
2191 * server.h: Include "pathmax.h".
2192 * linux-low.c: Don't include sys/param.h.
2193 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
2194 MAXPATHLEN.
2195 * win32-low.c: Don't include sys/param.h.
2196 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
2197
bc7dea8d
PA
21982013-07-01 Pedro Alves <palves@redhat.com>
2199
2200 * event-loop.c: Don't check HAVE_UNISTD_H before including
2201 <unistd.h>.
2202 * gdbreplay.c: Likewise.
2203 * remote-utils.c: Likewise.
2204 * server.c: Likewise.
2205 * configure.ac: Don't check for unistd.h.
2206 * configure: Regenerate.
2207
d6c2da54
TT
22082013-06-28 Tom Tromey <tromey@redhat.com>
2209
2210 * Makefile.in (version.c): Use version.in, not
2211 common/version.in.
2212
257b6bec
MG
22132013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
2214
2215 * configure.ac (version_host, version_target): Set and AC_SUBST them.
2216 * configure: Rebuild.
2217 * Makefile.in (version_host, version_target): Get from configure.
2218 (version.c): Use $(version_host) and $(version_target).
2219
86ebe149
DK
22202013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2221
2222 Fix trace-status to output user name without trailing colon.
2223 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
2224
f30aa5af
DK
22252013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
2226
2227 Fix trace-status to output proper start-time and stop-time.
2228 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
2229 output start time and stop time in hex as gdb expects.
2230
28a93511
YQ
22312013-06-26 Pedro Alves <pedro@codesourcery.com>
2232
2233 * tracepoint.c (build_traceframe_info_xml): Output trace state
2234 variables present in the trace buffer.
2235
01208463
TT
22362013-06-24 Tom Tromey <tromey@redhat.com>
2237
2238 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
2239 create-version.sh.
2240 (version.o): Remove.
2241 * gdbreplay.c: Include version.h.
2242 (version, host_name): Don't declare.
2243 * server.h: Include version.h.
2244 (version, host_name): Don't declare.
2245
760256f9
PA
22462013-06-12 Pedro Alves <palves@redhat.com>
2247
2248 * linux-x86-low.c (linux_is_elf64): Delete global.
2249 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
2250 with local linux_pid_exe_is_elf_64_file use.
2251
030031ee
PA
22522013-06-11 Pedro Alves <palves@redhat.com>
2253
2254 * linux-low.c (regset_disabled, disable_regset): New functions.
2255 (regsets_fetch_inferior_registers)
2256 (regsets_store_inferior_registers): Use them.
2257 (initialize_regsets_info); Don't allocate the disabled_regsets
2258 array here.
2259 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
2260 comment.
2261
5da6eb0a
PA
22622013-06-11 Pedro Alves <palves@redhat.com>
2263
2264 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
2265 xmalloc.
2266
7e5aaa09
PA
22672013-06-11 Pedro Alves <palves@redhat.com>
2268
2269 * linux-x86-low.c (initialize_low_arch): Call
2270 init_registers_x32_avx_linux.
2271
d878444c
JK
22722013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 Fix compatibility with Android Bionic.
2275 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
2276 it is not empty.
2277
3aee8918
PA
22782013-06-07 Pedro Alves <palves@redhat.com>
2279
5f2b57b5 2280 PR server/14823
3aee8918
PA
2281 * Makefile.in (OBS): Add tdesc.o.
2282 (IPA_OBJS): Add tdesc-ipa.o.
2283 (tdesc-ipa.o): New rule.
2284 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
2285 interface.
2286 * linux-low.c (new_inferior): Delete.
2287 (disabled_regsets, num_regsets): Delete.
2288 (linux_add_process): Adjust to set the new per-process
2289 new_inferior flag.
2290 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
2291 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
2292 was a stop. When calling arch_setup, switch the current inferior
2293 to the thread that got an event.
2294 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
2295 (regsets_fetch_inferior_registers)
2296 (regsets_store_inferior_registers): New regsets_info parameter.
2297 Adjust to use it.
2298 (linux_register_in_regsets): New regs_info parameter. Adjust to
2299 use it.
2300 (register_addr, fetch_register, store_register): New usrregs_info
2301 parameter. Adjust to use it.
2302 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
2303 parameter regs_info. Adjust to use it.
2304 (linux_fetch_registers): Get the current inferior's regs_info, and
2305 adjust to use it.
2306 (linux_store_registers): Ditto.
2307 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
2308 (initialize_low): Don't initialize the target_regsets here. Call
2309 initialize_low_arch.
2310 * linux-low.h (target_regsets): Delete declaration.
2311 (struct regsets_info): New.
2312 (struct usrregs_info): New.
2313 (struct regs_info): New.
2314 (struct process_info_private) <new_inferior>: New field.
2315 (struct linux_target_ops): Delete the num_regs, regmap, and
2316 regset_bitmap fields. New field regs_info.
2317 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
2318 * i387-fp.c (num_xmm_registers): Delete.
2319 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
2320 calls to new interface.
2321 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
2322 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
2323 Infer the number of xmm registers from the regcache's target
2324 description.
2325 * i387-fp.h (num_xmm_registers): Delete.
2326 * inferiors.c (add_thread): Don't install the thread's regcache
2327 here.
2328 * proc-service.c (gregset_info): Fetch the current inferior's
2329 regs_info. Adjust to use it.
2330 * regcache.c: Include tdesc.h.
2331 (register_bytes, reg_defs, num_registers)
2332 (gdbserver_expedite_regs): Delete.
2333 (get_thread_regcache): If the thread doesn't have a regcache yet,
2334 create one, instead of aborting gdbserver.
2335 (regcache_invalidate_one): Rename to ...
2336 (regcache_invalidate_thread): ... this.
2337 (regcache_invalidate_one): New.
2338 (regcache_invalidate): Only invalidate registers of the current
2339 process.
2340 (init_register_cache): Add target_desc parameter, and use it.
2341 (new_register_cache): Ditto. Assert the target description has a
2342 non zero registers_size.
2343 (regcache_cpy): Add assertions. Adjust.
2344 (realloc_register_cache, set_register_cache): Delete.
2345 (registers_to_string, registers_from_string): Adjust.
2346 (find_register_by_name, find_regno, find_register_by_number)
2347 (register_cache_size): Add target_desc parameter, and use it.
2348 (free_register_cache_thread, free_register_cache_thread_one)
2349 (regcache_release, register_cache_size): New.
2350 (register_size): Add target_desc parameter, and use it.
2351 (register_data, supply_register, supply_register_zeroed)
2352 (supply_regblock, supply_register_by_name, collect_register)
2353 (collect_register_as_string, collect_register_by_name): Adjust.
2354 * regcache.h (struct target_desc): Forward declare.
2355 (struct regcache) <tdesc>: New field.
2356 (init_register_cache, new_register_cache): Add target_desc
2357 parameter.
2358 (regcache_invalidate_thread): Declare.
2359 (regcache_invalidate_one): Delete declaration.
2360 (regcache_release): Declare.
2361 (find_register_by_number, register_cache_size, register_size)
2362 (find_regno): Add target_desc parameter.
2363 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
2364 declarations.
2365 * remote-utils.c: Include tdesc.h.
2366 (outreg, prepare_resume_reply): Adjust.
2367 * server.c: Include tdesc.h.
2368 (gdbserver_xmltarget): Delete declaration.
2369 (get_features_xml, process_serial_event): Adjust.
2370 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
2371 declare.
2372 (struct process_info) <tdesc>: New field.
2373 (ipa_tdesc): Declare.
2374 * tdesc.c: New file.
2375 * tdesc.h: New file.
2376 * tracepoint.c: Include tdesc.h.
2377 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
2378 (get_context_regcache): Adjust to pass ipa_tdesc down.
2379 (do_action_at_tracepoint): Adjust to get the register cache size
2380 from the context regcache's description.
2381 (traceframe_walk_blocks): Adjust to get the register cache size
2382 from the current trace frame's description.
2383 (traceframe_get_pc): Adjust to get current trace frame's
2384 description and pass it down.
2385 (gdb_collect): Adjust to get the register cache size from the
2386 IPA's description.
2387 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
2388 (gdbserver_xmltarget): Delete.
2389 (initialize_low_tracepoint): Set the ipa's target description.
2390 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
2391 (initialize_low_tracepoint): Set the ipa's target description.
2392 * linux-x86-low.c: Include tdesc.h.
2393 [__x86_64__] (is_64bit_tdesc): New.
2394 (ps_get_thread_area, x86_get_thread_area): Use it.
2395 (i386_cannot_store_register): Rename to ...
2396 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
2397 (i386_cannot_fetch_register): Rename to ...
2398 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
2399 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
2400 to new interface.
2401 (target_regsets): Rename to ...
2402 (x86_regsets): ... this.
2403 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
2404 interface.
2405 (x86_siginfo_fixup): Use is_64bit_tdesc.
2406 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
2407 (tdesc_x32_avx_linux, tdesc_x32_linux)
2408 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
2409 Declare.
2410 (x86_linux_update_xmltarget): Delete.
2411 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
2412 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
2413 (AMD64_LINUX_USER64_CS): New.
2414 (x86_linux_read_description): New, based on
2415 x86_linux_update_xmltarget.
2416 (same_process_callback): New.
2417 (x86_arch_setup_process_callback): New.
2418 (x86_linux_update_xmltarget): New.
2419 (x86_regsets_info): New.
2420 (amd64_linux_regs_info): New.
2421 (i386_linux_usrregs_info): New.
2422 (i386_linux_regs_info): New.
2423 (x86_linux_regs_info): New.
2424 (x86_arch_setup): Reimplement.
2425 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
2426 (x86_emit_ops): Ditto.
2427 (the_low_target): Adjust. Install x86_linux_regs_info,
2428 x86_cannot_fetch_register, and x86_cannot_store_register.
2429 (initialize_low_arch): New.
2430 * linux-ia64-low.c (tdesc_ia64): Declare.
2431 (ia64_fetch_register): Adjust.
2432 (ia64_usrregs_info, regs_info): New globals.
2433 (ia64_regs_info): New function.
2434 (the_low_target): Adjust.
2435 (initialize_low_arch): New function.
2436 * linux-sparc-low.c (tdesc_sparc64): Declare.
2437 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
2438 Adjust.
2439 (sparc_arch_setup): New function.
2440 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
2441 (the_low_target): Adjust.
2442 (initialize_low_arch): New function.
2443 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
2444 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
2445 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
2446 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
2447 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
2448 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
2449 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
2450 (tdesc_powerpc_isa205_vsx64l): Declare.
2451 (ppc_cannot_store_register, ppc_collect_ptrace_register)
2452 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
2453 (ppc_set_pc, ppc_get_hwcap): Adjust.
2454 (ppc_usrregs_info): Forward declare.
2455 (!__powerpc64__) ppc_regmap_adjusted: New global.
2456 (ppc_arch_setup): Adjust to the current process'es target
2457 description.
2458 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
2459 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
2460 (ppc_store_evrregset): Adjust.
2461 (target_regsets): Rename to ...
2462 (ppc_regsets): ... this, and make static.
2463 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
2464 (ppc_regs_info): New function.
2465 (the_low_target): Adjust.
2466 (initialize_low_arch): New function.
2467 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
2468 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
2469 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
2470 (tdesc_s390x_linux64v2): Declare.
2471 (s390_collect_ptrace_register, s390_supply_ptrace_register)
2472 (s390_fill_gregset, s390_store_last_break): Adjust.
2473 (target_regsets): Rename to ...
2474 (s390_regsets): ... this, and make static.
2475 (s390_get_pc, s390_set_pc): Adjust.
2476 (s390_get_hwcap): New target_desc parameter, and use it.
2477 [__s390x__] (have_hwcap_s390_high_gprs): New global.
2478 (s390_arch_setup): Adjust to set the current process'es target
2479 description. Don't adjust the regmap.
2480 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
2481 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
2482 (regs_info_3264): New globals.
2483 (s390_regs_info): New function.
2484 (the_low_target): Adjust.
2485 (initialize_low_arch): New function.
2486 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
2487 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
2488 [__mips64] (init_registers_mips_linux)
2489 (init_registers_mips_dsp_linux): Delete defines.
2490 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
2491 (have_dsp): New global.
2492 (mips_read_description): New, based on mips_arch_setup.
2493 (mips_arch_setup): Reimplement.
2494 (get_usrregs_info): New function.
2495 (mips_cannot_fetch_register, mips_cannot_store_register)
2496 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
2497 (mips_fill_fpregset, mips_store_fpregset): Adjust.
2498 (target_regsets): Rename to ...
2499 (mips_regsets): ... this, and make static.
2500 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
2501 (dsp_regs_info, regs_info): New globals.
2502 (mips_regs_info): New function.
2503 (the_low_target): Adjust.
2504 (initialize_low_arch): New function.
2505 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
2506 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
2507 Declare.
2508 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
2509 (arm_read_description): New, with bits factored from
2510 arm_arch_setup.
2511 (arm_arch_setup): Reimplement.
2512 (target_regsets): Rename to ...
2513 (arm_regsets): ... this, and make static.
2514 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
2515 (arm_regs_info): New function.
2516 (the_low_target): Adjust.
2517 (initialize_low_arch): New function.
2518 * linux-m68k-low.c (tdesc_m68k): Declare.
2519 (target_regsets): Rename to ...
2520 (m68k_regsets): ... this, and make static.
2521 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
2522 (m68k_regs_info): New function.
2523 (m68k_arch_setup): New function.
2524 (the_low_target): Adjust.
2525 (initialize_low_arch): New function.
2526 * linux-sh-low.c (tdesc_sharch): Declare.
2527 (target_regsets): Rename to ...
2528 (sh_regsets): ... this, and make static.
2529 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
2530 (sh_regs_info, sh_arch_setup): New functions.
2531 (the_low_target): Adjust.
2532 (initialize_low_arch): New function.
2533 * linux-bfin-low.c (tdesc_bfin): Declare.
2534 (bfin_arch_setup): New function.
2535 (bfin_usrregs_info, regs_info): New globals.
2536 (bfin_regs_info): New function.
2537 (the_low_target): Adjust.
2538 (initialize_low_arch): New function.
2539 * linux-cris-low.c (tdesc_cris): Declare.
2540 (cris_arch_setup): New function.
2541 (cris_usrregs_info, regs_info): New globals.
2542 (cris_regs_info): New function.
2543 (the_low_target): Adjust.
2544 (initialize_low_arch): New function.
2545 * linux-cris-low.c (tdesc_crisv32): Declare.
2546 (cris_arch_setup): New function.
2547 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
2548 (cris_regs_info): New function.
2549 (the_low_target): Adjust.
2550 (initialize_low_arch): New function.
2551 * linux-m32r-low.c (tdesc_m32r): Declare.
2552 (m32r_arch_setup): New function.
2553 (m32r_usrregs_info, regs_info): New globals.
2554 (m32r_regs_info): Adjust.
2555 (initialize_low_arch): New function.
2556 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
2557 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
2558 (tic6x_usrregs_info): Forward declare.
2559 (tic6x_read_description): New function, based on ...
2560 (tic6x_arch_setup): ... this. Reimplement.
2561 (target_regsets): Rename to ...
2562 (tic6x_regsets): ... this, and make static.
2563 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
2564 (tic6x_regs_info): New function.
2565 (the_low_target): Adjust.
2566 (initialize_low_arch): New function.
2567 * linux-xtensa-low.c (tdesc_xtensa): Declare.
2568 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
2569 (target_regsets): Rename to ...
2570 (xtensa_regsets): ... this, and make static.
2571 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
2572 globals.
2573 (xtensa_arch_setup, xtensa_regs_info): New functions.
2574 (the_low_target): Adjust.
2575 (initialize_low_arch): New function.
2576 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
2577 (nios2_arch_setup): Set the current process'es tdesc.
2578 (target_regsets): Rename to ...
2579 (nios2_regsets): ... this.
2580 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
2581 (nios2_regs_info): New function.
2582 (the_low_target): Adjust.
2583 (initialize_low_arch): New function.
a261b8f5
PA
2584 * linux-aarch64-low.c (tdesc_aarch64): Declare.
2585 (aarch64_arch_setup): Set the current process'es tdesc.
2586 (target_regsets): Rename to ...
2587 (aarch64_regsets): ... this.
2588 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
2589 (aarch64_regs_info): New function.
2590 (the_low_target): Adjust.
2591 (initialize_low_arch): New function.
3aee8918
PA
2592 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
2593 globals.
2594 (target_regsets): Rename to ...
2595 (tile_regsets): ... this.
2596 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
2597 (tile_regs_info): New function.
2598 (tile_arch_setup): Set the current process'es tdesc.
2599 (the_low_target): Adjust.
2600 (initialize_low_arch): New function.
2601 * spu-low.c (tdesc_spu): Declare.
2602 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
2603 * win32-arm-low.c (tdesc_arm): Declare.
2604 (arm_arch_setup): New function.
2605 (the_low_target): Install arm_arch_setup instead of
2606 init_registers_arm.
2607 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
2608 (init_windows_x86): Rename to ...
2609 (i386_arch_setup): ... this. Set `win32_tdesc'.
2610 (the_low_target): Adjust.
2611 * win32-low.c (win32_tdesc): New global.
2612 (child_add_thread): Don't create the thread cache here.
2613 (do_initial_child_stuff): Set the new process'es tdesc.
2614 * win32-low.h (struct target_desc): Forward declare.
2615 (win32_tdesc): Declare.
2616 * lynx-i386-low.c (tdesc_i386): Declare global.
2617 (lynx_i386_arch_setup): Set `lynx_tdesc'.
2618 * lynx-low.c (lynx_tdesc): New global.
2619 (lynx_add_process): Set the new process'es tdesc.
2620 * lynx-low.h (struct target_desc): Forward declare.
2621 (lynx_tdesc): Declare global.
2622 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
2623 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
2624 * nto-low.c (nto_tdesc): New global.
2625 (do_attach): Set the new process'es tdesc.
2626 * nto-low.h (struct target_desc): Forward declare.
2627 (nto_tdesc): Declare.
2628 * nto-x86-low.c (tdesc_i386): Declare.
2629 (nto_x86_arch_setup): Set `nto_tdesc'.
2630
b1fbec62
GB
26312013-06-04 Gary Benson <gbenson@redhat.com>
2632
2633 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
2634 to qSupported response when appropriate.
2635 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
2636 with nonzero-length annex.
2637 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
2638 arguments supplied in annex.
2639
d1ec4ce7
DE
26402013-05-31 Doug Evans <dje@google.com>
2641
ac44adcb 2642 PR server/15594
d1ec4ce7
DE
2643 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
2644 64 bits in 64-cross-32 environment.
2645
9b25f2d3
PA
26462013-05-28 Pedro Alves <palves@redhat.com>
2647
2648 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
2649 (aarch64-without-fpu.c): Delete rule.
2650 * configure.srv (aarch64*-*-linux*): Remove references to
2651 aarch64-without-fpu.o and aarch64-without-fpu.xml.
2652 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
2653 declaration.
2654
6740dc9c
PA
26552013-05-24 Pedro Alves <palves@redhat.com>
2656
2657 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
2658 instead of strchr/decode_address. Error if the range isn't split
2659 with a ','. Don't assume there's be a ':' in the action.
2660
c2d6af84
PA
26612013-05-23 Yao Qi <yao@codesourcery.com>
2662 Pedro Alves <palves@redhat.com>
2663
2664 * linux-low.c (lwp_in_step_range): New function.
2665 (linux_wait_1): If the thread was range stepping and stopped
2666 outside the stepping range, report the stop to GDB. Otherwise,
2667 continue stepping. Add range stepping debug output.
2668 (linux_set_resume_request): Copy the step range from the resume
2669 request to the lwp.
2670 (linux_supports_range_stepping): New.
2671 (linux_target_ops) <supports_range_stepping>: Set to
2672 linux_supports_range_stepping.
2673 * linux-low.h (struct linux_target_ops)
2674 <supports_range_stepping>: New field.
2675 (struct lwp_info) <step_range_start, step_range_end>: New fields.
2676 * linux-x86-low.c (x86_supports_range_stepping): New.
2677 (the_low_target) <supports_range_stepping>: Set to
2678 x86_supports_range_stepping.
2679 * server.c (handle_v_cont): Handle 'r' action.
2680 (handle_v_requests): Append ";r" if the target supports range
2681 stepping.
2682 * target.h (struct thread_resume) <step_range_start,
2683 step_range_end>: New fields.
2684 (struct target_ops) <supports_range_stepping>:
2685 New field.
2686 (target_supports_range_stepping): New macro.
2687
58794e1a
JB
26882013-05-17 Joel Brobecker <brobecker@adacore.com>
2689
2690 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
2691 confusion in comment.
2692
d631c5a7
JB
26932013-05-17 Joel Brobecker <brobecker@adacore.com>
2694
2695 * lynx-low.c (struct process_info_private): New type.
2696 (lynx_add_process): New function.
2697 (lynx_create_inferior, lynx_attach): Replace calls to
2698 add_process by calls to lynx_add_process.
2699 (lynx_resume): If PTID is null, then try using
2700 current_process()->private->last_wait_event_ptid.
2701 Add comments.
2702 (lynx_clear_inferiors): Delete. The contents of that function
2703 has been inlined in lynx_mourn;
2704 (lynx_wait_1): Save the ptid in the process's private data.
2705 (lynx_mourn): Free the process' private data. Replace call
2706 to lynx_clear_inferiors by call to clear_inferiors.
2707
96f7a20f
YQ
27082013-05-17 Yao Qi <yao@codesourcery.com>
2709
2710 * i386-low.c (i386_length_and_rw_bits): Move the comment to
2711 the right place.
2712
db0dfaa0
LM
27132013-05-16 Luis Machado <lgustavo@codesourcery.com>
2714
2715 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
2716 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
2717 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
2718 PT_TEXT_END_ADDR guards. Update comments.
2719 (linux_target_op) <read_offsets>: Conditionally define to
2720 linux_read_offsets if the target is UCLIBC and if it defines
2721 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
2722
68f5f838
SL
27232013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2724 Andrew Jenner <andrew@codesourcery.com>
2725
2726 * Makefile.in (SFILES): Add linux-nios2-low.c.
2727 (clean): Add action to delete nios2-linux.c.
2728 (nios2-linux.c): New rule.
2729 * configure.srv: Add nios2*-*-linux*.
2730 * linux-nios2-low.c: New.
2731
1ebff1fd
HAQ
27322013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2733
2734 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
2735
f6150862
HZ
27362013-04-25 Hui Zhu <hui@codesourcery.com>
2737
2738 PR gdb/15186
f6150862
HZ
2739 * ax.c (ax_printf): Add fflush.
2740
614c279d
TT
27412013-04-22 Tom Tromey <tromey@redhat.com>
2742
2743 * Makefile.in (SFILES): Add filestuff.c.
2744 (OBS): Add filestuff.o.
2745 (filestuff.o): New target.
2746 * config.in, configure: Rebuild.
2747 * configure.ac: Check for fdwalk, pipe2.
2748
7d4e5717
PA
27492013-04-17 Pedro Alves <palves@redhat.com>
2750
2751 * configure.ac (USE_THREAD_DB): Delete variable.
2752 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
2753 Don't AC_SUBST USE_THREAD_DB.
2754 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
2755 * config.in, configure: Regenerate.
2756
d5c93e41
PA
27572013-04-16 Pedro Alves <palves@redhat.com>
2758
2759 * linux-low.h (struct lwp_info) <thread_known>: Move under
2760 the USE_THREAD_DB #ifdef.
2761
04f5fe89
PA
27622013-04-16 Pedro Alves <palves@redhat.com>
2763
2764 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
2765 (linux-low.o): Delete rule.
2766 * linux-low.h: Always include "gdb_thread_db.h" instead of
2767 conditionally including thread_db.h.
2768 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
2769 HAVE_THREAD_DB_H.
2770
480b27bf
JK
27712013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2772
2773 * Makefile.in (install-only): Fix make install regression.
2774
43662968
JK
27752013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2776
2777 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2778 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
2779 installation.
2780 * gdbserver.1: Remove.
2781
3e74e146
PA
27822013-03-22 Pedro Alves <palves@redhat.com>
2783
2784 * linux-low.c (handle_extended_wait): Don't call
2785 linux_enable_event_reporting.
2786
a8347a2a
TT
27872013-03-15 Tony Theodore <tonyt@logyst.com>
2788
2789 PR build/9098:
2790 * Makefile.in (SHELL): Use @SHELL@.
2791
eeb56fa7
SDJ
27922013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2793
2794 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
2795 compiler warning.
2796
4fa7e2ff
JB
27972013-03-13 Joel Brobecker <brobecker@adacore.com>
2798
2799 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
2800 Remove extraneous NULL element.
2801
8ddb1965
YQ
28022013-03-13 Yao Qi <yao@codesourcery.com>
2803
2804 * tracepoint.c (traceframe_read_tsv): Look for the last matched
2805 'V' block in trace frame.
2806
9accd112
MM
28072013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2808
2809 * target.h (struct target_ops): Add btrace ops.
2810 (target_supports_btrace): New macro.
2811 (target_enable_btrace): New macro.
2812 (target_disable_btrace): New macro.
2813 (target_read_btrace): New macro.
2814 * gdbthread.h (struct thread_info): Add btrace field.
2815 * server.c: Include btrace-common.h.
2816 (handle_btrace_general_set): New function.
2817 (handle_btrace_enable): New function.
2818 (handle_btrace_disable): New function.
2819 (handle_general_set): Call handle_btrace_general_set.
2820 (handle_qxfer_btrace): New function.
2821 (struct qxfer qxfer_packets[]): Add btrace entry.
2822 * inferiors.c (remove_thread): Disable btrace.
2823 * linux-low: Include linux-btrace.h.
2824 (linux_low_enable_btrace): New function.
2825 (linux_low_read_btrace): New function.
2826 (linux_target_ops): Add btrace ops.
2827 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
2828 Add srv_linux_btrace=yes.
2829 (x86_64-*-linux*): Add linux-btrace.o.
2830 Add srv_linux_btrace=yes.
2831 * configure.ac: Define HAVE_LINUX_BTRACE.
2832 * config.in: Regenerated.
2833 * configure: Regenerated.
2834
5cc22e4c
MM
28352013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2836
2837 * server.c (handle_qxfer): Preserve error message if -3 is
2838 returned.
2839 (qxfer): Document the -3 return value.
2840
7c97f91e
MM
28412013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2842
2843 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
2844 (linux_btrace_h): New variable.
2845 (linux-btrace.o): New rule.
2846
be9a119c 28472013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2848 Hafiz Abid Qadeer <abidh@codesourcery.com>
2849
2850 * tracepoint.c (trace_buffer_size): New global.
2851 (DEFAULT_TRACE_BUFFER_SIZE): New define.
2852 (init_trace_buffer): Change to one-argument function. Allocate
2853 trace buffer memory.
2854 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
2855 handle QTBuffer:size packet.
2856 (cmd_bigqtbuffer_size): New function.
2857 (initialize_tracepoint): Call init_trace_buffer with
2858 DEFAULT_TRACE_BUFFER_SIZE.
2859 * server.c (handle_query): Add QTBuffer:size in the
2860 supported packets.
2861
e64f7499
YQ
28622013-03-07 Yao Qi <yao@codesourcery.com>
2863
2864 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
2865 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
2866 of -1.
2867 (cmd_qtsp): Adjust condition. Do post increment.
2868 Set cur_action and cur_step_action back to 0.
2869
f0ae6fc3
PA
28702013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
2871
2872 PR server/15236
2873 * linux-low.c (linux_write_memory): Return early success if LEN is
2874 zero.
2875
b5b0b0af
CV
28762013-03-05 Corinna Vinschen <vinschen@redhat.de>
2877
334ad4a8 2878 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 2879
589bc927
TT
28802013-02-28 Tom Tromey <tromey@redhat.com>
2881
2882 * configure.ac: Invoke AC_SYS_LARGEFILE.
2883 * configure, config.in: Rebuild.
2884
dfe07582
CV
28852013-02-28 Corinna Vinschen <vinschen@redhat.com>
2886
2887 * win32-low.c: Throughout, fix format strings and casts of
2888 printf-like functions to avoid type related warnings on all
2889 platforms.
2890 (get_child_debug_event): Print dwDebugEventCode as hex since
2891 that's how it's usually documented.
2892
736cd585
YQ
28932013-02-28 Yao Qi <yao@codesourcery.com>
2894
2895 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
2896 pulongest.
2897
e1f58301
JW
28982013-02-27 Jiong Wang <jiwang@tilera.com>
2899
2900 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
2901 (reg-tilegx32.c): New rule.
2902 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
2903 * linux-tile-low.c (tile_arch_setup): New function. Invoke
2904 different register info initializer according to elf class.
2905 (init_registers_tilgx32): New function. The tilegx32 register info
2906 initializer.
2907 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
2908 (tile_store_gregset): Likewise.
2909
d171ca78
YQ
29102013-02-27 Yao Qi <yao@codesourcery.com>
2911
2912 * server.c (process_point_options): Print debug message when
2913 debug_threads is true.
2914
282bbdf3
YQ
29152013-02-26 Yao Qi <yao@codesourcery.com>
2916
2917 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
2918
aca22551
PA
29192013-02-19 Pedro Alves <palves@redhat.com>
2920 Kai Tietz <ktietz@redhat.com>
2921
2922 PR gdb/15161
2923
2924 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
2925 instead of strtoul to extract address from packet.
2926 (process_serial_event) <'z'>: Likewise.
2927
4f3cee1c
YQ
29282013-02-18 Yao Qi <yao@codesourcery.com>
2929
2930 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
2931
8e1d55a3
PA
29322013-02-14 Pedro Alves <palves@redhat.com>
2933
2934 Plug memory leak.
2935
2936 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
2937 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
2938
458820da
PA
29392013-02-14 Pedro Alves <palves@redhat.com>
2940
2941 * tracepoint.c (cmd_qtdpsrc): Use savestring.
2942
baea0dae
PA
29432013-02-14 Pedro Alves <palves@redhat.com>
2944
2945 * tracepoint.c (save_string): Delete.
2946 (add_tracepoint_action): Use savestring instead of save_string.
2947
0b1afbb3
PA
29482013-02-12 Pedro Alves <palves@redhat.com>
2949
2950 * linux-xtensa-low.c: Ditto.
2951 * xtensa-xtregs.c: Ditto.
2952
8a4ac37e
PA
29532013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2954
2955 * thread-db.c (thread_db_get_tls_address): NULL pointer check
2956 thread_db.
2957
148de6bb
MS
29582013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
2959
2960 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
2961 aarch64_num_wp_regs and aarch64_num_bp_regs to
2962 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
2963
55fac6e0
MS
29642013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
2965
2966 * linux-aarch64-low.c (ps_get_thread_area): Replace
2967 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
2968
176eb98c
MS
29692013-02-04 Jim MacArthur <jim.macarthur@arm.com>
2970 Marcus Shawcroft <marcus.shawcroft@arm.com>
2971 Nigel Stephens <nigel.stephens@arm.com>
2972 Yufeng Zhang <yufeng.zhang@arm.com>
2973
2974 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
2975 (aarch64.c, aarch64-without-fpu.c): New targets.
2976 * configure.srv (aarch64*-*-linux*): New.
2977 * linux-aarch64-low.c: New file.
2978
56f7af9c
MS
29792013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
2980
43aaf8b6 2981 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
2982 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
2983 (dequeue_one_deferred_signal, linux_resume_one_thread)
2984 (fetch_register, linux_write_memory, linux_enable_event_reporting)
2985 (linux_tracefork_grandchild, linux_test_for_tracefork)
2986 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
2987 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
2988 where the argument is 0.
2989
60f662b0
YQ
29902013-01-25 Yao Qi <yao@codesourcery.com>
2991
2992 * event-loop.c: Include "queue.h".
2993 (gdb_event_p): New typedef.
2994 (struct gdb_event) <next_event>: Remove.
2995 (event_queue): Change to QUEUE(gdb_event_p).
2996 (async_queue_event): Remove.
2997 (gdb_event_xfree): New.
2998 (initialize_event_loop): New.
2999 (process_event): Use API from QUEUE.
3000 (wait_for_event): Likewise.
3001 * server.c (main): Call initialize_event_loop.
3002 * server.h (initialize_event_loop): Declare.
3003
5ae4861a
YQ
30042013-01-18 Yao Qi <yao@codesourcery.com>
3005
3006 * ax.h (struct eval_agent_expr_context): New.
3007 (gdb_eval_agent_expr): Update declaration.
3008 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
3009 TFRAME. Add new argument CTX.
3010 * server.h (struct eval_agent_expr_context): Declare.
3011 (agent_mem_read, agent_tsv_read): Update declaration.
3012 (agent_mem_read_string): Likewise.
3013 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
3014 (add_traceframe_block): Add new argument TPOINT.
3015 Increase TPOINT->traceframe_usage.
3016 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
3017 eval_tracepoint_agent_expr.
3018 (condition_true_at_tracepoint): Likewise.
3019 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
3020 (agent_mem_read_string, agent_tsv_read): Likewise.
3021
85e00e85
YQ
30222013-01-16 Yao Qi <yao@codesourcery.com>
3023
3024 * linux-low.c (linux_resume_one_lwp): Don't check
3025 'lwp->bp_reinsert != 0'.
3026
4039cf45
JB
30272013-01-07 Joel Brobecker <brobecker@adacore.com>
3028 Pedro Alves <palves@redhat.com>
3029
3030 * lynx-low.c (ptrace_request_to_str): Define a temporary
3031 macro and use it to simplify this function's implementation.
3032
9044dee2
JB
30332013-01-07 Joel Brobecker <brobecker@adacore.com>
3034
3035 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
3036 sets errno.
3037
e6352c8f
JB
30382013-01-07 Joel Brobecker <brobecker@adacore.com>
3039
3040 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
3041
50681a27
JB
30422013-01-07 Joel Brobecker <brobecker@adacore.com>
3043
3044 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
3045
3f6e77ef
JB
30462013-01-07 Joel Brobecker <brobecker@adacore.com>
3047
3048 * lynx-low.c (lynx_resume): Use the resume_info parameter
3049 to determine the ptid for the lynx_ptrace call, unless
3050 it is equal to minus_one_ptid, in which case we use the
3051 ptid of the current_inferior.
3052 (lynx_wait_1): After having received a thread create/exit
3053 event, resume the inferior's execution using the signaling
3054 thread's ptid, rather than the old ptid.
3055
7fda33ae
JB
30562013-01-07 Joel Brobecker <brobecker@adacore.com>
3057
3058 * lynx-low.c (lynx_resume): Delete variable ret.
3059
b9786c74
JB
30602013-01-01 Joel Brobecker <brobecker@adacore.com>
3061
3062 * gdbreplay.c (gdbreplay_version): Update copyright year.
3063 * server.c (gdbserver_version): Likewise.
3064
8b93d60f
JB
30652012-12-17 Joel Brobecker <brobecker@adacore.com>
3066
3067 * lynx-low.c (lynx_wait_1): Add debug trace before adding
3068 new thread.
3069
037335a7
JB
30702012-12-17 Joel Brobecker <brobecker@adacore.com>
3071
3072 * lynx-low.c (ptrace_request_to_str): Add handling for
3073 PTRACE_GETTRACESIG.
3074
52d4cbd8
JB
30752012-12-17 Joel Brobecker <brobecker@adacore.com>
3076
3077 * lynx-low.c (lynx_attach): Delete variable new_process.
3078
ab8f6ca9
JB
30792012-12-17 Joel Brobecker <brobecker@adacore.com>
3080
3081 * lynx-low.c (lynx_create_inferior): Delete variable
3082 new_process.
3083
78cbc024
JB
30842012-12-17 Joel Brobecker <brobecker@adacore.com>
3085
3086 * lynx-low.c (ptrace_request_to_str): Do not handle
3087 PTRACE_GETTHREADLIST if this macro does not exist.
3088
14a00470
YQ
30892012-12-15 Yao Qi <yao@codesourcery.com>
3090
3091 * Makefile.in (OBS): Add notif.o.
3092 * notif.c, notif.h: New.
3093 * server.c: Include "notif.h".
3094 (struct vstop_notif) <next>: Remove.
3095 <base>: New field.
3096 (queue_stop_reply): Update.
3097 (push_event, send_next_stop_reply): Remove.
3098 (discard_queued_stop_replies): Update.
3099 (notif_stop): New variable.
3100 (handle_v_stopped): Remove.
3101 (handle_v_requests): Don't call handle_v_stopped. Call
3102 handle_ack_notif instead.
3103 (queue_stop_reply_callback): Call notif_event_enque instead
3104 of queue_stop_reply.
3105 (handle_status): Don't call send_next_stop_reply, call
3106 notif_write_event instead.
3107 (kill_inferior_callback): Likewise.
3108 (detach_or_kill_inferior_callback): Likewise.
3109 (main): Call initialize_notif.
3110 (process_serial_event): Call QUEUE_is_empty.
3111 (handle_target_event): Call notif_push instead of push event.
3112 * server.h (push_event): Remove declaration.
3113
61c125b9
TT
31142012-12-10 Tom Tromey <tromey@redhat.com>
3115
3116 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
3117 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
3118 macros.
3119 (.c.o): Rewrite.
3120 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
3121 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
3122 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
3123 (amd64-linux-ipa.o, ax.o): Rewrite.
3124 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
3125 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
3126 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
3127 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
3128 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
3129 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
3130 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
3131 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
3132 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
3133 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
3134 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
3135 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
3136 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
3137 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
3138 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
3139 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
3140 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
3141 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
3142 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
3143 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
3144 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
3145 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
3146 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
3147 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
3148 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
3149 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
3150 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
3151 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
3152 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
3153 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
3154 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
3155 (reg-tilegx.o): Remove.
3156 (all_object_files): New macro.
3157 Include .deps files.
3158 * aclocal.m4, configure: Rebuild.
3159 * acinclude.m4: Include depstand.m4, lead-dot.m4.
3160 * configure.ac: Invoke ZW_CREATE_DEPDIR,
3161 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
3162
e90e9ad9
TT
31632012-12-05 Tom Tromey <tromey@redhat.com>
3164
3165 PR gdb/14917:
3166 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
3167
02d403bf 31682012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
3169
3170 * configure.ac: Check for linux/perf_event.h.
3171 * config.in: Regenerated.
3172 * configure: Regenerated.
3173
0270a750
PA
31742012-11-26 Maxime Villard <rustyBSD@gmx.fr>
3175
3176 * hostio.c (handle_readlink): Decrease buffer size
3177 parameter passed to readlink by one byte.
3178
8c29b58e
YQ
31792012-11-26 Yao Qi <yao@codesourcery.com>
3180
3181 * configure.ac (build_warnings): Append '-Wempty-body'.
3182 * configure: Regenerated.
3183 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
3184 body.
3185
8bdce1ff
PM
31862012-11-15 Pierre Muller <muller@sourceware.org>
3187
3188 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
3189 * config.in: Regenerate.
3190 * configure: Regenerate.
3191 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
3192 Use "gdb_wait.h" header instead of <sys/wait.h> header.
3193 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3194 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
3195 header.
3196 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
3197 instead of <sys/wait.h> header.
3198 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
3199
02d403bf 32002012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
3201
3202 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
3203 (various make rules): Remove -DGDBSERVER
3204
fbd5db48
YQ
32052012-11-09 Yao Qi <yao@codesourcery.com>
3206
3207 * spu-low.c (current_ptid): Move it to ..
3208 * gdbthread.h: ... here. New.
3209 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
3210 * server.c (myresume, process_serial_event): Likewise.
3211 * thread-db.c (thread_db_find_new_threads): Likewise.
3212 * tracepoint.c (run_inferior_command): Likewise.
3213
b3dc46ff
AB
32142012-10-01 Andrew Burgess <aburgess@broadcom.com>
3215
3216 * server.c (handle_search_memory_1): Include access length in
3217 warning message.
3218
07c04788
HPN
32192012-09-05 Michael Brandt <michael.brandt@axis.com>
3220
3221 * linux-crisv32-low.c: Fix compile errors.
3222
918d227b
YQ
32232012-09-04 Yao Qi <yao@codesourcery.com>
3224
3225 * tracepoint.c (cmd_qtsv): Adjust debug message.
3226 Don't check CUR_TPOINT.
3227
18c1b81a
YQ
32282012-08-28 Yao Qi <yao@codesourcery.com>
3229
3230 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
3231 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
3232 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
3233 Remove declarations of xmalloc, xreallloc, xstrdup and
3234 freeargv.
3235 * Makefile.in (libiberty_h): New.
3236 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
3237 (linux-bfin-low.o): Append dependency 'libiberty.h'.
3238
dc82f37b
YQ
32392012-08-23 Yao Qi <yao@codesourcery.com>
3240
3241 * server.h: Remove declaration of 'xsnprintf'.
3242
406b1477
KS
32432012-08-22 Keith Seitz <keiths@redhat.com>
3244
3245 * server.h: Include build-gnulib-gbserver/config.h.
3246 * gdbreplay.c: Likewise.
3247
e6712ff1
DE
32482012-08-08 Doug Evans <dje@google.com>
3249
3250 * Makefile.in (SFILES): Add gdb_vecs.c.
3251 (OBS): Add gdb_vecs.o.
3252 (gdb_vecs_h, host_defs_h): New variables.
3253 (thread-db.o): Add $(gdb_vecs_h) dependency.
3254 (gdb_vecs.o): New rule.
3255 * thread-db.c: #include "gdb_vecs.h".
3256 (thread_db_load_search): Use a vector to iterate over path elements.
3257 Handle text appearing after "$pdir".
3258
3259 * configure.ac: Add check for strstr.
3260 * config.in: Regenerate.
3261 * configure: Regenerate.
3262
7c3270ae
UW
32632012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3264
3265 * hostio.c (handle_pread): If pread fails, fall back to attempting
3266 lseek/read.
3267 (handle_pwrite): Likewise for pwrite.
3268
b62e2b27
UW
32692012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3270
3271 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
3272 between unsupported TYPE and unimplementable ADDR/LEN combination.
3273 (arm_insert_point): Act on new return value.
3274
78a99e91
PA
32752012-07-31 Pedro Alves <palves@redhat.com>
3276
3277 * server.c (process_point_options): Only skip tokens if we find
3278 one that is unrecognized. Don't treat 'X' specially while
3279 skipping unrecognized tokens.
3280
fcf303ab
UW
32812012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3282
3283 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
3284 to 4-byte-align HW breakpoint addresses for Thumb.
3285
7255706c
YQ
32862012-07-27 Yao Qi <yao@codesourcery.com>
3287
3288 PR remote/14161.
3289
3290 * server.h: Declare gdb_agent_about_to_close.
3291 * target.c (kill_inferior): Include "agent.h".
3292 New. Send command 'kill'.
3293 * target.h (kill_inferior): Removed macro.
3294 * tracepoint.c (gdb_agent_about_to_close): New.
3295 (gdb_agent_helper_thread): Handle command 'close'.
3296 Wait endlessly until the inferior stops.
3297 Install gdb_agent_remove_socket to atexit hook.
3298 (agent_socket_name): New static variable.
3299 (gdb_agent_socket_init): Replace local variable 'name' with
3300 'agent_socket_name'.
3301 (gdb_agent_remove_socket): New.
3302
5a3f286f
YQ
33032012-07-27 Yao Qi <yao@codesourcery.com>
3304
3305 * server.c (process_point_options): Stop at 'X' when parsing.
3306
961bd387
ME
33072012-07-19 Michael Eager <eager@eagercon.com>
3308
a261b8f5 3309 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
3310 to hw_execute.
3311 * linux-x86-low.c (x86_insert_point, x86_remove_point):
3312 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
3313 hardware breakpoint.
3314
aa7c7447
JK
33152012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 * gdbserver/linux-low.c (initialize_low): Call
3318 linux_ptrace_init_warnings.
3319
7f216e7c
DE
33202012-07-02 Doug Evans <dje@google.com>
3321
3322 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
3323 pointer to int.
3324
d3ce09f5
SS
33252012-07-02 Stan Shebs <stan@codesourcery.com>
3326
3327 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
3328 (ax.o): Add it to build rule.
3329 (ax-ipa.o): Ditto.
3330 (OBS): Add format.o.
3331 (IPA_OBS): Add format.o.
3332 * server.c (handle_query): Claim support for breakpoint commands.
3333 (process_point_options): Add command case.
3334 (process_serial_event): Leave running if there are printfs in
3335 effect.
3336 * mem-break.h (any_persistent_commands): Declare.
3337 (add_breakpoint_commands): Declare.
3338 (gdb_no_commands_at_breakpoint): Declare.
3339 (run_breakpoint_commands): Declare.
3340 * mem-break.c (struct point_command_list): New struct.
3341 (struct breakpoint): New field command_list.
3342 (any_persistent_commands): New function.
3343 (add_commands_to_breakpoint): New function.
3344 (add_breakpoint_commands): New function.
3345 (gdb_no_commands_at_breakpoint): New function.
3346 (run_breakpoint_commands): New function.
3347 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
3348 locally.
3349 * ax.c: Include format.h.
3350 (ax_printf): New function.
3351 (gdb_eval_agent_expr): Add printf opcode.
3352
2f8f6aed
YQ
33532012-06-13 Yao Qi <yao@codesourcery.com>
3354
3355 * server.c (start_inferior): Remove duplicated writes to fields
3356 'last_resume_kind' and 'last_status' of 'current_inferior'.
3357
0c9070b3
YQ
33582012-06-12 Yao Qi <yao@codesourcery.com>
3359 Pedro Alves <palves@redhat.com>
3360
3361 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
3362 comment.
3363 * server.c (handle_v_cont): Extend comment.
3364
c52daf70
YQ
33652012-06-11 Yao Qi <yao@codesourcery.com>
3366
3367 * linux-low.c (linux_attach): Add 'static'.
3368
d38bbb0a
YQ
33692012-06-06 Yao Qi <yao@codesourcery.com>
3370
3371 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
3372
89dc0afd
JK
33732012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3374
3375 Fix gcc -flto compilation warning.
3376 * server.c (main): Make variable multi_mode and attach volatile.
3377
75f62ce7
TJB
33782012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3379
3380 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
3381 if the platform doesn't know about it.
3382
65f479b6
PA
33832012-05-30 Jeff Kenton <jkenton@tilera.com>
3384
3385 * Makefile.in (SFILES): Add linux-tile-low.c.
3386 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
3387 * configure.srv: Handle tilegx-*-linux*.
3388 * linux-tile-low.c: New file.
3389
0c5bf5a9
JK
33902012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3391
3392 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
3393
a493e3e2
PA
33942012-05-24 Pedro Alves <palves@redhat.com>
3395
3396 PR gdb/7205
3397
43aaf8b6 3398 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 3399
2ea28649
PA
34002012-05-24 Pedro Alves <palves@redhat.com>
3401
3402 PR gdb/7205
3403
3404 Replace target_signal with gdb_signal throughout.
3405
8d409d16
MR
34062012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3407
3408 * linux-low.c (linux_store_registers): Avoid the copying sequence
3409 when no data has been retrieved by ptrace.
3410
23512c01
MGD
34112012-05-22 Will Deacon <will.deacon@arm.com>
3412
3413 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
3414 Include asm/ptrace.h.
3415 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
3416 already defined.
3417
4934b29e
MR
34182012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3419
3420 * linux-low.c (linux_store_registers): Don't re-retrieve data
3421 with ptrace that has already been obtained from /proc. Always
3422 copy any data retrieved with ptrace to the buffer supplied.
3423
bde24c0a
PA
34242012-05-11 Yao Qi <yao@codesourcery.com>
3425 Pedro Alves <palves@redhat.com>
3426
3427 * linux-low.c (enum stopping_threads_kind): New.
3428 (stopping_threads): Change type to `enum stopping_threads_kind'.
3429 (handle_extended_wait): If stopping and suspending threads, leave
3430 the new_lwp suspended too.
3431 (linux_wait_for_event): Adjust.
3432 (stop_all_lwps): Set `stopping_threads' to
3433 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
3434 whether we're suspending threads or just stopping them. Assert no
3435 recursion happens.
3436
623b6bdf
YQ
34372012-04-29 Yao Qi <yao@codesourcery.com>
3438
3439 * server.h: Move some code to ...
3440 * gdbthread.h: ... here. New.
3441 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
3442 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
3443 (nto-low.o, win32-low.o): Likewise.
3444 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
3445 * regcache.c, remote-utils.c, server.c: Likewise.
3446 * target.c, tracepoint.c, win32-low.c: Likewise.
3447
f15f9948
TJB
34482012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3449
3450 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
3451 (PTRACE_ARG4_TYPE): Likewise.
3452 (PTRACE_XFER_TYPE): Likewise.
3453 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
3454 ptrace to PTRACE_ARG3_TYPE.
3455 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
3456 (PTRACE_ARG4_TYPE): Likewise.
3457 (PTRACE_XFER_TYPE): Likewise.
3458 (linux_detach_one_lwp): Cast fourth argument of
3459 ptrace to long then PTRACE_ARG4_TYPE.
3460 (regsets_fetch_inferior_registers): Cast third argument of
3461 ptrace to long then PTRACE_ARG3_TYPE.
3462 (regsets_store_inferior_registers): Likewise.
3463
38ea300a
PA
34642012-04-20 Pedro Alves <palves@redhat.com>
3465
3466 * configure: Regenerate.
3467
c971b7fa
PA
34682012-04-19 Pedro Alves <palves@redhat.com>
3469
43aaf8b6 3470 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 3471 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
3472 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
3473 (all, install-only, uninstall, clean-info, all-lib, clean): No
3474 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
3475 (maintainer-clean realclean distclean): Use subdir_do.
3476 (subdir_do): New.
3477 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 3478 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
3479 * acinclude.m4: Include acx_configure_dir.m4.
3480 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
3481 calls. Call AC_PROG_RANLIB. Configure gnulib using
3482 ACX_CONFIGURE_DIR.
3483 (GNULIB): New.
3484 (GNULIB_STDINT_H): Adjust.
3485 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
3486 * gdbreplay.c: Include build-gnulib/config.h.
3487 * server.h: Likewise.
3488 * aclocal.m4: Regenerate.
3489 * config.in: Regenerate.
3490 * configure: Regenerate.
c971b7fa 3491
809277f8
PA
34922012-04-19 Pedro Alves <palves@redhat.com>
3493
3494 * Makefile.in (LIBGNU, INCGNU): Adjust.
3495 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
3496 (all, install-only, uninstall, clean-info, all-lib, clean)
3497 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
3498 * configure.ac: Adjust AC_OUTPUT output.
3499 * aclocal.m4: Regenerate.
3500 * configure: Regenerate.
3501
fd9bb8b8
PA
35022012-04-19 Pedro Alves <palves@redhat.com>
3503
3504 * Makefile.in (generated_files): New.
3505 (server_h): Remove the explicit dependency on config.h, and depend
3506 on $generated_files.
3507
1c298c66
PA
35082012-04-19 Pedro Alves <palves@redhat.com>
3509
3510 * Makefile.in (INCGNU): Add -Ignulib.
3511
57c4b50b
PA
35122012-04-19 Pedro Alves <palves@redhat.com>
3513
3514 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
3515 (INCGNU): ... this, and spell out -I here.
3516 (GNULIB_LIB): Rename to ...
3517 (LIBGNU): ... this.
3518 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
3519
1030e047
PA
35202012-04-19 Pedro Alves <palves@redhat.com>
3521
3522 * config.in: Regenerate.
3523
447d4319
PA
35242012-04-19 Pedro Alves <palves@redhat.com>
3525
3526 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
3527 * server.h (memmem): Remove declaration.
3528 * config.in: Regenerate.
3529 * configure: Regenerate.
3530
aad9eab9
YQ
35312012-04-19 Yao Qi <yao@codesourcery.com>
3532
3533 * Makefile.in (SFILES): Add common/vec.c.
3534 (OBS): Add vec.o.
3535 (vec.o): New rule.
3536
3e10640f
YQ
35372012-04-19 Yao Qi <yao@codesourcery.com>
3538
3539 * remote-utils.c (prepare_resume_reply): Replace with macro
3540 target_core_of_thread.
3541 * server.c (handle_qxfer_threads_proper): Likewise.
3542 * target.h (traget_core_of_thread): New macro.
3543
71622373
PA
35442012-04-18 Pedro Alves <palves@redhat.com>
3545
3546 * aclocal.m4: Regenerate.
3547 * configure: Regenerate.
3548
80d26939
YQ
35492012-04-16 Yao Qi <yao@codesourcery.com>
3550
3551 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
3552 duplicated on address.
3553
42476b70
YQ
35542012-04-16 Yao Qi <yao@codesourcery.com>
3555
3556 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
3557 (struct tracepoint_action_ops) <send>: New field.
3558 (m_tracepoint_action_send, r_tracepoint_action_send): New.
3559 (agent_expr_send, x_tracepoint_action_send): New.
3560 (l_tracepoint_action_send): New.
3561 (cmd_qtdp): Download and install tracepoint
3562 according to `use_agent'.
3563 (run_inferior_command): Add one more parameter `len'.
3564 Update callers.
3565 (tracepoint_send_agent): New.
3566 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
3567
7bc83639
YQ
35682012-04-16 Yao Qi <yao@codesourcery.com>
3569
3570 * tracepoint.c (download_tracepoints): Moved to ...
3571 (cmd_qtstart): ... here.
3572
5f18041e
YQ
35732012-04-14 Yao Qi <yao@codesourcery.com>
3574
3575 * tracepoint.c: Include inttypes.h.
3576 (struct collect_memory_action): Use sized types.
3577 (struct tracepoint): Likewise.
3578 (cmd_qtdp, stop_tracing): Update print specifiers.
3579 (cmd_qtp, response_tracepoint): Likewise.
3580 (collect_data_at_tracepoint): Likewise.
3581 (collect_data_at_step): Likewise.
3582
55a8c076
YQ
35832012-04-14 Yao Qi <yao@codesourcery.com>
3584
3585 Import gnulib module inttypes.
3586 * aclocal.m4, config.in, configure: Regenerated.
3587
dc750257
YQ
35882012-04-14 Yao Qi <yao@codesourcery.com>
3589
3590 * Makefile.in (maintainer-clean, realclean, distclean): Remove
3591 Makefile and config.status at last.
3592
0ab5faf9
YQ
35932012-04-13 Yao Qi <yao@codesourcery.com>
3594
3595 * tracepoint.c: Include stdint.h unconditionally.
3596
18f5fd81
TJB
35972012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3598
3599 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
3600 on BFD_HAVE_SYS_PROCFS_TYPE.
3601 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
3602 * configure: Regenerate.
3603 * config.in: Likewise.
3604
4d47af5c
L
36052012-04-13 H.J. Lu <hongjiu.lu@intel.com>
3606
3607 * Makefile.in (clean): Also remove x32.c x32-linux.c
3608 x32-avx.c x32-avx-linux.c.
3609 (x32.o): New target.
3610 (x32.c): Likewise.
3611 (x32-linux.o): Likewise.
3612 (x32-linux.c): Likewise.
3613 (x32-avx.o): Likewise.
3614 (x32-avx.c): Likewise.
3615 (x32-avx-linux.o): Likewise.
3616 (x32-avx-linux.c): Likewise.
3617
3618 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
3619 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
3620 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
3621 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
3622 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
3623 i386/x32-avx-linux.xml.
3624
3625 * linux-x86-low.c (init_registers_x32_linux): New prototype.
3626 (init_registers_x32_avx_linux): Likwise.
3627 (x86_linux_update_xmltarget): Call init_registers_x32_linux
3628 or init_registers_x32_avx_linux if linux_is_elf64 is false.
3629
ecedbe58
PA
36302012-04-13 Pedro Alves <palves@redhat.com>
3631
3632 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
3633 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
3634 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
3635 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
3636 the sub-make.
3637
c92b5177
L
36382012-04-12 H.J. Lu <hongjiu.lu@intel.com>
3639
3640 * linux-x86-low.c (compat_x32_clock_t): New.
3641 (compat_x32_siginfo_t): Likewise.
3642 (compat_x32_siginfo_from_siginfo): Likewise.
3643 (siginfo_from_compat_x32_siginfo): Likewise.
3644 (linux_is_elf64): Likewise.
3645 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3646 and siginfo_from_compat_x32_siginfo for x32.
3647 (x86_arch_setup): Set linux_is_elf64.
3648
214d508e
L
36492012-04-12 H.J. Lu <hongjiu.lu@intel.com>
3650
3651 PR gdb/13969
3652 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
3653 e_machine field.
3654 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
3655 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
3656 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
3657 compatible with process.
3658
c9a1864a
YQ
36592012-04-12 Yao Qi <yao@codesourcery.com>
3660
3661 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
3662 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
3663 (install-only, install-info, clean): Handle sub dir gnulib.
3664 (all-lib, am--refresh): New targets.
3665 (memmem.o): Remove target.
3666 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
3667 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
3668 (AC_REPLACE_FUNCS): Remove memmem.
3669 Invoke gl_INIT and AM_INIT_AUTOMAKE.
3670 (AC_OUTPUT): Generate Makefile in gnulib/.
3671 * aclocal.m4, config.in, configure: Regenerated.
3672
367ba2c2
MR
36732012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
3674
3675 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
3676
9d236627
PA
36772012-04-05 Pedro Alves <palves@redhat.com>
3678
3679 -Werror=strict-aliasing
3680
3681 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
3682 pointer.
3683
111217b3
PA
36842012-04-04 Pedro Alves <palves@redhat.com>
3685
3686 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
3687 (sparc_store_gregset_from_stack, sparc_store_gregset)
3688 (sparc_breakpoint_at): Fix formatting.
3689
8365dcf5
TJB
36902012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3691
3692 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
3693 are available.
3694 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
3695 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
3696 * config.in: Regenerate.
3697 * configure: Likewise.
3698
689cc2ae
PA
36992012-03-29 Pedro Alves <palves@redhat.com>
3700
3701 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
3702 Correct ptrace arguments.
3703
c14dfd32
PA
37042012-03-28 Pedro Alves <palves@redhat.com>
3705
3706 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
3707 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
3708 (IA64_FR1_REGNUM): New defines.
3709 (ia64_fetch_register): New.
3710 (the_low_target): Install it.
3711 * linux-low.h (struct linux_target_ops) <fetch_register>: New
3712 field.
3713 * linux-low.c (linux_fetch_registers): Try the
3714 the_low_target.fetch_register hook first.
3715
3716 * linux-arm-low.c (the_low_target): Adjust.
3717 * linux-bfin-low.c (the_low_target): Adjust.
3718 * linux-cris-low.c (the_low_target): Adjust.
3719 * linux-crisv32-low.c (the_low_target): Adjust.
3720 * linux-m32r-low.c (the_low_target): Adjust.
3721 * linux-m68k-low.c (the_low_target): Adjust.
3722 * linux-mips-low.c (the_low_target): Adjust.
3723 * linux-ppc-low.c (the_low_target): Adjust.
3724 * linux-s390-low.c (the_low_target): Adjust.
3725 * linux-sh-low.c (the_low_target): Adjust.
3726 * linux-sparc-low.c (the_low_target): Adjust.
3727 * linux-tic6x-low.c (the_low_target): Adjust.
3728 * linux-x86-low.c (the_low_target): Adjust.
3729 * linux-xtensa-low.c (the_low_target): Adjust.
3730
63c88e13
PA
37312012-03-26 Pedro Alves <palves@redhat.com>
3732
3733 * server.c (handle_qxfer_libraries): Don't bail early if
3734 the_target->qxfer_libraries_svr4 is not NULL.
3735
fb723180
PA
37362012-03-26 Pedro Alves <palves@redhat.com>
3737
3738 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
3739
0afae3cf
PA
37402012-03-23 Pedro Alves <palves@redhat.com>
3741
3742 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
3743 "library-list-svr4" element's start tag when the the DSO list is
3744 empty.
3745
485f1ee4
PA
37462012-03-23 Pedro Alves <palves@redhat.com>
3747
3748 * linux-low.c (read_one_ptr): Read the inferior's pointer through
3749 a variable whose type size is the same as the inferior's pointer
3750 size.
3751
a5362b9a
TS
37522012-03-21 Thomas Schwinge <thomas@codesourcery.com>
3753
3754 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
3755 struct siginfo.
3756 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
3757 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
3758 * linux-low.h: Include <signal.h>.
3759 (struct siginfo): Remove forward declaration.
3760 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
3761 struct siginfo.
3762
d226c142
MF
37632012-03-21 Mike Frysinger <vapier@gentoo.org>
3764
3765 * .gitignore: Ignore more files.
3766
122f36ef
PA
37672012-03-19 Pedro Alves <palves@redhat.com>
3768 Jan Kratochvil <jan.kratochvil@redhat.com>
3769
3770 * server.c (cont_thread, general_thread): Add describing comments.
3771 (start_inferior): Clear `cont_thread'.
3772 (handle_v_cont): Don't set `cont_thread' if resuming all threads
3773 of a process.
3774
fc3e5175
YQ
37752012-03-15 Yao Qi <yao@codesourcery.com>
3776
3777 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
3778 handling to ...
3779 (cmd_qtdp): ... here.
3780
8d0d92cd
YQ
37812012-03-15 Yao Qi <yao@codesourcery.com>
3782
3783 * tracepoint.c (struct tracepoint_action_ops): New.
3784 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
3785 (m_tracepoint_action_download): New.
3786 (r_tracepoint_action_download): New.
3787 (x_tracepoint_action_download): New.
3788 (l_tracepoint_action_download): New.
3789 (add_tracepoint_action): Install `action->ops' according type.
3790 (download_tracepoint_1): Move code `download' function pointer
3791 of various tracepoint_action_ops.
3792
87b0bb13
JK
37932012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3794
3795 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
3796 linux_ptrace_attach_warnings.
3797
5f572dec
JK
37982012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3799
3800 * Makefile.in (linux-ptrace.o): New.
3801 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
3802 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
3803 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
3804 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
3805 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
3806 of these targets.
3807 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
3808
f4647387
YQ
38092012-03-08 Yao Qi <yao@codesourcery.com>
3810 Pedro Alves <palves@redhat.com>
3811
3812 Fix PR server/13392.
3813 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
3814 offset of JMP insn.
3815 * tracepoint.c (remove_tracepoint): New.
3816 (cmd_qtdp): Call remove_tracepoint when failed to install.
3817
9b224c5e
PA
38182012-03-07 Pedro Alves <palves@redhat.com>
3819
3820 * linux-low.c (get_detach_signal): New.
3821 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
3822 Pass on pending signals to PTRACE_DETACH. Check the result of the
3823 ptrace call.
3824 * server.c (program_signals, program_signals_p): New.
3825 (handle_general_set): Handle QProgramSignals.
3826 * server.h (program_signals, program_signals_p): Declare.
3827
e237a7e2
JK
38282012-03-05 Pedro Alves <palves@redhat.com>
3829 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
3832 New comment why.
3833
5808517f
YQ
38342012-03-03 Yao Qi <yao@codesourcery.com>
3835
3836 * tracepoint.c (tracepoint_look_up_symbols): Update call to
3837 agent_look_up_symbols.
3838
58b4daa5
YQ
38392012-03-03 Yao Qi <yao@codesourcery.com>
3840
3841 * Makefile.in (linux-low.o): Keep dependence on agent.h.
3842 (linux-x86-low.o): Likewise.
3843 * server.h: Remove in_process_agent_loaded.
3844 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
3845 common/agent.c.
3846 Update callers.
3847
8ffcbaaf
YQ
38482012-03-03 Yao Qi <yao@codesourcery.com>
3849
3850 * tracepoint.c (gdb_agent_capability): New global.
3851 (in_process_agent_loaded_ust): Renamed to
3852 `in_process_agent_supports_ust'.
3853 Update callers.
3854 (in_process_agent_supports_ust): Call agent_capability_check.
3855 (clear_installed_tracepoints): Assert that agent supports
3856 agent.
3857
d1feda86
YQ
38582012-03-03 Yao Qi <yao@codesourcery.com>
3859
3860 * linux-low.c (linux_supports_agent): New.
3861 (linux_target_ops): Initialize field `supports_agent' with
3862 linux_supports_agent.
3863 * target.h (struct target_ops) <supports_agent>: New.
3864 (target_supports_agent): New macro.
3865 * server.c (handle_general_set): Handle packet 'QAgent'.
3866 (handle_query): Send `QAgent+'.
3867 * Makefile.in (server.o): Depends on agent.h.
3868
2fa291ac
YQ
38692012-03-03 Yao Qi <yao@codesourcery.com>
3870
3871 * Makefile.in (OBS): Add agent.o.
3872 Add new rule for agent.o.
3873 Track dependence of tracepoint.c on agent.h.
3874 * tracepoint.c (run_inferior_command_1):
3875 (run_inferior_command): Call agent_run_command.
3876 (gdb_ust_connect_sync_socket): Deleted. Move it to
3877 common/agent.c.
3878 (resume_thread, stop_thread): Likewise.
3879 (gdb_ust_socket_init): Renamed to ...
3880 (gdb_agent_socket_init): ... New.
3881 (gdb_ust_thread): Renamed to ...
3882 (gdb_agent_helper_thread): ... New.
3883 (gdb_ust_init): Move some code to ...
3884 (gdb_agent_init): ... here. New.
3885 [HAVE_UST]: Call gdb_ust_init.
3886 (initialize_tracepoint_ftlib): Call gdb_agent_init.
3887 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
3888 * config.in, configure: Regenerated.
3889
05044653
PA
38902012-03-02 Pedro Alves <palves@redhat.com>
3891
3892 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
3893 * linux-low.c (struct simple_pid_list): New.
3894 (stopped_pids): New a struct simple_pid_list pointer.
3895 (add_to_pid_list, pull_pid_from_list): New.
3896 (handle_extended_wait): Don't assume the first signal new children
3897 report is SIGSTOP. Adjust call to pull_pid_from_list.
3898 (linux_wait_for_lwp): Adjust.
3899
8d00225b
YQ
39002012-03-02 Yao Qi <yao@codesourcery.com>
3901
3902 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
3903 debug log.
3904
19560ba5
YQ
39052012-03-02 Yao Qi <yao@codesourcery.com>
3906
3907 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
3908 `stop_pc' and `tpoint'. Update caller.
3909
1faeff08
MR
39102012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3911
3912 * linux-low.h (linux_target_ops): Add regset_bitmap member.
3913 * linux-low.c (use_linux_regsets): New macro.
3914 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
3915 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
3916 (linux_register_in_regsets): New function.
3917 (usr_fetch_inferior_registers): Skip registers covered by
3918 regsets.
3919 (usr_store_inferior_registers): Likewise.
3920 (usr_fetch_inferior_registers): New macro.
3921 (usr_store_inferior_registers): Likewise.
3922 (linux_fetch_registers): Handle mixed regset/non-regset targets.
3923 (linux_store_registers): Likewise.
3924 * linux-mips-low.c (init_registers_mips_dsp_linux): New
3925 prototype.
3926 (init_registers_mips64_dsp_linux): Likewise.
3927 (init_registers_mips_linux): New macro.
3928 (init_registers_mips_dsp_linux): Likewise.
3929 (mips_dsp_num_regs): Likewise.
3930 (DSP_BASE, DSP_CONTROL): New fallback macros.
3931 (mips_base_regs): New macro.
3932 (mips_regmap): Use it. Fix the size.
3933 (mips_dsp_regmap): New variable.
3934 (mips_dsp_regset_bitmap): Likewise.
3935 (mips_arch_setup): New function.
3936 (mips_cannot_fetch_register): Use the_low_target.regmap rather
3937 than mips_regmap.
3938 (mips_cannot_store_register): Likewise.
3939 (the_low_target): Update .arch_setup, .num_regs and .regmap
3940 initializers. Add .regset_bitmap initializer.
3941 * linux-arm-low.c (the_low_target): Add .regset_bitmap
3942 initializer.
3943 * linux-bfin-low.c (the_low_target): Likewise.
3944 * linux-cris-low.c (the_low_target): Likewise.
3945 * linux-crisv32-low.c (the_low_target): Likewise.
3946 * linux-ia64-low.c (the_low_target): Likewise.
3947 * linux-m32r-low.c (the_low_target): Likewise.
3948 * linux-m68k-low.c (the_low_target): Likewise.
3949 * linux-ppc-low.c (the_low_target): Likewise.
3950 * linux-s390-low.c (the_low_target): Likewise.
3951 * linux-sh-low.c (the_low_target): Likewise.
3952 * linux-sparc-low.c (the_low_target): Likewise.
3953 * linux-tic6x-low.c (the_low_target): Likewise.
3954 * linux-x86-low.c (the_low_target): Likewise.
3955 * linux-xtensa-low.c (the_low_target): Likewise.
3956 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
3957 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
3958 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
3959 srv_xmlfiles.
3960 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
3961 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
3962
c03e6ccc
YQ
39632012-02-29 Yao Qi <yao@codesourcery.com>
3964 Pedro Alves <palves@redhat.com>
3965
3966 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
3967 `step_over_finished' is true.
3968
644cebc9
PA
39692012-02-27 Pedro Alves <palves@redhat.com>
3970
3971 * linux-low.c (pid_is_stopped): Delete, moved to common/.
3972 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
3973
c14d7ab2
PA
39742012-02-27 Pedro Alves <palves@redhat.com>
3975
3976 PR server/9684
3977 * linux-low.c (pid_is_stopped): New.
3978 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
3979
412c89dd
LM
39802012-02-25 Luis Machado <lgustavo@codesourcery.com>
3981
3982 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
3983 of conditions.
3984
b745defe
MR
39852012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
3986
3987 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
3988
9f3a5c85
LM
39892012-02-24 Luis Machado <lgustavo@codesourcery>
3990
3991 * server.c (handle_query): Advertise support for target-side
3992 breakpoint condition evaluation.
3993 (process_point_options): New function.
3994 (process_serial_event): When inserting a breakpoint, check for
3995 a target-side condition that should be evaluated.
3996
3997 * mem-break.c: Include regcache.h and ax.h.
3998 (point_cond_list_t): New data structure.
3999 (breakpoint) <cond_list>: New field.
4000 (find_gdb_breakpoint_at): Make non-static.
4001 (delete_gdb_breakpoint_at): Clear any target-side
4002 conditions.
4003 (clear_gdb_breakpoint_conditions): New function.
4004 (add_condition_to_breakpoint): Likewise.
4005 (add_breakpoint_condition): Likewise.
4006 (gdb_condition_true_at_breakpoint): Likewise.
4007 (gdb_breakpoint_here): Return result directly instead
4008 of going through a local variable.
4009
4010 * mem-break.h (find_gdb_breakpoint_at): New prototype.
4011 (clear_gdb_breakpoint_conditions): Likewise.
4012 (add_breakpoint_condition): Likewise.
4013 (gdb_condition_true_at_breakpoint): Likewise.
4014
4015 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
4016 (need_step_over_p): Take target-side breakpoint condition into
4017 consideration.
4018
5e1dc496
LM
40192012-02-24 Luis Machado <lgustavo@codesourcery>
4020
4021 * server.h: Include tracepoint.h.
4022 (agent_mem_read, agent_get_trace_state_variable_value,
4023 agent_set_trace_state_variable_value,
4024 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
4025 get_set_tsv_func_addr): New prototypes.
4026
4027 * ax.h: New include file.
4028 * ax.c: New source file.
4029
4030 * tracepoint.c: Include ax.h.
4031 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
4032 agent_expr, eval_result_type): Move to ax.h.
4033 (parse_agent_expr): Rename to ...
4034 (gdb_parse_agent_expr): ... this, make it non-static and move
4035 to ax.h.
4036 (unparse_agent_expr) Rename to ...
4037 (gdb_unparse_agent_expr): ... this, make it non-static and move
4038 to ax.h.
4039 (eval_agent_expr): Rename to ...
4040 (eval_tracepoint_agent_expr): ... this.
4041 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
4042 forward declarations.
4043 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
4044 (agent_get_trace_state_variable_value): New function.
4045 (agent_set_trace_state_variable_value): New function.
4046 (cmd_qtdp): Call gdb_parse_agent_expr (...).
4047 (response_tracepoint): Call gdb_unparse_agent_expr (...).
4048 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
4049 (condition_true_at_tracepoint): Likewise.
4050 (parse_agent_expr): Rename to ...
4051 (gdb_parse_agent_expr): ... this and move to ax.c.
4052 (unparse_agent_expr): Rename to ...
4053 (gdb_unparse_agent_expr): ... this and move to ax.c.
4054 (gdb_agent_op_name): Move to ax.c.
4055 (eval_agent_expr): Rename to ...
4056 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
4057 and move to ax.c.
4058 (eval_tracepoint_agent_expr): New function.
4059 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 4060 non-static.
5e1dc496
LM
4061 (current_insn_ptr, emit_error, struct bytecode_address): Move to
4062 ax.c.
4063 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
4064 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
4065 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
4066 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
4067 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
4068 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
4069 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
4070 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
4071 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
4072 (compile_bytecodes): Remove forward declaration.
4073 (is_goto_target): Move to ax.c.
4074 (compile_bytecodes): Move to ax.c and call
4075 agent_get_trace_state_variable_value (...) and
4076 agent_set_trace_state_variable_value (...).
4077
4078 * Makefile.in: Update ax.c and IPA dependencies.
4079
277e4e52
PA
40802012-02-24 Pedro Alves <palves@redhat.com>
4081
4082 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
4083 (cmd_bigqtbuffer_circular): ... this. Only handle
4084 'QTBuffer:circular:'.
4085 (handle_tracepoint_general_set): Adjust.
4086
bf4c19f7
YQ
40872012-02-16 Yao Qi <yao@codesourcery.com>
4088
4089 * inferiors.c: Move code to ...
4090 * dll.c: .... here. New.
4091 * server.h: Declare clear_dlls.
4092 * Makefile.in (SFILES): Add dll.c.
4093 (OBS): Add dll.o
4094 (dll.o): New rule.
4095
d73f2619
YQ
40962012-02-11 Yao Qi <yao@codesourcery.com>
4097
4098 * server.c: (handle_monitor_command): Add a new parameter
4099 `own_buf'.
4100 (handle_query): Update caller.
4101
f8255c2a
JB
41022012-02-09 Joel Brobecker <brobecker@adacore.com>
4103
4104 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
4105 * configure, config.in: Regenerate.
4106 * hostio.c: Provide an alternate implementation if HAVE_READLINK
4107 is not defined.
4108
da84f473
PA
41092012-02-02 Pedro Alves <palves@redhat.com>
4110
4111 Try SIGKILL first, then PTRACE_KILL.
4112 * linux-low.c (linux_kill_one_lwp): New.
4113 (linux_kill_one_lwp): Rename to ...
4114 (kill_one_lwp_callback): ... this. Use the new
4115 linux_kill_one_lwp.
4116
e886a173
PA
41172012-02-02 Pedro Alves <palves@redhat.com>
4118
4119 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
4120 inferior.
4121
be07f1a2
PA
41222012-01-27 Pedro Alves <palves@redhat.com>
4123
4124 * linux-low.c (linux_child_pid_to_exec_file): Delete.
4125 (elf_64_file_p): Make static.
4126 (linux_pid_exe_is_elf_64_file): New.
4127 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
4128 Delete declarations.
4129 (linux_pid_exe_is_elf_64_file): Declare.
4130 * linux-x86-low.c (x86_arch_setup): Use
4131 linux_pid_exe_is_elf_64_file.
4132
d8301ad1
JK
41332012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4134
4135 * linux-low.c (linux_wait_for_event_1): Rename to ...
4136 (linux_wait_for_event): ... here and merge it with former
4137 linux_wait_for_event - new variable wait_ptid, use it.
4138 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
4139
01b17894
PA
41402012-01-23 Pedro Alves <palves@redhat.com>
4141
4142 * server.c (main): Avoid yet another case of infinite loop while
4143 detaching/killing after a longjmp.
4144
e825046f
JK
41452012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4146
4147 Code cleanup.
4148 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
4149
b9e7b9c3
UW
41502012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4151
4152 * hostio.c (handle_readlink): New function.
4153 (handle_vFile): Call it to handle "vFile:readlink" packets.
4154
901f9912
UW
41552012-01-20 Pedro Alves <palves@redhat.com>
4156 Ulrich Weigand <ulrich.weigand@linaro.org>
4157
4158 * server.c (handle_v_requests): Only support vAttach and vRun to
4159 start multiple processes when in extended protocol mode.
4160
fc1ab1a0
PA
41612012-01-17 Pedro Alves <palves@redhat.com>
4162
4163 * tracepoint.c (initialize_tracepoint): Use mmap instead of
4164 memalign plus mprotect to allocate the scratch buffer.
4165
7d5d4e98
PA
41662012-01-13 Pedro Alves <palves@redhat.com>
4167
4168 * server.c (attach_inferior): Clear `cont_thread'.
4169
f128d5e9
PA
41702012-01-13 Pedro Alves <palves@redhat.com>
4171
4172 * server.c (main): Avoid infinite loop while detaching/killing
4173 after a longjmp.
4174
06db92f0
DE
41752012-01-09 Doug Evans <dje@google.com>
4176
4177 * server.c (start_inferior): Set last_ptid in --wrapper case.
4178
32d92999
YQ
41792012-01-06 Yao Qi <yao@codesourcery.com>
4180
4181 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
4182 defined.
4183 [IN_PROCESS_AGENT] (debug_agent): New global variable.
4184
5e0a92a9
YQ
41852012-01-04 Yao Qi <yao@codesourcery.com>
4186
4187 * tracepoint.c (cmd_qtdp): Print debug message
4188 for static tracepoint.
4189
ae639e8c
YQ
41902012-01-04 Yao Qi <yao@codesourcery.com>
4191
4192 * tracepoint.c (trace_vdebug): Differentiate debug message
4193 between gdbserver and IPA.
4194
f72429c5
YQ
41952012-01-03 Yao Qi <yao@codesourcery.com>
4196
4197 * tracepoint.c (tracepoint_was_hit): Don't collect for
4198 static tracepoint.
4199
12c3e59c
JB
42002012-01-02 Joel Brobecker <brobecker@adacore.com>
4201
4202 * terminal.h: Reformat copyright header.
4203
67827812
JB
42042012-01-02 Joel Brobecker <brobecker@adacore.com>
4205
4206 * server.c (gdbserver_version): Update copyright year.
4207 * gdbreplay.c (gdbreplay_version): Likewise.
4208
3e52c33d
JK
42092011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4210
4211 * linux-low.c (linux_create_inferior): Put empty if clause for write.
4212
4213 Revert:
4214 2011-12-18 Hui Zhu <teawater@gmail.com>
4215 * linux-low.c (linux_create_inferior): Save return value to ret.
4216
66f1260e
HZ
42172011-12-18 Hui Zhu <teawater@gmail.com>
4218
4219 * linux-low.c (linux_create_inferior): Save return value to ret.
4220
e77616d7
DE
42212011-12-16 Doug Evans <dje@google.com>
4222
e7b06c57
DE
4223 * linux-low.c (linux_create_inferior): If stdio connection,
4224 redirect stdin from /dev/null, stdout to stderr.
4225 * remote-utils.c (remote_is_stdio): New static global.
4226 (remote_connection_is_stdio): New function.
4227 (remote_prepare): Handle stdio connection.
4228 (remote_open): Ditto.
4229 (remote_close): Don't close stdin for stdio connections.
4230 (read_prim,write_prim): New functions. Replace all calls to
4231 read/write to these.
4232 * server.c (main): Watch for "-" argument. Move call to
4233 remote_prepare before start_inferior.
4234 * server.h (STDIO_CONNECTION_NAME): New macro.
4235 (remote_connection_is_stdio): Declare.
4236
e77616d7
DE
4237 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
4238 in debugging output.
4239
82067193
YQ
42402011-12-15 Yao Qi <yao@codesourcery.com>
4241
4242 * tracepoint.c: Include sys/syscall.h.
4243 (gdb_ust_thread): Remove preprocessor conditional.
4244
82bfbe7e
PA
42452011-12-14 Pedro Alves <pedro@codesourcery.com>
4246
4247 * linux-low.c (linux_detach_one_lwp): Call
4248 the_low_target.prepare_to_resume before detaching.
4249
712c6575
YQ
42502011-12-14 Yao Qi <yao@codesourcery.com>
4251
4252 * tracepoint.c (gdb_ust_thread): Don't ignore return value
4253 of write.
4254
d54d1edf
YQ
42552011-12-14 Yao Qi <yao@codesourcery.com>
4256
4257 * i386-low.c (i386_low_stopped_data_address): Initialize local
4258 variable `control'.
4259
6210a125
PA
42602011-12-13 Pedro Alves <pedro@codesourcery.com>
4261
4262 PR remote/13492
4263
4264 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
4265 DR_CONTROL unless necessary. Extend comments.
4266 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
4267 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
4268
2ece8244
YQ
42692011-12-13 Yao Qi <yao@codesourcery.com>
4270
4271 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
4272 macros.
4273 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
4274
784867a5
JK
42752011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4276
4277 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
4278 Print new debug message for such case.
4279
6bf36717
JK
42802011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 Fix overlapping memcpy.
4283 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
4284 the read_inferior_memory transfer.
4285 (delete_fast_tracepoint_jump): New variable buf. Use it for the
4286 write_inferior_memory transfer.
4287 (set_fast_tracepoint_jump): New variable buf. Use it for the
4288 read_inferior_memory and write_inferior_memory transfers.
4289 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
4290 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
4291 Use it for the write_inferior_memory transfer.
4292 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
4293 buffers.
4294
50275556
MR
42952011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4296
4297 * linux-low.c (fetch_register, store_register): Make code
4298 consistent, fix formatting.
4299
7325beb4
MR
43002011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4301
4302 * linux-low.c (usr_store_inferior_registers): Factor out code
4303 to handle individual registers into...
4304 (store_register): ... this new function.
4305
c642a434
UW
43062011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
4307
4308 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
4309 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
4310 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
4311 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
4312 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
4313 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
4314 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
4315 (srv_xmlfiles): Add new XML files.
4316
4317 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
4318 and <sys/uio.h>.
4319 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
4320 (init_registers_s390_linux32v1): Add prototype.
4321 (init_registers_s390_linux32v2): Likewise.
4322 (init_registers_s390_linux64v1): Likewise.
4323 (init_registers_s390_linux64v2): Likewise.
4324 (init_registers_s390x_linux64v1): Likewise.
4325 (init_registers_s390x_linux64v2): Likewise.
4326 (s390_num_regs): Increment to 52.
4327 (s390_regmap): Add orig_r2 register.
4328 (s390_num_regs_3264): Increment to 68.
4329 (s390_regmap_3264): Add orig_r2 register.
4330 (s390_collect_ptrace_register): Handle orig_r2 register.
4331 (s390_supply_ptrace_register): Likewise.
4332 (s390_fill_last_break): New function.
4333 (s390_store_last_break): Likewise.
4334 (s390_fill_system_call): New function.
4335 (s390_store_system_call): Likewise.
4336 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
4337 register sets.
4338 (s390_check_regset): New function.
4339 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
4340 NT_S390_SYSTEM_CALL regsets and use appropriate description.
4341 Update target_regsets for available register sets.
4342
2268b414
JK
43432011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4344 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
4347 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
4348 New.
4349 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
4350 * linux-low.h (struct process_info_private): New member r_debug.
4351 * server.c (handle_qxfer_libraries): Call
4352 the_target->qxfer_libraries_svr4.
4353 (handle_qxfer_libraries_svr4): New function.
4354 (qxfer_packets): New entry "libraries-svr4".
4355 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
4356 * target.h (struct target_ops): New member qxfer_libraries_svr4.
4357 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
4358 PACKET_qXfer_libraries_svr4.
4359
d6db1fab
UW
43602011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4361
4362 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
4363 PSW address/mask between 8-byte and 16-byte formats.
4364 (s390_supply_ptrace_register): Likewise.
4365 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
4366 basic addressing mode bit.
4367
242f5f1c
SS
43682011-11-24 Stan Shebs <stan@codesourcery.com>
4369
4370 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
4371
f196051f
SS
43722011-11-17 Stan Shebs <stan@codesourcery.com>
4373
4374 * tracepoint.c (struct tracepoint): New field traceframe_usage.
4375 (tracing_start_time): New global.
4376 (tracing_stop_time): New global.
4377 (tracing_user_name): New global.
4378 (tracing_notes): New global.
4379 (tracing_stop_note): New global.
4380 (cmd_qtstart): Set traceframe_usage, start_time.
4381 (stop_tracing): Set stop_time.
4382 (cmd_qtstatus): Report additional status.
4383 (cmd_qtp): New function.
4384 (handle_tracepoint_query): Call it.
4385 (cmd_qtnotes): New function.
4386 (handle_tracepoint_general_set): Call it.
4387 (get_timestamp): Rename from tsv_get_timestamp.
4388
405f8e94
SS
43892011-11-14 Stan Shebs <stan@codesourcery.com>
4390 Kwok Cheung Yeung <kcy@codesourcery.com>
4391
4392 * linux-x86-low.c (small_jump_insn): New.
4393 (i386_install_fast_tracepoint_jump_pad): Add arguments for
4394 trampoline and error message, build a trampoline and issue a small
4395 jump instruction to it.
4396 (x86_install_fast_tracepoint_jump_pad): Add arguments for
4397 trampoline and error message.
4398 (x86_get_min_fast_tracepoint_insn_len): New.
4399 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
4400 * linux-low.h (struct linux_target_ops): Add arguments to
4401 install_fast_tracepoint_jump_pad operation, add new operation.
4402 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
4403 arguments.
4404 (linux_get_min_fast_tracepoint_insn_len): New function.
4405 (linux_target_op): Add new operation.
4406 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
4407 (gdb_trampoline_buffer_end): Ditto.
4408 (gdb_trampoline_buffer_error): Ditto.
4409 (struct ipa_sym_addresses): Add fields for new IPA variables.
4410 (symbol_list): Add entries for new IPA variables.
4411 (struct tracepoint): Add fields to hold the address range of the
4412 trampoline used by the tracepoint.
4413 (trampoline_buffer_head): New static variable.
4414 (trampoline_buffer_tail): Ditto.
4415 (claim_trampoline_space): New function.
4416 (have_fast_tracepoint_trampoline_buffer): New function.
4417 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
4418 structure.
4419 (install_fast_tracepoint): Ditto, also add error buffer argument.
4420 (cmd_qtminftpilen): New function.
4421 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
4422 (fast_tracepoint_from_trampoline_address): New function.
4423 (fast_tracepoint_collecting): Handle trampoline as part of jump
4424 pad space.
4425 (set_trampoline_buffer_space): New function.
4426 (initialize_tracepoint): Initialize new IPA variables.
4427 * target.h (struct target_ops): Add arguments to
4428 install_fast_tracepoint_jump_pad operation, add new
4429 get_min_fast_tracepoint_insn_len operation.
4430 (target_get_min_fast_tracepoint_insn_len): New.
4431 (install_fast_tracepoint_jump_pad): Add arguments.
4432 * server.h (IPA_BUFSIZ): Define.
4433 * linux-i386-ipa.c: Include extra header files.
4434 (initialize_fast_tracepoint_trampoline_buffer): New function.
4435 (initialize_low_tracepoint): Call it.
4436 * server.h (set_trampoline_buffer_space): Declare.
4437 (claim_trampoline_space): Ditto.
4438 (have_fast_tracepoint_trampoline_buffer): Ditto.
4439
1e4d1764
YQ
44402011-11-14 Yao Qi <yao@codesourcery.com>
4441
4442 * server.c (handle_query): Handle InstallInTrace for qSupported.
4443 * tracepoint.c (add_tracepoint): Sort list.
4444 (install_tracepoint, download_tracepoint): New.
4445 (cmd_qtdp): Call them to install and download tracepoints.
4446 (sort_tracepoints): Removed.
4447 (cmd_qtstart): Update.
4448
5c73ff4e
YQ
44492011-11-14 Yao Qi <yao@codesourcery.com>
4450
4451 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
4452 * mem-break.h: Declare.
4453 * tracepoint.c (cmd_qtstart): Move some code to ...
4454 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
4455 New.
4456 (download_tracepoints): Move some code to ...
4457 (download_tracepoint_1): ... here. New.
4458
86a30030
YQ
44592011-11-08 Yao Qi <yao@codesourcery.com>
4460
4461 * remote-utils.c (relocate_instruction): A comment fix.
4462
8d26e50c
JB
44632011-11-07 Joel Brobecker <brobecker@adacore.com>
4464
4465 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
4466 (i386_dr_low_get_control, i386_dr_low_get_status): Use
4467 dr_status_mirror and dr_control_mirror from debug_reg_state.
4468 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
4469 (i386_initial_stuff): Remove use of deleted globals.
4470 (i386_get_thread_context, i386_set_thread_context,
4471 i386_thread_added): Use dr_status_mirror and dr_control_mirror
4472 from debug_reg_state.
4473
a59306a3
YQ
44742011-11-05 Yao Qi <yao@codesourcery.com>
4475
4476 * tracepoint.c (gdb_collect): Loop over tracepoints of same
4477 address as TPOINT's.
4478
3065dfb6
SS
44792011-11-02 Stan Shebs <stan@codesourcery.com>
4480
4481 * tracepoint.c (agent_mem_read_string): New function.
4482 (eval_agent_expr): Call it for tracenz.
4483 * server.c (handle_query): Report support for tracenz.
4484
fd0d8c7c
YQ
44852011-11-02 Yao Qi <yao@codesourcery.com>
4486
4487 * tracepoint.c (cmd_qtstart): Remove unused local variables.
4488
609086b1
YQ
44892011-11-02 Yao Qi <yao@codesourcery.com>
4490
4491 * target.h: Fix a typo in comment.
4492
b9fd1791
PA
44932011-10-31 Pedro Alves <pedro@codesourcery.com>
4494
4495 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
4496 clobber the breakpoints' shadows with fast tracepoint jumps.
4497 * mem-break.h (check_mem_write): Add `myaddr' parameter.
4498 * target.c (write_inferior_memory): Also pass MYADDR down to
4499 check_mem_write.
4500
03583c20
UW
45012011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4502
4503 * configure.ac: Check support for personality routine.
4504 * configure: Regenerate.
4505 * config.in: Likewise.
4506 * linux-low.c: Include <sys/personality.h>.
4507 Define ADDR_NO_RANDOMIZE if necessary.
4508 (linux_create_inferior): Disable address space randomization when
4509 forking inferior, if requested.
4510 (linux_supports_disable_randomization): New function.
4511 (linux_target_ops): Install it.
4512 * server.h (disable_randomization): Declare.
4513 * server.c (disable_randomization): New global variable.
4514 (handle_general_set): Handle QDisableRandomization.
4515 (handle_query): Likewise for qSupported.
4516 (main): Support --disable-randomization and --no-disable-randomization
4517 command line arguments.
4518 * target.h (struct target_ops): Add supports_disable_randomization.
4519 (target_supports_disable_randomization): New macro.
4520
723b724b
MF
45212011-09-29 Mike Frysinger <vapier@gentoo.org>
4522
4523 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
4524 ifdef check.
4525 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
4526 [!PT_GETDSBT] (target_loadmap): New definition.
4527 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
4528 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
4529 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
4530 and PT_GETDSBT to LINUX_LOADMAP.
4531 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
4532 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
4533
55329a5c 45342011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
4535
4536 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
4537 (arm_linux_hwbp_cap): New static variable.
4538 (arm_linux_get_hwbp_cap): Replace by ...
4539 (arm_linux_init_hwbp_cap): ... this new function.
4540 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
4541 (arm_linux_get_hw_watchpoint_count): Likewise.
4542 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4543 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
4544 (arm_prepare_to_resume): Use perror_with_name instead of error.
4545
55329a5c 45462011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
4547
4548 * linux-arm-low.c: Include <signal.h>.
4549 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
4550 (struct arm_linux_hwbp_cap): New data type.
4551 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
4552 (struct arm_linux_hw_breakpoint): New data type.
4553 (MAX_BPTS, MAX_WPTS): Define.
4554 (struct arch_process_info, struct arch_lwp_info): New data types.
4555 (arm_linux_get_hwbp_cap): New function.
4556 (arm_linux_get_hw_breakpoint_count): Likewise.
4557 (arm_linux_get_hw_watchpoint_count): Likewise.
4558 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4559 (arm_hwbp_control_initialize): Likewise.
4560 (arm_hwbp_control_is_enabled): Likewise.
4561 (arm_hwbp_control_is_initialized): Likewise.
4562 (arm_hwbp_control_disable): Likewise.
4563 (arm_linux_hw_breakpoint_equal): Likewise.
4564 (arm_linux_hw_point_initialize): Likewise.
4565 (struct update_registers_data): New data structure.
4566 (update_registers_callback: New function.
4567 (arm_insert_point): Likewise.
4568 (arm_remove_point): Likewise.
4569 (arm_stopped_by_watchpoint): Likewise.
4570 (arm_stopped_data_address): Likewise.
4571 (arm_new_process): Likewise.
4572 (arm_new_thread): Likewise.
4573 (arm_prepare_to_resume): Likewise.
4574 (the_low_target): Register arm_insert_point, arm_remove_point,
4575 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
4576 arm_new_thread, and arm_prepare_to_resume.
4577
6b9801d4
SS
45782011-09-15 Stan Shebs <stan@codesourcery.com>
4579
4580 * server.h (struct emit_ops): Add compare-goto fields.
4581 * tracepoint.c (gdb_agent_op_sizes): New table.
4582 (emit_eq_goto): New function.
4583 (emit_ne_goto): New function.
4584 (emit_lt_goto): New function.
4585 (emit_le_goto): New function.
4586 (emit_gt_goto): New function.
4587 (emit_ge_goto): New function.
4588 (is_goto_target): New function.
4589 (compile_bytecodes): Recognize special cases of compare-goto
4590 combinations and call specialized emitters for them.
4591 * linux-x86-low.c (amd64_emit_eq_goto): New function.
4592 (amd64_emit_ne_goto): New function.
4593 (amd64_emit_lt_goto): New function.
4594 (amd64_emit_le_goto): New function.
4595 (amd64_emit_gt_goto): New function.
4596 (amd64_emit_ge_goto): New function.
4597 (amd64_emit_ops): Add the new functions.
4598 (i386_emit_eq_goto): New function.
4599 (i386_emit_ne_goto): New function.
4600 (i386_emit_lt_goto): New function.
4601 (i386_emit_le_goto): New function.
4602 (i386_emit_gt_goto): New function.
4603 (i386_emit_ge_goto): New function.
4604 (i386_emit_ops): Add the new functions.
4605
bf15cbda
SS
46062011-09-08 Stan Shebs <stan@codesourcery.com>
4607
4608 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
4609 (i386_emit_epilogue): Restore %ebx.
4610
943ca1dd
JZ
46112011-08-31 Jie Zhang <jzhang918@gmail.com>
4612
4613 * server.c (step_thread): Remove definition.
4614 (process_serial_event): Don't handle Hs.
4615 * server.h (step_thread): Remove declaration.
4616 * target.c (set_desired_inferior): Remove use of step_thread.
4617
e3deef73
LM
46182011-08-24 Luis Machado <lgustavo@codesourcery.com>
4619
4620 * linux-low.c: Include linux-procfs.h.
4621 (linux_attach_lwp_1): Update comments.
4622 (linux_attach): Scan for existing threads when attaching to a
4623 process that is the tgid.
4624 * Makefile.in: Update dependencies.
4625
13da1c97
LM
46262011-08-24 Luis Machado <lgustavo@codesourcery.com>
4627
4628 * configure.srv: Add linux-procfs.o dependencies.
4629
881127c9
YQ
46302011-08-14 Yao Qi <yao@codesourcery.com>
4631
4632 * target.h (struct target_ops): Fix indent.
4633 * win32-low.c (win32_target_ops): Fix comment.
4634
58dbd541
YQ
46352011-08-14 Andrew Jenner <andrew@codesourcery.com>
4636 Yao Qi <yao@codesourcery.com>
4637
4638 * Makefile.in (clean): Remove tic6x-*.c files.
4639 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
4640 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
4641 (tic6x-c64xp-linux.c): Likewise.
4642 * configure.srv: Add support for tic6x-*-uclinux.
4643 * linux-tic6x-low.c: New.
4644 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
4645
78d85199
YQ
46462011-08-14 Andrew Stubbs <ams@codesourcery.com>
4647 Yao Qi <yao@codesourcery.com>
4648
4649 * target.h (struct target_ops): Add read_loadmap.
4650 * linux-low.c (struct target_loadseg): New type.
4651 (struct target_loadmap): New type.
4652 (linux_read_loadmap): New function.
4653 (linux_target_ops): Add linux_read_loadmap.
4654 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
4655 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
4656 to NULL.
78d85199 4657
a959a88d
EZ
46582011-08-05 Eli Zaretskii <eliz@gnu.org>
4659
4660 * win32-low.c: Include <stdint.h>.
4661
1ced966e
PA
46622011-07-22 Pedro Alves <pedro@codesourcery.com>
4663
4664 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
4665 to the inferior here.
4666 (i386_remove_aligned_watchpoint): Ditto.
4667 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
4668 fit part of the watchpoint in the debug registers.
4669 (i386_update_inferior_debug_regs): New.
4670 (i386_low_insert_watchpoint): Work on a local mirror of the debug
4671 registers, and only update the inferior on success.
4672 (i386_low_remove_watchpoint): Ditto.
4673
d26e3629
KY
46742011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
4675
4676 * linux-low.c (compare_ints, unique, list_threads, show_process,
4677 linux_core_of_thread): Delete.
4678 (linux_target_ops): Change linux_core_of_thread to
4679 linux_common_core_of_thread.
4680 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
4681 * utils.c (malloc_failure): Change type of argument.
4682 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
4683 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
4684 common/linux-osdata.c, common/ptid.c and common/buffer.c.
4685 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
4686 (IPA_OBJS): Add common-utils-ipa.o.
4687 (ptid_h, linux_osdata_h): New macros.
4688 (server_h): Add common/common-utils.h, common/xml-utils.h,
4689 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
4690 common/ptid.h.
4691 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
4692 ptid.o, buffer.o): New rules.
4693 (linux-low.o): Add common/linux-osdata.h as a dependency.
4694 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
4695 * configure.ac: Add AC_HEADER_DIRENT check.
4696 * config.in: Regenerate.
4697 * configure: Regenerate.
4698 * remote-utils.c (xml_escape_text): Delete.
4699 (buffer_grow, buffer_free, buffer_init, buffer_finish,
4700 buffer_xml_printf): Move to common/buffer.c.
4701 * server.c (main): Remove call to initialize_inferiors.
4702 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
4703 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
4704 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
4705 internal_error, gdb_assert, gdb_assert_fail): Delete.
4706 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
4707 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
4708 common/buffer.h.
4709 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
4710 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
4711 initialize_inferiors): Delete.
4712
2275a1a7
PA
47132011-07-20 Pedro Alves <pedro@codesourcery.com>
4714
4715 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
4716 symbol error.
4717
0a5b1e09
PA
47182011-05-31 Pedro Alves <pedro@codesourcery.com>
4719
4720 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
4721 assertion.
4722 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
4723
6938fd34
YQ
47242011-05-26 Yao Qi <yao@codesourcery.com>
4725
4726 * Makefile.in (thread-db.o): Track dependence to
4727 common/gdb_thread_db.h.
4728 * thread-db.c: include gdb_thread_db.h from right place.
4729
b481f9e0
TT
47302011-05-16 Adrian Cornish <gnu@bluedreamer.com>
4731
4732 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
4733 __FILE__ and __LINE__ to internal_error.
4734
98a5dd13
DE
47352011-05-13 Doug Evans <dje@google.com>
4736
4737 * thread-db.c (try_thread_db_load_from_sdir): New function.
4738 (try_thread_db_load_from_dir): New function.
4739 (thread_db_load_search): Handle $sdir, ignore $pdir.
4740 Remove trying of system directories if search of
4741 libthread-db-search-path fails, that is now done via $sdir.
4742
d248b706
KY
47432011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4744
4745 * server.c (handle_query): Add EnableDisableTracepoints to the list
4746 of supported features.
43aaf8b6 4747 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 4748 tracepoints.
43aaf8b6
PA
4749 (cmd_qtenable_disable): New.
4750 (cmd_qtstart): Install tracepoints even if disabled.
4751 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
4752 receiving a QTEnable or QTDisable packet.
4753 (gdb_collect): Skip data collection if fast tracepoint is disabled.
4754 (ust_marker_to_static_tracepoint): Do not ignore disabled static
4755 tracepoints.
4756 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 4757
84e578fb
DE
47582011-05-10 Doug Evans <dje@google.com>
4759
4760 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
4761
71f55dd8
DE
47622011-05-04 Doug Evans <dje@google.com>
4763
4764 * linux-low.c (linux_join): Skip process lookup.
4765 * spu-low.c (spu_join): Ditto.
4766 * server.c (join_inferiors_callback): Delete.
4767 (process_serial_event): For 'D' packet (detach) call join_inferior
4768 directly.
4769
4d393d60
JM
47702011-05-04 Joseph Myers <joseph@codesourcery.com>
4771
4772 * README: Don't mention xscale*-*-linux*.
4773 * configure.srv (xscale*-*-linux*): Don't handle target.
4774
b00ad6ff
NF
47752011-04-27 Nathan Froyd <froydnj@codesourcery.com>
4776
4777 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
4778 casting pointers.
4779 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
4780 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
4781 (i386_emit_void_call_2): Likewise.
4782
af96c192
YQ
47832011-04-26 Yao Qi <yao@codesourcery.com>
4784
43aaf8b6
PA
4785 * linux-low.c: Move common macros to linux-ptrace.h.
4786 Include linux-ptrace.h.
af96c192
YQ
4787 * Makefile.in (linux_ptrace_h): New.
4788 (linux-low.o): Depends on linux-ptrace.h.
4789
03f2bd59
JK
47902011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4791
4792 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
4793 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
4794 (remote_prepare): New function with most of the TCP code from ...
4795 (remote_open): ... here. Detect PORT here unconditionally. Move also
4796 setting transport_is_reliable.
4797 * server.c (run_once): New variable.
4798 (gdbserver_usage): Document it.
4799 (main): Set run_once for `--once'. Call remote_prepare. Exit after
4800 the first run if RUN_ONCE.
4801 * server.h (run_once, remote_prepare): New declarations.
4802
7a9dd1b2
TT
48032011-04-19 Tom Tromey <tromey@redhat.com>
4804
4805 * win32-low.c (handle_load_dll): Remove duplicate "the".
4806
81239425
PM
48072011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
4808
4809 Remove support for old Cygwin 1.5 versions.
4810 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
4811 function to avoid warning.
4812 (win32_add_one_solib): Use cygwin_conv_path function to avoid
4813 warning.
4814
9e0627f1
PM
48152011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
4816
4817 * gdbserver/server.h (Macro _): Define it if not available.
4818
588eebee
MS
48192011-03-14 Michael Snyder <msnyder@vmware.com>
4820
348af9f7 4821 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 4822
43f70d4c
JB
48232011-03-10 Joel Brobecker <brobecker@adacore.com>
4824
4825 * Makefile.in (maintainer-clean realclean distclean): Remove
4826 "make ... subdir_do" command.
4827
348af9f7
MS
48282011-03-10 Michael Snyder <msnyder@vmware.com>
4829
4830 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
4831
4832 * server.c (handle_v_run): Free alloced buffer on early return.
4833
e637a4f5
YQ
48342011-03-09 Yao Qi <yao@codesourcery.com>
4835
4836 Revert:
4837 2011-03-04 Yao Qi <yao@codesourcery.com>
4838
4839 * Makefile.in: Remove GNU make feature --directory.
4840
4841 2011-03-05 Yao Qi <yao@codesourcery.com>
4842
4843 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
4844 (subdir_do): New make target. Copied from gdb/Makefile.
4845 (maintainer-clean, realclean, distclean, clean): Call corresponding
4846 make targets in common/Makefile.
4847
4848 2011-02-11 Yao Qi <yao@codesourcery.com>
4849
4850 * configure.ac: Call AC_PROG_RANLIB.
4851 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
4852 * configure: Regenerate.
4853
e6edda56
JK
48542011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4855
4856 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
4857
e5141119
JB
48582011-03-06 Yao Qi <yao@codesourcery.com>
4859
4860 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
4861
64794aa4
JB
48622011-03-05 Yao Qi <yao@codesourcery.com>
4863
4864 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
4865 (subdir_do): New make target. Copied from gdb/Makefile.
4866 (maintainer-clean, realclean, distclean, clean): Call corresponding
4867 make targets in common/Makefile.
4868
7a762829
YQ
48692011-03-04 Yao Qi <yao@codesourcery.com>
4870
4871 * Makefile.in: Remove GNU make feature --directory.
4872
348af9f7
MS
48732011-03-04 Michael Snyder <msnyder@vmware.com>
4874
4875 * server.c (queue_stop_reply): Call xmalloc not malloc.
4876
48772011-03-02 Michael Snyder <msnyder@vmware.com>
4878
4879 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
4880
9f72fee2
MS
48812011-02-28 Michael Snyder <msnyder@vmware.com>
4882
588eebee
MS
4883 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
4884 (cmd_qtframe): Ditto.
4885 (cmd_qtbuffer): Ditto.
4886 (cmd_bigqtbuffer): Ditto.
4887
9f72fee2
MS
4888 * utils.c (decimal2str): Initialize 'width' to nine, then
4889 don't mess with it.
4890
8040bd49
UW
48912011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4892
4893 * hostio.c (require_data): Free *data, not data.
4894
7e52cbd0
JK
48952011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4896
4897 * hostio.c (require_data): Use free, not xfree.
4898
9130f83e
MS
48992011-02-27 Michael Snyder <msnyder@vmware.com>
4900
4b812f4e
MS
4901 * server.c (handle_query): Discard unused value.
4902
9130f83e
MS
4903 * hostio.c (require_data): Free malloc memory before returning
4904 error.
4905
69d37113
MS
49062011-02-26 Michael Snyder <msnyder@vmware.com>
4907
4908 * linux-low.c (list_threads): Call closedir for dirent.
4909
35f5825a
MS
49102011-02-27 Michael Snyder <msnyder@vmware.com>
4911
2a589cef
MS
4912 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
4913 a case statement falls through.
4914
0adea5f7
MS
4915 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
4916
35f5825a
MS
4917 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
4918 in comparison.
4919
238f1c74
MS
49202011-02-26 Michael Snyder <msnyder@vmware.com>
4921
4922 * utils.c (decimal2str): Eliminate dead code and dead param.
4923 (pulongest): Drop dead param from call to decimal2str.
4924 (plongest): Ditto.
4925
633ff500
JB
49262011-02-24 Joel Brobecker <brobecker@adacore.com>
4927
4928 Revert the following patch (not approved yet):
4929 2011-02-21 Hui Zhu <teawater@gmail.com>
4930 * tracepoint.c (tp_printf): New function.
4931 (eval_agent_expr): Handle gdb_agent_op_printf.
4932
f9c6ff72
HZ
49332011-02-21 Hui Zhu <teawater@gmail.com>
4934
4935 * tracepoint.c (tp_printf): New function.
4936 (eval_agent_expr): Handle gdb_agent_op_printf.
4937
94d5e490
TT
49382011-02-18 Tom Tromey <tromey@redhat.com>
4939
4940 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
4941 (tracepoint.o): Likewise.
4942 * tracepoint.c (enum gdb_agent_op): Use ax.def.
4943 (gdb_agent_op_names): Likewise.
4944
c7f96d2b
TT
49452011-02-18 Tom Tromey <tromey@redhat.com>
4946
4947 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
4948 gdb_agent_op_rot>: New constants.
4949 (gdb_agent_op_names): Add pick and roll.
4950 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
4951 cases.
4952
0feedb2c
JK
49532011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 * aclocal.m4: Regenerated with aclocal-1.11.1.
4956
b3b9301e
PA
49572011-02-14 Pedro Alves <pedro@codesourcery.com>
4958
4959 * server.c (handle_qxfer_traceframe_info): New.
4960 (qxfer_packets): Register "traceframe-info".
4961 (handle_query): Report support for qXfer:traceframe-info:read+.
4962 * tracepoint.c (match_blocktype): New.
4963 (traceframe_find_block_type): Rename to ...
4964 (traceframe_walk_blocks): ... this. Add callback filter argument,
4965 and use it.
4966 (traceframe_find_block_type): New, reimplemented on top of
4967 traceframe_walk_blocks.
4968 (build_traceframe_info_xml): New.
4969 (traceframe_read_info): New.
4970 * server.h (traceframe_read_info): Declare.
4971
4f3e6fb7
YQ
49722011-02-11 Yao Qi <yao@codesourcery.com>
4973
4974 * configure.ac: Call AC_PROG_RANLIB.
4975 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
4976 * configure: Regenerate.
4977
764880b7
PA
49782011-02-07 Pedro Alves <pedro@codesourcery.com>
4979
4980 * server.c (gdb_read_memory): Change return semantics to allow
4981 partial transfers.
4982 (handle_search_memory_1): Adjust.
4983 (process_serial_event) <'m' packet>: Handle partial transfers.
4984 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
4985
1c79eb8a
PA
49862011-01-28 Pedro Alves <pedro@codesourcery.com>
4987
4988 * regcache.c (init_register_cache): Initialize
4989 regcache->register_status.
4990 (free_register_cache): Release regcache->register_status.
4991 (regcache_cpy): Copy register_status.
4992 (registers_to_string): Print 'x's for unavailable registers.
4993 (supply_register): Mark the register's status valid or
4994 unavailable, depending on whether a buffer was passed in or not.
4995 (supply_register_zeroed): New.
4996 (supply_regblock): Mark the registers' status valid or
4997 unavailable, depending on whether a buffer was passed in or not.
4998 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
4999 (struct regcache): New `register_status' field.
5000 (supply_register_zeroed): Declare.
5001 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
5002 supply_register_zeroed, rather than passing a NULL buffer to
5003 supply_register.
5004 * tracepoint.c (fetch_traceframe_registers): Update comment.
5005
85724a0e
PA
50062011-01-28 Pedro Alves <pedro@codesourcery.com>
5007
5008 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
5009 buffer explicit.
5010
d08aafef
PA
50112011-01-25 Pedro Alves <pedro@codesourcery.com>
5012
5013 * server.h (decode_xfer_write): Change prototype.
5014 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
5015 and don't extract the annex here.
5016 * server.c (decode_xfer_read): Remove `annex' parameter,
5017 and don't extract the annex here.
5018 (decode_xfer): New.
5019 (struct qxfer): New.
5020 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
5021 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
5022 (handle_qxfer_statictrace): New functions, abstracted out from
5023 handle_query, and made to use the struct qxfer interface.
5024 (handle_threads_qxfer_proper): Rename to ...
5025 (handle_qxfer_threads_proper): ... this.
5026 (handle_threads_qxfer): Rename to ...
5027 (handle_qxfer_threads): ... this. Adjust.
5028 (qxfer_packets): New array.
5029 (handle_qxfer): New function.
5030 (handle_query): Use handle_qxfer.
5031
493e2a69
MS
50322011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5033
5034 * gdbreplay.c: Shorten lines of >= 80 columns.
5035 * linux-low.c: Ditto.
5036 * linux-ppc-low.c: Ditto.
5037 * linux-s390-low.c: Ditto.
5038 * linux-sparc-low.c: Ditto.
5039 * linux-x86-low.c: Ditto.
5040 * linux-xtensa-low.c: Ditto.
5041 * mem-break.c: Ditto.
5042 * nto-low.c: Ditto.
5043 * regcache.h: Ditto.
5044 * remote-utils.c: Ditto.
5045 * server.c: Ditto.
5046 * server.h: Ditto.
5047 * thread-db.c: Ditto.
5048 * tracepoint.c: Ditto.
5049 * utils.c: Ditto.
5050 * win32-low.h: Ditto.
5051
44944448
JB
50522011-01-05 Joel Brobecker <brobecker@adacore.com>
5053
5054 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
5055 update.
5056
71ce852c
JB
50572011-01-01 Joel Brobecker <brobecker@adacore.com>
5058
5059 * server.c (gdbserver_version): Update copyright year in version
5060 output.
5061 * gdbreplay.c (gdbreplay_version): Ditto.
5062
eb826dc6
MF
50632010-12-29 Jie Zhang <jie.zhang@analog.com>
5064
5065 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
5066 * linux-bfin-low.c: New file.
5067 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
5068 PT_DATA_ADDR for BFIN targets.
5069 * Makefile.in (SFILES): Add linux-bfin-low.c.
5070 (clean): Remove reg-bfin.c.
5071 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
5072 * README: Mention supported Blackfin targets.
5073
39ab222a
MF
50742010-12-23 Mike Frysinger <vapier@gentoo.org>
5075
5076 * .gitignore: New file.
5077
a1f2ce7d
MF
50782010-11-16 Mike Frysinger <vapier@gentoo.org>
5079
5080 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
5081
f474844c
JZ
50822010-10-22 Jie Zhang <jie@codesourcery.com>
5083
5084 * Makefile.in: Add FLAGS_TO_PASS variable.
5085 (install): Remove dependency of install-only and recursively
5086 invoke make for install-only.
5087
f1048712
DE
50882010-10-04 Doug Evans <dje@google.com>
5089
5090 * Makefile.in (uninstall): Use $(DESTDIR).
5091
b53a1623
PA
50922010-09-24 Pedro Alves <pedro@codesourcery.com>
5093
e6ee044d
PA
5094 PR gdb/11842
5095
b53a1623
PA
5096 * linux-x86-low.c (compat_siginfo_from_siginfo)
5097 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
5098 si_code is < 0. Check for si_code == SI_TIMER before checking for
5099 si_code < 0.
5100
fa1bd1e4
JB
51012010-09-13 Joel Brobecker <brobecker@adacore.com>
5102
5103 * lynx-i386-low.c: New file.
5104 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
5105
47fac8f8
JB
51062010-09-13 Joel Brobecker <brobecker@adacore.com>
5107
5108 * lynx-low.c (ptrace_request_to_str): Remove handling for
5109 request values that have been removed in LynxOS 5.x.
5110
1adfc54d
JB
51112010-09-13 Joel Brobecker <brobecker@adacore.com>
5112
5113 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
5114 <ptrace.h>
5115
c2a66c29
NS
51162010-09-09 Nathan Sidwell <nathan@codesourcery.com>
5117
5118 * configure.ac: Add --enable-inprocess-agent option.
5119 * configure: Rebuilt.
5120
32fcada3
YQ
51212010-09-06 Yao Qi <yao@codesourcery.com>
5122
5123 * linux-low.c (linux_kill): Remove unused variable.
5124 (linux_stabilize_threads): Likewise.
5125 * server.c (start_inferior): Likewise.
5126 (queue_stop_reply_callback): Likewise.
5127 * tracepoint.c (do_action_at_tracepoint): Likewise.
5128
0cccb683
YQ
51292010-09-06 Yao Qi <yao@codesourcery.com>
5130
5131 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
5132 on return.
5133
423ec54c
JK
51342010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5135
5136 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
5137
12ac6819
PA
51382010-09-06 Pedro Alves <pedro@codesourcery.com>
5139
5140 * Makefile.in (install-only): Replace $IPA_DEPFILES with
5141 "$(IPA_DEPFILES)".
5142
8ed54b31
JB
51432010-09-01 Joel Brobecker <brobecker@adacore.com>
5144
5145 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
5146 gdbserver/lynx-ppc-low.c: New files.
5147 * Makefile.in (lynx_low_h): New variable.
5148 (lynx-low.o, lynx-ppc-low.o): New rules.
5149 * configure.ac: On LynxOS, link with -lnetinet.
5150 * configure.srv: Add handling of powerpc-*-lynxos* targets.
5151 * configure: regenerate.
5152
bb0116a4
JB
51532010-09-01 Joel Brobecker <brobecker@adacore.com>
5154
5155 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
5156 * configure.ac: Add check for vasprintf and vsnprintf.
5157 * configure, config.in: Regenerate.
5158 * server.h (vasprintf, vsnprintf): Add conditional declarations.
5159
a778ab81 51602010-09-01 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdbreplay.c: Move include of alloca.h up, next to include of
5163 malloc.h.
5164 * server.h: Add include of malloc.h.
5165 * mem-break.c: Remove include of malloc.h.
5166 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
5167
8b034a19 51682010-09-01 Joel Brobecker <brobecker@adacore.com>
5169
5170 * Makefile.in (memmem.o): Build with -Wno-error.
5171
51722010-09-01 Joel Brobecker <brobecker@adacore.com>
5173
5174 * utils.c (xsnprintf): Make non-static.
5175 * server.h: Add xsnprintf declaration.
5176 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
5177 replace calls to snprintf by calls to xsnprintf throughout.
5178
51792010-09-01 Joel Brobecker <brobecker@adacore.com>
5180
5181 * configure.ac: Add configure check for alloca.
5182 * configure, config.in: Regenerate.
5183 * server.h: Include alloca.h if it exists.
5184 * gdbreplay.c: Include alloca.h if it exists.
5185
1a981360
PA
51862010-08-28 Pedro Alves <pedro@codesourcery.com>
5187
5188 * linux-low.c (__SIGRTMIN): Define if not already defined.
5189 (linux_create_inferior): Check for __ANDROID__ rather than
5190 __SIGRTMIN.
5191 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
5192 are already deferred.
5193 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
5194 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
5195 stopped and already has a pending signal to report.
5196 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
5197 a pending signal to report or is moving out of a jump pad.
5198 (linux_init_signals): Check for __ANDROID__ rather than
5199 __SIGRTMIN.
5200
b4d51a55
PA
52012010-08-28 Pedro Alves <pedro@codesourcery.com>
5202
5203 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
5204 debug_threads check. Avoid a linear search when not doing debug
5205 output.
5206
ec48365d
PA
52072010-08-27 Pedro Alves <pedro@codesourcery.com>
5208
5209 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
5210 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
5211 (struct file_handler) <fd>: Change type to gdb_fildes_t.
5212 (process_event): Change local fd's type to gdb_fildes_t.
5213 (create_file_handler): Adjust prototype.
5214 (delete_file_handler): Adjust prototype.
5215 (handle_file_event): Adjust prototype. Use pfildes.
5216 (create_file_event): Adjsut prototype.
5217 * remote-utils.c (remote_desc, listen_desc): Change type to
5218 gdb_fildes_t.
5219 * server.h: New gdb_fildes_t typedef.
5220 [USE_WIN32API]: Include winsock2.h.
5221 (delete_file_handler, add_file_handler): Adjust prototypes.
5222 (pfildes): Declare.
5223 * utils.c (pfildes): New.
5224
854d88f0
PA
52252010-08-27 Pedro Alves <pedro@codesourcery.com>
5226
5227 * configure.ac (build_warnings): Add -Wno-char-subscripts.
5228 * configure: Regenerate.
5229
0146f85b
PA
52302010-08-27 Pedro Alves <pedro@codesourcery.com>
5231
5232 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
5233 (linux_done_accessing_memory): ... this.
5234 (linux_target_ops): Adjust.
5235 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
5236 * nto-low.c (nto_target_ops): Adjust comment.
5237 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
5238 * spu-low.c (spu_target_ops): Adjust comment.
5239 * target.h (target_ops): Rename unprepare_to_access_memory field
5240 to done_accessing_memory.
5241 (unprepare_to_access_memory): Rename to ...
5242 (done_accessing_memory): ... this.
5243
90d74c30
PA
52442010-08-26 Pedro Alves <pedro@codesourcery.com>
5245
5246 * linux-low.c (linux_prepare_to_access_memory): New.
5247 (linux_unprepare_to_access_memory): New.
5248 (linux_target_ops): Install them.
5249 * server.c (read_memory): Rename to ...
5250 (gdb_read_memory): ... this. Use
5251 prepare_to_access_memory/prepare_to_access_memory.
5252 (write_memory): Rename to ...
5253 (gdb_write_memory): ... this. Use
5254 prepare_to_access_memory/prepare_to_access_memory.
5255 (handle_search_memory_1): Adjust.
5256 (process_serial_event): Adjust.
5257 * target.h (struct target_ops): New fields
5258 prepare_to_access_memory and unprepare_to_access_memory.
5259 (prepare_to_access_memory, unprepare_to_access_memory): New.
5260 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
5261 prepare_to_access_memory/prepare_to_access_memory.
5262 * nto-low.c (nto_target_ops): Adjust.
5263 * spu-low.c (spu_target_ops): Adjust.
5264 * win32-low.c (win32_target_ops): Adjust.
5265
fd467969
PA
52662010-08-26 Pedro Alves <pedro@codesourcery.com>
5267
5268 * Makefile.in (WARN_CFLAGS): Get it from configure.
5269 (WERROR_CFLAGS): New.
5270 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
5271 * configure.ac: Introduce --enable-werror, which adds -Werror to
5272 the compiler command line. Enabled by default. Disable with
5273 --disable-werror. Add -Wdeclaration-after-statement
5274 Wpointer-arith and -Wformat-nonliteral to warning flags.
5275 * configure: Regenerate.
5276
331e2f5f
PA
52772010-08-26 Pedro Alves <pedro@codesourcery.com>
5278
5279 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
5280
e581f2b4
PA
52812010-08-26 Pedro Alves <pedro@codesourcery.com>
5282
5283 * gdbreplay.c (remote_error): New.
5284 (gdbchar): New.
5285 (expect): Use gdbchar. Check for error reading from GDB.
5286 Clarify sync error output.
5287 (play): Check for errors writing to GDB.
5288 * linux-low.c (sigchld_handler): Really ignore `write' errors.
5289 * remote-utils.c (getpkt): Check for errors writing to the remote
5290 descriptor.
5291
3c11dd79
PA
52922010-08-25 Pedro Alves <pedro@codesourcery.com>
5293
5294 * linux-low.c (linux_wait_1): Move non-debugging code out of
5295 `debug_threads' control.
5296
d20a8ad9
PA
52972010-08-25 Pedro Alves <pedro@codesourcery.com>
5298
5299 * linux-low.c (linux_wait_1): Don't set last_status here.
5300 * server.c (push_event, queue_stop_reply_callback): Assert we're
5301 not pushing a TARGET_WAITKIND_IGNORE event.
5302 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
5303 (myresume, handle_target_event): Set the thread's last_resume_kind
5304 and last_status from the target returned status.
5305
964e4306
PA
53062010-08-25 Pedro Alves <pedro@codesourcery.com>
5307
5308 PR threads/10729
5309
5310 * linux-x86-low.c (update_debug_registers_callback): New.
5311 (i386_dr_low_set_addr): Use it.
5312 (i386_dr_low_get_addr): New.
5313 (i386_dr_low_set_control): Use update_debug_registers_callback.
5314 (i386_dr_low_get_control): New.
5315 (i386_dr_low_get_status): Adjust.
5316 * linux-low.c (linux_stop_lwp): New.
5317 * linux-low.h (linux_stop_lwp): Declare.
5318
5319 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
5320 argument instead of a i386_debug_reg_state.
5321 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
5322 a i386_debug_reg_state.
5323 (i386_insert_aligned_watchpoint): Adjust.
5324 (i386_remove_aligned_watchpoint): Adjust.
5325 (i386_low_stopped_data_address): Read the debug registers from the
5326 inferior instead of from the mirrors.
5327 * i386-low.h (struct i386_debug_reg_state): Extend comment.
5328 (i386_dr_low_get_addr): Declare.
5329 (i386_dr_low_get_control): Declare.
5330 (i386_dr_low_get_status): Change prototype.
5331
5332 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
5333 (i386_dr_low_get_addr): New.
5334 (i386_dr_low_get_control): New.
5335 (i386_dr_low_get_status): Adjust prototype. Return
5336 dr_status_mirror.
5337 (i386_initial_stuff): Clear dr_status_mirror and
5338 dr_control_mirror.
5339 (i386_get_thread_context): Adjust.
5340 (i386_set_thread_context): Adjust.
5341 (i386_thread_added): Adjust.
5342
5f21a75b
PA
53432010-08-24 Pedro Alves <pedro@codesourcery.com>
5344
5345 * linux-low.h (linux_thread_area): Delete declaration.
5346
3e4c1235
TS
53472010-08-11 Thomas Schwinge <thomas@codesourcery.com>
5348
5349 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
5350 after its termination.
5351
1971b033
PA
53522010-08-09 Pedro Alves <pedro@codesourcery.com>
5353
5354 * linux-low.c (gdb_wants_lwp_stopped): Delete.
5355 (gdb_wants_all_stopped): Delete.
5356 (linux_wait_1): Don't call them.
5357 * server.c (handle_v_cont): Tag all threads as want-stopped.
5358 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
5359 stopped as "client-wants-stopped".
5360
310444ac
PA
53612010-07-31 Pedro Alves <pedro@codesourcery.com>
5362
5363 * Makefile.in (signals_h): New.
5364 (server_h): Depend on it.
5365 (server.o): Don't depend on $(signals_def).
5366 (signals.o): Depend on $(signals_def).
5367
a19cae16
JK
53682010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5369
5370 * Makefile.in (signals_def): New.
5371 (server_h): Append include/gdb/signals.h and signals_def.
5372 (server.o): Append signals_def.
5373
30d50328
JK
53742010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * server.c (handle_target_event): Use target_signal_to_host for
5377 resume_info.sig initialization.
5378 * target.h (struct thread_resume) <sig>: New comment.
5379
5c3216e2
OS
53802010-07-20 Ozkan Sezer <sezeroz@gmail.com>
5381
c6f46ca0
OS
5382 * server.c (handle_query): strcpy() the returned string from paddress()
5383 instead of sprintf().
5c3216e2
OS
5384 * utils.c (paddress): Return phex_nz().
5385
6bd31874
JB
53862010-07-07 Joel Brobecker <brobecker@adacore.com>
5387
5388 * server.c (handle_v_cont): Call mourn_inferior if process
5389 just exited.
5390 (myresume): Likewise.
5391
0fb4aa4b
PA
53922010-07-01 Pedro Alves <pedro@codesourcery.com>
5393
5394 Static tracepoints, and integration with UST.
5395
5396 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
5397 * mem-break.c (uninsert_all_breakpoints)
5398 (reinsert_all_breakpoints): New.
5399 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
5400 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
5401 (gdb_agent_ust_loaded, helper_thread_id)
5402 (gdb_agent_helper_thread_id): New macros.
5403 (struct ipa_sym_addresses): Add addr_ust_loaded,
5404 addr_helper_thread_id, addr_cmd_buf.
5405 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
5406 (in_process_agent_loaded_ust): New.
5407 (write_e_ust_not_loaded): New.
5408 (maybe_write_ipa_ust_not_loaded): New.
5409 (struct collect_static_trace_data_action): New.
5410 (enum tracepoint_type) <static_tracepoint>: New.
5411 (struct tracepoint) <handle>: Mention static tracepoints.
5412 (struct static_tracepoint_ctx): New.
5413 (CMD_BUF_SIZE): New.
5414 (add_tracepoint_action): Handle static tracepoint actions.
5415 (unprobe_marker_at): New.
5416 (clear_installed_tracepoints): Handle static tracepoints.
5417 (cmd_qtdp): Handle static tracepoints.
5418 (probe_marker_at): New.
5419 (cmd_qtstart): Handle static tracepoints.
5420 (response_tracepoint): Handle static tracepoints.
5421 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
5422 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
5423 (get_context_regcache): Handle static tracepoints.
5424 (do_action_at_tracepoint): Handle static tracepoint actions.
5425 (traceframe_find_block_type): Handle static trace data blocks.
5426 (traceframe_read_sdata): New.
5427 (download_tracepoints): Download static tracepoint actions.
5428 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
5429 (GDB_PROBE_NAME): New.
5430 (ust_ops): New.
5431 (GET_UST_SYM): New.
5432 (USTF): New.
5433 (dlsym_ust): New.
5434 (ust_marker_to_static_tracepoint): New.
5435 (gdb_probe): New.
5436 (collect_ust_data_at_tracepoint): New.
5437 (gdb_ust_probe): New.
5438 (UNIX_PATH_MAX, SOCK_DIR): New.
5439 (gdb_ust_connect_sync_socket): New.
5440 (resume_thread, stop_thread): New.
5441 (run_inferior_command): New.
5442 (init_named_socket): New.
5443 (gdb_ust_socket_init): New.
5444 (cstr_to_hexstr): New.
5445 (next_st): New.
5446 (first_marker, next_marker): New.
5447 (response_ust_marker): New.
5448 (cmd_qtfstm, cmd_qtsstm): New.
5449 (unprobe_marker_at, probe_marker_at): New.
5450 (cmd_qtstmat, gdb_ust_thread): New.
5451 (gdb_ust_init): New.
5452 (initialize_tracepoint_ftlib): Call gdb_ust_init.
5453 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
5454 (ST_REGENTRY): New.
5455 (x86_64_st_collect_regmap): New.
5456 (X86_64_NUM_ST_COLLECT_GREGS): New.
5457 (AMD64_RIP_REGNUM): New.
5458 (supply_static_tracepoint_registers): New.
5459 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
5460 (ST_REGENTRY): New.
5461 (i386_st_collect_regmap): New.
5462 (i386_NUM_ST_COLLECT_GREGS): New.
5463 (supply_static_tracepoint_registers): New.
5464 * server.c (handle_query): Handle qXfer:statictrace:read.
5465 <qSupported>: Report support for StaticTracepoints, and
5466 qXfer:statictrace:read features.
5467 * server.h (traceframe_read_sdata)
5468 (supply_static_tracepoint_registers): Declare.
5469 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
5470 (unpack_varlen_hex): Include in IPA build.
5471 * Makefile.in (ustlibs, ustinc): New.
5472 (IPA_OBJS): Add remote-utils-ipa.o.
5473 ($(IPA_LIB)): Link -ldl and -lpthread.
5474 (UST_CFLAGS): New.
5475 (IPAGENT_CFLAGS): Add UST_CFLAGS.
5476 * config.in, configure: Regenerate.
5477
9e4344e5
PA
54782010-06-20 Ian Lance Taylor <iant@google.com>
5479 Pedro Alves <pedro@codesourcery.com>
5480
5481 * linux-x86-low.c (always_true): Delete.
5482 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
5483 trying to fool the compiler with always_true.
5484
c6beb2cb
PA
54852010-06-20 Pedro Alves <pedro@codesourcery.com>
5486
5487 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
5488 conditions in gdbserver.
5489
d2ed6730
UW
54902010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
5491
5492 * spu-low.c (spu_read_memory): Wrap around local store limit.
5493 (spu_write_memory): Likewise.
5494
4e29fb54
PA
54952010-06-15 Pedro Alves <pedro@codesourcery.com>
5496
5497 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
5498 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
5499 LONGEST uses.
5500 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
5501 uses.
5502 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
5503 uses with LONGEST uses.
5504
6a271cae
PA
55052010-06-14 Stan Shebs <stan@codesourcery.com>
5506 Pedro Alves <pedro@codesourcery.com>
5507
5508 Bytecode compiler.
5509
5510 * linux-x86-low.c: Include limits.h.
5511 (add_insns): New.
5512 (always_true): New.
5513 (EMIT_ASM): New.
5514 (EMIT_ASM32): New.
5515 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
5516 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
5517 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
5518 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
5519 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
5520 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
5521 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
5522 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
5523 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
5524 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
5525 (amd64_emit_void_call_2): New.
5526 (amd64_emit_ops): New.
5527 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
5528 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
5529 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
5530 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
5531 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
5532 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
5533 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
5534 (i386_emit_call, i386_emit_reg, i386_emit_pop)
5535 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
5536 (i386_emit_stack_adjust, i386_emit_int_call_1)
5537 (i386_emit_void_call_2): New.
5538 (i386_emit_ops): New.
5539 (x86_emit_ops): New.
5540 (the_low_target): Install x86_emit_ops.
5541 * server.h (struct emit_ops): New.
5542 (get_raw_reg_func_addr): Declare.
5543 (current_insn_ptr, emit_error): Declare.
5544 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
5545 (set_trace_state_variable_value): New defines.
5546 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
5547 addr_get_trace_state_variable_value and
5548 addr_set_trace_state_variable_value.
5549 (symbol_list): New fields for get_raw_reg,
5550 get_trace_state_variable_value and set_trace_state_variable_value.
5551 (condfn): New typedef.
5552 (struct tracepoint): New field `compiled_cond'.
5553 (do_action_at_tracepoint): Clear compiled_cond.
5554 (get_trace_state_variable_value, set_trace_state_variable_value):
5555 Export in the IPA.
5556 (condition_true_at_tracepoint): If there's a compiled condition,
5557 run that.
5558 (current_insn_ptr, emit_error): New globals.
5559 (struct bytecode_address): New.
5560 (get_raw_reg_func_addr): New.
5561 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
5562 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
5563 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
5564 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
5565 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
5566 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
5567 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
5568 (compile_tracepoint_condition, compile_bytecodes): New.
5569 * target.h (emit_ops): Forward declare.
5570 (struct target_ops): New field emit_ops.
5571 (target_emit_ops): New.
5572 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
5573 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
5574 * linux-low.c (linux_emit_ops): New.
5575 (linux_target_ops): Install it.
5576 * linux-low.h (struct linux_target_ops): New field emit_ops.
5577
92b72907
UW
55782010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
5579
5580 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
5581 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
5582
fa593d66
PA
55832010-06-01 Pedro Alves <pedro@codesourcery.com>
5584 Stan Shebs <stan@codesourcery.com>
5585
5586 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
5587 (all): Depend on $(extra_libraries).
5588 (install-only): Install the IPA.
5589 (IPA_OBJS, IPA_LIB): New.
5590 (clean): Remove the IPA lib.
5591 (IPAGENT_CFLAGS): New.
5592 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
5593 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
5594 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
5595 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
5596 * configure.ac: Check for atomic builtins support in the compiler.
5597 (IPA_DEPFILES, extra_libraries): Define.
5598 * configure.srv (ipa_obj): Add description.
5599 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
5600 (i[34567]86-*-linux*): Set ipa_obj.
5601 (x86_64-*-linux*): Set ipa_obj.
5602 * linux-low.c (stabilizing_threads): New.
5603 (supports_fast_tracepoints): New.
5604 (linux_detach): Stabilize threads before detaching.
5605 (handle_tracepoints): Handle internal tracing breakpoints. Assert
5606 the lwp is either not stabilizing, or is moving out of a jump pad.
5607 (linux_fast_tracepoint_collecting): New.
5608 (maybe_move_out_of_jump_pad): New.
5609 (enqueue_one_deferred_signal): New.
5610 (dequeue_one_deferred_signal): New.
5611 (linux_wait_for_event_1): If moving out of a jump pad, defer
5612 pending signals to later.
5613 (linux_stabilize_threads): New.
5614 (linux_wait_1): Check if threads need moving out of jump pads, and
5615 do it if so.
5616 (stuck_in_jump_pad_callback): New.
5617 (move_out_of_jump_pad_callback): New.
5618 (lwp_running): New.
5619 (linux_resume_one_lwp): Handle moving out of jump pads.
5620 (linux_set_resume_request): Dequeue deferred signals.
5621 (need_step_over_p): Also step over fast tracepoint jumps.
5622 (start_step_over): Also uninsert fast tracepoint jumps.
5623 (finish_step_over): Also reinsert fast tracepoint jumps.
5624 (linux_install_fast_tracepoint_jump): New.
5625 (linux_target_ops): Install linux_stabilize_threads and
5626 linux_install_fast_tracepoint_jump_pad.
5627 * linux-low.h (linux_target_ops) <get_thread_area,
5628 install_fast_tracepoint_jump_pad>: New fields.
5629 (struct lwp_info) <collecting_fast_tracepoint,
5630 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
5631 (linux_get_thread_area): Declare.
5632 * linux-x86-low.c (jump_insn): New.
5633 (x86_get_thread_area): New.
5634 (append_insns): New.
5635 (push_opcode): New.
5636 (amd64_install_fast_tracepoint_jump_pad): New.
5637 (i386_install_fast_tracepoint_jump_pad): New.
5638 (x86_install_fast_tracepoint_jump_pad): New.
5639 (the_low_target): Install x86_get_thread_area and
5640 x86_install_fast_tracepoint_jump_pad.
5641 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
5642 (struct fast_tracepoint_jump): New.
5643 (fast_tracepoint_jump_insn): New.
5644 (fast_tracepoint_jump_shadow): New.
5645 (find_fast_tracepoint_jump_at): New.
5646 (fast_tracepoint_jump_here): New.
5647 (delete_fast_tracepoint_jump): New.
5648 (set_fast_tracepoint_jump): New.
5649 (uninsert_fast_tracepoint_jumps_at): New.
5650 (reinsert_fast_tracepoint_jumps_at): New.
5651 (set_breakpoint_at): Use write_inferior_memory.
5652 (uninsert_raw_breakpoint): Use write_inferior_memory.
5653 (check_mem_read): Mask out fast tracepoint jumps.
5654 (check_mem_write): Mask out fast tracepoint jumps.
5655 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
5656 (set_fast_tracepoint_jump): Declare.
5657 (delete_fast_tracepoint_jump)
5658 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
5659 (reinsert_fast_tracepoint_jumps_at): Declare.
5660 * regcache.c: Don't compile many functions when building the
5661 in-process agent library.
5662 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
5663 the register buffer in the heap.
5664 (free_register_cache): If the register buffer isn't owned by the
5665 regcache, don't free it.
5666 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
5667 pre-existing register caches.
5668 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
5669 type.
5670 (convert_ascii_to_int): : Constify `from' parameter type.
5671 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
5672 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
5673 the needed buffer in-place.
5674 (relocate_instruction): New.
5675 * server.c (handle_query) <qSymbols>: If the target supports
5676 tracepoints, give it a chance of looking up symbols. Report
5677 support for fast tracepoints.
5678 (handle_status): Stabilize threads.
5679 (process_serial_event): Adjust.
5680 * server.h (struct fast_tracepoint_jump): Forward declare.
5681 (struct process_info) <fast_tracepoint_jumps>: New field.
5682 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
5683 (decode_X_packet, decode_M_packet): Adjust.
5684 (relocate_instruction): Declare.
5685 (in_process_agent_loaded): Declare.
5686 (tracepoint_look_up_symbols): Declare.
5687 (struct fast_tpoint_collect_status): Declare.
5688 (fast_tracepoint_collecting): Declare.
5689 (force_unlock_trace_buffer): Declare.
5690 (handle_tracepoint_bkpts): Declare.
5691 (initialize_low_tracepoint)
5692 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
5693 * target.h (struct target_ops) <stabilize_threads,
5694 install_fast_tracepoint_jump_pad>: New fields.
5695 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
5696 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
5697 [HAVE_STDINT_H]: Include stdint.h.
5698 (trace_debug_1): Rename to ...
5699 (trace_vdebug): ... this.
5700 (trace_debug): Rename to ...
5701 (trace_debug_1): ... this. Add `level' parameter.
5702 (trace_debug): New.
5703 (ATTR_USED, ATTR_NOINLINE): New.
5704 (IP_AGENT_EXPORT): New.
5705 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
5706 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
5707 (about_to_request_buffer_space, trace_buffer_is_full)
5708 (stopping_tracepoint, expr_eval_result, error_tracepoint)
5709 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
5710 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
5711 (traceframe_write_count, traceframes_created)
5712 (trace_state_variables)
5713 New renaming defines.
5714 (struct ipa_sym_addresses): New.
5715 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
5716 (symbol_list): New.
5717 (ipa_sym_addrs): New.
5718 (all_tracepoint_symbols_looked_up): New.
5719 (in_process_agent_loaded): New.
5720 (write_e_ipa_not_loaded): New.
5721 (maybe_write_ipa_not_loaded): New.
5722 (tracepoint_look_up_symbols): New.
5723 (debug_threads) [IN_PROCESS_AGENT]: New.
5724 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
5725 (UNKNOWN_SIDE_EFFECTS): New.
5726 (stop_tracing): New.
5727 (flush_trace_buffer): New.
5728 (stop_tracing_bkpt): New.
5729 (flush_trace_buffer_bkpt): New.
5730 (read_inferior_integer): New.
5731 (read_inferior_uinteger): New.
5732 (read_inferior_data_pointer): New.
5733 (write_inferior_data_pointer): New.
5734 (write_inferior_integer): New.
5735 (write_inferior_uinteger): New.
5736 (struct collect_static_trace_data_action): Delete.
5737 (enum tracepoint_type): New.
5738 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
5739 <actions_str, step_actions, step_actions_str>: Only include in
5740 GDBserver.
fa593d66
PA
5741 <orig_size, obj_addr_on_target, adjusted_insn_addr>
5742 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
5743 (tracepoints): Use IP_AGENT_EXPORT.
5744 (last_tracepoint): Don't include in the IPA.
5745 (stopping_tracepoint): Use IP_AGENT_EXPORT.
5746 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
5747 (alloced_trace_state_variables): New.
5748 (trace_state_variables): Use IP_AGENT_EXPORT.
5749 (traceframe_t): Delete unused variable.
5750 (circular_trace_buffer): Don't include in the IPA.
5751 (trace_buffer_start): Delete.
5752 (struct trace_buffer_control): New.
5753 (trace_buffer_free): Delete.
5754 (struct ipa_trace_buffer_control): New.
5755 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
5756 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
5757 New.
5758 (trace_buffer_ctrl): New.
5759 (TRACE_BUFFER_CTRL_CURR): New.
5760 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
5761 Reimplement as macros.
5762 (trace_buffer_wrap): Delete.
5763 (traceframe_write_count, traceframe_read_count)
5764 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
5765 (struct tracepoint_hit_ctx) <type>: New field.
5766 (struct fast_tracepoint_ctx): New.
5767 (memory_barrier): New.
5768 (cmpxchg): New.
5769 (record_tracepoint_error): Update atomically in the IPA.
5770 (clear_inferior_trace_buffer): New.
5771 (about_to_request_buffer_space): New.
5772 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
5773 updating the same buffer.
5774 (add_tracepoint): Default the tracepoint's type to trap
5775 tracepoint, and orig_size to -1.
5776 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
5777 internal variables.
5778 (create_trace_state_variable): New parameter `gdb'. Handle it.
5779 (clear_installed_tracepoints): Clear fast tracepoint jumps.
5780 (cmd_qtdp): Handle fast tracepoints.
5781 (cmd_qtdv): Adjust.
5782 (max_jump_pad_size): New.
5783 (gdb_jump_pad_head): New.
5784 (get_jump_space_head): New.
5785 (claim_jump_space): New.
5786 (sort_tracepoints): New.
5787 (MAX_JUMP_SIZE): New.
5788 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
5789 IPA.
5790 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
5791 support. Upload fast traceframes, and delete internal IPA
5792 breakpoints.
5793 (stop_tracing_handler): New.
5794 (flush_trace_buffer_handler): New.
5795 (cmd_qtstop): Upload fast tracepoints.
5796 (response_tracepoint): Handle fast tracepoints.
5797 (tracepoint_finished_step): Upload fast traceframes. Set the
5798 tracepoint hit context's tracepoint type.
5799 (handle_tracepoint_bkpts): New.
5800 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
5801 type. Add comment about fast tracepoints.
5802 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
5803 non-existing action_str field.
5804 (get_context_regcache): Handle fast tracepoints.
5805 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
5806 to the regcache.
5807 (fast_tracepoint_from_jump_pad_address): New.
5808 (fast_tracepoint_from_ipa_tpoint_address): New.
5809 (collecting_t): New.
5810 (force_unlock_trace_buffer): New.
5811 (fast_tracepoint_collecting): New.
5812 (collecting): New.
5813 (gdb_collect): New.
5814 (write_inferior_data_ptr): New.
5815 (target_tp_heap): New.
5816 (target_malloc): New.
5817 (download_agent_expr): New.
5818 (UALIGN): New.
5819 (download_tracepoints): New.
5820 (download_trace_state_variables): New.
5821 (upload_fast_traceframes): New.
5822 (IPA_FIRST_TRACEFRAME): New.
5823 (IPA_NEXT_TRACEFRAME_1): New.
5824 (IPA_NEXT_TRACEFRAME): New.
5825 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
5826 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
5827 (gdb_jump_pad_buffer_end): New.
5828 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
5829 (initialize_tracepoint): Adjust.
5830 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
5831 buffer. Initialize the low module.
5832 * utils.c (PREFIX, TOOLNAME): New.
5833 (malloc_failure): Use PREFIX.
5834 (error): In the IPA, an error causes an exit.
5835 (fatal, warning): Use PREFIX.
5836 (internal_error): Use TOOLNAME.
5837 (NUMCELLS): Increase to 10.
5838 * configure, config.in: Regenerate.
5839
d149dd1d
PA
58402010-06-01 Pedro Alves <pedro@codesourcery.com>
5841
5842 * server.c (handle_query) <qSupported>: Do two passes over the
5843 qSupported string to avoid nesting strtok.
5844
f6528abd
JK
58452010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5846
5847 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
5848 (CDEPS): New.
5849 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
5850 -Wl,--dynamic-list.
5851 * configure: Regenerate.
5852 * proc-service.list: New.
5853
ca2a87a0
JK
58542010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5855
5856 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
5857 New comment.
5858
363a6e9f
OS
58592010-05-26 Ozkan Sezer <sezeroz@gmail.com>
5860
5861 * gdbreplay.c (remote_open): Check error return from socket() call by
5862 its equality to -1 not by it being negative.
5863 * remote-utils.c (remote_open): Likewise.
5864
d23b6cb1
PA
58652010-05-23 Pedro Alves <pedro@codesourcery.com>
5866
5867 * config.h: Regenerate.
5868
28d3cf85
MK
58692010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
5870
5871 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
5872 doesn't provide PTRACE_GET_THREAD_AREA.
5873
fea36a59
MK
58742010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
5875
5876 * linux-m68k-low.c: Include <asm/ptrace.h>
5877 (ps_get_thread_area): Implement.
5878
24b066ba
DE
58792010-05-03 Doug Evans <dje@google.com>
5880
5881 * event-loop.c (struct callback_event): New struct.
5882 (callback_list): New global.
5883 (append_callback_event, delete_callback_event): New functions.
5884 (process_callback): New function.
5885 (start_event_loop): Call it.
5886 * remote-utils.c (NOT_SCHEDULED): Define.
5887 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
5888 moved out of readchar.
5889 (readchar): Rewrite. Call reschedule before returning.
5890 (reset_readchar): New function.
5891 (remote_close): Call it.
5892 (process_remaining, reschedule): New functions.
5893 * server.h (callback_handler_func): New typedef.
5894 (append_callback_event, delete_callback_event): Declare.
5895
9836d6ea
PA
58962010-05-03 Pedro Alves <pedro@codesourcery.com>
5897
5898 * proc-service.c (ps_pglobal_lookup): Use
5899 thread_db_look_up_one_symbol.
5900 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
5901 parameter. Use it instead of all_symbols_looked_up.
5902 * server.h (struct process_info) <all_symbols_looked_up>: Delete
5903 field.
5904 (all_symbols_looked_up): Don't declare.
5905 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
5906 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
5907 field.
5908 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
5909 Set all_symbols_looked_up here.
5910 (thread_db_look_up_one_symbol): New.
5911 (thread_db_get_tls_address): Adjust.
5912 (thread_db_load_search, try_thread_db_load_1): Always allocate the
5913 thread_db object on the heap, and tentatively set it in the
5914 process structure.
5915 (thread_db_init): Don't set all_symbols_looked_up here.
5916 * linux-low.h (thread_db_look_up_one_symbol): Declare.
5917
7984d532
PA
59182010-05-03 Pedro Alves <pedro@codesourcery.com>
5919
5920 * linux-low.c (linux_kill, linux_detach): Adjust.
5921 (status_pending_p_callback): Remove redundant statement. Check
5922 for !TARGET_WAITIKIND_IGNORE, instead of
5923 TARGET_WAITKIND_STOPPED.
5924 (handle_tracepoints): Make sure LWP is locked. Adjust.
5925 (linux_wait_for_event_1): Adjust.
5926 (linux_cancel_breakpoints): New.
5927 (unsuspend_one_lwp): New.
5928 (unsuspend_all_lwps): New.
5929 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
5930 (send_sigstop_callback): Change return type to int, add new
5931 `except' parameter and handle it.
5932 (suspend_and_send_sigstop_callback): New.
5933 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
5934 pass them down. If SUSPEND, also increment the lwp's suspend
5935 count.
5936 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
5937 (need_step_over_p): Don't consider suspended LWPs.
5938 (start_step_over): Adjust.
5939 (proceed_one_lwp): Change return type to int, add new `except'
5940 parameter and handle it.
5941 (unsuspend_and_proceed_one_lwp): New.
5942 (proceed_all_lwps): Use find_inferior instead of
5943 for_each_inferior.
5944 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
5945 also decrement the suspend count of LWPs. Pass `except' down,
5946 instead of hacking its suspend count.
5947 (linux_pause_all): Add `freeze' parameter. Adjust.
5948 (linux_unpause_all): New.
5949 (linux_target_ops): Install linux_unpause_all.
5950 * server.c (handle_status): Adjust.
5951 * target.h (struct target_ops): New fields `unpause_all' and
5952 `cancel_breakpoints'. Add new parameter to `pause_all'.
5953 (pause_all): Add new `freeze' parameter.
5954 (unpause_all): New.
5955 (cancel_breakpoints): New.
5956 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
5957 cancel breakpoints.
5958 (cmd_qtstart): Pause threads.
5959 (stop_tracing): Pause threads, and cancel breakpoints.
5960 * win32-low.c (win32_target_ops): Adjust.
5961
e471f25b
PA
59622010-05-03 Pedro Alves <pedro@codesourcery.com>
5963
5964 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
5965 the inferior right away from here...
5966 (linux_wait_1): ... to here, and adjust to check the thread's
5967 last_resume_kind instead of the lwp's step or stop_expected flags.
5968
1915ef4f
PA
59692010-05-02 Pedro Alves <pedro@codesourcery.com>
5970
5971 * README: Use consistent `GDB' and `GDBserver' spellings.
5972
f9e39928
PA
59732010-05-02 Pedro Alves <pedro@codesourcery.com>
5974
5975 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
5976 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
5977 (linux_detach_one_lwp): Assume the lwp is stopped.
5978 (any_thread_of): Delete.
5979 (linux_detach): Stop all lwps here. Don't blindly delete all
5980 breakpoints.
5981 (delete_lwp_callback): New.
5982 (linux_mourn): Delete all lwps of the process that is gone.
5983 (linux_wait_1): Don't delete the last lwp of the process here.
5984 * mem-break.h (mark_breakpoints_out): Declare.
5985 * mem-break.c (mark_breakpoints_out): New.
5986 (free_all_breakpoints): Use it.
5987 * server.c (handle_target_event): If the process is gone, mark
5988 breakpoints out.
5989 * thread-db.c (struct thread_db) <create_bp>: New field.
5990 (thread_db_enable_reporting): Fix prototype. Store a thread event
5991 breakpoint reference in the thread_db struct.
5992 (thread_db_load_search): Clear the thread_db object.
5993 (try_thread_db_load_1): Ditto.
5994 (switch_to_process): New.
5995 (disable_thread_event_reporting): Use it.
5996 (remove_thread_event_breakpoints): New.
5997 (thread_db_detach, thread_db_mourn): Use it.
5998
1e7fc18c
PA
59992010-05-01 Pedro Alves <pedro@codesourcery.com>
6000
6001 * linux-low.c (linux_enable_event_reporting): New.
6002 (linux_wait_for_event_1, handle_extended_wait): Use it.
6003
02fc4de7
PA
60042010-04-30 Pedro Alves <pedro@codesourcery.com>
6005
6006 * linux-low.c (linux_kill_one_lwp, linux_kill)
6007 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
6008 (send_sigstop): Take an lwp_info as parameter instead. Queue a
6009 SIGSTOP even if the LWP is stopped.
6010 (send_sigstop_callback): New.
6011 (stop_all_lwps): Use send_sigstop_callback instead.
6012 (linux_resume_one_thread): Adjust.
6013 (proceed_one_lwp): Still proceed an LWP that the client has
6014 requested to stop, if we haven't reported it as stopped yet. Make
6015 sure that LWPs the client want stopped, have a pending SIGSTOP.
6016
bc3b5632
DE
60172010-04-26 Doug Evans <dje@google.com>
6018
ae1ada35
DE
6019 * server.c (handle_general_set): Make static.
6020
bc3b5632
DE
6021 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
6022 Print received char after testing for error/eof instead of before.
6023 (input_interrupt): Tweak comment.
6024
65730243
DE
60252010-04-23 Doug Evans <dje@google.com>
6026
6027 * server.c (start_inferior): Print inferior argv if --debug.
6028
a8ae7dc0
AR
60292010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
6030
6031 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
6032 * nto-x86-low.c: Include server.h
6033
1c07cc19
PM
60342010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
6035
6036 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
6037 be consistent with other sources of this directory.
6038 (init_registers_amd64): Correct name of source file of this function
6039 in the comment.
6040
e0a61e09
PM
60412010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6042
6043 * configure.srv (x86_64-*-mingw*): New configuration for Windows
6044 64-bit executables.
6045
54709339
PM
60462010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6047
6048 * win32-i386-low.c: Add 64-bit support.
6049 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
6050 (init_registers_amd64): Declare.
6051 (mappings): Add 64-bit version of array.
6052 (init_windows_x86): New function.
6053 (the_low_target): Change init_arch field to init_windows_x86.
6054
e8f0053d
PM
60552010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6056
6057 * win32-low.c: Adapt to support also 64-bit architecture.
6058 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
6059 (get_image_name): Use SIZE_T type for local variable `done'.
6060 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
6061 (toolhelp_get_dll_name): Idem.
6062 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
6063 Use uintptr_t typecast to avoid warning.
6064 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
6065 (handle_exception): Use phex_nz to avoid warning.
6066 (win32_wait): Remove unused local variable `process'.
6067
c481e77e
PM
60682010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
6069
6070 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
6071 `amd64-avx.o'.
6072
12ea4b69
PM
60732010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
6074
6075 * configure.ac: Use `ws2_32' library for srv_mingw.
6076 * configure: Regenerate.
6077 * gdbreplay.c: Include winsock2.h instead of winsock.h.
6078 * remote-utils.c: Likewise.
6079
f6d1620c
L
60802010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6081
6082 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
6083 if __x86_64__ is defined.
6084
8e642873
PM
60852010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6086
6087 * configure: Regenerate.
6088
711e434b
PM
60892010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
6090
6091 * server.c (handle_query): Handle 'qGetTIBAddr' query.
6092 * target.h (target_ops): New get_tib_address field.
6093 * win32-low.h (win32_thread_info): Add thread_local_base field.
6094 * win32-low.c (child_add_thread): Add tlb argument.
6095 Set thread_local_base field to TLB.
6096 (get_child_debug_event): Adapt to child_add_thread change.
6097 (win32_get_tib_address): New function.
6098 (win32_target_ops): Set get_tib_address field to
6099 win32_get_tib_address.
6100 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
6101
505106cd
PA
61022010-04-12 Pedro Alves <pedro@codesourcery.com>
6103
505106cd
PA
6104 * linux-low.c (linux_mourn): Also remove the process.
6105 * server.c (handle_target_event): Don't remove the process here.
6106 * nto-low.c (nto_mourn): New.
6107 (nto_target_ops): Install it.
6108 * spu-low.c (spu_mourn): New.
6109 (spu_target_ops): Install it.
6110 * win32-low.c (win32_mourn): New.
6111 (win32_target_ops): Install it.
6112
e8470a06
PA
61132010-04-12 Pedro Alves <pedro@codesourcery.com>
6114
6115 * server.h (buffer_xml_printf): Remove redundant `;'.
6116
45ba0d02
PA
61172010-04-12 Pedro Alves <pedro@codesourcery.com>
6118
6119 * regcache.c (set_register_cache): Invalidate regcaches before
6120 changing the register cache layout.
6121 (regcache_invalidate_one): Allow a NULL regcache.
6122 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
6123 regcaches before changing the register cache layout or the target
6124 regsets.
6125
59e04013
L
61262010-04-12 H.J. Lu <hongjiu.lu@intel.com>
6127
6128 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
6129 variable warning on Linux/x86-64.
6130
8336d594
PA
61312010-04-11 Pedro Alves <pedro@codesourcery.com>
6132
6133 GDBserver disconnected tracing support.
6134
6135 * linux-low.c (linux_remove_process): Delete.
6136 (add_lwp): Don't set last_resume_kind here.
6137 (linux_kill): Use `mourn'.
6138 (linux_detach): Use `thread_db_detach', and `mourn'.
6139 (linux_mourn): New.
6140 (linux_attach_lwp_1): Adjust comment.
6141 (linux_attach): last_resume_kind moved the thread_info; adjust.
6142 (status_pending_p_callback): Adjust.
6143 (linux_wait_for_event_1): Adjust.
6144 (count_events_callback, select_singlestep_lwp_callback)
6145 (select_event_lwp_callback, cancel_breakpoints_callback)
6146 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
6147 (proceed_one_lwp): Adjust.
6148 (linux_async): Add debug output.
6149 (linux_thread_stopped): New.
6150 (linux_pause_all): New.
6151 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
6152 linux_pause_all.
6153 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
6154 (thread_db_free): Delete declaration.
6155 (thread_db_detach, thread_db_mourn): Declare.
6156 * thread-db.c (thread_db_init): Use thread_db_mourn.
6157 (thread_db_free): Delete, split in two.
6158 (disable_thread_event_reporting): New.
6159 (thread_db_detach): New.
6160 (thread_db_mourn): New.
6161
6162 * server.h (struct thread_info) <last_resume_kind>: New field.
6163 <attached>: Add comment.
6164 <gdb_detached>: New field.
6165 (handler_func): Change return type to int.
6166 (handle_serial_event, handle_target_event): Ditto.
6167 (gdb_connected): Declare.
6168 (tracing): Delete.
6169 (disconnected_tracing): Declare.
6170 (stop_tracing): Declare.
6171
6172 * server.c (handle_query) <qSupported>: Report support for
6173 disconnected tracing.
6174 (queue_stop_reply_callback): Account for running threads.
6175 (gdb_wants_thread_stopped): New.
6176 (gdb_wants_all_threads_stopped): New.
6177 (gdb_reattached_process): New.
6178 (handle_status): Clear the `gdb_detached' flag of all processes.
6179 In all-stop, stop all threads.
6180 (main): Be sure to leave tfind mode. Handle disconnected tracing.
6181 (process_serial_event): If the remote connection breaks, or if an
6182 exit was forced with "monitor exit", force an event loop exit.
6183 Handle disconnected tracing on detach.
6184 (handle_serial_event): Adjust.
6185 (handle_target_event): If GDB isn't connected, forward events back
6186 to the inferior, unless the last process exited, in which case,
6187 exit gdbserver. Adjust interface.
6188
6189 * remote-utils.c (remote_open): Don't block in accept. Instead
6190 register an event loop source on the listen socket file
6191 descriptor. Refactor bits into ...
6192 (listen_desc): ... this new global.
6193 (gdb_connected): ... this new function.
6194 (enable_async_notification): ... this new function.
6195 (handle_accept_event): ... this new function.
6196 (remote_close): Clear remote_desc.
6197
6198 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
6199
6200 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
6201 New fields.
6202 (mourn_inferior): Define.
6203 (target_process_qsupported): Avoid the dangling else problem.
6204 (thread_stopped): Define.
6205 (pause_all): Define.
6206 (target_waitstatus_to_string): Declare.
6207 * target.c (target_waitstatus_to_string): New.
6208
6209 * tracepoint.c (tracing): Make extern.
6210 (disconnected_tracing): New.
6211 (stop_tracing): Make extern. Handle tracing stops due to GDB
6212 disconnecting.
6213 (cmd_qtdisconnected): New.
6214 (cmd_qtstatus): Report disconnected tracing status in trace reply.
6215 (handle_tracepoint_general_set): Handle QTDisconnected.
6216
6217 * event-loop.c (event_handler_func): Change return type to int.
6218 (process_event): Bail out if the event handler wants the event
6219 loop to stop.
6220 (handle_file_event): Ditto.
6221 (start_event_loop): Bail out if the event handler wants the event
6222 loop to stop.
6223
6224 * nto-low.c (nto_target_ops): Adjust.
6225 * spu-low.c (spu_wait): Don't remove the process here.
6226 (spu_target_ops): Adjust.
6227 * win32-low.c (win32_wait): Don't remove the process here.
6228 (win32_target_ops): Adjust.
6229
5d267c4c
PA
62302010-04-11 Pedro Alves <pedro@codesourcery.com>
6231
6232 * regcache.c (realloc_register_cache): Invalidate inferior's
6233 regcache before recreating it.
6234
623ccd72
PA
62352010-04-09 Pedro Alves <pedro@codesourcery.com>
6236
6237 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
6238
219f2f23
PA
62392010-04-09 Stan Shebs <stan@codesourcery.com>
6240 Pedro Alves <pedro@codesourcery.com>
6241
6242 * server.h (LONGEST): New.
6243 (struct thread_info) <while_stepping>: New field.
6244 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
6245 Declare.
6246 (initialize_tracepoint, handle_tracepoint_general_set)
6247 (handle_tracepoint_query, tracepoint_finished_step)
6248 (tracepoint_was_hit, release_while_stepping_state_list):
6249 (current_traceframe): Declare.
6250 * server.c (handle_general_set): Handle tracepoint packets.
6251 (read_memory): New.
6252 (write_memory): New.
6253 (handle_search_memory_1): Use read_memory.
6254 (handle_query): Report support for conditional tracepoints, trace
6255 state variables, and tracepoint sources. Handle tracepoint
6256 queries.
6257 (main): Initialize the tracepoints module.
6258 (process_serial_event): Handle traceframe reads/writes.
6259
6260 * linux-low.c (handle_tracepoints): New.
6261 (linux_wait_1): Call it.
6262 (linux_resume_one_lwp): Handle while-stepping.
6263 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
6264 (linux_target_ops): Install them.
6265 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
6266 New field.
6267 * linux-x86-low.c (x86_supports_tracepoints): New.
6268 (the_low_target). Install it.
6269
6270 * mem-break.h (delete_breakpoint): Declare.
6271 * mem-break.c (delete_breakpoint): Make external.
6272
6273 * target.h (struct target_ops): Add `supports_tracepoints',
6274 `read_pc', and `write_pc' fields.
6275 (target_supports_tracepoints): Define.
6276 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
6277 (phex_nz): New.
6278
6279 * regcache.h (struct regcache) <registers_owned>: New field.
6280 (init_register_cache, regcache_cpy): Declare.
6281 (regcache_read_pc, regcache_write_pc): Declare.
6282 (register_cache_size): Declare.
6283 (supply_regblock): Declare.
6284 * regcache.c (init_register_cache): New.
6285 (new_register_cache): Use it.
6286 (regcache_cpy): New.
6287 (register_cache_size): New.
6288 (supply_regblock): New.
6289 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 6290
219f2f23
PA
6291 * tracepoint.c: New.
6292
6293 * Makefile.in (OBS): Add tracepoint.o.
6294 (tracepoint.o): New rule.
6295
3a13a53b
L
62962010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6297
6298 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
6299 (i386-mmx.o): New.
6300 (i386-mmx.c): Likewise.
6301 (i386-mmx-linux.o): Likewise.
6302 (i386-mmx-linux.c): Likewise.
6303
6304 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
6305 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
6306 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
6307 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
6308
6309 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
6310 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
6311 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
6312
1570b33e
L
63132010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6314
6315 * Makefile.in (clean): Updated.
6316 (i386-avx.o): New.
6317 (i386-avx.c): Likewise.
6318 (i386-avx-linux.o): Likewise.
6319 (i386-avx-linux.c): Likewise.
6320 (amd64-avx.o): Likewise.
6321 (amd64-avx.c): Likewise.
6322 (amd64-avx-linux.o): Likewise.
6323 (amd64-avx-linux.c): Likewise.
6324
6325 * configure.srv (srv_i386_regobj): Add i386-avx.o.
6326 (srv_i386_linux_regobj): Add i386-avx-linux.o.
6327 (srv_amd64_regobj): Add amd64-avx.o.
6328 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
6329 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
6330 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
6331 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
6332 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
6333 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
6334 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
6335
6336 * i387-fp.c: Include "i386-xstate.h".
6337 (i387_xsave): New.
6338 (i387_cache_to_xsave): Likewise.
6339 (i387_xsave_to_cache): Likewise.
6340 (x86_xcr0): Likewise.
6341
6342 * i387-fp.h (i387_cache_to_xsave): Likewise.
6343 (i387_xsave_to_cache): Likewise.
6344 (x86_xcr0): Likewise.
6345
6346 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
6347 * linux-crisv32-low.c (target_regsets): Likewise.
6348 * linux-m68k-low.c (target_regsets): Likewise.
6349 * linux-mips-low.c (target_regsets): Likewise.
6350 * linux-ppc-low.c (target_regsets): Likewise.
6351 * linux-s390-low.c (target_regsets): Likewise.
6352 * linux-sh-low.c (target_regsets): Likewise.
6353 * linux-sparc-low.c (target_regsets): Likewise.
6354 * linux-xtensa-low.c (target_regsets): Likewise.
6355
6356 * linux-low.c: Include <sys/uio.h>.
6357 (regsets_fetch_inferior_registers): Support nt_type.
6358 (regsets_store_inferior_registers): Likewise.
6359 (linux_process_qsupported): New.
6360 (linux_target_ops): Add linux_process_qsupported.
6361
6362 * linux-low.h (regset_info): Add nt_type.
6363 (linux_target_ops): Add process_qsupported.
6364
6365 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
6366 and <sys/uio.h>.
6367 (init_registers_i386_avx_linux): New.
6368 (init_registers_amd64_avx_linux): Likewise.
6369 (xmltarget_i386_linux_no_xml): Likewise.
6370 (xmltarget_amd64_linux_no_xml): Likewise.
6371 (PTRACE_GETREGSET): Likewise.
6372 (PTRACE_SETREGSET): Likewise.
6373 (x86_fill_xstateregset): Likewise.
6374 (x86_store_xstateregset): Likewise.
6375 (use_xml): Likewise.
6376 (x86_linux_update_xmltarget): Likewise.
6377 (x86_linux_process_qsupported): Likewise.
6378 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
6379 (x86_arch_setup): Don't call init_registers_amd64_linux nor
6380 init_registers_i386_linux here. Call
6381 x86_linux_update_xmltarget.
6382 (the_low_target): Add x86_linux_process_qsupported.
6383
6384 * server.c (handle_query): Call target_process_qsupported.
6385
6386 * target.h (target_ops): Add process_qsupported.
6387 (target_process_qsupported): New.
6388
fc7238bb
PA
63892010-04-03 Pedro Alves <pedro@codesourcery.com>
6390
6391 * inferiors.c (add_thread): Set last_status kind to
6392 TARGET_WAITKIND_IGNORE.
6393 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
6394 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
6395 (linux_wait_1): Move `thread' local definition to block that uses
6396 it. Don't NULL initialize `event_child'.
6397 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
6398 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
6399 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
6400
bdabb078
PA
64012010-04-01 Pedro Alves <pedro@codesourcery.com>
6402
6403 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
6404 an extended waitstatus, or by a watchpoint.
6405 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
6406 thread was stepping or has been stopped by a watchpoint.
6407
d3bbe7a0
PA
64082010-04-01 Pedro Alves <pedro@codesourcery.com>
6409
6410 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
6411 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
6412 of another, then delete the previous, and validate all
6413 breakpoints.
6414 (validate_inserted_breakpoint): New.
6415 (delete_disabled_breakpoints): New.
6416 (validate_breakpoints): New.
6417 (check_mem_read): Validate breakpoints before trusting their
6418 shadow. Delete disabled breakpoints.
6419 (check_mem_write): Validate breakpoints before trusting they
6420 should be inserted. Delete disabled breakpoints.
6421 * mem-break.h (validate_breakpoints):
6422 * server.c (handle_query): Validate breakpoints when we see a
6423 qSymbol query.
6424
8b07ae33
PA
64252010-04-01 Pedro Alves <pedro@codesourcery.com>
6426
6427 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
6428 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
6429 if we could tell there's a GDB breakpoint at stop_pc.
6430 (need_step_over_p): Don't do a step over if we find a GDB
6431 breakpoint at the resume PC.
6432
6433 * mem-break.c (struct raw_breakpoint): New.
6434 (enum bkpt_type): New type `gdb_breakpoint'.
6435 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
6436 fields. New field `raw'.
6437 (find_raw_breakpoint_at): New.
6438 (set_raw_breakpoint_at): Handle refcounting. Create a raw
6439 breakpoint instead.
6440 (set_breakpoint_at): Adjust.
6441 (delete_raw_breakpoint): New.
6442 (release_breakpoint): New.
6443 (delete_breakpoint): Rename to...
6444 (delete_breakpoint_1): ... this. Add proc parameter. Use
6445 release_breakpoint. Return ENOENT.
6446 (delete_breakpoint): Reimplement.
6447 (find_breakpoint_at): Delete.
6448 (find_gdb_breakpoint_at): New.
6449 (delete_breakpoint_at): Delete.
6450 (set_gdb_breakpoint_at): New.
6451 (delete_gdb_breakpoint_at): New.
6452 (gdb_breakpoint_here): New.
6453 (set_reinsert_breakpoint): Use release_breakpoint.
6454 (uninsert_breakpoint): Rename to ...
6455 (uninsert_raw_breakpoint): ... this.
6456 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
6457 (reinsert_raw_breakpoint): Change parameter type to
6458 raw_breakpoint.
6459 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
6460 instead.
6461 (check_breakpoints): Adjust. Use release_breakpoint.
6462 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
6463 (breakpoint_inserted_here): Ditto.
6464 (check_mem_read): Adjust to iterate over raw breakpoints instead.
6465 Don't trust the breakpoint's shadow if it is not inserted.
6466 (check_mem_write): Adjust to iterate over raw breakpoints instead.
6467 (delete_all_breakpoints): Adjust.
6468 (free_all_breakpoints): Mark all breakpoints as uninserted, and
6469 use delete_breakpoint_1.
6470
6471 * mem-break.h (breakpoints_supported): Delete declaration.
6472 (set_gdb_breakpoint_at): Declare.
6473 (gdb_breakpoint_here): Declare.
6474 (delete_breakpoint_at): Delete.
6475 (delete_gdb_breakpoint_at): Declare.
6476
6477 * server.h (struct raw_breakpoint): Forward declare.
6478 (struct process_info): New field `raw_breakpoints'.
6479
6480 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
6481 breakpoints.
6482
6bf5e0ba
PA
64832010-03-24 Pedro Alves <pedro@codesourcery.com>
6484
6485 * linux-low.c (status_pending_p_callback): Fix comment.
6486 (linux_wait_for_event_1): Move most of the internal breakpoint
6487 handling from here...
6488 (linux_wait_1): ... to here.
6489 (count_events_callback): New.
6490 (select_singlestep_lwp_callback): New.
6491 (select_event_lwp_callback): New.
6492 (cancel_breakpoints_callback): New.
6493 (select_event_lwp): New.
6494 (linux_wait_1): Simplify internal breakpoint handling. Give equal
6495 priority to all LWPs that have had events that should be reported
6496 to the client. Cancel breakpoints when about to reporting the
6497 event to the client, not while stopping lwps. No longer cancel
6498 finished single-steps here.
6499 (cancel_finished_single_step): Delete.
6500 (cancel_finished_single_steps): Delete.
6501
414a389f
PA
65022010-03-24 Pedro Alves <pedro@codesourcery.com>
6503
6504 * mem-break.c (enum bkpt_type): New.
6505 (struct breakpoint): New field `type'.
6506 (set_breakpoint_at): Change return type to struct breakpoint
6507 pointer. Set type to `other_breakpoint' by default.
6508 (delete_breakpoint): Rewrite, supporting more than one breakpoint
6509 in the breakpoint list.
6510 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
6511 (reinsert_breakpoint): Rename to ...
6512 (reinsert_raw_breakpoint): ... this.
6513 (reinsert_breakpoints_at): Adjust.
6514 * mem-break.h (struct breakpoint): Declare.
6515 (set_breakpoint_at): Change return type to struct breakpoint
6516 pointer.
6517
2280c721
PA
65182010-03-24 Pedro Alves <pedro@codesourcery.com>
6519
6520 * server.c (handle_query): Assign, not compare.
6521
d50171e4
PA
65222010-03-24 Pedro Alves <pedro@codesourcery.com>
6523
6524 Teach linux gdbserver to step-over-breakpoints.
6525
6526 * linux-low.c (can_hardware_single_step): New.
6527 (supports_breakpoints): New.
6528 (handle_extended_wait): If stopping threads, read the stop pc of
6529 the new cloned LWP.
6530 (get_pc): New.
6531 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
6532 low target doesn't support retrieving the PC.
6533 (add_lwp): Set last_resume_kind to resume_continue.
6534 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
6535 (linux_attach): Don't clear stop_expected. Set the lwp's
6536 last_resume_kind to resume_stop.
6537 (linux_detach_one_lwp): Don't check for removed breakpoints.
6538 (check_removed_breakpoint): Delete.
6539 (status_pending_p): Rename to ...
6540 (status_pending_p_callback): ... this. Don't check for removed
6541 breakpoints. Don't consider threads that are stopped from GDB's
6542 perspective.
6543 (linux_wait_for_lwp): Always read the stop_pc here.
6544 (cancel_breakpoint): New.
6545 (step_over_bkpt): New global.
6546 (linux_wait_for_event_1): Implement stepping over breakpoints.
6547 (gdb_wants_lwp_stopped): New.
6548 (gdb_wants_all_stopped): New.
6549 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
6550 single-step traps here. Store the thread's last reported target
6551 wait status.
6552 (send_sigstop): Don't clear stop_expected. Always set it,
6553 instead.
6554 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
6555 (cancel_finished_single_step): New.
6556 (cancel_finished_single_steps): New.
6557 (wait_for_sigstop): Don't cancel finished single-step traps here.
6558 (linux_resume_one_lwp): Don't check for removed breakpoints.
6559 Don't set `step' on non-hardware step archs.
6560 (linux_set_resume_request): Ignore resume_stop requests if already
6561 stopping or stopped. Set the lwp's last_resume_kind.
6562 (resume_status_pending_p): Don't check for removed breakpoints.
6563 (need_step_over_p): New.
6564 (start_step_over): New.
6565 (finish_step_over): New.
6566 (linux_resume_one_thread): Always queue a sigstop for resume_stop
6567 requests. Clear the thread's last reported target waitstatus.
6568 Don't use the `suspended' flag. Don't consider pending breakpoints.
6569 (linux_resume): Start a step-over if necessary.
6570 (proceed_one_lwp): New.
6571 (proceed_all_lwps): New.
6572 (unstop_all_lwps): New.
6573 * linux-low.h (struct lwp_info): Rewrite comment for the
6574 `suspended' flag. Add the `stop_pc' field. Delete the
6575 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
6576 Add `'last_resume_kind' and `need_step_over' fields.
6577 * inferiors.c (struct thread_info): Delete, moved elsewhere.
6578 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
6579 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
6580 (set_raw_breakpoint_at): New.
6581 (set_breakpoint_at): Rewrite to use it.
6582 (reinsert_breakpoint_handler): Delete.
6583 (set_reinsert_breakpoint): New.
6584 (reinsert_breakpoint_by_bp): Delete.
6585 (delete_reinsert_breakpoints): New.
6586 (uninsert_breakpoint): Rewrite.
6587 (uninsert_breakpoints_at): New.
6588 (reinsert_breakpoint): Rewrite.
6589 (reinsert_breakpoints_at): New.
6590 (check_breakpoints): Rewrite.
6591 (breakpoint_here): New.
6592 (breakpoint_inserted_here): New.
6593 (check_mem_read): Adjust.
6594 * mem-break.h (breakpoints_supported, breakpoint_here)
6595 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
6596 (reinsert_breakpoint_by_bp): Delete declaration.
6597 (delete_reinsert_breakpoints): Declare.
6598 (reinsert_breakpoint): Delete declaration.
6599 (reinsert_breakpoints_at): Declare.
6600 (uninsert_breakpoint): Delete declaration.
6601 (uninsert_breakpoints_at): Declare.
6602 (check_breakpoints): Adjust prototype.
6603 * server.h: Adjust include order.
6604 (struct thread_info): Declare here. Add a `last_status' field.
6605
30ba68cb
MS
66062010-03-23 Michael Snyder <msnyder@vmware.com>
6607
6608 * server.c (crc32): New function.
6609 (handle_query): Add handling for 'qCRC:' request.
6610
b9a881c2
PA
66112010-03-23 Pedro Alves <pedro@codesourcery.com>
6612
6613 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
6614 lwp had been stopped by a watchpoint.
6615
e92d13d5
PA
66162010-03-16 Pedro Alves <pedro@codesourcery.com>
6617
6618 * server.h (internal_error): Declare.
6619 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
6620 * utils.c (internal_error): New function.
6621
64daa791
AS
66222010-03-15 Andreas Schwab <schwab@redhat.com>
6623
6624 * configure.srv: Fix typo setting srv_regobj.
6625
f52cd8cd
PA
66262010-03-15 Pedro Alves <pedro@codesourcery.com>
6627
6628 * linux-low.c (fetch_register): Avoid passing a non string literal
6629 format to `error'.
6630 (usr_store_inferior_registers): Ditto.
6631
93ae6fdc
PA
66322010-03-14 Pedro Alves <pedro@codesourcery.com>
6633
6634 * linux-low.c (linux_write_memory): Bail out early if peeking
6635 memory failed.
6636
c3adc08c
PA
66372010-03-14 Pedro Alves <pedro@codesourcery.com>
6638
6639 * linux-low.h (struct lwp_info): New fields
6640 `stopped_by_watchpoint' and `stopped_data_address'.
6641 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
6642 here, and cache them in the lwp object.
6643 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
6644 directly.
6645 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
6646 field.
6647 (linux_stopped_by_watchpoint): Rewrite.
6648 (linux_stopped_data_address): Rewrite.
6649
bce522a2
PA
66502010-03-06 Simo Melenius <simo.melenius@iki.fi>
6651
6652 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
6653 switching the current inferior, not before.
6654
90884b2b
L
66552010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6656
6657 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
6658 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
6659 i386-linux.c and amd64-linux.c.
6660 (reg-i386.o): Removed.
6661 (reg-i386.c): Likewise.
6662 (reg-i386-linux.o): Likewise.
6663 (reg-i386-linux.c): Likewise.
6664 (reg-x86-64.o): Likewise.
6665 (reg-x86-64.c): Likewise.
6666 (reg-x86-64-linux.o): Likewise.
6667 (reg-x86-64-linux.c): Likewise.
6668 (i386.o): New.
6669 (i386.c): Likewise.
6670 (i386-linux.o): Likewise.
6671 (i386-linux.c): Likewise.
6672 (amd64.o): Likewise.
6673 (amd64.c): Likewise.
6674 (amd64-linux.o): Likewise.
6675 (amd64-linux.c): Likewise.
6676
6677 * configure.srv (srv_i386_regobj): New.
6678 (srv_i386_linux_regobj): Likewise.
6679 (srv_amd64_regobj): Likewise.
6680 (srv_amd64_linux_regobj): Likewise.
6681 (srv_i386_32bit_xmlfiles): Likewise.
6682 (srv_i386_64bit_xmlfiles): Likewise.
6683 (srv_i386_xmlfiles): Likewise.
6684 (srv_amd64_xmlfiles): Likewise.
6685 (srv_i386_linux_xmlfiles): Likewise.
6686 (srv_amd64_linux_xmlfiles): Likewise.
6687 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
6688 srv_xmlfiles to $srv_i386_xmlfiles.
6689 (i[34567]86-*-mingw32ce*): Likewise.
6690 (i[34567]86-*-mingw*): Likewise.
6691 (i[34567]86-*-nto*): Likewise.
6692 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
6693 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
6694 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
6695 (x86_64-*-linux*): Likewise.
6696
6697 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
6698 (init_registers_amd64_linux): New.
6699 (x86_arch_setup): Replace init_registers_x86_64_linux with
6700 init_registers_amd64_linux.
6701
193f13e6
MK
67022010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
6703
6704 * configure.ac: Check for libdl. If it is not available link against
6705 static libthread_db.
6706 * configure: Regenerate.
6707
85d721b8
PA
67082010-02-22 Pedro Alves <pedro@codesourcery.com>
6709
6710 PR9605
6711
6712 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
6713 handing a read watchpoint.
6714 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
6715
6076632b
DE
67162010-02-12 Doug Evans <dje@google.com>
6717
6718 * linux-low.c (linux_supports_tracefork_flag): Document.
6719 (linux_look_up_symbols): Add comment.
6720
3327ccf7
L
67212010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6722
6723 * regcache.c (supply_register): Clear regcache if buf is NULL.
6724
0718675c 67252010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 6726 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
6727
6728 * inferiors.c (find_inferior): Add function documentation.
6729 (unloaded_dll): Handle the case where the unloaded dll has not
6730 been previously registered in the dll list.
6731
177321bd
DJ
67322010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6733
6734 * linux-arm-low.c (thumb_breakpoint_len): Delete.
6735 (thumb2_breakpoint): New.
6736 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
6737
2b009048
DJ
67382010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6739
6740 * linux-low.c (get_stop_pc): Check for SIGTRAP.
6741 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
6742 breakpoints.
6743
3be029c7
PA
67442010-01-21 Pedro Alves <pedro@codesourcery.com>
6745
6746 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
6747
18f5de3b
JK
67482010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 * linux-s390-low.c (s390_collect_ptrace_register)
6751 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
6752
3743bb4f
DE
67532010-01-21 Doug Evans <dje@google.com>
6754
14ce3065
DE
6755 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
6756 (PTRACE_ARG4_TYPE): New macro.
6757 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
6758 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
6759 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
6760 (usr_store_inferior_registers): Ditto.
6761 (linux_read_memory, linux_write_memory): Ditto.
6762 (linux_test_for_tracefork): Ditto.
6763
3743bb4f
DE
6764 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
6765 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
6766
8b315be5
PA
67672010-01-21 Pedro Alves <pedro@codesourcery.com>
6768
6769 * proc-service.c (ps_lgetregs): Don't refetch registers from the
6770 target.
6771
85492558
PA
67722010-01-21 Pedro Alves <pedro@codesourcery.com>
6773
6774 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
6775 prototype to take a regcache. Adjust.
6776
442ea881
PA
67772010-01-20 Pedro Alves <pedro@codesourcery.com>
6778
6779 * regcache.h (struct thread_info): Forward declare.
6780 (struct regcache): New.
6781 (new_register_cache): Adjust prototype.
6782 (get_thread_regcache): Declare.
6783 (free_register_cache): Adjust prototype.
6784 (registers_to_string, registers_from_string): Ditto.
6785 (supply_register, supply_register_by_name, collect_register)
6786 (collect_register_as_string, collect_register_by_name): Ditto.
6787 * regcache.c (struct inferior_regcache_data): Delete.
6788 (get_regcache): Rename to ...
6789 (get_thread_regcache): ... this. Adjust. Switch inferior before
6790 fetching registers.
6791 (regcache_invalidate_one): Adjust.
6792 (regcache_invalidate): Fix prototype.
6793 (new_register_cache): Return the new register cache.
6794 (free_register_cache): Change prototype.
6795 (realloc_register_cache): Adjust.
6796 (registers_to_string): Change prototype to take a regcache. Adjust.
6797 (registers_from_string): Ditto.
6798 (register_data): Ditto.
6799 (supply_register): Ditto.
6800 (supply_register_by_name): Ditto.
6801 (collect_register): Ditto.
6802 (collect_register_as_string): Ditto.
6803 (collect_register_by_name): Ditto.
6804 * server.c (process_serial_event): Adjust.
6805 * linux-low.h (regset_fill_func, regset_store_func): Change
6806 prototype.
6807 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
6808 Change prototype.
6809 * linux-low.c (get_stop_pc): Adjust.
6810 (check_removed_breakpoint): Adjust.
6811 (linux_wait_for_event): Adjust.
6812 (linux_resume_one_lwp): Adjust.
6813 (fetch_register): Add regcache parameter. Adjust.
6814 (usr_store_inferior_registers): Ditto.
6815 (regsets_fetch_inferior_registers): Ditto.
6816 (regsets_store_inferior_registers): Ditto.
6817 (linux_fetch_registers, linux_store_registers): Ditto.
6818 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
6819 regcache. Adjust.
43aaf8b6
PA
6820 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
6821 Ditto.
442ea881
PA
6822 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
6823 prototype to take a regcache.
6824 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
6825 * remote-utils.c (convert_ascii_to_int, outreg)
6826 (prepare_resume_reply): Change prototype to take a regcache.
6827 Adjust.
6828 * target.h (struct target_ops) <fetch_registers, store_registers>:
6829 Change prototype to take a regcache.
6830 (fetch_inferior_registers, store_inferior_registers): Change
6831 prototype to take a regcache. Adjust.
6832 * proc-service.c (ps_lgetregs): Adjust.
6833 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
6834 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
6835 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
6836 take a regcache. Adjust.
6837 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
6838 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
6839 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
6840 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
6841 * linux-cris-low.c (cris_get_pc, cris_set_pc)
6842 (cris_cannot_fetch_register):
6843 (cris_breakpoint_at): Change prototype to take a regcache.
6844 Adjust.
6845 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
6846 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
6847 to take a regcache. Adjust.
6848 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
6849 Adjust.
6850 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
6851 take a regcache. Adjust.
6852 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
6853 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
6854 (m68k_set_pc): Change prototype to take a regcache. Adjust.
6855 * linux-mips-low.c (mips_get_pc):
6856 (mips_set_pc): Change prototype to take a regcache. Adjust.
6857 (mips_reinsert_addr): Adjust.
6858 (mips_collect_register): Change prototype to take a regcache.
6859 Adjust.
6860 (mips_supply_register):
6861 (mips_collect_register_32bit, mips_supply_register_32bit)
6862 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
6863 (mips_store_fpregset): Ditto.
43aaf8b6
PA
6864 * linux-ppc-low.c (ppc_supply_ptrace_register)
6865 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
6866 (parse_spufs_run): Adjust.
6867 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
6868 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
6869 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
6870 take a regcache. Adjust.
6871 * linux-s390-low.c (s390_collect_ptrace_register)
6872 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
6873 (s390_set_pc): Change prototype to take a regcache. Adjust.
6874 (s390_arch_setup): Adjust.
6875 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
6876 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
6877 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
6878 (sparc_fill_gregset, sparc_store_gregset_from_stack)
6879 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
6880 regcache. Adjust.
6881 (sparc_breakpoint_at): Adjust.
6882 * linux-xtensa-low.c (xtensa_fill_gregset):
6883 (xtensa_store_gregset):
6884 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
6885 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
6886 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
6887 prototype to take a regcache. Adjust.
6888 * win32-arm-low.c (arm_fetch_inferior_register)
6889 (arm_store_inferior_register): Change prototype to take a
6890 regcache. Adjust.
6891 * win32-i386-low.c (i386_fetch_inferior_register)
6892 (i386_store_inferior_register): Change prototype to take a
6893 regcache. Adjust.
6894 * win32-low.c (child_fetch_inferior_registers)
6895 (child_store_inferior_registers): Change prototype to take a
6896 regcache. Adjust.
6897 (win32_wait): Adjust.
6898 (win32_fetch_inferior_registers): Change prototype to take a
6899 regcache. Adjust.
6900 (win32_store_inferior_registers): Adjust.
6901 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
6902 store_inferior_register>: Change prototype to take a regcache.
6903
60c3d7b0
DE
69042010-01-20 Doug Evans <dje@google.com>
6905
6906 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
6907 #ifdef.
6908 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 6909 (W_STOPCODE): Provide definition if missing.
60c3d7b0 6910
dc146f7c
VP
69112010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6912
6913 * linux-low.c (linux_core_of_thread): New.
6914 (compare_ints, show_process, list_threads): New.
6915 (linux_qxfer_osdata): Report threads and cores.
6916 (linux_target_op): Register linux_core_of_thread.
6917 * remote-utils.c (prepare_resume_reply): Report the core.
6918 (buffer_xml_printf): Support %d specifier.
6919 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
6920 New.
6921 (handle_query): Handle qXfer:threads. Announce availability
6922 thereof.
6923 * target.h (struct target_ops): New field core_of_thread.
6924
7803799a
UW
69252010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6926
6927 * Makefile.in (clean): Remove new generated files.
6928 (reg-s390.o, reg-s390.c): Remove rules.
6929 (reg-s390x.o, reg-s390x.c): Likewise.
6930 (s390-linux32.o, s390-linux32.c): Add rules.
6931 (s390-linux64.o, s390-linux64.c): Likewise.
6932 (s390x-linux64.o, s390x-linux64.c): Likewise.
6933 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
6934 * linux-s390-low.c: Include <elf.h>.
6935 (HWCAP_S390_HIGH_GPRS): Define if undefined.
6936 (init_registers_s390): Remove prototype.
6937 (init_registers_s390x): Likewise.
6938 (init_registers_s390_linux32): Add prototype.
6939 (init_registers_s390_linux64): Likewise.
6940 (init_registers_s390x_linux64): Likewise.
6941 (s390_num_regs_3264): New define.
6942 (s390_regmap_3264): New global variable.
6943 (s390_cannot_fetch_register): Remove obsolete check.
6944 (s390_cannot_store_register): Likewise.
6945 (s390_collect_ptrace_register): Handle upper/lower register halves.
6946 (s390_supply_ptrace_register): Likewise.
6947 (s390_fill_gregset): Update to register number changes.
6948 (s390_get_hwcap): New routine.
6949 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
6950 Install appropriate regmap and register set.
6951
6e7ffa39
JB
69522010-01-01 Joel Brobecker <brobecker@adacore.com>
6953
6954 * server.c (gdbserver_version): Update copyright year to 2010.
6955 * gdbreplay.c (gdbreplay_version): Likewise.
6956
957f3f49
DE
69572009-12-28 Doug Evans <dje@google.com>
6958
6959 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
6960 elf/external.h. Include <elf.h> instead but only if necessary.
6961
ca5c370d
PA
69622009-12-28 Pedro Alves <pedro@codesourcery.com>
6963
6964 * linux-low.c (linux_remove_process): Remove `detaching'
6965 parameter. Don't release/detach from thread_db here.
6966 (linux_kill): Release/detach from thread_db here, ...
6967 (linux_detach): ... and here, before actually detaching.
6968 (linux_wait_1): ... and here, when a process exits.
6969 * thread-db.c (any_thread_of): New.
6970 (thread_db_free): Switch the current inferior to a thread of the
6971 passed in process.
6972
4ee62156
DE
69732009-12-21 Doug Evans <dje@google.com>
6974
d90e6a88
DE
6975 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
6976
c5f62d5f
DE
6977 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
6978 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
6979 warning ifndef __NR_tkill. Move setting of errno there too.
6980 Delete unnecessary resetting of errno after syscall.
6981 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
6982
10e86dd7
DE
6983 * configure.ac: Check for dladdr.
6984 * config.in: Regenerate.
6985 * configure: Regenerate.
6986 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
6987 (try_thread_db_load): Update.
6988
4ee62156
DE
6989 * linux-low.c (my_waitpid): Delete unnecessary prototype.
6990
00f515da
DE
69912009-12-18 Doug Evans <dje@google.com>
6992
e9464885
DE
6993 * event-loop.c: Include unistd.h if it exists.
6994
07d4f67e
DE
6995 * linux-low.c (my_waitpid): Move definition away from being in
6996 between linux_tracefork_child/linux_test_for_tracefork.
6997
00f515da
DE
6998 * gdb_proc_service.h (psaddr_t): Fix type.
6999 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
7000 signature to match glibc.
7001
1de1badb
DE
70022009-12-16 Doug Evans <dje@google.com>
7003
7004 * linux-low.c (linux_read_memory): Fix argument to read.
7005
aeeb81d1
PA
70062009-11-26 Pedro Alves <pedro@codesourcery.com>
7007
7008 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
7009 events, don't leave current_inferior pointing at null.
7010
10357975
PA
70112009-11-26 Pedro Alves <pedro@codesourcery.com>
7012
7013 * win32-low.c (LOG): Delete.
7014 (OUTMSG): Output to stderr.
7015 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
7016 on compile time LOG macro.
7017 (win32_wait): Fix debug output.
7018
cf6e3471
PA
70192009-11-26 Pedro Alves <pedro@codesourcery.com>
7020
7021 * win32-low.c (win32_add_one_solib): If the dll name is
7022 "ntdll.dll", prepend the system directory to the dll path.
7023
0c85e18e
MK
70242009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
7025
7026 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
7027
9ac544ce 70282009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 7029 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
7030
7031 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
7032 * configure.ac: Check for __mcoldfire__ and set
7033 gdb_cv_m68k_is_coldfire.
7034 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
7035 reg-cf.o and reg-m68k.o.
7036 * configure: Regenerated.
7037
fd7dd3e6
PA
70382009-11-16 Pedro Alves <pedro@codesourcery.com>
7039
7040 * linux-low.c (linux_remove_process): Add `detaching' parameter.
7041 Pass it to thread_db_free.
7042 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
7043 proper `detaching' argument to linux_remove_process.
7044 * linux-low.h (thread_db_free): Add `detaching' parameter.
7045 * thread-db.c (thread_db_init): Pass false as `detaching' argument
7046 to thread_db_free.
7047 (thread_db_free): Add `detaching' parameter. Only
7048 call td_ta_clear_event if detaching from process.
7049
75aa492e
MK
70502009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
7051
7052 * thread-db.c (thread_db_free): Fix typo.
7053
21e1bee4
PP
70542009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
7055
7056 PR gdb/10838
7057 * thread-db.c (thread_db_free): Call td_ta_clear_event.
7058
8838b45e
NS
70592009-11-03 Nathan Sidwell <nathan@codesourcery.com>
7060
7061 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
7062 with an i686 compiler.
7063 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
7064 needed.
7065 * configure: Rebuilt.
7066
8a35fb51
SL
70672009-10-29 Sandra Loosemore <sandra@codesourcery.com>
7068
7069 PR gdb/10783
7070
7071 * server.c (handle_search_memory_1): Correct read_addr initialization
7072 in loop for searching subsequent chunks.
7073
96f15937
PP
70742009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
7075
7076 * configure.ac: New --with-libthread-db option.
7077 * thread-db.c: Allow direct dependence on libthread_db.
7078 (thread_db_free): Adjust.
7079 * config.in: Regenerate.
7080 * configure: Likewise.
889bf7c5 7081
5f7d1694
PP
70822009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
7083
7084 PR gdb/10757
7085 * thread-db.c (attach_thread): New function.
7086 (maybe_attach_thread): Return success/failure.
7087 (find_new_threads_callback): Adjust.
889bf7c5
PA
7088 (thread_db_find_new_threads): Loop until no new threads.
7089
88e3b899
PA
70902009-10-13 Pedro Alves <pedro@codesourcery.com>
7091
7092 * proc-service.c (ps_lgetregs): Formatting.
7093
cdbfd419
PP
70942009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7095
7096 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
7097 * configure.ac: Adjust.
7098 * linux-low.h (struct process_info_private): Move members to struct
7099 thread_db.
7100 (thread_db_free, thread_db_handle_monitor_command): New prototype.
7101 * linux-low.c (linux_remove_process): Adjust.
7102 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
7103 * server.c (handle_query): Move code ...
7104 (handle_monitor_command): ... here. New function.
7105 * target.h (struct target_ops): New member.
7106 * thread-db.c (struct thread_db): New.
7107 (libthread_db_search_path): New variable.
7108 (thread_db_create_event, thread_db_enable_reporting)
7109 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
7110 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
7111 (try_thread_db_load_1, dladdr_to_soname): New functions.
7112 (try_thread_db_load, thread_db_load_search): New functions.
7113 (thread_db_init): Search for libthread_db.
7114 (thread_db_free): New function.
7115 (thread_db_handle_monitor_command): Likewise.
7116 * config.in: Regenerate.
7117 * configure: Regenerate.
889bf7c5 7118
4168d2d6
UW
71192009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
7120
7121 * spu-low.c (spu_kill): Wait for inferior to terminate.
7122 Call clear_inferiors.
7123 (spu_detach): Call clear_inferiors.
7124
81ecdfbb
RW
71252009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7126
7127 * aclocal.m4: Regenerate.
7128 * config.in: Likewise.
7129 * configure: Likewise.
7130
0b9ff2c0
UW
71312009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7132
7133 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
7134 (parse_spufs_run): New function.
7135 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
7136 (ppc_breakpoint_at): Handle SPU breakpoints.
7137
efcbbd14
UW
71382009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7139
7140 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
7141 (SPUFS_MAGIC): Define.
7142 (spu_enumerate_spu_ids): New function.
7143 (linux_qxfer_spu): New function.
7144 (linux_target_ops): Install linux_qxfer_spu.
7145
f4d9bade
UW
71462009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
7147
7148 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
7149 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
7150 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
7151 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
7152 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
7153 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
7154 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
7155 (init_registers_powerpc_cell32l): Add prototype.
7156 (init_registers_powerpc_cell64l): Likewise.
7157 (ppc_arch_setup): Detect Cell/B.E. architecture.
7158
96e946ca
RW
71592009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7160
7161 * Makefile.in (datarootdir): New variable.
7162
58d6951d
DJ
71632009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7164
7165 * linux-low.c (linux_write_memory): Update debugging output.
7166 * Makefile.in (clean): Add new descriptions.
7167 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
7168 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
7169 * configure.srv: Add new files for arm*-*-linux*.
7170 * linux-arm-low.c: Add new declarations.
7171 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
7172 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
7173 (HWCAP_VFPv3D16): New.
7174 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
7175 instead of __IWMMXT__.
7176 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
7177 (arm_arch_setup): New.
7178 (target_regsets): Remove #ifdef. Add VFP regset.
7179 (the_low_target): Use arm_arch_setup.
7180
12b42a12
DJ
71812009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7182
7183 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
7184 the main thread again.
7185
ac8c974e
AR
71862009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
7187
7188 Adding Neutrino gdbserver.
7189 * configure: Regenerated.
7190 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
7191 * configure.srv (i[34567]86-*-nto*): New target.
7192 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
7193 * remote-utils.c [__QNX__]: Include sys/iomgr.h
7194 (nto_comctrl) [__QNX__]: New function.
7195 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
7196
4424e0c3 71972009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
7198
7199 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
7200 srv_tgtobj.
7201
912cf4ba
PA
72022009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
7203 Pedro Alves <pedro@codesourcery.com>
7204
7205 * win32-i386-low.c (i386_get_thread_context): Handle systems that
7206 don't support CONTEXT_EXTENDED_REGISTERS.
7207 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
7208 (the_low_target): Install them.
7209 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
7210 failing with ERROR_PIPE_NOT_CONNECTED.
7211
aa5ca48f
DE
72122009-06-30 Doug Evans <dje@google.com>
7213 Pierre Muller <muller@ics.u-strasbg.fr>
7214
7215 Add h/w watchpoint support to x86-linux, win32-i386.
7216 * Makefile.in (SFILES): Add i386-low.c
7217 (i386_low_h): Define.
7218 (i386-low.o): Add dependencies.
7219 (linux-x86-low.o): Add i386-low.h dependency.
7220 (win32-i386-low.o): Ditto.
7221 * i386-low.c: New file.
7222 * i386-low.h: New file.
7223 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
7224 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
7225 * linux-low.c (linux_add_process): Initialize arch_private.
7226 (linux_remove_process): Free arch_private.
7227 (add_lwp): Initialize arch_private.
7228 (delete_lwp): Free arch_private.
7229 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
7230 provided.
7231 * linux-low.h (process_info_private): New member arch_private.
7232 (lwp_info): New member arch_private.
7233 (linux_target_ops): New members new_process, new_thread,
7234 prepare_to_resume.
7235 (ptid_of): New macro.
7236 * linux-x86-low.c: Include stddef.h, i386-low.h.
7237 (arch_process_info): New struct.
7238 (arch_lwp_info): New struct.
7239 (x86_linux_dr_get, x86_linux_dr_set): New functions.
7240 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7241 (i386_dr_low_get_status): New function.
7242 (x86_insert_point, x86_remove_point): New functions.
7243 (x86_stopped_by_watchpoint): New function.
7244 (x86_stopped_data_address): New function.
7245 (x86_linux_new_process, x86_linux_new_thread): New functions.
7246 (x86_linux_prepare_to_resume): New function.
7247 (the_low_target): Add entries for insert_point, remove_point,
7248 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
7249 prepare_to_resume.
7250 * server.c (debug_hw_points): New global.
7251 (monitor_show_help): Document set debug-hw-points.
7252 (handle_query): Process "set debug-hw-points".
7253 * server.h (debug_hw_points): Declare.
7254 (paddress): Declare.
7255 * utils.c (NUMCELLS, CELLSIZE): New macros.
7256 (get_sell, xsnprintf, paddress): New functions.
7257 * win32-arm-low.c (the_low_target): Add entries for insert_point,
7258 remove_point, stopped_by_watchpoint, stopped_data_address.
7259 * win32-i386-low.c: Include i386-low.h.
7260 (debug_reg_state): Replaces dr.
7261 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
7262 (i386_dr_low_get_status): New function.
7263 (i386_insert_point, i386_remove_point): New functions.
7264 (i386_stopped_by_watchpoint): New function.
7265 (i386_stopped_data_address): New function.
7266 (i386_initial_stuff): Update.
7267 (get_thread_context,set_thread_context,i386_thread_added): Update.
7268 (the_low_target): Add entries for insert_point,
7269 remove_point, stopped_by_watchpoint, stopped_data_address.
7270 * win32-low.c (win32_insert_watchpoint): New function.
7271 (win32_remove_watchpoint): New function.
7272 (win32_stopped_by_watchpoint): New function.
7273 (win32_stopped_data_address): New function.
7274 (win32_target_ops): Add entries for insert_watchpoint,
7275 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
7276 * win32-low.h (win32_target_ops): New members insert_point,
7277 remove_point, stopped_by_watchpoint, stopped_data_address.
7278
d993e290
PA
72792009-06-25 Pedro Alves <pedro@codesourcery.com>
7280
7281 * server.c (process_serial_event): Re-return unsupported, not
7282 error, if the type isn't recognized. Re-allow supporting only
7283 insert or remove packets. Also call require_running for
7284 breakpoints. Add missing break statement to default case. Tidy.
7285 * target.h (struct target_ops): Rename insert_watchpoint to
7286 insert_point, and remove_watchpoint to remove_point.
7287
7288 * linux-low.h (struct linux_target_ops): Likewise.
7289 * linux-low.c (linux_insert_watchpoint): Rename to ...
7290 (linux_insert_point): ... this. Adjust.
7291 (linux_remove_watchpoint): Rename to ...
7292 (linux_remove_point): ... this. Adjust.
7293 (linux_target_ops): Adjust.
7294 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
7295 (cris_insert_point): ... this.
7296 (cris_remove_watchpoint): Rename to ...
7297 (cris_remove_point): ... this.
7298 (the_low_target): Adjust.
7299
0f54c268
PM
73002009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
7301
7302 * server.c (handle_v_kill): Pass signal_pid to
7303 kill_inferior if multi_process is zero.
7304
c6314022
AR
73052009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
7306
7307 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
7308 * target.h (target_ops): Comment for *_watchpoint to make it clear
7309 the functions can get types '0' and '1'.
7310
4463ce24
AR
73112009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
7312
7313 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
7314 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
7315 * regcache.c (get_regcache): Likewise.
7316 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
7317 * win32-low.c (child_fetch_inferior_registers): Remove check for
7318 regno 0.
7319
cf8fd78b
PA
73202009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
7321 Pedro Alves <pedro@codesourcery.com>
7322
7323 * target.h (struct target_ops) <supports_multi_process>: New
7324 callback.
7325 (target_supports_multi_process): New.
7326 * server.c (handle_query): Even if GDB reports support, only
7327 enable multi-process if the target also supports it. Report
7328 multi-process support only if the target backend supports it.
7329 * linux-low.c (linux_supports_multi_process): New function.
7330 (linux_target_ops): Install it as target_supports_multi_process
7331 callback.
7332
47c0c975
DE
73332009-05-24 Doug Evans <dje@google.com>
7334
e09875d4
DE
7335 Global renaming of find_thread_pid to find_thread_ptid.
7336 * server.h (find_thread_ptid): Renamed from find_thread_pid.
7337 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
7338 All callers updated.
7339
e27d73f6
DE
7340 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
7341 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
7342 directly.
7343
47c0c975
DE
7344 * linux-low.c (get_stop_pc): Print pc if debug_threads.
7345 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
7346 (linux_resume_one_lwp): Ditto.
7347
2acc282a
DE
73482009-05-23 Doug Evans <dje@google.com>
7349
7350 * linux-low.c (linux_resume_one_lwp): Change type of first arg
7351 from struct inferior_list_entry * to struct lwp_info *.
7352 All callers updated.
7353
9f1036c1
DE
73542009-05-13 Doug Evans <dje@google.com>
7355
7356 * linux-x86-low.c: Don't include assert.h.
7357 (x86_siginfo_fixup): Use fatal, not assert.
7358 (x86_arch_setup): Fix comment.
7359
d0722149
DE
73602009-05-12 Doug Evans <dje@google.com>
7361
7362 Biarch support for i386/amd64 gdbserver.
7363 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
7364 Add linux-x86-low.c.
7365 (linux-i386-low.o, linux-x86-64-low.o): Delete.
7366 (linux-x86-low.o): Add.
7367 * linux-x86-64-low.c: Delete.
7368 * linux-i386-low.c: Delete.
7369 * linux-x86-low.c: New file.
7370 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
7371 linux-x86-low.o.
7372 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
7373 linux-x86-low.o.
7374 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
7375 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
7376 (linux_child_pid_to_exec_file): New function.
7377 (elf_64_header_p, elf_64_file_p): New functions.
7378 (siginfo_fixup): New function.
7379 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
7380 give target a chance to convert layout.
7381 * linux-low.h (linux_target_ops): New member siginfo_fixup.
7382 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
7383
fdeb2a12
DE
73842009-05-07 Doug Evans <dje@google.com>
7385
7386 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
7387 (regsets_store_inferior_registers): Ditto.
7388
a6dbe5df
PA
73892009-05-06 Pedro Alves <pedro@codesourcery.com>
7390
7391 PR server/10048
7392
7393 * linux-low.c (must_set_ptrace_flags): Delete.
7394 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
7395 of the global.
7396 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
7397 `lwp->must_set_ptrace_flags' instead.
ba42693b 7398 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
7399 (linux_wait_1): ... not here.
7400
5091eb23
DE
74012009-04-30 Doug Evans <dje@google.com>
7402
9f767825
DE
7403 * inferiors.c (started_inferior_callback): New function.
7404 (attached_inferior_callback): New function.
7405 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
7406 * server.c (print_started_pid, print_attached_pid): New functions.
7407 (detach_or_kill_for_exit): New function.
7408 (main): Call it instead of for_each_inferior (kill_inferior_callback).
7409 * server.h (have_started_inferiors_p): Declare.
7410 (have_attached_inferiors_p): Declare.
7411
5091eb23
DE
7412 * inferiors.c (remove_process): Fix memory leak, free process.
7413 * linux-low.c (linux_remove_process): New function.
7414 (linux_kill): Call it instead of remove_process.
7415 (linux_detach, linux_wait_1): Ditto.
7416
155c8968
PA
74172009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
7418
7419 * configure.srv: Add x86 Windows CE target.
7420
7fe519cb
UW
74212009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7422
7423 * inferiors.c (get_thread_process): Make global.
7424 * server.h (get_thread_process): Add prototype.
7425 * thread-db.c (find_one_thread): Use get_thread_process
7426 instead of current_process.
7427 (thread_db_get_tls_address): Do not crash if called when
7428 thread layer is not yet initialized.
7429
5472f405
UW
74302009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7431
7432 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
7433 * spu-low.c (current_tid): Rename to ...
7434 (current_ptid): ... this.
7435 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
7436 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
7437 ptid_get_lwp (current_ptid) instead of current_tid.
7438 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
7439 instead of current_tid. Use find_process_pid to verify pid
7440 argument is valid. Pass proper argument to remove_process.
7441 (spu_thread_alive): Compare current_ptid instead of current_tid.
7442 (spu_resume): Likewise.
7443
55ac2b99
PA
74442009-04-02 Pedro Alves <pedro@codesourcery.com>
7445
7446 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
7447 variable.
7448
95954743
PA
74492009-04-01 Pedro Alves <pedro@codesourcery.com>
7450
7451 Implement the multiprocess extensions, and add linux multiprocess
7452 support.
7453
7454 * server.h (ULONGEST): Declare.
7455 (struct ptid, ptid_t): New.
7456 (minus_one_ptid, null_ptid): Declare.
7457 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7458 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
7459 (struct inferior_list_entry): Change `id' type from unsigned from
7460 to ptid_t.
7461 (struct sym_cache, struct breakpoint, struct
7462 process_info_private): Forward declare.
7463 (struct process_info): Declare.
7464 (current_process): Declare.
7465 (all_processes): Declare.
7466 (initialize_inferiors): Declare.
7467 (add_thread): Adjust to use ptid_t.
7468 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
7469 (add_process, remove_process, find_thread_pid): Declare.
7470 (find_inferior_id): Adjust to use ptid_t.
7471 (cont_thread, general_thread, step_thread): Change type to ptid_t.
7472 (multi_process): Declare.
7473 (push_event): Adjust to use ptid_t.
7474 (read_ptid, write_ptid): Declare.
7475 (prepare_resume_reply): Adjust to use ptid_t.
7476 (clear_symbol_cache): Declare.
7477 * inferiors.c (all_processes): New.
7478 (null_ptid, minus_one_ptid): New.
7479 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7480 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
7481 (add_thread): Change unsigned long to ptid. Remove gdb_id
7482 parameter. Adjust.
7483 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
7484 (gdb_id_to_thread): Rename to ...
7485 (find_thread_pid): ... this. Change unsigned long to ptid.
7486 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
7487 (loaded_dll, pull_pid_from_list): Adjust.
7488 (add_process, remove_process, find_process_pid)
7489 (get_thread_process, current_process, initialize_inferiors): New.
7490 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
7491 (struct target_waitstatus) <related_pid>: Ditto.
7492 (struct target_ops) <kill, detach>: Add `pid' argument. Change
7493 return type to int.
7494 (struct target_ops) <join>: Add `pid' argument.
7495 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
7496 (struct target_ops) <wait>: Add `ptid' field. Change return type
7497 to ptid.
7498 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
7499 (mywait): Add `ptid' argument. Change return type to ptid_t.
7500 (target_pid_to_str): Declare.
7501 * target.c (set_desired_inferior): Adjust to use ptids.
7502 (mywait): Add new `ptid' argument. Adjust.
7503 (target_pid_to_str): New.
7504 * mem-break.h (free_all_breakpoints): Declare.
7505 * mem-break.c (breakpoints): Delelete.
7506 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
7507 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
7508 to use per-process breakpoint list.
7509 (free_all_breakpoints): New.
7510 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
7511 (symbol_cache, all_symbols_looked_up): Delete.
7512 (hexchars): New.
7513 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
7514 read_ptid): New.
7515 (prepare_resume_reply): Change ptid argument's type from unsigned
7516 long to ptid_t. Adjust. Implement W;process and X;process.
7517 (free_sym_cache, clear_symbol_cache): New.
7518 (look_up_one_symbol): Adjust to per-process symbol cache. *
7519 * server.c (cont_thread, general_thread, step_thread): Change type
7520 to ptid_t.
7521 (attached): Delete.
7522 (multi_process): New.
7523 (last_ptid): Change type to ptid_t.
7524 (struct vstop_notif) <ptid>: Change type to ptid_t.
7525 (queue_stop_reply, push_event): Change `ptid' argument's type to
7526 ptid_t.
7527 (discard_queued_stop_replies): Add `pid' argument.
7528 (start_inferior): Adjust to use ptids. Adjust to mywait interface
7529 changes. Don't reference the `attached' global.
7530 (attach_inferior): Adjust to mywait interface changes.
7531 (handle_query): Adjust to use ptids. Parse GDB's qSupported
7532 features. Handle and report "multiprocess+". Handle
7533 "qAttached:PID".
7534 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
7535 changes.
7536 (handle_v_kill): New.
7537 (handle_v_stopped): Adjust to use target_pid_to_str.
7538 (handle_v_requests): Allow multiple attaches and runs when
7539 multiprocess extensions are in effect. Handle "vKill".
7540 (myresume): Adjust to use ptids.
7541 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
7542 (handle_status): Adjust to discard_queued_stop_replies interface
7543 change.
7544 (first_thread_of, kill_inferior_callback)
7545 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
7546 (main): Call initialize_inferiors. Adjust to use ptids, killing
7547 and detaching from all inferiors. Handle multiprocess packet
7548 variants.
7549 * linux-low.h: Include gdb_proc_service.h.
7550 (struct process_info_private): New.
7551 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
7552 <lwpid_of>: Use ptid_get_lwp.
7553 (get_lwp_thread): Adjust.
7554 (struct lwp_info): Add `dead' member.
7555 (find_lwp_pid): Declare.
7556 * linux-low.c (thread_db_active): Delete.
7557 (new_inferior): Adjust comment.
7558 (inferior_pid): Delete.
7559 (linux_add_process): New.
7560 (handle_extended_wait): Adjust.
7561 (add_lwp): Change unsigned long to ptid.
7562 (linux_create_inferior): Add process to processes table. Adjust
7563 to use ptids. Don't set new_inferior here.
7564 (linux_attach_lwp): Rename to ...
7565 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
7566 it. Adjust to use ptids.
7567 (linux_attach_lwp): New.
7568 (linux_attach): Add process to processes table. Don't set
7569 new_inferior here.
7570 (struct counter): New.
7571 (second_thread_of_pid_p, last_thread_of_process_p): New.
7572 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
7573 multiple processes.
7574 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
7575 processes. Remove process from process table.
7576 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
7577 to multiple processes.
7578 (any_thread_of): New.
7579 (linux_detach): Add `pid' argument, and handle it. Remove process
7580 from processes table.
7581 (linux_join): Add `pid' argument. Handle it.
7582 (linux_thread_alive): Change unsighed long argument to ptid_t.
7583 Consider dead lwps as not being alive.
7584 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
7585 threads we're not interested in.
7586 (same_lwp, find_lwp_pid): New.
7587 (linux_wait_for_lwp): Change `pid' argument's type from int to
7588 ptid_t. Adjust.
7589 (linux_wait_for_event): Rename to ...
7590 (linux_wait_for_event_1): ... this. Change `pid' argument's type
7591 from int to ptid_t. Adjust.
7592 (linux_wait_for_event): New.
7593 (linux_wait_1): Add `ptid' argument. Change return type to
7594 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
7595 that exit from the process table.
7596 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
7597 Adjust.
7598 (mark_lwp_dead): New.
7599 (wait_for_sigstop): Adjust to use ptids. If a process exits while
7600 stopping all threads, mark its main lwp as dead.
7601 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
7602 ptids.
7603 (fetch_register, usr_store_inferior_registers)
7604 (regsets_fetch_inferior_registers)
7605 (regsets_store_inferior_registers, linux_read_memory)
7606 (linux_write_memory): Inline `inferior_pid'.
7607 (linux_look_up_symbols): Adjust to use per-process
7608 `thread_db_active'.
7609 (linux_request_interrupt): Adjust to use ptids.
7610 (linux_read_auxv): Inline `inferior_pid'.
7611 (initialize_low): Don't reference thread_db_active.
7612 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
7613 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
7614 (ps_getpid): Return the pid of the current inferior.
7615 * thread-db.c (proc_handle, thread_agent): Delete.
7616 (thread_db_create_event, thread_db_enable_reporting): Adjust to
7617 per-process data.
7618 (find_one_thread): Change argument type to ptid_t. Adjust to
7619 per-process data.
7620 (maybe_attach_thread): Adjust to per-process data and ptids.
7621 (thread_db_find_new_threads): Ditto.
7622 (thread_db_init): Ditto.
7623 * spu-low.c (spu_create_inferior, spu_attach): Add process to
7624 processes table. Adjust to use ptids.
7625 (spu_kill, spu_detach): Adjust interface. Remove process from
7626 processes table.
7627 (spu_join, spu_thread_alive): Adjust interface.
7628 (spu_wait): Adjust interface. Remove process from processes
7629 table. Adjust to use ptids.
7630 * win32-low.c (current_inferior_tid): Delete.
7631 (current_inferior_ptid): New.
7632 (debug_event_ptid): New.
7633 (thread_rec): Take a ptid. Adjust.
7634 (child_add_thread): Add `pid' argument. Adjust to use ptids.
7635 (child_delete_thread): Ditto.
7636 (do_initial_child_stuff): Add `attached' argument. Add process to
7637 processes table.
7638 (child_fetch_inferior_registers, child_store_inferior_registers):
7639 Adjust.
7640 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
7641 (win32_attach): Pass 1 to do_initial_child_stuff.
7642 (win32_kill): Adjust interface. Remove process from processes
7643 table.
7644 (win32_detach): Ditto.
7645 (win32_join): Adjust interface.
7646 (win32_thread_alive): Take a ptid.
7647 (win32_resume): Adjust to use ptids.
7648 (get_child_debug_event): Ditto.
7649 (win32_wait): Adjust interface. Remove exiting process from
7650 processes table.
7651
bd99dc85
PA
76522009-04-01 Pedro Alves <pedro@codesourcery.com>
7653
7654 Non-stop mode support.
7655
7656 * server.h (non_stop): Declare.
7657 (gdb_client_data, handler_func): Declare.
7658 (delete_file_handler, add_file_handler, start_event_loop):
7659 Declare.
7660 (handle_serial_event, handle_target_event, push_event)
7661 (putpkt_notif): Declare.
7662 * target.h (enum resume_kind): New.
7663 (struct thread_resume): Replace `step' field by `kind' field.
7664 (TARGET_WNOHANG): Define.
7665 (struct target_ops) <wait>: Add `options' argument.
7666 <supports_non_stop, async, start_non_stop>: New fields.
7667 (target_supports_non_stop, target_async): New.
7668 (start_non_stop): Declare.
7669 (mywait): Add `options' argument.
7670 * target.c (mywait): Add `options' argument. Print child exit
7671 notifications here.
7672 (start_non_stop): New.
7673 * server.c (non_stop, own_buf, mem_buf): New globals.
7674 (struct vstop_notif): New.
7675 (notif_queue): New global.
7676 (queue_stop_reply, push_event, discard_queued_stop_replies)
7677 (send_next_stop_reply): New.
7678 (start_inferior): Adjust to use resume_kind. Adjust to mywait
7679 interface changes.
7680 (attach_inferior): In non-stop mode, don't wait for the target
7681 here.
7682 (handle_general_set): Handle QNonStop.
7683 (handle_query): When handling qC, return the current general
7684 thread, instead of the first thread of the list.
7685 (handle_query): If the backend supports non-stop mode, include
7686 QNonStop+ in the qSupported query response.
7687 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
7688 and non-stop mode.
7689 (handle_v_attach, handle_v_run): Handle non-stop mode.
7690 (handle_v_stopped): New.
7691 (handle_v_requests): Report support for vCont;t. Handle vStopped.
7692 (myresume): Adjust to use resume_kind. Handle non-stop.
7693 (queue_stop_reply_callback): New.
7694 (handle_status): Handle non-stop mode.
7695 (main): Clear non_stop flag on reconnection. Use the event-loop.
7696 Refactor serial protocol handling from here ...
7697 (process_serial_event): ... to this new function. When GDB
7698 selects any thread, select one here. In non-stop mode, wait until
7699 GDB acks all pending events before exiting.
7700 (handle_serial_event, handle_target_event): New.
7701 * remote-utils.c (remote_open): Install remote_desc in the event
7702 loop.
7703 (remote_close): Remove remote_desc from the event loop.
7704 (putpkt_binary): Rename to...
7705 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
7706 (putpkt_binary): New as wrapper around putpkt_binary_1.
7707 (putpkt_notif): New.
7708 (prepare_resume_reply): In non-stop mode, don't change the
7709 general_thread.
7710 * event-loop.c: New.
7711 * Makefile.in (OBJ): Add event-loop.o.
7712 (event-loop.o): New rule.
7713
7714 * linux-low.h (pid_of): Moved here.
7715 (lwpid_of): New.
7716 (get_lwp_thread): Use lwpid_of.
7717 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
7718 * linux-low.c (pid_of): Delete.
7719 (inferior_pid): Use lwpid_of.
7720 (linux_event_pipe): New.
7721 (target_is_async_p): New.
7722 (delete_lwp): New.
7723 (handle_extended_wait): Use lwpid_of.
7724 (add_lwp): Don't set lwpid field.
7725 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
7726 (linux_kill_one_lwp): If killing a running lwp, stop it first.
7727 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
7728 (linux_detach_one_lwp): If detaching from a running lwp, stop it
7729 first. Adjust to linux_wait_for_event interface changes. Use
7730 lwpid_of.
7731 (linux_detach): Don't delete the main lwp here.
7732 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
7733 (status_pending_p): Don't consider explicitly suspended lwps.
7734 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
7735 pointer. Add OPTIONS argument. Change return type to int. Use
7736 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
7737 (linux_wait_for_event): Take an integer pid instead of a lwp_info
7738 pointer. Add status pointer argument. Return a pid instead of a
7739 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
7740 changes. In non-stop mode, don't switch to a random thread.
7741 (linux_wait): Rename to...
7742 (linux_wait_1): ... this. Add target_options argument, and handle
7743 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
7744 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
7745 clean exit and signal exit code. Don't stop all threads in
7746 non-stop mode. In all-stop mode, only stop all threads when
7747 reporting a stop to GDB. Handle explicit thread stop requests.
7748 (async_file_flush, async_file_mark): New.
7749 (linux_wait): New.
7750 (send_sigstop): Use lwpid_of.
7751 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
7752 interface changes. In non-stop mode, don't switch to a random
7753 thread.
7754 (linux_resume_one_lwp): Use lwpid_of.
7755 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
7756 (linux_resume_one_thread): ... this. Handle resume_stop. In
7757 non-stop mode, don't look for pending flag in all threads.
7758 (resume_status_pending_p): Don't consider explicitly suspended
7759 threads.
7760 (my_waitpid): Reimplement. Emulate __WALL.
7761 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
7762 Use lwpid_of.
7763 (sigchld_handler, linux_supports_non_stop, linux_async)
7764 (linux_start_non_stop): New.
7765 (linux_target_ops): Register linux_supports_non_stop, linux_async
7766 and linux_start_non_stop.
7767 (initialize_low): Install SIGCHLD handler.
7768 * thread-db.c (thread_db_create_event, find_one_thread)
7769 (thread_db_get_tls_address): Use lwpid_of.
7770 * win32-low.c (win32_detach): Adjust to use resume_kind.
7771 (win32_wait): Add `options' argument.
7772 * spu-low.c (spu_resume): Adjust to use resume_kind.
7773 (spu_wait): Add `options' argument.
7774
5b1c542e
PA
77752009-04-01 Pedro Alves <pedro@codesourcery.com>
7776
7777 Decouple target code from remote protocol.
7778
7779 * target.h (enum target_waitkind): New.
7780 (struct target_waitstatus): New.
7781 (struct target_ops) <wait>: Return an unsigned long. Take a
7782 target_waitstatus pointer instead of a char pointer.
7783 (mywait): Likewise.
7784 * target.c (mywait): Change prototype to return an unsigned long.
7785 Take a target_waitstatus pointer instead of a char pointer. Adjust.
7786 * server.h (thread_from_wait, old_thread_from_wait): Delete
7787 declarations.
7788 (prepare_resume_reply): Change prototype to take a
7789 target_waitstatus.
7790 * server.c (thread_from_wait, old_thread_from_wait): Delete.
7791 (last_status, last_ptid): New.
7792 (start_inferior): Remove "statusptr" argument. Adjust. Return a
7793 pid instead of a signal.
7794 (attach_inferior): Remove "status" and "signal" parameters.
7795 Adjust.
7796 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
7797 not as an address.
7798 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
7799 (handle_v_requests, myresume): Remove "status" and "signal"
7800 parameters. Adjust.
7801 (handle_status): New.
7802 (main): Delete local `status'. Adjust.
7803 * remote-utils.c: Include target.h.
7804 (prepare_resume_reply): Change prototype to take a
7805 target_waitstatus. Adjust.
7806
7807 * linux-low.c (linux_wait): Adjust to new target_ops->wait
7808 interface.
7809 * spu-low.c (spu_wait): Adjust.
7810 * win32-low.c (enum target_waitkind, struct target_waitstatus):
7811 Delete.
7812 (win32_wait): Adjust.
7813
2bd7c093
PA
78142009-04-01 Pedro Alves <pedro@codesourcery.com>
7815
7816 * target.h (struct thread_resume): Delete leave_stopped member.
7817 (struct target_ops): Add a `n' argument to the `resume' callback.
7818 * server.c (start_inferior): Adjust.
7819 (handle_v_cont, myresume): Adjust.
7820 * linux-low.c (check_removed_breakpoint): Adjust to resume
7821 interface change, and to removed leave_stopped field.
7822 (resume_ptr): Delete.
7823 (struct thread_resume_array): New.
7824 (linux_set_resume_request): Add new `arg' parameter. Adjust to
7825 resume interface change.
7826 (linux_continue_one_thread, linux_queue_one_thread)
7827 (resume_status_pending_p): Check if the resume field is NULL
7828 instead of checking the leave_stopped member.
7829 (linux_resume): Adjust to the target resume interface change.
7830 * spu-low.c (spu_resume): Adjust to the target resume interface
7831 change.
7832 * win32-low.c (win32_detach, win32_resume): Ditto.
7833
c35fafde
PA
78342009-04-01 Pedro Alves <pedro@codesourcery.com>
7835
7836 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
7837 flag.
7838 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
7839 pending.
7840 (linux_continue_one_thread): Only preserve the stepping flag if
7841 there's a pending breakpoint.
7842
0a59d50b
PA
78432009-03-31 Pedro Alves <pedro@codesourcery.com>
7844
7845 * server.c (main): After the inferior having exited, call
7846 remote_close before exiting gdbserver.
7847
f04c6d38
TJB
78482009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
7849
7850 Fix size of FPSCR in Power 7 processors.
7851 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
7852 (PPC_FEATURE_HAS_DFP): New #define.
7853 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
7854 size of the FPSCR.
7855
78e5cee6
PA
78562009-03-23 Pedro Alves <pedro@codesourcery.com>
7857
7858 * server.c (handle_query) Whitespace and formatting.
7859
1b3f6016
PA
78602009-03-22 Pedro Alves <pedro@codesourcery.com>
7861
7862 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
7863 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
7864 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
7865 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
7866 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
7867 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
7868 Makefile.in, configure.ac: Fix whitespace throughout.
7869 * configure: Regenerate.
7870
a07b2135
PA
78712009-03-22 Pedro Alves <pedro@codesourcery.com>
7872
7873 * inferiors.c (find_inferior): Make it safe for the callback
7874 function to delete the currently iterated inferior.
7875
67cc2626
PA
78762009-03-22 Pedro Alves <pedro@codesourcery.com>
7877
7878 * Makefile.in (linuw_low_h): Move higher.
7879 (thread-db.o): Depend on $(linux_low_h).
7880
54a0b537
PA
78812009-03-17 Pedro Alves <pedro@codesourcery.com>
7882
7883 Rename "process" to "lwp" throughout.
7884
7885 * linux-low.c (all_processes): Rename to...
7886 (all_lwps): ... this.
7887 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
7888 (add_process): Rename to ...
7889 (add_lwp): ... this. Adjust.
7890 (linux_create_inferior): Adjust.
7891 (linux_attach_lwp): Adjust.
7892 (linux_attach): Adjust.
7893 (linux_kill_one_process): Rename to ...
7894 (linux_kill_one_lwp): ... this. Adjust.
7895 (linux_kill): Adjust.
7896 (linux_detach_one_process): Rename to ...
7897 (linux_detach_one_lwp): ... this. Adjust.
7898 (linux_detach): Adjust.
7899 (check_removed_breakpoint): Adjust.
7900 (status_pending_p): Adjust.
7901 (linux_wait_for_process): Rename to ...
7902 (linux_wait_for_lwp): ... this. Adjust.
7903 (linux_wait_for_event): Adjust.
7904 (send_sigstop): Adjust.
7905 (wait_for_sigstop): Adjust.
7906 (stop_all_processes): Rename to ...
7907 (stop_all_lwps): ... this.
7908 (linux_resume_one_process): Rename to ...
7909 (linux_resume_one_lwp): ... this. Adjust.
7910 (linux_set_resume_request, linux_continue_one_thread)
7911 (linux_queue_one_thread, resume_status_pending_p)
7912 (usr_store_inferior_registers, regsets_store_inferior_registers)
7913 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
7914 Adjust.
7915 * linux-low.h (get_process): Rename to ...
7916 (get_lwp): ... this. Adjust.
7917 (get_thread_process): Rename to ...
7918 (get_thread_lwp): ... this. Adjust.
7919 (get_process_thread): Rename to ...
7920 (get_lwp_thread): ... this. Adjust.
7921 (struct process_info): Rename to ...
7922 (struct lwp_info): ... this.
7923 (all_processes): Rename to ...
7924 (all_lwps): ... this.
7925 * proc-service.c (ps_lgetregs): Adjust.
7926 * thread-db.c (thread_db_create_event, find_one_thread)
7927 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
7928
0b16c5cf
PA
79292009-03-14 Pedro Alves <pedro@codesourcery.com>
7930
7931 * server.c (handle_query): Handle "qAttached".
7932
32de4b9d
NS
79332009-03-13 Nathan Sidwell <nathan@codesourcery.com>
7934
7935 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
7936 GPLv3, update license URL.
7937
2aecd87f
DE
79382009-03-01 Doug Evans <dje@google.com>
7939
93efd302 7940 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
7941 (server_h): Add gdb_signals.h.
7942 (signals.o): Update.
7943 * server.h (target_signal_from_host,target_signal_to_host_p)
7944 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
7945
86b1f9c5
PM
79462009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7947
7948 * remote-utils.c (getpkt): Also generate remote-debug
7949 information if noack_mode is set.
7950
4aa995e1
PA
79512009-02-06 Pedro Alves <pedro@codesourcery.com>
7952
7953 * server.c (handle_query): Report qXfer:siginfo:read and
7954 qXfer:siginfo:write as supported and handle them.
7955 * target.h (struct target_ops) <qxfer_siginfo>: New field.
7956 * linux-low.c (linux_xfer_siginfo): New.
7957 (linux_target_ops): Set it.
7958
62709adf
PA
79592009-01-26 Pedro Alves <pedro@codesourcery.com>
7960
7961 * server.c (gdbserver_usage): Mention --remote-debug.
7962 (main): Accept '--remote-debug' switch.
7963
aef93bd7
DE
79642009-01-18 Doug Evans <dje@google.com>
7965
7966 * regcache.c (new_register_cache): No need to check result of xcalloc.
7967 * server.c (handle_search_memory): Back out calls to xmalloc,
7968 result is checked and error is returned to user upon failure.
7969 (handle_query): Ditto. Add more checks for result of malloc.
7970 (handle_v_cont): Check result of malloc, report error back to
7971 user upon failure.
7972 (handle_v_run): Ditto. Call freeargv.
7973 * server.h (freeargv): Declare.
7974 * utils.c (freeargv): New fn.
7975
54363045
DE
79762009-01-15 Doug Evans <dje@google.com>
7977
f626972c
DE
7978 * gdbreplay.c (perror_with_name): Make arg const char *.
7979 * server.h (target_signal_to_name): Make return type const char *.
0842e787 7980 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 7981 * utils.c (perror_with_name): Make arg const char *.
54363045 7982
18aae699
PA
79832009-01-14 Pedro Alves <pedro@codesourcery.com>
7984
7985 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
7986 when handling a EXIT_PROCESS_DEBUG_EVENT.
7987
ff703abe
JB
79882009-01-06 Joel Brobecker <brobecker@adacore.com>
7989
7990 * gdbreplay.c (gdbreplay_version): Update copyright year.
7991 * server.c (gdbserver_version): Likewise.
7992
f21cc1a2 79932009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
7994
7995 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 7996 (handle_extended_wait): Improve comment.
0e21c1ec 7997
bca929d3
DE
79982008-12-13 Doug Evans <dje@google.com>
7999
8000 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
8001 * server.h (ATTR_MALLOC): New macro.
8002 (xmalloc,xcalloc,xstrdup): Declare.
8003 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
8004 * inferiors.c: Ditto.
8005 * linux-low.c: Ditto.
8006 * mem-break.c: Ditto.
8007 * regcache.c: Ditto.
8008 * remote-utils.c: Ditto.
8009 * server.c: Ditto.
8010 * target.c: Ditto.
8011 * win32-low.c: Ditto.
8012
97438e3f
DE
80132008-12-12 Doug Evans <dje@google.com>
8014
896c7fbb
DE
8015 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
8016 in debugging printf.
8017
97438e3f
DE
8018 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
8019
e3b886f8
DE
80202008-12-09 Doug Evans <dje@google.com>
8021
8022 * linux-low.h (struct process_info): Delete member tid, unused.
8023 * thread-db.c (find_one_thread): Update.
8024 (maybe_attach_thread): Update.
8025
07e059b5
VP
80262008-12-02 Pedro Alves <pedro@codesourcery.com>
8027
889bf7c5
PA
8028 * target.h (struct target_ops): Add qxfer_osdata member.
8029 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
8030 and dirent.h.
8031 (linux_qxfer_osdata): New functions.
8032 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
8033 callback.
8034 * server.c (handle_query): Handle "qXfer:osdata:read:".
8035 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
8036 (buffer_xml_printf): New functions.
8037 * server.h (struct buffer): New.
8038 (buffer_grow_str, buffer_grow_str0): New macros.
8039 (buffer_grow, buffer_free, buffer_init, buffer_finish)
8040 (buffer_xml_printf): Declare.
07e059b5 8041
4cab47ab
DE
80422008-11-24 Doug Evans <dje@google.com>
8043
8044 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
8045
f142445f
DJ
80462008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
8047
8048 * server.c (handle_v_run): Always use the supplied argument list.
8049
d0107bb6 80502008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 8051
d0107bb6
BW
8052 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
8053 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 8054
2c4ad781
TJB
80552008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8056
8057 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
8058 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
8059 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
8060 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
8061 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
8062 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
8063 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
8064 XML target descriptions.
8065 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
8066 when inferior is running on an ISA 2.05 or later processor. Add
8067 special case to return offset for full 64-bit slot of FPSCR when
8068 in 32-bits.
8069
dfb64f85
DJ
80702008-11-14 Daniel Gutson <dgutson@codesourcery.com>
8071
8072 * Makefile.in (SFILES, clean): Added sparc64 files.
8073 (reg-sparc64.o, reg-sparc64.c): New.
8074 * configure.srv (sparc*-*-linux*): New configuration.
8075 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
8076 syscall arguments for SPARC.
8077 (regsets_store_inferior_registers): Likewise.
8078 * linux-sparc-low.c: New file.
8079
66b6e1dd
DE
80802008-10-21 Doug Evans <dje@google.com>
8081
8082 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
8083 (READLINE_DIR,READLINE_DEP): Delete.
8084 (INTERNAL_CFLAGS): Update.
8085 (LINTFLAGS): Update.
8086
9b710a42
PA
80872008-10-10 Pedro Alves <pedro@codesourcery.com>
8088
8089 * server.c (handle_v_run): If GDB didn't specify an argv, use the
8090 whole argv from the last run, not just argv[0].
8091
5822d809
PA
80922008-09-08 Pedro Alves <pedro@codesourcery.com>
8093
8094 * regcache.c (new_register_cache): Return NULL if the register
8095 cache size isn't known yet.
8096 (free_register_cache): Avoid dereferencing a NULL regcache.
8097
74aac56f
DJ
80982008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8099
8100 * configure.srv: Merge MIPS and MIPS64.
8101
400b20f5
MR
81022008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
8103
8104 * Makefile.in (uninstall): Apply $(EXEEXT) too.
8105
677c5bb1
LM
81062008-08-18 Luis Machado <luisgpm@br.ibm.com>
8107
8108 * Makefile.in: Add required vsx dependencies.
8109
8110 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
8111 Declare init_registers_powerpc_vsx32l.
8112 Declare init_registers_powerpc_vsx64l.
8113 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
8114 (ppc_arch_setup): Check for VSX in hwcap.
8115 (ppc_fill_vsxregset): New function.
8116 (ppc_store_vsxregset): New function.
8117 Add new VSX entry in regset_info target_regsets.
8118
8119 * configure.srv: Add new VSX dependencies.
8120
a6f3e723
SL
81212008-08-12 Pedro Alves <pedro@codesourcery.com>
8122
8123 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
8124 (remote_open): Set or clear transport_is_reliable.
8125 (putpkt_binary): Don't expect acks in noack mode.
8126 (getpkt): Don't send ack/nac in noack mode.
8127 * server.c (handle_general_set): Handle QStartNoAckMode.
8128 (handle_query): If connected by tcp pass QStartNoAckMode+ in
8129 qSupported.
8130 (main): Reset noack_mode on every connection.
8131 * server.h (noack_mode): Declare.
8132
a417dc56
RW
81332008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8134
8135 * Makefile.in (GDBREPLAY_OBS): New variable.
8136 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
8137
3221518c
UW
81382008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
8139 Daniel Jacobowitz <dan@codesourcery.com>
8140
8141 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
8142 (usr_store_inferior_registers): Likewise.
8143 (regsets_store_inferior_registers): Likewise.
8144
ec56be1b
PA
81452008-07-31 Rolf Jansen <rj@surtec.com>
8146 Pedro Alves <pedro@codesourcery.com>
8147
8148 * configure.ac: Check for memmem declaration.
8149 * server.c [HAVE_MALLOC_H]: Include malloc.h.
8150 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
8151 (disable_packet_qfThreadInfo): Unconditionally compile.
8152 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
8153 * configure, config.in: Regenerate.
8154
2fe5e3ff
DE
81552008-07-28 Doug Kwan <dougkwan@google.com>
8156
8157 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
8158 (linux_write_memory): Remove declaration of errno.
8159
836acd6d
UW
81602008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
8161
8162 * linux-low.c (handle_extended_wait): Do not use "status"
8163 variable uninitialized.
8164
aeba519e
PA
81652008-07-07 Pedro Alves <pedro@codesourcery.com>
8166
8167 * server.c (handle_v_attach): Inhibit reporting dll changes.
8168
db42f210
PA
81692008-06-27 Pedro Alves <pedro@codesourcery.com>
8170
8171 * remote-utils.c (prepare_resume_reply): If requested, don't
8172 output "thread:TID" in the T stop reply.
8173
8174 * server.c (disable_packet_vCont, disable_packet_Tthread)
8175 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
8176 (handle_query): If requested, disable support for qC, qfThreadInfo
8177 and qsThreadInfo.
8178 (handle_v_requests): If requested, disable support for vCont.
8179 (gdbserver_show_disableable): New.
8180 (main): Handle --disable-packet and --disable-packet=LIST.
8181
8182 * server.h (disable_packet_vCont, disable_packet_Tthread)
8183 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
8184
8e4c5421
CD
81852008-06-20 Carlos O'Donell <carlos@codesourcery.com>
8186
8187 * server.c (gdbserver_usage): Mention --version.
8188
6e23a804
DJ
81892008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
8190
8191 * Makefile.in (gdbreplay.o): New rule.
8192
90aa6a40
JM
81932008-06-06 Joseph Myers <joseph@codesourcery.com>
8194
8195 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
8196 message, not gdbserver.
8197
c16158bc 81982008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
8199 Nathan Sidwell <nathan@codesourcery.com>
8200 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
8201
8202 * acinclude.m4: Include ../../config/acx.m4.
8203 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
8204 * configure, config.in: Regenerate.
8205 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
8206 * server.c (gdbserver_version): Print PKGVERSION.
8207 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
8208 (main): Adjust gdbserver_usage calls.
8209 * gdbreplay.c (version, host_name): Add declarations.
8210 (gdbreplay_version, gdbreplay_usage): New.
8211 (main): Accept --version and --help options.
8212
aeb75bf5
DJ
82132008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
8214
8215 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
8216 (arm_breakpoint_at): Handle Thumb.
8217 (the_low_target): Add comment.
8218
76b233dd
UW
82192008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
8220
8221 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
8222
08388c79
DE
82232008-05-09 Doug Evans <dje@google.com>
8224
a3c83fae
DE
8225 * server.h (decode_search_memory_packet): Declare.
8226 * remote-utils.c (decode_search_memory_packet): New fn.
8227 * server.c (handle_search_memory_1): New fn.
08388c79
DE
8228 (handle_search_memory): New fn.
8229 (handle_query): Process qSearch:memory packets.
8230
bb9c3d36
UW
82312008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
8232
8233 * regcache.c (registers_length): Remove.
8234 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
8235 full register packet.
8236 * regcache.h (registers_length): Remove prototype.
8237 * server.h (PBUFSIZ): Define to 16384.
8238
7284e1be
UW
82392008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
8240
8241 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
8242 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
8243 powerpc-64l.o, and powerpc-altivec64l.o.
8244 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
8245 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
8246 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
8247 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
8248 rs6000/power-linux.xml, and rs6000/power64-linux.xml
8249 to srv_xmlfiles.
8250
8251 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
8252 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
8253 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
8254 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
8255 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
8256 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
8257 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
8258 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
8259 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
8260 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
8261 (clean): Update.
8262
8263 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
8264 (init_registers_powerpc_32l): ... this new prototype.
8265 (init_registers_powerpc_32): Remove, replace by ...
8266 (init_registers_powerpc_altivec32l): ... this new prototype.
8267 (init_registers_powerpc_e500): Remove, replace by ...
8268 (init_registers_powerpc_e500l): ... this new prototype.
8269 (init_registers_ppc64): Remove, replace by ...
8270 (init_registers_powerpc_64l): ... this new prototype.
8271 (init_registers_powerpc_64): Remove, replace by ...
8272 (init_registers_powerpc_altivec64l): ... this new prototype.
8273 (ppc_num_regs): Set to 73.
8274 (PT_ORIG_R3, PT_TRAP): Define if necessary.
8275 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
8276 (ppc_cannot_store_register): Handle orig_r3 and trap.
8277 (ppc_arch_setup): Update init_registers_... calls.
8278 (ppc_fill_gregset): Handle orig_r3 and trap.
8279
8280 * inferiors.c (clear_inferiors): Reset current_inferior.
8281
fdc59709
PB
82822008-04-23 Paolo Bonzini <bonzini@gnu.org>
8283
889bf7c5
PA
8284 * acinclude.m4: Add override.m4.
8285 * configure: Regenerate.
fdc59709 8286
c9b2f845
UW
82872008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8288
8289 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
8290 initial call to init_register_ppc64.
8291
550512b8
UW
82922008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8293
43aaf8b6
PA
8294 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
8295 single powerpc*-*-linux* case.
550512b8
UW
8296 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
8297
b6430ec3
UW
82982008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
8299
8300 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 8301 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
8302 from reg_xmlfiles.
8303 * linux-ppc-low.c: Include <elf.h>.
8304 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
8305 (ppc_hwcap): New global variable.
8306 (ppc_regmap): Remove __SPE__ #ifdef sections.
8307 (ppc_regmap_e500): New global variable.
8308 (ppc_cannot_store_register): Update __SPE__ special case.
8309 (ppc_get_hwcap): New function.
8310 (ppc_arch_setup): Use it to determine whether inferior supports
8311 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
8312 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
8313 Do not access registers if target does not support AltiVec.
8314 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
8315 Do not access registers if target does not support SPE.
8316 (target_regsets): Unconditionally include AltiVec and SPE regsets.
8317
52fa2412
UW
83182008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8319
8320 * linux-low.c (disabled_regsets, num_regsets): New.
8321 (use_regsets_p): Delete.
8322 (linux_wait_for_process): Clear disabled_regsets.
8323 (regsets_fetch_inferior_registers): Check and set it.
8324 (regsets_store_inferior_registers): Likewise.
8325 (linux_fetch_registers, linux_store_registers): Do not use
8326 use_regsets_p.
8327 (initialize_low): Allocate disabled_regsets.
8328
e28b3332
DJ
83292008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8330
8331 * Makefile.in (LIBOBJS): New.
8332 (OBS): Use LIBOBJS.
8333 (memmem.o): New rule.
8334 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
8335 * configure: Regenerated.
8336
4536995d
UW
83372008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
8338
8339 * server.c (handle_query): Never return "unsupported" for
8340 qXfer:features:read queries.
8341
221c031f
UW
83422008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8343
8344 * server.c (get_features_xml): Fix inverted condition.
8345 (handle_query): Always support qXfer:feature:read.
8346
ccd213ac
DJ
83472008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
8348
8349 * server.c (wrapper_argv): New.
8350 (start_inferior): Handle wrapper_argv. If set, expect an extra
8351 trap.
8352 (gdbserver_usage): Document --wrapper.
8353 (main): Parse --wrapper.
8354
6fe305f7
UW
83552008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8356
8357 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
8358 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
8359 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
8360 (ppc_set_pc): Likewise.
8361 (ppc_arch_setup): New function.
8362 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
8363 of collect_register.
889bf7c5 8364 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 8365
5b0a002e
UW
83662008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8367
8368 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
8369 instead of linux-ppc64-low.o.
8370 * linux-ppc64-low.c: Remove file.
8371 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
8372 (linux-ppc64-low.o): Remove rule.
8373
8374 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
8375 (init_registers_powerpc_64): Likewise.
8376 (ppc_regmap): Conditionally define depending on __powerpc64__.
8377 (ppc_cannot_store_register): Do not special-case "fpscr" when
8378 compiled on __powerpc64__.
8379 (ppc_collect_ptrace_register): New function.
8380 (ppc_supply_ptrace_register): New function.
8381 (ppc_breakpoint): Change type to "unsigned int".
8382 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
8383 (the_low_target): Conditionally provide initializers for the
889bf7c5 8384 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
8385 collect_ptrace_register and supply_ptrace_register members.
8386
9b4b61c8
UW
83872008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8388
8389 * regcache.h (gdbserver_xmltarget): Add extern declaration.
8390 * server.c (gdbserver_xmltarget): Define.
8391 (get_features_xml): Use it to replace "target.xml" and arch_string.
8392
8393 * configure.srv: Remove srv_xmltarget. Add XML files that were
8394 mentioned there to srv_xmlfiles instead. Remove conditional tests
8395 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
8396 srv_xmlfiles and srv_regobj to include all possible choices.
8397 * configure.ac (srv_xmltarget): Remove.
8398 (srv_xmlfiles): Do not add "target.xml".
8399 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
8400 checks for supplementary target information.
8401 * configure: Regenerate.
8402 * Makefile.in (XML_TARGET): Remove.
8403 (target.xml): Remove rule.
8404 (clean): Do not clean up target.xml.
8405 (.PRECIOUS): Do not mention target.xml.
8406
8407 * target.h (struct target_ops): Remove arch_string member.
8408 * linux-low.c (linux_arch_string): Remove.
8409 (linux_target_ops): Remove arch_string initializer.
8410 * linux-low.h (struct linux_target_ops): Remove arch_string member.
8411 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
8412 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
8413 * spu-low.c (spu_arch_string): Remove.
8414 (spu_target_ops): Remove arch_string initializer.
8415 * win32-low.c (win32_arch_string): Remove.
8416 (win32_target_ops): Remove arch_string initializer.
8417 * win32-low.h (struct win32_target_ops): Remove arch_string member.
8418 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
8419 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
8420
ee1a7ae4
UW
84212008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8422
8423 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
8424 by collect_ptrace_register and supply_ptrace_register hooks.
8425 * linux-low.c (fetch_register): Use supply_ptrace_register callback
8426 instead of checking for the_low_target.left_pad_xfer.
8427 (usr_store_inferior_registers): Use collect_ptrace_register callback
8428 instead of checking for the_low_target.left_pad_xfer.
8429
8430 * linux-s390-low.c (s390_collect_ptrace_register): New function.
8431 (s390_supply_ptrace_register): Likewise.
8432 (s390_fill_gregset): Call s390_collect_ptrace_register.
8433 (the_low_target): Update.
8434
8435 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
8436 (ppc_supply_ptrace_register): Likewise.
8437 (the_low_target): Update.
8438
8439 * linux-i386-low.c (the_low_target): Update.
8440 * linux-x86-64-low.c (the_low_target): Update.
8441
d61ddec4
UW
84422008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8443
8444 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
8445 reg-s390.o and reg-s390x.o.
8446
8447 * linux-low.c (new_inferior): New global variable.
8448 (linux_create_inferior, linux_attach): Set it.
8449 (linux_wait_for_process): Call the_low_target.arch_setup after the
8450 target has stopped for the first time.
8451 (initialize_low): Do not call the_low_target.arch_setup.
8452
8453 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
8454 (s390_set_pc): Likewise.
8455 (s390_arch_setup): New function.
8456 (the_low_target): Use s390_arch_setup as arch_setup routine.
8457
8458 * regcache.c (realloc_register_cache): New function.
8459 (set_register_cache): Call it for each existing regcache.
8460
d05b4ac3
UW
84612008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8462
8463 * server.h (init_registers): Remove prototype.
8464
8465 * linux-low.h (struct linux_target_ops): Add arch_setup field.
8466 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
8467 instead of init_registers ().
8468 * linux-arm-low.c (init_registers_arm): Add prototype.
8469 (init_registers_arm_with_iwmmxt): Likewise.
8470 (the_low_target): Add initializer for arch_setup field.
8471 * linux-cris-low.c (init_registers_cris): Add prototype.
8472 (the_low_target): Add initializer for arch_setup field.
8473 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
8474 (the_low_target): Add initializer for arch_setup field.
8475 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
8476 (the_low_target): Add initializer for arch_setup field.
8477 * linux-ia64-low.c (init_registers_ia64): Add prototype.
8478 (the_low_target): Add initializer for arch_setup field.
8479 * linux-m32r-low.c (init_registers_m32r): Add prototype.
8480 (the_low_target): Add initializer for arch_setup field.
8481 * linux-m68k-low.c (init_registers_m68k): Add prototype.
8482 (the_low_target): Add initializer for arch_setup field.
8483 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
8484 (init_registers_mips64_linux): Likewise.
8485 (the_low_target): Add initializer for arch_setup field.
8486 * linux-ppc-low.c (init_registers_ppc): Add prototype.
8487 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
8488 (the_low_target): Add initializer for arch_setup field.
8489 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
8490 (init_registers_powerpc_64): Likewise.
8491 (the_low_target): Add initializer for arch_setup field.
8492 * linux-s390-low.c (init_registers_s390): Add prototype.
8493 (init_registers_s390x): Likewise.
8494 (the_low_target): Add initializer for arch_setup field.
8495 * linux-sh-low.c (init_registers_sh): Add prototype.
8496 (the_low_target): Add initializer for arch_setup field.
8497 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
8498 (the_low_target): Add initializer for arch_setup field.
8499 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
8500 (the_low_target): Add initializer for arch_setup field.
8501
8502 * win32-low.h (struct win32_target_ops): Add arch_setup field.
8503 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
8504 instead of init_registers ().
8505 * win32-arm-low.c (init_registers_arm): Add prototype.
8506 (the_low_target): Add initializer for arch_setup field.
8507 * win32-i386-low.c (init_registers_i386): Add prototype.
8508 (the_low_target): Add initializer for arch_setup field.
8509
8510 * spu-low.c (init_registers_spu): Add prototype.
8511 (initialize_low): Call initialie_registers_spu () instead of
8512 initialize_registers ().
8513
fd96d250
PA
85142008-02-19 Pedro Alves <pedro@codesourcery.com>
8515
8516 * server.c (handle_v_requests): When handling the vRun and vAttach
8517 packets, if already debugging a process, don't kill it. Return an
8518 error instead.
8519
d41b6bb4
DJ
85202008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
8521
8522 * server.c (handle_query): Correct length check.
8523
5ac588cf
PA
85242008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
8525
8526 * win32-low.c (do_initial_child_stuff): Add process handle
8527 parameter. Set current_process_handle and current_process_id from the
8528 parameters. Clear globals.
8529 (win32_create_inferior): Don't set current_process_handle and
8530 current_process_id here. Instead pass them on the call to
8531 do_initial_child_stuff.
8532 (win32_attach): Likewise.
8533 (win32_clear_inferiors): New.
8534 (win32_kill): Don't close the current process handle or the
8535 current thread handle here. Instead call win32_clear_inferiors.
8536 (win32_detach): Don't open a new handle to the process. Call
8537 win32_clear_inferiors.
8538 (win32_join): Don't rely on current_process_handle; open a new
8539 handle using the process id.
8540 (win32_wait): Call win32_clear_inferiors when the inferior process
8541 has exited.
8542
ecd7ecbc
DJ
85432008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
8544
8545 * server.c (monitor_show_help): Add "exit".
8546
1525d545
MG
85472008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
8548
ecd7ecbc 8549 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
8550 (clean): Add reg-xtensa.c.
8551 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
8552 * configure.srv (xtensa*-*-linux*) New target.
8553 * linux-xtensa-low.c: New.
8554 * xtensa-xtregs.c: New.
1525d545 8555
59a016f0
PA
85562008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
8557
8558 * hostio.c: Don't include errno.h.
8559 (errno_to_fileio_errno): Move to hostio-errno.
8560 * hostio.c: (hostio_error): Remove the error parameter. Defer the
8561 error number outputting to the target->hostio_last_error callback.
8562 (hostio_packet_error): Use FILEIO_EINVAL directly.
8563 (handle_open, handle_pread, hostio_error, handle_unlink): Update
8564 calls to hostio_error.
8565 * hostio-errno.c: New.
8566 * server.h (hostio_last_error_from_errno): Declare.
8567 * target.h (target_ops): Add hostio_last_error member.
8568 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
8569 as hostio_last_error handler.
889bf7c5 8570 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
8571 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
8572 (wince_hostio_last_error): New functions.
8573 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
8574 as hostio_last_error handler.
8575 (win32_target_ops) [!_WIN32_WCE]: Register
8576 hostio_last_error_from_errno as hostio_last_error handler.
8577 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
8578 (hostio-errno.o): New rule.
8579 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
8580 * configure.srv (srv_hostio_err_objs): New variable. Default to
8581 hostio-errno.o.
8582 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
8583 * configure: Regenerate.
8584
2d717e4f
DJ
85852008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8586
8587 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
8588 (linux_kill, linux_detach): Clean up the process list.
8589 * remote-utils.c (remote_open): Improve port number parsing.
8590 (putpkt_binary, input_interrupt): Only send interrupts if the target
8591 is running.
8592 * server.c (extended_protocol): Make static.
8593 (attached): Define earlier.
8594 (exit_requested, response_needed, program_argv): New variables.
8595 (target_running): New.
8596 (start_inferior): Clear attached here.
8597 (attach_inferior): Set attached here.
8598 (require_running): Define.
8599 (handle_query): Use require_running and target_running. Implement
8600 "monitor exit".
8601 (handle_v_attach, handle_v_run): New.
8602 (handle_v_requests): Use require_running. Handle vAttach and vRun.
8603 (gdbserver_usage): Update.
8604 (main): Redo argument parsing. Handle --debug and --multi. Handle
8605 --attach along with other options or after the port. Save
8606 program_argv. Support no initial program. Resynchronize
8607 communication with GDB after an error. Handle "monitor exit".
8608 Use require_running and target_running. Always allow the extended
8609 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
8610 restart in extended mode.
8611 * README: Refer to the GDB manual. Update --attach usage.
8612
7407e2de
AS
86132007-12-20 Andreas Schwab <schwab@suse.de>
8614
8615 * linux-low.c (STACK_SIZE): Define.
8616 (linux_tracefork_child): Use it. Use __clone2 on ia64.
8617 (linux_test_for_tracefork): Likewise.
8618
b65d95c5
DJ
86192007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
8620
8621 * linux-low.c (linux_wait_for_event): Update messages. Do not
8622 reinsert auto-delete breakpoints.
8623 * mem-break.c (struct breakpoint): Change return type of handler to
8624 int.
8625 (set_breakpoint_at): Update handler type.
8626 (reinsert_breakpoint_handler): Return 1 instead of calling
8627 delete_breakpoint.
8628 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
8629 setting a new one.
8630 (check_breakpoints): Delete auto-delete breakpoints and return 2.
8631 * mem-break.h (set_breakpoint_at): Update handler type.
8632 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
8633 * win32-low.c (auto_delete_breakpoint): New.
8634 (get_child_debug_event): Use it.
8635
4e799345
DJ
86362007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8637
8638 * configure.ac: Check for pread and pwrite.
8639 * hostio.c (handle_pread): Fall back to lseek and read.
8640 (handle_pwrite): Fall back to lseek and write.
8641 * config.in, configure: Regenerated.
8642
27524b67
DJ
86432007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
8644
8645 * server.c (myresume): Add own_buf argument.
8646 (main): Update calls.
8647
a20d5e98
DJ
86482007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
8649
8650 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
8651 * remote-utils.c (remote_open): Do not call disable_async_io.
8652 (block_async_io): Delete.
8653 (unblock_async_io): Make static.
8654 (initialize_async_io): New.
8655 * server.c (handle_v_cont): Handle async I/O here.
8656 (myresume): Likewise. Move other common resume tasks here...
8657 (main): ... from here. Call initialize_async_io. Disable async
8658 I/O before the main loop.
8659 * server.h (initialize_async_io): Declare.
8660 (block_async_io, unblock_async_io): Delete prototypes.
8661 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
8662
b79d787e
DJ
86632007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
8664
8665 * remote-utils.c (readchar): Allow binary data in received messages.
8666
d97903b2
PA
86672007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8668
8669 * win32-low.c (attaching): New global.
8670 (win32_create_inferior): Clear the `attaching' global.
8671 (win32_attach): Set the `attaching' global.
8672 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
8673 attaching. Only set a breakpoint at the entry point if not
8674 attaching.
8675
311de423
PA
86762007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8677
8678 * server.c (main): Don't report dll events on the initial
8679 connection on attaches.
8680
6c2d16d2
PA
86812007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8682
8683 * server.c (main): Relax numerical bases supported for the pid of
8684 the --attach command line argument.
8685
5ca906e6
PA
86862007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8687
8688 * win32-low.c (win32_attach): Call OpenProcess before
8689 DebugActiveProcess, not after. Add last error output to error
8690 call.
8691
9c6c8194
PA
86922007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8693
8694 * win32-low.c (win32_get_thread_context)
8695 (win32_set_thread_context): New functions.
8696 (thread_rec): Use win32_get_thread_context.
8697 (continue_one_thread, win32_resume): Use win32_set_thread_context.
8698 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
8699 field.
8700
4d5d1aaa
PA
87012007-12-03 Leo Zayas
8702 Pedro Alves <pedro_alves@portugalmail.pt>
8703
8704 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
8705 global variables.
8706 (child_add_thread): Minor cleanup.
8707 (child_continue): Resume artificially suspended threads before
8708 calling ContinueDebugEvent.
8709 (suspend_one_thread): New.
8710 (fake_breakpoint_event): New.
8711 (get_child_debug_event): Change return type to int. Check here if
8712 gdb sent an interrupt request. If a soft interrupt was requested,
8713 fake a breakpoint event. Return 0 if there is no event to handle,
8714 and 1 otherwise.
8715 (win32_wait): Don't check here if gdb sent an interrupt request.
8716 Ensure there is a valid event to handle.
8717 (win32_request_interrupt): Add soft interruption method as last
8718 resort.
8719
c436e841
PA
87202007-12-03 Leo Zayas
8721 Pedro Alves <pedro_alves@portugalmail.pt>
8722
8723 * win32-low.h (win32_thread_info): Add descriptions to the
8724 structure members. Replace `suspend_count' counter by a
8725 `suspended' flag.
8726 * win32-low.c (thread_rec): Update condition of when to get the
8727 context from the inferior. Rely on ContextFlags being set if it
8728 has already been retrieved. Only suspend the inferior thread if
8729 we haven't already. Warn if that fails.
8730 (continue_one_thread): s/suspend_count/suspended/. Only call
8731 ResumeThread once. Warn if that fails.
8732
e7b5fa67
PA
87332007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
8734
8735 * win32-low.c (win32_wait): Don't read from the inferior when it
8736 has already exited.
8737
a385171d
PA
87382007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
8739
8740 * Makefile.in (win32_low_h): New variable.
8741 (win32-low.o): Add dependency on $(win32_low_h).
8742 (win32-arm-low.o, win32-i386-low.o): New rules.
8743
f80c84b3
DJ
87442007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8745
8746 * hostio.c: Correct copyright year.
8747
a6b151f1
DJ
87482007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8749
8750 * Makefile.in (OBS): Add hostio.o.
8751 (hostio.o): New rule.
8752 * server.h (handle_vFile): Declare.
8753 * hostio.c: New file.
8754 * server.c (handle_v_requests): Take packet_len and new_packet_len
8755 for binary packets. Call handle_vFile.
8756 (main): Update call to handle_v_requests.
8757
f9387fc3
DJ
87582007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
8759
8760 * linux-low.c: Include <sched.h>.
8761
51c2684e
DJ
87622007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
8763
8764 * linux-low.c (linux_tracefork_grandchild): New.
8765 (linux_tracefork_child): Use clone.
8766 (linux_test_for_tracefork): Use clone; allocate and free a stack.
8767
75f83163
JB
87682007-10-31 Joel Brobecker <brobecker@adacore.com>
8769
8770 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
8771
da5898ce
DJ
87722007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8773
8774 * linux-low.c (handle_extended_wait): Handle unexpected signals.
8775
24a09b5f
DJ
87762007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8777
8778 * inferiors.c (change_inferior_id): Delete.
8779 (add_pid_to_list, pull_pid_from_list): New.
8780 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
8781 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
8782 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
8783 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
8784 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
8785 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
8786 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
8787 (using_threads): Always set to 1.
8788 (handle_extended_wait): New.
8789 (add_process): Do not set TID.
8790 (linux_create_inferior): Set must_set_ptrace_flags.
8791 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
8792 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
8793 (linux_thread_alive): Rename TID argument to LWPID.
8794 (linux_wait_for_process): Handle unknown processes. Do not use TID.
8795 (linux_wait_for_event): Do not use TID or check using_threads. Update
8796 call to dead_thread_notify. Call handle_extended_wait.
8797 (linux_create_inferior): Use PTRACE_SETOPTIONS.
8798 (send_sigstop): Delete sigstop_sent.
8799 (wait_for_sigstop): Avoid TID.
8800 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
8801 (linux_test_for_tracefork): New.
8802 (linux_lookup_signals): Use thread_db_active and
8803 linux_supports_tracefork_flag.
8804 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
8805 * linux-low.h (get_process_thread): Avoid TID.
8806 (struct process_ifo): Move thread_known and tid to the end. Remove
8807 sigstop_sent.
8808 (linux_attach_lwp, thread_db_init): Update prototypes.
8809 * server.h (change_inferior_id): Delete prototype.
8810 (add_pid_to_list, pull_pid_from_list): New prototypes.
8811 * thread-db.c (thread_db_use_events): New.
8812 (find_first_thread): Rename to...
8813 (find_one_thread): ...this. Update callers and messages. Do not
8814 call fatal. Check thread_db_use_events. Do not call
8815 change_inferior_id or new_thread_notify.
8816 (maybe_attach_thread): Update. Do not call new_thread_notify.
8817 (thread_db_init): Set thread_db_use_events. Check use_events.
8818 * utils.c (fatal, warning): Correct message prefix.
8819
30ed0a8f
DJ
88202007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8821
8822 * Makefile.in (clean): Remove new files.
8823 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
8824 (powerpc-64.o, powerpc-64.c): New rules.
8825 * configure.srv: Use alternate register sets for powerpc64-*-linux*
8826 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
8827 with SPE.
8828 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
8829 SPE targets.
8830 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
8831 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
8832 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
8833 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
8834 (target_regsets): Add AltiVec and SPE register sets.
8835 * configure.ac: Check for AltiVec and SPE.
8836 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
8837 (ppc_fill_vrregset, ppc_store_vrregset): New.
8838 (target_regsets): Add AltiVec register set.
8839 * configure: Regenerated.
8840
fd462a61
DJ
88412007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8842
8843 * linux-low.c (O_LARGEFILE): Define.
8844 (linux_read_memory): Use /proc/PID/mem.
8845 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
8846 * configure, config.in: Regenerated.
8847
69f223ed
DJ
88482007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8849
8850 * linux-low.c (linux_wait_for_event): Do not pass signals while
8851 single-stepping.
8852
aec18585
PA
88532007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8854
8855 * win32-low.c (create_process): New.
8856 (win32_create_inferior): Use create_process instead of
8857 CreateProcess. If create_process failed retry appending an ".exe"
8858 suffix. Store the GetLastError result immediatelly after
8859 create_process calls and use it on the call to error.
8860
34d86ddd
PA
88612007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8862
8863 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
8864
5a0e3bd0
JB
88652007-08-23 Joel Brobecker <brobecker@adacore.com>
8866
8867 * configure.ac: Switch license to GPLv3.
8868
f88c79e6
MS
88692007-08-01 Michael Snyder <msnyder@access-company.com>
8870
8871 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
8872
6b3d9b83
PA
88732007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
8874
8875 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
8876 typedef.
8877 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
8878 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
8879 CloseToolhelp32Snapshot.
8880 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
8881 CloseToolhelp32Snapshot.
8882
c588c53c
MS
88832007-07-27 Michael Snyder <michael.snyder@access-company.com>
8884
8885 * server.c (main): Check for inferior exit before main loop.
8886
aa0403d9
PA
88872007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
8888
8889 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
8890 instead of on tmp_desc.
8891
255e7678
DJ
88922007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8893 Daniel Jacobowitz <dan@codesourcery.com>
8894
8895 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
8896 (add_thread): Minor cleanups.
8897 (clear_inferiors): Move lower in the file. Clear the DLL
8898 list.
8899 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
8900 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
8901 (xml_escape_text): New.
8902 * server.c (handle_query): Handle qXfer:libraries:read. Report it
8903 for qSupported.
8904 (handle_v_cont): Report errors.
8905 (gdbserver_version): Update.
8906 (main): Correct size of own_buf. Do not report initial DLL events.
8907 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
8908 (unloaded_dll, xml_escape_text): New.
8909 * win32-low.c (enum target_waitkind): Update comments.
8910 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
8911 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
8912 (win32_EnumProcessModules, win32_GetModuleInformation)
8913 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
8914 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
8915 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
8916 (win32_Module32First, win32_Module32Next, load_toolhelp)
8917 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
8918 (get_child_debug_event): Handle DLL events.
8919 (win32_wait): Likewise.
8920
0d37add9
DJ
89212007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8922
8923 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
8924 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
8925
45e2715e
PA
89262007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
8927
8928 * win32-low.c (handle_output_debug_string): Ignore event if not
8929 waiting.
8930
c5674cf1
PA
89312007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
8932
8933 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
8934
2bbe3cc1
DJ
89352007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
8936
8937 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
8938
ae13219e
DJ
89392007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8940
8941 * inferiors.c (change_inferior_id): Add comment.
8942 * linux-low.c (check_removed_breakpoint): Add an early
8943 prototype. Improve debug output.
8944 (linux_attach): Doc update.
8945 (linux_detach_one_process, linux_detach): Clean up before releasing
8946 each process.
8947 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
8948 * linux-low.h (struct process_info): Doc improvement.
8949 * mem-break.c (delete_all_breakpoints): New.
8950 * mem-break.h (delete_all_breakpoints): New prototype.
8951 * thread-db.c (find_first_thread): New.
8952 (thread_db_create_event): Call it instead of
8953 thread_db_find_new_threads. Clean up unused variables.
8954 (maybe_attach_thread): Remove first thread handling.
8955 (thread_db_find_new_threads): Use find_first_thread.
8956 (thread_db_get_tls_address): Likewise.
8957
4105de34
DJ
89582007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8959
8960 * thread-db.c (thread_db_find_new_threads): Add prototype.
8961 (thread_db_create_event): Check for the main thread before adding
8962 a new thread.
8963 (maybe_attach_thread): Only enable event reporting if TID == 0.
8964 (thread_db_get_tls_address): Check for new threads.
8965
2b876972
DJ
89662007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
8967
8968 * linux-low.c (linux_create_inferior): Try execv before execvp.
8969 * spu-low.c (spu_create_inferior): Likewise.
8970
7a245884
DJ
89712007-06-13 Mike Frysinger <vapier@gentoo.org>
8972
8973 * linux-low.c (linux_create_inferior): Change execv to execvp.
8974 * spu-low.c (spu_create_inferior): Likewies.
8975
117ce543
DJ
89762007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8977
8978 * Makefile.in (clean): Clean new files instead of deleted ones.
8979 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
8980 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
8981 rules.
8982 * configure.srv: Specify XML files and new regformats for MIPS and
8983 MIPS64 GNU/Linux.
8984 * linux-mips-low.c (mips_num_regs): Set to only used registers.
8985 (mips_regmap): Do not fetch $0. Remove unused registers. Add
8986 an entry for the restart register.
8987 (mips_cannot_fetch_register, mips_cannot_store_register)
8988 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
8989 register names to match the XML descriptions.
8990 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
8991 restart register instead of $0.
8992
0e7f50da
UW
89932007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8994 Markus Deuling <deuling@de.ibm.com>
8995
8996 * remote-utils.c (decode_xfer_write): New function.
8997 * server.h (decode_xfer_write): Add prototype.
8998 * server.c (handle_query): Add PACKET_LEN argument. Support
8999 qXfer:spu:read and qXfer:spu:write packets.
9000 (main): Pass packet_len to handle_query.
9001 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
9002 * target.h (target_ops): Add qxfer_spu.
9003
374c1d38
UW
90042007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
9005
9006 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
9007 accessing non-seekable spufs files.
9008
bb63802a
UW
90092007-05-16 Markus Deuling <deuling@de.ibm.com>
9010
889bf7c5 9011 * server.c (handle_query): Add reply for qC packet.
bb63802a 9012
7390519e
PA
90132007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9014 Leo Zayas <lerele@champenstudios@com>
9015
9016 * server.h (check_remote_input_interrupt_request): New function.
9017 * remote_utils.c (INVALID_DESCRIPTOR): New define.
9018 (remote_desc): Initialize with INVALID_DESCRIPTOR.
9019 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
9020 (check_remote_input_interrupt_request): New function.
9021 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 9022 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
9023 winapi_GenerateConsoleCtrlEvent): New typedefs.
9024 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
9025 to 250 ms.
9026 (win32_wait): Check for remote interrupt request
9027 with check_remote_input_interrupt_request.
9028 (win32_request_interrupt): New function.
9029 (win32_target_op): Set request_interrupt to win32_request_interrupt.
9030
34b34921
PA
90312007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9032
9033 * win32-low.c (debug_registers_changed,
9034 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
9035 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
9036 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
9037 (thread_rec): Get context using the low target.
9038 (child_add_thread): Call thread_added on the low target,
9039 which does the same thing.
9040 (regptr): Delete.
9041 (do_initial_child_stuff): Remove debug registers references.
9042 Set context using the low target. Resume threads after
9043 setting the contexts.
9044 (child_continue): Remove dead variable. Remove debug
9045 registers references.
9046 (child_fetch_inferior_registers): Go through the low target.
9047 (do_child_store_inferior_registers): Remove.
9048 (child_store_inferior_registers): Go through the low target.
9049 (win32_resume): Remove debug registers references.
9050 Set context using the low target.
9051 (handle_exception): Change return type to void. Don't record
9052 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
9053 first chance exception.
889bf7c5 9054 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
9055 goto loop. Always return after waiting for debug event.
9056 (win32_wait): Convert to switch statement. Handle spurious
9057 events.
9058
9059 * win32-i386-low.c (debug_registers_changed,
9060 debug_registers_used): New.
9061 (initial_stuff): Rename to ...
9062 (i386_initial_stuff): ... this. Clear debug registers
9063 state variables.
9064 (store_debug_registers): Delete.
9065 (i386_get_thread_context): New.
9066 (load_debug_registers): Delete.
9067 (i386_set_thread_context): New.
9068 (i386_thread_added): New.
9069 (single_step): Rename to ...
9070 (i386_single_step): ... this.
9071 (do_fetch_inferior_registers): Rename to ...
9072 (i386_fetch_inferior_register): ... this.
9073 (i386_store_inferior_register): New.
9074 (the_low_target): Adapt to new interface.
9075
9076 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
9077 (arm_get_thread_context): New.
9078 (arm_set_thread_context): New.
9079 (regptr): New.
9080 (do_fetch_inferior_registers): Rename to ...
9081 (arm_fetch_inferior_register): ... this.
9082 (arm_store_inferior_register): New.
9083 (arm_wince_breakpoint): Reimplement as unsigned long.
9084 (arm_wince_breakpoint_len): Define.
9085 (the_low_target): Adapt to new interface.
9086
9087 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
9088 load_debug_registers. Add get_thread_context, set_thread_context,
9089 thread_added and store_inferior_register. Rename
9090 fetch_inferior_registers to fetch_inferior_register.
9091 (regptr): Remove declaration.
9092
dd6953e1
PA
90932007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9094
9095 * linux-low.c (linux_detach): Change return type to int. Return 0.
9096 * spu-low.c (spu_detach): Likewise.
9097
444d6139
PA
90982007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9099
9100 * target.h (target_ops): Change return type of detach to int.
9101 Add join.
9102 (join_inferior): New.
9103 * server.c (main): Don't skip detach support on mingw32.
9104 If the inferior doesn't support detaching return error.
9105 Call join_inferior instead of using waitpid.
9106 * linux-low.c (linux_join): New.
9107 (linux_target_op): Add linux_join.
9108 * spu-low.c (spu_join): New.
9109 (spu_target_ops): Add spu_join.
9110 * win32-low.c (win32_detach): Adapt to new interface.
9111 Reopen current_process_handle before detaching. Issue a child
9112 resume before detaching.
9113 (win32_join): New.
9114 (win32_target_op): Add win32_join.
9115
1d5315fe
PA
91162007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9117
9118 * win32-low.c (win32-attach): Fix return value.
9119 * target.h (target_ops): Describe ATTACH return values.
9120
bf914831
PA
91212007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9122
9123 * win32-low.c (GETPROCADDRESS): Define.
9124 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
9125 (winapi_DebugSetProcessKillOnExit): Likewise.
9126 (win32_create_inferior): Force usage of ansi CreateProcessA.
9127 (win32_attach): Use GETPROCADDRESS.
9128 (win32_detach): Likewise.
9129
f72f3e60
PA
91302007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
9131
9132 * win32-low.c (win32_wait): Don't use WSTOPSIG.
9133
ed50f18f
PA
91342007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
9135
9136 * win32-low.c: Commit leftover changes from 2007-03-29.
9137
0c2ead7e
DJ
91382007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9139
9140 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
9141 fields short instead of int. Add explicit padding.
9142 (i387_cache_to_fsave): Remove unnecessary casts.
9143 (i387_fsave_to_cache): Doc fix.
9144 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
9145
73725ff3
DJ
91462007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9147
9148 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
9149 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
9150
d99f33d8
PA
91512007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9152
9153 * configure.srv (arm*-*-mingw32ce*): Move near the other
9154 arm targets.
9155
68070c10
PA
91562007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
9157
2482afc6 9158 * configure.ac: Add errno checking.
68070c10
PA
9159 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
9160 sys/file.h and malloc.h.
9161 (AC_CHECK_DECLS): Add perror.
9162 (srv_mingwce): Handle.
2482afc6 9163 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
9164 win32-i386-low.o to srv_tgtobj.
9165 (i[34567]86-*-mingw*): Likewise.
9166 (arm*-*-mingw32ce*): Add case.
9167 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9168 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
9169 [__MINGW32CE__] (strerror): New function.
9170 [__MINGW32CE__] (errno): Define to GetLastError.
9171 [__MINGW32CE__] (COUNTOF): New macro.
9172 (remote_open): Remove extra close call.
9173 * mem-break.c (delete_breakpoint_at): New function.
9174 * mem-break.h (delete_breakpoint_at): Declare.
9175 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
9176 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
9177 [USE_WIN32API] (read, write): Add char* casts.
9178 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
9179 * server.h: Include wincecompat.h on Windows CE.
9180 [HAVE_ERRNO_H]: Check.
9181 (perror): Declare if not declared.
9182 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
9183 (perror_with_name): Remove errno declaration.
9184 * wincecompat.h: New.
9185 * wincecompat.c: New.
9186 * win32-low.h: New.
9187 * win32-arm-low.c: New.
9188 * win32-i386-low.c: New.
9189 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
9190 (OUTMSG2): Make it safe.
9191 (_T): New macro.
9192 (COUNTOF): New macro.
9193 (NUM_REGS): Get it from the low target.
9194 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
9195 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
9196 (thread_rec): Let low target handle debug registers.
9197 (child_add_thread): Likewise.
9198 (child_init_thread_list): Likewise.
9199 (continue_one_thread): Likewise.
9200 (regptr): New.
9201 (do_child_fetch_inferior_registers): Move to ...
9202 * win32-i386-low.c: ... here, and rename to ...
9203 (do_fetch_inferior_registers): ... this.
889bf7c5 9204 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
9205 Go through the low target.
9206 (do_child_store_inferior_registers): Use regptr.
9207 (strwinerror): New function.
9208 (win32_create_inferior): Handle Windows CE.
9209 Use strwinerror instead of strerror on Windows error
9210 codes. Add program to the error output.
9211 Don't close the main thread handle on Windows CE.
9212 (win32_attach): Use coredll.dll on Windows CE.
9213 (win32_kill): Close current process and current
9214 thread handles.
9215 (win32_detach): Use coredll.dll on Windows CE.
9216 (win32_resume): Let low target handle debug registers, and
9217 step request.
9218 (handle_exception): Add/Remove initial breakpoint. Avoid
9219 non-existant WSTOPSIG on Windows CE.
9220 (win32_read_inferior_memory): Cast to remove warning.
9221 (win32_arch_string): Go through the low target.
9222 (initialize_low): Call set_breakpoint_data with the low
9223 target's breakpoint.
9224 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
9225 FOP_REGNUM, mappings): Move to ...
9226 * win32-i386-low.c: ... here.
9227 * win32-low.c (win32_thread_info): Move to ...
9228 * win32-low.h: ... here.
9229 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
9230 win32-arm-low.c and wincecompat.c.
9231 (all:): Add $EXEEXT.
9232 (install-only:): Likewise.
9233 (gdbserver:): Likewise.
9234 (gdbreplay:): Likewise.
9235 * config.in: Regenerate.
9236 * configure: Regenerate.
9237
41093d81
PA
92382007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9239
9240 * win32-low.c: Rename typedef thread_info to
9241 win32_thread_info throughout.
9242
544afa54
PA
92432007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9244
9245 * win32-i386-low.c: Rename to ...
9246 * win32-low.c: ... this.
9247 * configure.srv: Replace win32-i386-low.o with win32-low.o.
9248 * Makefile.in: Likewise.
9249
bce7165d
PA
92502007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
9251
9252 * remote-utils.c (monitor_output): Constify msg parameter.
9253 * server.h (monitor_output): Likewise.
9254 * win32-i386-low.c (handle_output_debug_string): New.
9255 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
9256 handle_output_debug_string.
9257 (get_child_debug_event): Likewise.
9258
506c7aa0
DJ
92592007-03-27 Mat Hostetter <mat@lcs.mit.edu>
9260
9261 * server.c (main): Correct strtoul check.
9262
42c81e2a
DJ
92632007-03-27 Jon Ringle <jon@ringle.org>
9264
9265 * linux-low.c: Check __ARCH_HAS_MMU__ also.
9266
9453113a
DJ
92672007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9268
9269 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9270
64a69107
DJ
92712007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9272
9273 * terminal.h: Check HAVE_SGTTY_H.
9274
92752007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
9276
9277 * remote-utils.c (remote_open): Print out the assigned port number.
9278
c74d0ad8
DJ
92792007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9280
9281 * remote-utils.c (monitor_output): New function.
9282 * server.c (debug_threads): Define here.
9283 (monitor_show_help): New function.
9284 (handle_query): Handle qRcmd.
9285 (main): Do not handle 'd' packet.
9286 * server.h (debug_threads, remote_debug, monitor_output): Declare.
9287 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
9288 of debug_threads.
9289
de7c3b4a
PA
92902007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9291
9292 * Makefile.in (EXEEXT): New.
9293 (clean): Use $(EXEEXT).
9294
ef57601b
PA
92952007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9296
9297 * target.h (target_ops): Rename send_signal to request_interrupt,
9298 and remove enum target_signal parameter.
9299 * linux-low.c (linux_request_interrupt): Rename from
9300 linux_send_signal, and always send SIGINT.
9301 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
9302 and always send SIGINT.
9303 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
9304 of send_signal.
9305 (input_interrupt): Likewise.
9306
820f2bda
PA
93072007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9308
9309 * server.c (get_features_xml): Check if target implemented
9310 arch_string.
9311 * win32-i386-low.c (win32_arch_string): New.
9312 (win32_target_ops): Add win32_arch_string as arch_string member.
9313
ab39bf24
UW
93142007-02-22 Markus Deuling <deuling@de.ibm.com>
9315
9316 * spu-low.c (spu_arch_string): New.
9317 (spu_target_ops): Add spu_arch_string.
9318
61ff6e04
DJ
93192007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9320
9321 * remote-utils.c: Remove HAVE_TERMINAL_H check.
9322 * configure.ac: Do not check for terminal.h.
9323 * configure, config.in: Regenerated.
9324
fb1e4ffc
DJ
93252007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9326
9327 * Makefile.in (OBS): Add $(XML_BUILTIN).
9328 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
9329 (clean): Update.
9330 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
9331 (arm-with-iwmmxt.c): New.
9332 * config.in, configure: Regenerate.
9333 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
9334 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
9335 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
9336 (arm*-*-linux*): Add iWMMXt and regset support.
9337 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
9338 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
9339 (arm_store_wmmxregset, target_regsets): New.
9340 * server.c (get_features_xml): Take annex argument. Check builtin
9341 XML documents.
9342 (handle_query): Handle multiple annexes.
9343
0f48aa01
DJ
93442007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9345
9346 * remote-utils.c [USE_WIN32API] (read, write): Define.
9347 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
9348 write.
9349
23181151
DJ
93502007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9351
9352 * linux-i386-low.c (the_low_target): Set arch_string.
9353 * linux-x86-64-low.c (the_low_target): Likewise.
9354 * linux-low.c (linux_arch_string): New.
9355 (linux_target_ops): Add it.
9356 * linux-low.h (struct linux_target_ops): Add arch_string.
9357 * server.c (write_qxfer_response): Use const void * for DATA.
9358 (get_features_xml): New.
9359 (handle_query): Handle qXfer:features:read. Report it for qSupported.
9360 * target.h (struct target_ops): Add arch_string method.
9361
9d606399
DJ
93622007-01-03 Denis Pilat <denis.pilat@st.com>
9363 Daniel Jacobowitz <dan@codesourcery.com>
9364
9365 * linux-low.c (linux_kill): Handle being called with no threads.
9366 * win32-i386-low.c (win32_kill): Likewise.
9367 (get_child_debug_event): Clear current_process_handle.
9368
93692006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
9370 Daniel Jacobowitz <dan@codesourcery.com>
9371
9372 * remote-utils.c (remote_open): Check the type of specified
9373 serial port devices before opening them.
9374 * server.c (main): Kill the inferior if an error occurs during
9375 the first remote_open.
9376
a5e13d24
DJ
93772006-12-05 Markus Deuling <deuling@de.ibm.com>
9378
9379 * README: Update supported targets.
9380
186947f7
DJ
93812006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
9382
9383 * Makefile.in (clean): Remove reg-mips64.c.
9384 (reg-mips64.c, reg-mips64.o): New rules.
9385 * configure.srv: Handle mips64. Include regset support for mips.
9386 * linux-mips-low.c (union mips_register): New.
9387 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
9388 (mips_breakpoint, mips_breakpoint_at): Use int.
9389 (mips_collect_register, mips_supply_register)
9390 (mips_collect_register_32bit, mips_supply_register_32bit)
9391 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
9392 (mips_store_fpregset, target_regsets): New.
9393 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
9394
a13e2c95
UW
93952006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9396
9397 * configure.srv: Add target "spu*-*-*".
9398 * Makefile.in (clean): Remove reg-spu.c.
9399 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
9400 * spu-low.c: New file.
9401
cb7283db
DJ
94022006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9403
9404 * configure.ac: Correct td_thr_tls_get_addr test.
9405 * configure: Regenerated.
9406
89be2091
DJ
94072006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9408
9409 * linux-low.c (linux_wait_for_event): Reformat. Use the
9410 pass_signals array.
9411 * remote-utils.c (decode_address_to_semicolon): New.
9412 * server.c (pass_signals, handle_general_set): New.
9413 (handle_query): Mention QPassSignals for qSupported.
9414 (main): Call handle_general_set.
9415 * server.h (pass_signals, decode_address_to_semicolon): New.
9416
000ef4f0
DJ
94172006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
9418
9419 * server.c (handle_query): Correct error handling for read_auxv.
9420
b7149293
UW
94212005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9422
9423 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
9424 and srv_linux_thread_db to yes.
9425 * linux-s390-low.c (s390_fill_gregset): New function.
9426 (target_regsets): Define data structure.
9427
dae5f5cf
DJ
94282006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9429
9430 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
9431 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
9432 * config.in, configure: Regenerated.
9433 * inferiors.c (gdb_id_to_thread): New function.
9434 (gdb_id_to_thread_id): Use it.
9435 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
9436 * linux-low.h (struct process_info): Add th member.
9437 (thread_db_get_tls_address): New prototype.
9438 * remote-utils.c (decode_address): Make non-static.
9439 * server.c (handle_query): Handle qGetTLSAddr.
9440 * server.h (gdb_id_to_thread, decode_address): New prototypes.
9441 * target.h (struct target_ops): Add get_tls_address.
9442 * thread-db.c (maybe_attach_thread): Save the thread handle.
9443 (thread_db_get_tls_address): New.
9444
32ca6d61
DJ
94452006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
9446
9447 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9448 (linux_resume_one_process): Take a siginfo_t *. Update all
9449 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
9450 (struct pending_signals): Add a siginfo_t.
9451 (linux_wait_for_process): Always set last_status.
9452 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
9453 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
9454 * linux-low.h (struct process_info): Add last_status.
9455
5ffff7c1
DJ
94562006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9457
9458 * remote-utils.c (try_rle): New function.
9459 (putpkt_binary): Use it.
9460
8695c747
DJ
94612006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
9462
9463 * Makefile.in (clean): Clean reg-x86-64-linux.c.
9464 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
9465 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
9466 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
9467 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
9468 point registers.
9469
290fadea
RS
94702006-08-08 Richard Sandiford <richard@codesourcery.com>
9471
9472 * server.c (terminal_fd): New variable.
9473 (old_foreground_pgrp): Likewise.
9474 (restore_old_foreground_pgrp): New function.
9475 (start_inferior): Record the terminal file descriptor in terminal_fd
9476 and its original foreground group in old_foreground_pgrp. Register
9477 restore_old_foreground_pgrp with atexit().
9478
9f2e1e63
DJ
94792006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
9480
9481 * server.c (handle_query): Correct qPart to qXfer.
9482
b80864fb
DJ
94832006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9484
9485 * configure.ac: Check for more headers which are missing on
9486 Windows. Automatically supply -lwsock32 and USE_WIN32API.
9487 * configure.srv: Add Cygwin and mingw32.
9488 * remote-utils.c: Don't include headers unconditionally which
9489 are missing on mingw32. Include <winsock.h> for mingw32.
9490 (remote_open): Adjust for mingw32 support. Flush
9491 standard error after writing to it.
9492 (remote_close, putpkt_binary, input_interrupt, block_async_io)
9493 (unblock_async_io, enable_async_io, disable_async_io)
9494 (readchar, getpkt): Update for Winsock support.
9495 (prepare_resume_reply): Expect a protocol signal number.
9496 * server.c: Disable <sys/wait.h> on mingw32.
9497 (start_inferior): Adjust for mingw32 support. Flush
9498 standard error after writing to it.
9499 (attach_inferior): Likewise. Use protocol signal
9500 numbers.
9501 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
9502 and names.
9503 * win32-i386-low.c: New file.
9504 * Makefile.in (XM_CLIBS): Set.
9505 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
9506 (win32-i386-low.o): New dependency rule.
9507 * linux-low.c (linux_wait): Use target signal numbers.
9508 * target.h (struct target_ops): Doc fix.
9509 * server.h (target_signal_to_name): New prototype.
9510 * gdbreplay.c: Don't include headers unconditionally which
9511 are missing on mingw32. Include <winsock.h> for mingw32.
9512 (remote_close, remote_open): Adjust for Winsock support.
9513 * configure, config.in: Regenerated.
9514
0876f84a
DJ
95152006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9516
9517 * server.c (decode_xfer_read, write_qxfer_response): New.
9518 (handle_query): Take a packet length argument. Handle
9519 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
9520 the qSupported response.
9521 (main): Update call to handle_query.
9522
01f9e8fa
DJ
95232006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9524
9525 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
9526 (putpkt_binary): Renamed from putpkt and adjusted for binary
9527 data.
9528 (putpkt): New wrapper for putpkt_binary.
9529 (readchar): Don't mask off the high bit.
9530 (decode_X_packet): New function.
9531 * server.c (main): Call putpkt_binary if a handler sets the packet
9532 length. Save the length of the incoming packet. Handle 'X'.
9533 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
9534
be2a5f71
DJ
95352006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
9536
9537 * server.c (handle_query): Handle qSupported.
9538
ea025f5f
DJ
95392006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9540
9541 * remote-utils.c (all_symbols_looked_up): New variable.
9542 (look_up_one_symbol): Check it.
9543 * server.h (look_up_one_symbol): New declaration.
9544 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
9545
9308fc88
DJ
95462006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9547
9548 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 9549 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
9550 (PTRACE_GET_THREAD_AREA): Define.
9551 (ps_get_thread_area): New function.
9552
52fb6437
NS
95532006-05-09 Nathan Sidwell <nathan@codesourcery.com>
9554
9555 * configure.srv (m68k*-*-uclinux*): New target.
9556 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
9557 (linux_resume_one_process): Remove extraneous cast.
9558 (linux_read_offsets): New.
9559 (linux_target_op): Add linux_read_offsets on mmuless systems.
9560 * server.c (handle_query): Add qOffsets logic.
9561 * target.h (struct target_ops): Add read_offsets.
9562
21b0f40c
DJ
95632006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9564
9565 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
9566 (PTRACE_GET_THREAD_AREA): Define.
9567 (ps_get_thread_area): New function.
9568 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
9569 (linux-x86-64-low.o): Update.
9570
0050a760
DJ
95712006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9572
9573 * configure.ac: Remove checks for prfpregset_t.
9574 * gdb_proc_service.h: New file.
9575 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
9576 new "gdb_proc_service.h".
9577 * proc-service.c: Likewise.
9578 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
9579 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
9580 * Makefile.in (gdb_proc_service_h): Updated.
9581 * configure, config.in: Regenerated.
9582
b92a518e
DJ
95832006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9584
9585 * remote-utils.c (prepare_resume_reply): Move declaration
9586 of gdb_id_from_wait to the top of the block.
9587
545587ee
DJ
95882006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
9589
9590 * linux-low.c (regsets_store_inferior_registers): Read the regset
9591 from the target before filling it.
9592
9db87ebd
DJ
95932006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9594
9595 * server.c (attach_inferior): Return SIGTRAP for a successful
9596 attach.
9597
dd24457d
DJ
95982006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9599
9600 * Makefile.in (OBS): Add version.o.
9601 (STAGESTUFF): Delete.
9602 (version.o): Add dependencies.
9603 (version.c): Replace rule.
9604 (clean): Remove version.c.
9605 * server.c (gdbserver_version): New.
9606 (gdbserver_usage): Use printf.
9607 (main): Handle --version and --help.
9608 * server.h (version, host_name): Add declarations.
9609
6f0f660e
EZ
96102005-12-23 Eli Zaretskii <eliz@gnu.org>
9611
889bf7c5
PA
9612 * linux-arm-low.c:
9613 * linux-arm-low.c:
9614 * inferiors.c:
9615 * i387-fp.h:
9616 * i387-fp.c:
9617 * gdbreplay.c:
9618 * regcache.c:
9619 * proc-service.c:
9620 * mem-break.h:
9621 * mem-break.c:
9622 * linux-x86-64-low.c:
9623 * linux-sh-low.c:
9624 * linux-s390-low.c:
9625 * linux-ppc64-low.c:
9626 * linux-ppc-low.c:
9627 * linux-mips-low.c:
9628 * linux-m68k-low.c:
9629 * linux-m32r-low.c:
9630 * linux-low.h:
9631 * linux-low.c:
9632 * linux-ia64-low.c:
9633 * linux-i386-low.c:
9634 * linux-crisv32-low.c:
9635 * thread-db.c:
9636 * terminal.h:
9637 * target.h:
9638 * target.c:
9639 * server.h:
9640 * server.c:
9641 * remote-utils.c:
9642 * regcache.h:
9643 * utils.c:
9644 * Makefile.in:
9645 * configure.ac:
6f0f660e
EZ
9646 * gdbserver.1: Add (C) after Copyright. Update the FSF
9647 address.
9648
9d1fb177
DJ
96492005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9650
9651 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
9652 (arm_breakpoint_at): Recognize both breakpoints.
9653 (the_low_target): Use the correct breakpoint instruction.
9654
011a70c2
DJ
96552005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
9656
9657 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
9658 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
9659 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
9660 (the_low_target): Update.
9661
7fb85e41
AS
96622005-10-25 Andreas Schwab <schwab@suse.de>
9663
9664 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
9665
9666 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
9667 (ia64_num_regs): Reduce to 462.
9668
3db0444b
DJ
96692005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9670
9671 * acinclude.m4: Correct quoting.
9672 * aclocal.m4: Regenerated.
9673
9674 Suggested by SZOKOVACS Robert <szo@ies.hu>:
9675 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
9676 (thread_db_init): Call thread_db_err_str.
9677 * configure.ac: Check for TD_VERSION.
9678 * config.in, configure: Regenerated.
9679
bee0189a
DJ
96802005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9681
9682 * server.h (error, fatal, warning): Add ATTR_FORMAT.
9683
e9d25b98
DJ
96842005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
9685
9686 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
9687 is not available. Define HAVE_PTRACE_GETREGS if it is.
9688 * config.in, configure: Regenerated.
9689 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
9690 * linux-i386-low.c, linux-m68k-low.c: Update to use
9691 HAVE_PTRACE_GETREGS.
9692 * linux-low.c (regsets_fetch_inferior_registers)
9693 (regsets_store_inferior_registers): Only return 0 if we processed
9694 GENERAL_REGS.
9695 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
9696 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
9697
a06660f7
DJ
96982005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
9699
9700 * inferiors.c (struct thread_info): Add gdb_id.
9701 (add_thread): Add gdb_id argument.
9702 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
9703 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
9704 calls to add_thread.
9705 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
9706 * server.c (handle_query): Use thread_to_gdb_id.
9707 (handle_v_cont, main): Use gdb_id_to_thread_id.
9708 * server.h (add_thread): Update prototype.
9709 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
9710 prototypes.
9711
5a1f5858
DJ
97122005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
9713
9714 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
9715 left-padded registers.
9716 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
9717 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
9718
e122f1f5
SE
97192005-07-01 Steve Ellcey <sje@cup.hp.com>
9720
9721 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
9722 * configure: Regenerate.
9723 * config.in: Regenerate.
9724 * server.h (NEED_DECLARATION_STRERROR):
9725 Replace with !HAVE_DECL_STRERROR.
9726
d592fa2f
DJ
97272005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
9728
9729 * linux-low.c (linux_wait, linux_send_signal): Don't test
9730 an unsigned long variable for > 0 if it could be MAX_ULONG.
9731 * server.c (myresume): Likewise.
9732 * target.c (set_desired_inferior): Likewise.
9733
ccbd4912
MK
97342005-06-13 Mark Kettenis <kettenis@gnu.org>
9735
9736 * configure.ac: Simplify and improve check for socklen_t.
9737 * configure, config.in: Regenerate.
9738
f450004a
DJ
97392005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9740
9741 * acconfig.h: Remove.
9742 * configure.ac: Add a test for socklen_t. Use three-argument
9743 AC_DEFINE throughout.
9744 * config.in: Regenerated using autoheader 2.59.
9745 * configure: Regenerated.
9746
9747 * gdbreplay.c (socklen_t): Provide a default.
9748 (remote_open): Use socklen_t.
9749 * remote-utils.c (socklen_t): Provide a default.
9750 (remote_open): Use socklen_t.
9751 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
9752 unsigned char.
9753
9754 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
9755 char for buffers.
9756 * linux-low.c (linux_read_memory, linux_write_memory)
9757 (linux_read_auxv): Likewise.
9758 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
9759 (check_mem_write): Likewise.
9760 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
9761 Likewise.
9762 * regcache.c (struct inferior_rgcache_data, registers_to_string)
9763 (registers_from_string, register_data): Likewise.
9764 * server.c (handle_query, main): Likewise.
9765 * server.h (convert_ascii_to_int, convert_int_to_ascii)
9766 (decode_M_packet): Likewise.
9767 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
9768 * target.h (struct target_ops): Update read_memory, write_memory,
9769 and read_auxv.
9770 (read_inferior_memory, write_inferior_memory): Update.
9771 * linux-low.h (struct linux_target_ops): Change type of breakpoint
9772 to unsigned char *.
9773 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
9774 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
9775 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
9776 linux-s390-low.c, linux-sh-low.c: Update for changes in
9777 read_inferior_memory and the_low_target->breakpoint.
9778
eee84df1
DJ
97792005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
9780
9781 * Makefile.in (SFILES): Add linux-ppc64-low.c.
9782 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
9783 * configure.srv: Add powerpc64-*-linux*.
9784 * linux-ppc64-low.c: New file.
9785
45b134e5
OF
97862005-05-23 Orjan Friberg <orjanf@axis.com>
9787
9788 * linux-cris-low.c: New file with support for CRIS.
9789 * linux-crisv32-low.c: Ditto for CRISv32.
9790 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
9791 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 9792 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
9793 reg-crisv32.o, and reg-crisv32.c to make rules.
9794 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
9795 recognized targets.
9796
48d93c75
UW
97972005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
9798
9799 * linux-low.c (fetch_register): Ensure buffer size is a multiple
9800 of sizeof (PTRACE_XFER_TYPE).
9801 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
9802
e013ee27
OF
98032005-05-12 Orjan Friberg <orjanf@axis.com>
9804
889bf7c5 9805 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
9806 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
9807 pointers for hardware watchpoint support.
9808 * linux-low.h (struct linux_target_ops): Ditto.
9809 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
9810 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
9811 to linux_target_ops.
9812 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
9813 reply packet.
9814 * server.c (main): Recognize 'Z' and 'z' packets.
9815
b0ded00b
UW
98162005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
9817
9818 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
9819 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
9820 (the_low_target): Add new members.
9821
8643e2ad
DJ
98222005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9823
9824 * proc-service.c (ps_lgetregs): Search all_processes instead of
9825 all_threads.
9826
fc620387
DJ
98272005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9828
9829 * server.c (start_inferior): Change return type to int.
9830 (attach_inferior): Change sigptr to int *.
9831 (handle_v_cont, handle_v_requests): Change signal to int *.
9832 (main): Change signal to int.
9833
98342005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
9835
9836 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
9837 * configure.srv: Add m32r*-*-linux*.
9838 * linux-m32r-low.c: New file.
9839
e0e76420
DJ
98402005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
9841
9842 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
9843
a1928bad
DJ
98442005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9845
9846 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
9847 Take unsigned long arguments for PIDs.
9848 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
9849 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
9850 (wait_for_sigstop, linux_resume_one_process)
9851 (regsets_fetch_inferior_registers, linux_send_signal)
9852 (linux_read_auxv): Likewise. Update the types of variables holding
9853 PIDs. Update format string specifiers.
9854 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
9855 * remote-utils.c (prepare_resume_reply): Likewise.
9856 * server.c (cont_thread, general_thread, step_thread)
9857 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
9858 unsigned long.
9859 (handle_query): Update format specifiers.
9860 (handle_v_cont, main): Use strtoul for thread IDs.
9861 * server.h (struct inferior_list_entry): Use unsigned long for ID.
9862 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
9863 (general_thread, step_thread, thread_from_wait)
9864 (old_thread_from_wait): Update.
9865 * target.h (struct thread_resume): Use unsigned long for THREAD.
9866 (struct target_ops): Use unsigned long for arguments to attach and
9867 thread_alive.
9868
dcdb98d2
DJ
98692005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
9870
9871 * acinclude.m4: Include bfd/bfd.m4 directly.
9872 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
9873 <agriffis@toolchain.org>.
9874 * aclocal.m4, configure: Regenerated.
9875
bec39cab
AC
98762005-01-07 Andrew Cagney <cagney@gnu.org>
9877
9878 * configure.ac: Rename configure.in, require autoconf 2.59.
9879 * configure: Re-generate.
9880
434c4c77
DJ
98812004-12-08 Daniel Jacobowitz <dan@debian.org>
9882
9883 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
9884 LIBS when finished.
9885 * aclocal.m4: Regenerated.
9886 * configure: Regenerated.
9887
db1d3e1b
AS
98882004-11-21 Andreas Schwab <schwab@suse.de>
9889
9890 * linux-m68k-low.c (m68k_num_gregs): Define.
9891 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
9892 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
9893 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
9894 (m68k_breakpoint_at): New. Add to the_low_target.
9895
9896 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
9897 srv_linux_thread_db to yes.
9898
43360365
JB
98992004-10-20 Joel Brobecker <brobecker@gnat.com>
9900
9901 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
9902 (ARCH_SET_FS): Likewise.
9903 (ARCH_GET_FS): Likewise.
9904 (ARCH_GET_GS): Likewise.
9905
fd500816
DJ
99062004-10-16 Daniel Jacobowitz <dan@debian.org>
9907
9908 * linux-i386-low.c (ps_get_thread_area): New.
9909 * linux-x86-64-low.c (ps_get_thread_area): New.
9910 * linux-low.c: Include <sys/syscall.h>.
9911 (linux_kill_one_process): Don't kill the first thread here.
9912 (linux_kill): Kill the first thread here.
9913 (kill_lwp): New function.
9914 (send_sigstop, linux_send_signal): Use it.
9915 * proc-service.c: Clean up #ifdefs.
9916 (fpregset_info): Delete.
9917 (ps_lgetregs): Update and enable implementation.
9918 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
9919 implementations.
9920 * remote-utils.c (struct sym_cache, symbol_cache): New.
9921 (input_interrupt): Print a clearer message.
9922 (async_io_enabled): New variable.
9923 (enable_async_io, disable_async_io): Use it. Update comments.
9924 (look_up_one_symbol): Use the symbol cache.
9925 * thread-db.c (thread_db_look_up_symbols): New function.
9926 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
9927
f6de3c42
DJ
99282004-10-16 Daniel Jacobowitz <dan@debian.org>
9929
9930 * configure.in: Test for -rdynamic.
9931 * configure: Regenerated.
9932 * Makefile (INTERNAL_LDFLAGS): New.
9933 (gdbserver, gdbreplay): Use it.
9934
2c0fc042
AC
99352004-09-02 Andrew Cagney <cagney@gnu.org>
9936
9937 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
9938
075b3282
DJ
99392004-03-23 Daniel Jacobowitz <drow@mvista.com>
9940
9941 * linux-low.c (linux_wait): Clear all_processes list also.
9942
fa6a77dc
DJ
99432004-03-12 Daniel Jacobowitz <drow@mvista.com>
9944
9945 * linux-low.c: Include <errno.h>. Remove extern declaration of
9946 errno.
9947
6d782a97
DJ
99482004-03-12 Daniel Jacobowitz <drow@mvista.com>
9949
9950 * gdbreplay.c, server.h, utils.c: Update copyright years.
9951
3a7fb99b
DJ
99522004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
9953
9954 * server.c (main): Print child status or termination signal from
9955 variable 'signal', not 'sig'.
9956
c3e735a6
DJ
99572004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
9958
9959 * linux-low.c (linux_read_memory): Change return type to
9960 int. Check for and return error from ptrace().
9961 * target.c (read_inferior_memory): Change return type to int. Pass
9962 back return status from the_target->read_memory().
9963 * target.h (struct target_ops): Adapt *read_memory() prototype.
9964 Update comment.
9965 (read_inferior_memory): Adapt prototype.
9966 * server.c (main): Return an error packet if
9967 read_inferior_memory() returns an error.
9968
a59d1c82
DJ
99692004-03-04 Daniel Jacobowitz <drow@mvista.com>
9970
9971 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
9972 Unify with other clean targets.
9973
dc3f8883
DJ
99742004-02-29 Daniel Jacobowitz <drow@mvista.com>
9975
9976 * server.c (handle_v_cont): Call set_desired_inferior.
9977
89a208da
DJ
99782004-02-29 Daniel Jacobowitz <drow@mvista.com>
9979
9980 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
9981
62ea82f5
DJ
99822004-02-29 Daniel Jacobowitz <drow@mvista.com>
9983
9984 * linux-low.c (linux_wait): Unblock async I/O.
9985 (linux_resume): Block and enable async I/O.
9986 * remote-utils.c (block_async_io, unblock_async_io): New functions.
9987 * server.h (block_async_io, unblock_async_io): Add prototypes.
9988
6910d122
DJ
99892004-02-29 Daniel Jacobowitz <drow@mvista.com>
9990
9991 * remote-utils.c (remote_open): Print a status notice after
9992 opening a TCP port.
9993 * server.c (attach_inferior): Print a status notice after
9994 attaching.
9995
99962004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
9997
9998 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
9999
c89dc5d4
DJ
100002004-02-26 Daniel Jacobowitz <drow@mvista.com>
10001
10002 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
10003 error packet.
10004 * server.c, target.h: Update copyright years.
10005
4b8dad4a
RM
100062004-02-25 Roland McGrath <roland@redhat.com>
10007
10008 * target.h (struct target_ops): New member `read_auxv'.
10009 * server.c (handle_query): Handle qPart:auxv:read: query using that.
10010 * linux-low.c (linux_read_auxv): New function.
10011 (linux_target_ops): Initialize `read_auxv' member to that.
10012
d7446758
JB
100132004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10014
10015 Committed by Jim Blandy <jimb@redhat.com>.
10016
10017 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 10018 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
10019 instead of GPR_SIZE to distiguish s390 and s390x targets.
10020
5544ad89
DJ
100212004-01-31 Daniel Jacobowitz <drow@mvista.com>
10022
10023 * linux-low.c: Update copyright year.
10024 (check_removed_breakpoint): Clear pending_is_breakpoint.
10025 (linux_set_resume_request, linux_queue_one_thread)
10026 (resume_status_pending_p): New functions.
10027 (linux_continue_one_thread): Use process->resume.
10028 (linux_resume): Only resume threads if there are no pending events.
10029 * linux-low.h (struct process_info): Add resume request
10030 pointer.
10031
2a68b70e
DJ
100322004-01-30 Daniel Jacobowitz <drow@mvista.com>
10033
10034 * regcache.c (new_register_cache): Clear the allocated register
10035 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
10036
64386c31
DJ
100372003-10-13 Daniel Jacobowitz <drow@mvista.com>
10038
10039 * linux-low.c (linux_resume): Take a struct thread_resume *
10040 argument.
10041 (linux_wait): Update call.
10042 (resume_ptr): New static variable.
10043 (linux_continue_one_thread): Renamed from
10044 linux_continue_one_process. Use resume_ptr.
10045 (linux_resume): Use linux_continue_one_thread.
10046 * server.c (handle_v_cont, handle_v_requests): New functions.
10047 (myresume): New function.
10048 (main): Handle 'v' case.
10049 * target.h (struct thread_resume): New type.
10050 (struct target_ops): Change argument of "resume" to struct
10051 thread_resume *.
10052 (myresume): Delete macro.
10053
c938e9b0
L
100542003-08-08 H.J. Lu <hongjiu.lu@intel.com>
10055
10056 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
10057 (uninstall): Support DESTDIR.
10058
7f313d07
BC
10059Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
10060
10061 * configure.srv: Add xscale*linux copy of arm*linux entry.
10062
3b2fc2ea
DJ
100632003-07-24 Daniel Jacobowitz <drow@mvista.com>
10064
10065 * linux-arm-low.c (arm_reinsert_addr): New function.
10066 (the_low_target): Add arm_reinsert_addr.
10067
1c0a559e
MK
100682003-07-08 Mark Kettenis <kettenis@gnu.org>
10069
10070 * mem-break.c: Remove whitespace at end of file.
10071
43d5792c
DJ
100722003-06-28 Daniel Jacobowitz <drow@mvista.com>
10073
10074 * configure.in: Check whether we need to prototype strerror.
10075 * server.h: Optionally prototype strerror.
10076 * gdbreplay.c (perror_with_name): Use strerror.
10077 * linux-low.c (linux_attach_lwp): Use strerror.
10078 * utils.c (perror_with_name): Use strerror.
10079 * config.in, configure: Regenerated.
10080
c8a86edf
DJ
100812003-06-28 Daniel Jacobowitz <drow@mvista.com>
10082
10083 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
10084 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
10085
73d37363
DJ
100862003-06-20 Daniel Jacobowitz <drow@mvista.com>
10087
10088 * Makefile.in (SFILES): Update.
10089 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
10090 low-sun3.c: Remove files.
10091
6ad8ae5c
DJ
100922003-06-17 Daniel Jacobowitz <drow@mvista.com>
10093
10094 * linux-low.c: Move comment to linux_thread_alive where it belonged.
10095 (linux_detach_one_process, linux_detach): New functions.
10096 (linux_target_ops): Add linux_detach.
10097 * server.c (main): Handle 'D' packet.
10098 * target.h (struct target_ops): Add "detach" member.
10099 (detach_inferior): Define.
10100
1581182a
MK
101012003-06-13 Mark Kettenis <kettenis@gnu.org>
10102
10103 From Kelley Cook <kelleycook@wideopenwest.com>:
10104 * configure.srv: Accept i[34567]86 variants.
10105
e5379b03
DJ
101062003-06-05 Daniel Jacobowitz <drow@mvista.com>
10107
10108 * linux-low.c (linux_wait_for_event): Correct comment typos.
10109 (linux_resume_one_process): Call check_removed_breakpoint.
10110 (linux_send_signal): New function.
10111 (linux_target_ops): Add linux_send_signal.
10112 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
10113 of kill.
10114 * target.h (struct target_ops): Add send_signal.
10115
2ff29de4
JB
101162003-05-29 Jim Blandy <jimb@redhat.com>
10117
10118 * linux-low.c (usr_store_inferior_registers): Transfer buf in
10119 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
10120 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
10121 away part of the register's value.
10122
254787d4
DJ
101232003-03-26 Daniel Jacobowitz <drow@mvista.com>
10124
10125 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
10126 (linux_wait_for_event, linux_init_signals): Likewise.
10127
94e10508
DJ
101282003-03-17 Daniel Jacobowitz <drow@mvista.com>
10129
10130 * configure.in: Check for stdlib.h.
10131 * configure: Regenerated.
10132 * config.in: Regenerated.
10133
4c0711e0
DJ
101342003-01-04 Andreas Schwab <schwab@suse.de>
10135
10136 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
10137
ef66e766
AC
101382003-01-02 Andrew Cagney <ac131313@redhat.com>
10139
10140 * Makefile.in: Remove obsolete code.
10141
a1358604
DJ
101422002-11-20 Daniel Jacobowitz <drow@mvista.com>
10143
10144 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
10145 defined(PT_FPR0_HI).
10146
23ce3b1c
DJ
101472002-11-17 Stuart Hughes <seh@zee2.com>
10148
10149 * linux-arm-low.c (arm_num_regs): Increase.
10150 (arm_regmap): Include status register.
10151
101522002-11-17 Daniel Jacobowitz <drow@mvista.com>
10153
10154 * linux-low.c (register_addr): Remove incorrect -1 check.
10155
a9fa9f7d
DJ
101562002-08-29 Daniel Jacobowitz <drow@mvista.com>
10157
10158 * linux-low.c (linux_create_inferior): Call setpgid. Return
10159 the new PID.
10160 (unstopped_p, linux_signal_pid): Remove.
10161 (linux_target_ops): Remove linux_signal_pid.
10162 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
10163 global instead of target method.
10164 * target.h (struct target_ops): Remove signal_pid. Update comment
10165 for create_inferior.
10166 * server.c (signal_pid): New variable.
10167 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 10168 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
10169 (attach_inferior): Set signal_pid.
10170
17574093
DJ
101712002-08-23 Daniel Jacobowitz <drow@mvista.com>
10172
10173 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
10174
101752002-08-20 Jim Blandy <jimb@redhat.com>
10176
10177 * Makefile.in (LDFLAGS): Allow the configure script to establish a
10178 default for this.
10179
101802002-08-01 Andrew Cagney <cagney@redhat.com>
10181
10182 * Makefile.in: Make chill references obsolete.
10183
101842002-07-24 Kevin Buettner <kevinb@redhat.com>
10185
10186 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
10187 * configure: Regenerate.
10188 * config.in: Regenerate.
10189
101902002-07-09 David O'Brien <obrien@FreeBSD.org>
10191
10192 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
10193 (perror_with_name, remote_close, remote_open, expect, play): Static.
10194
101952002-07-04 Michal Ludvig <mludvig@suse.cz>
10196
4b8dad4a 10197 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
10198 byte offsets instead of an array of indexes.
10199 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
10200
102012002-06-13 Daniel Jacobowitz <drow@mvista.com>
10202
10203 * regcache.c: Add comment.
10204
102052002-06-11 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * thread-db.c: New file.
10208 * proc-service.c: New file.
10209 * acinclude.m4: New file.
10210 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
10211 proc-service.o, and thread-db.o.
10212 (linux-low.o): Add USE_THREAD_DB.
10213 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
10214 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
10215 * aclocal.m4: Regenerated.
10216 * config.in: Regenerated.
10217 * configure: Regenerated.
10218 * configure.in: Check for proc_service.h, sys/procfs.h,
10219 thread_db.h, and linux/elf.h headrs.
10220 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
10221 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
10222 Check for -lthread_db and thread support.
10223 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
10224 PowerPC, and SuperH.
10225 * i387-fp.c: Constify arguments.
10226 * i387-fp.h: Likewise.
10227 * inferiors.c: (struct thread_info): Renamed from
10228 `struct inferior_info'. Remove PID member. Use generic inferior
10229 list header. All uses updated.
10230 (inferiors, signal_pid): Removed.
10231 (all_threads): New variable.
10232 (get_thread): Define.
10233 (add_inferior_to_list): New function.
10234 (for_each_inferior): New function.
10235 (change_inferior_id): New function.
10236 (add_inferior): Removed.
10237 (remove_inferior): New function.
10238 (add_thread): New function.
10239 (free_one_thread): New function.
10240 (remove_thread): New function.
10241 (clear_inferiors): Use for_each_inferior and free_one_thread.
10242 (find_inferior): New function.
10243 (find_inferior_id): New function.
10244 (inferior_target_data): Update argument type.
10245 (set_inferior_target_data): Likewise.
10246 (inferior_regcache_data): Likewise.
10247 (set_inferior_regcache_data): Likewise.
10248 * linux-low.c (linux_bp_reinsert): Remove.
10249 (all_processes, stopping_threads, using_thrads)
10250 (struct pending_signals, debug_threads, pid_of): New.
10251 (inferior_pid): Replace with macro.
10252 (struct inferior_linux_data): Remove.
10253 (get_stop_pc, add_process): New functions.
10254 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
10255 Use add_process and add_thread.
10256 (linux_attach_lwp): New function, based on old linux_attach. Use
10257 add_process and add_thread. Set stop_expected for new threads.
10258 (linux_attach): New function.
10259 (linux_kill_one_process): New function.
10260 (linux_kill): Kill all LWPs.
10261 (linux_thread_alive): Use find_inferior_id.
10262 (check_removed_breakpoints, status_pending_p): New functions.
10263 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
10264 Update. Use WNOHANG. Wait for cloned processes also. Update process
10265 struct for the found process.
10266 (linux_wait_for_event): New function.
10267 (linux_wait): Use it. Support LWPs.
10268 (send_sigstop, wait_for_sigstop, stop_all_processes)
10269 (linux_resume_one_process, linux_continue_one_process): New functions.
10270 (linux_resume): Support LWPs.
10271 (REGISTER_RAW_SIZE): Remove.
10272 (fetch_register): Use register_size instead. Call supply_register.
10273 (usr_store_inferior_registers): Likewise. Call collect_register.
10274 Fix recursive case.
10275 (regsets_fetch_inferior_registers): Improve error message.
10276 (regsets_store_inferior_registers): Add debugging.
10277 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
10278 (unstopped_p, linux_signal_pid): New functions.
10279 (linux_target_ops): Add linux_signal_pid.
10280 (linux_init_signals): New function.
10281 (initialize_low): Call it. Initialize using_threads.
10282 * regcache.c (inferior_regcache_data): Add valid
10283 flag.
10284 (get_regcache): Fetch registers lazily. Add fetch argument
10285 and update all callers.
10286 (regcache_invalidate_one, regcache_invalidate): New
10287 functions.
10288 (new_register_cache): Renamed from create_register_cache.
10289 Return the new regcache.
10290 (free_register_cache): Change argument to a void *.
10291 (registers_to_string, registers_from_string): Call get_regcache
10292 with fetch flag set.
10293 (register_data): Make static. Pass fetch flag to get_regcache.
10294 (supply_register): Call get_regcache with fetch flag clear.
10295 (collect_register): Call get_regcache with fetch flag set.
10296 (collect_register_as_string): New function.
10297 * regcache.h: Update.
10298 * remote-utils.c (putpkt): Flush after debug output and use
10299 stderr.
10300 Handle input interrupts while waiting for an ACK.
10301 (input_interrupt): Use signal_pid method.
10302 (getpkt): Flush after debug output and use stderr.
10303 (outreg): Use collect_register_as_string.
10304 (new_thread_notify, dead_thread_notify): New functions.
10305 (prepare_resume_reply): Check using_threads. Set thread_from_wait
10306 and general_thread.
10307 (look_up_one_symbol): Flush after debug output.
10308 * server.c (step_thread, server_waiting): New variables.
10309 (start_inferior): Don't use signal_pid. Update call to mywait.
10310 (attach_inferior): Update call to mywait.
10311 (handle_query): Handle qfThreadInfo and qsThreadInfo.
10312 (main): Don't fetch/store registers explicitly. Use
10313 set_desired_inferior. Support proposed ``Hs'' packet. Update
10314 calls to mywait.
10315 * server.h: Update.
10316 (struct inferior_list, struct_inferior_list_entry): New.
10317 * target.c (set_desired_inferior): New.
10318 (write_inferior_memory): Constify.
10319 (mywait): New function.
10320 * target.h: Update.
10321 (struct target_ops): New signal_pid method.
10322 (mywait): Removed macro, added prototype.
10323
10324 * linux-low.h (regset_func): Removed.
10325 (regset_fill_func, regset_store_func): New.
10326 (enum regset_type): New.
10327 (struct regset_info): Add type field. Use new operation types.
10328 (struct linux_target_ops): stop_pc renamed to get_pc.
10329 Add decr_pc_after_break and breakpoint_at.
10330 (get_process, get_thread_proess, get_process_thread)
10331 (strut process_info, all_processes, linux_attach_lwp)
10332 (thread_db_init): New.
10333
10334 * linux-arm-low.c (arm_get_pc, arm_set_pc,
10335 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
10336 (the_low_target): Add new members.
10337 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
10338 (i386_store_fpxregset): Constify.
10339 (target_regsets): Add new kind identifier.
10340 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
10341 (i386_set_pc): Add debugging.
10342 (i386_breakpoint_at): New function.
10343 (the_low_target): Add new members.
10344 * linux-mips-low.c (mips_get_pc, mips_set_pc)
10345 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
10346 (mips_breakpoint_at): New.
10347 (the_low_target): Add new members.
10348 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
10349 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
10350 (the_low_target): Add new members.
10351 * linux-sh-low.c (sh_get_pc, sh_set_pc)
10352 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
10353 (the_low_target): Add new members.
10354 * linux-x86-64-low.c (target_regsets): Add new kind
10355 identifier.
10356
103572002-05-15 Daniel Jacobowitz <drow@mvista.com>
10358
10359 From Martin Pool <mbp@samba.org>:
10360 * server.c (gdbserver_usage): New function.
10361 (main): Call it.
10362
103632002-05-14 Daniel Jacobowitz <drow@mvista.com>
10364
10365 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
10366 stop_at -> stop_pc.
10367
103682002-05-04 Andrew Cagney <ac131313@redhat.com>
10369
10370 * Makefile.in: Remove obsolete code.
10371
103722002-04-24 Michal Ludvig <mludvig@suse.cz>
10373
10374 * linux-low.c (regsets_fetch_inferior_registers),
10375 (regsets_store_inferior_registers): Removed cast to int from
10376 ptrace() calls.
10377 * regcache.h: Added declaration of struct inferior_info.
10378
103792002-04-20 Daniel Jacobowitz <drow@mvista.com>
10380
10381 * inferiors.c (struct inferior_info): Add regcache_data.
10382 (add_inferior): Call create_register_cache.
10383 (clear_inferiors): Call free_register_cache.
10384 (inferior_regcache_data, set_inferior_regcache_data): New functions.
10385 * regcache.c (struct inferior_regcache_data): New.
10386 (registers): Remove.
10387 (get_regcache): New function.
10388 (create_register_cache, free_register_cache): New functions.
10389 (set_register_cache): Don't initialize the register cache here.
10390 (registers_to_string, registers_from_string, register_data): Call
10391 get_regcache.
10392 * regcache.h: Add prototypes.
10393 * server.h: Likewise.
10394
103952002-04-20 Daniel Jacobowitz <drow@mvista.com>
10396
10397 * mem-break.c: New file.
10398 * mem-break.h: New file.
10399 * Makefile.in: Add mem-break.o rule; update server.h
10400 dependencies.
10401 * inferiors.c (struct inferior_info): Add target_data
10402 member.
10403 (clear_inferiors): Free target_data member if set.
10404 (inferior_target_data, set_inferior_target_data): New functions.
10405 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
10406 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
10407 * linux-low.c (linux_bp_reinsert): New variable.
10408 (struct inferior_linux_data): New.
10409 (linux_create_inferior): Use set_inferior_target_data.
10410 (linux_attach): Likewise. Call add_inferior.
10411 (linux_wait_for_one_inferior): New function.
10412 (linux_wait): Call it.
10413 (linux_write_memory): Add const.
10414 (initialize_low): Call set_breakpoint_data.
10415 * linux-low.h (struct linux_target_ops): Add breakpoint
10416 handling members.
10417 * server.c (attach_inferior): Remove extra add_inferior
10418 call.
10419 * server.h: Include mem-break.h. Update inferior.c
10420 prototypes.
10421 * target.c (read_inferior_memory)
10422 (write_inferior_memory): New functions.
10423 * target.h (read_inferior_memory)
10424 (write_inferior_memory): Change macros to prototypes.
10425 (struct target_ops): Update comments. Add const to write_memory
10426 definition.
10427
104282002-04-11 Daniel Jacobowitz <drow@mvista.com>
10429
10430 * linux-low.c (usr_store_inferior_registers): Support
10431 registers which are allowed to fail to store.
10432 * linux-low.h (linux_target_ops): Likewise.
10433 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
10434 (ppc_cannot_store_register): FPSCR may not be storable.
10435
104362002-04-09 Daniel Jacobowitz <drow@mvista.com>
10437
10438 * server.h: Include <string.h> if HAVE_STRING_H.
10439 * ChangeLog: Correct paths in last ChangeLog entry.
10440
104412002-04-09 Daniel Jacobowitz <drow@mvista.com>
10442
10443 * linux-low.h: Remove obsolete prototypes.
10444 (struct linux_target_ops): New.
10445 (extern the_low_target): New.
10446 * linux-low.c (num_regs, regmap): Remove declarations.
10447 (register_addr): Use the_low_target explicitly.
10448 (fetch_register): Likewise.
10449 (usr_fetch_inferior_registers): Likewise.
10450 (usr_store_inferior_registers): Likewise.
10451 * linux-arm-low.c (num_regs): Remove.
10452 (arm_num_regs): Define.
10453 (arm_regmap): Renamed from regmap, made static.
10454 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
10455 made static.
10456 (arm_cannot_store_register): Renamed from cannot_store_register,
10457 made static.
10458 (the_low_target): New.
10459 * linux-i386-low.c (num_regs): Remove.
10460 (i386_num_regs): Define.
10461 (i386_regmap): Renamed from regmap, made static.
10462 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
10463 made static.
10464 (i386_cannot_store_register): Renamed from cannot_store_register,
10465 made static.
10466 (the_low_target): New.
10467 * linux-ia64-low.c (num_regs): Remove.
10468 (ia64_num_regs): Define.
10469 (ia64_regmap): Renamed from regmap, made static.
10470 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
10471 made static.
10472 (ia64_cannot_store_register): Renamed from cannot_store_register,
10473 made static.
10474 (the_low_target): New.
10475 * linux-m68k-low.c (num_regs): Remove.
10476 (m68k_num_regs): Define.
10477 (m68k_regmap): Renamed from regmap, made static.
10478 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
10479 made static.
10480 (m68k_cannot_store_register): Renamed from cannot_store_register,
10481 made static.
10482 (the_low_target): New.
10483 * linux-mips-low.c (num_regs): Remove.
10484 (mips_num_regs): Define.
10485 (mips_regmap): Renamed from regmap, made static.
10486 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
10487 made static.
10488 (mips_cannot_store_register): Renamed from cannot_store_register,
10489 made static.
10490 (the_low_target): New.
10491 * linux-ppc-low.c (num_regs): Remove.
10492 (ppc_num_regs): Define.
10493 (ppc_regmap): Renamed from regmap, made static.
10494 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
10495 made static.
10496 (ppc_cannot_store_register): Renamed from cannot_store_register,
10497 made static.
10498 (the_low_target): New.
10499 * linux-s390-low.c (num_regs): Remove.
10500 (s390_num_regs): Define.
10501 (s390_regmap): Renamed from regmap, made static.
10502 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
10503 made static.
10504 (s390_cannot_store_register): Renamed from cannot_store_register,
10505 made static.
10506 (the_low_target): New.
10507 * linux-sh-low.c (num_regs): Remove.
10508 (sh_num_regs): Define.
10509 (sh_regmap): Renamed from regmap, made static.
10510 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
10511 made static.
10512 (sh_cannot_store_register): Renamed from cannot_store_register,
10513 made static.
10514 (the_low_target): New.
10515 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
10516 (the_low_target): New.
10517
105182002-04-09 Daniel Jacobowitz <drow@mvista.com>
10519
10520 * Makefile.in: Add stamp-h target.
10521 * configure.in: Create stamp-h.
10522 * configure: Regenerated.
10523
105242002-04-09 Daniel Jacobowitz <drow@mvista.com>
10525
10526 * inferiors.c: New file.
10527 * target.c: New file.
10528 * target.h: New file.
10529 * Makefile.in: Add target.o and inferiors.o. Update
10530 dependencies.
10531 * linux-low.c (inferior_pid): New static variable,
10532 moved from server.c.
10533 (linux_create_inferior): Renamed from create_inferior.
10534 Call add_inferior. Return 0 on success instead of a PID.
10535 (linux_attach): Renamed from myattach.
10536 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
10537 (linux_thread_alive): Renamed from mythread_alive.
10538 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
10539 child dies.
10540 (linux_resume): Renamed from myresume. Add missing ``return 0''.
10541 (regsets_store_inferior_registers): Correct error message.
10542 Add missing ``return 0''.
10543 (linux_fetch_registers): Renamed from fetch_inferior_registers.
10544 (linux_store_registers): Renamed from store_inferior_registers.
10545 (linux_read_memory): Renamed from read_inferior_memory.
10546 (linux_write_memory): Renamed from write_inferior_memory.
10547 (linux_target_ops): New structure.
10548 (initialize_low): Call set_target_ops ().
10549 * remote-utils.c (unhexify): New function.
10550 (hexify): New function.
10551 (input_interrupt): Send signals to ``signal_pid''.
10552 * server.c (inferior_pid): Remove.
10553 (start_inferior): Update create_inferior call.
10554 (attach_inferior): Call add_inferior.
10555 (handle_query): New function.
10556 (main): Call handle_query for `q' packets.
10557 * server.h: Include "target.h". Remove obsolete prototypes.
10558 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
10559
105602002-04-09 Daniel Jacobowitz <drow@mvista.com>
10561
10562 * Makefile.in: Add WARN_CFLAGS. Update configury
10563 dependencies.
10564 * configure.in: Check for <string.h>
10565 * configure: Regenerate.
10566 * config.in: Regenerate.
10567 * gdbreplay.c: Include needed system headers.
10568 (remote_open): Remove strchr prototype.
10569 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
10570 * regcache.c (supply_register): Change buf argument to const void *.
10571 (supply_register_by_name): Likewise.
10572 (collect_register): Change buf argument to void *.
10573 (collect_register_by_name): Likewise.
10574 * regcache.h: Add missing prototypes.
10575 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
10576 * server.c (handle_query): New function.
10577 (attached): New static variable, moved out of main.
10578 (main): Quiet longjmp clobber warnings.
10579 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
10580 * utils.c (error): Remove NORETURN.
10581 (fatal): Likewise.