]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/gdbserver/ChangeLog
Remove spurious exceptions.h inclusions
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
63b434a4
JH
12014-09-30 James Hogan <james.hogan@imgtec.com>
2
3 * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
4 mips64-dsp-linux.c.
5
c4d9ceb6
YQ
62014-09-23 Yao Qi <yao@codesourcery.com>
7
8 * linux-low.c (lp_status_maybe_breakpoint): New function.
9 (linux_low_filter_event): Call lp_status_maybe_breakpoint.
10 (count_events_callback): Likewise.
11 (select_event_lwp_callback): Likewise.
12 (cancel_breakpoints_callback): Likewise.
13
89a5711c
DB
142014-09-19 Don Breazeal <donb@codesourcery.com>
15
16 * linux-low.c (handle_extended_wait): Call
17 linux_ptrace_get_extended_event.
18 (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
19 linux_is_extended_waitstatus.
20
bffc0964
JB
212014-09-16 Joel Brobecker <brobecker@adacore.com>
22
23 * Makefile.in (CPPFLAGS): Define.
24 (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
25 (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
26
0bfdf32f
GB
272014-09-16 Gary Benson <gbenson@redhat.com>
28
29 * inferiors.h (current_inferior): Renamed as...
30 (current_thread): New variable. All uses updated.
31 * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
32 (maybe_move_out_of_jump_pad): Likewise.
33 (cancel_breakpoint): Likewise.
34 (linux_low_filter_event): Likewise.
35 (wait_for_sigstop): Likewise.
36 (linux_resume_one_lwp): Likewise.
37 (need_step_over_p): Likewise.
38 (start_step_over): Likewise.
39 (linux_stabilize_threads): Renamed save_inferior as saved_thread.
40 * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
41 * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
42 and save_inferior as saved_thread.
43 * regcache.c (get_thread_regcache): Renamed saved_inferior as
44 saved_thread.
45 (regcache_invalidate_thread): Likewise.
46 * remote-utils.c (prepare_resume_reply): Likewise.
47 * thread-db.c (thread_db_get_tls_address): Likewise.
48 (disable_thread_event_reporting): Likewise.
49 (remove_thread_event_breakpoints): Likewise.
50 * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
51 as saved_thread.
52 * target.h (set_desired_inferior): Renamed as...
53 (set_desired_thread): New declaration. All uses updated.
54 * server.c (myresume): Updated comment to reference thread instead
55 of inferior.
56 (handle_serial_event): Likewise.
57 (handle_target_event): Likewise.
58
361c8ade
GB
592014-09-12 Tom Tromey <tromey@redhat.com>
60 Gary Benson <gbenson@redhat.com>
61
62 * regcache.h: Include common-regcache.h.
63 (regcache_read_pc): Don't declare.
64 * regcache.c (get_thread_regcache_for_ptid): New function.
65
bd9269f7
GB
662014-09-11 Tom Tromey <tromey@redhat.com>
67 Gary Benson <gbenson@redhat.com>
68
69 * symbol.c: New file.
70 * Makefile.in (SFILES): Add symbol.c.
71 (OBS): Add symbol.o.
72
f8c1d06b
GB
732014-09-11 Gary Benson <gbenson@redhat.com>
74
75 * target.c (target_stop_ptid, target_continue_ptid): New
76 functions.
77
721ec300
GB
782014-09-11 Tom Tromey <tromey@redhat.com>
79 Gary Benson <gbenson@redhat.com>
80
81 * target.h: Include target/target.h.
82 * target.c (target_read_memory, target_read_uint32)
83 (target_write_memory): New functions.
84
c5e92cca
GB
852014-09-11 Gary Benson <gbenson@redhat.com>
86
87 * server.h (debug_hw_points): Don't declare.
88 * server.c (debug_hw_points): Don't define. Replace all uses
89 with show_debug_regs.
90 * linux-aarch64-low.c (debug_hw_points): Don't define. Replace
91 all uses with show_debug_regs.
92
2e4bb98a
EBM
932014-09-08 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
94
95 * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
96 endianness into account.
97 (ppc_supply_ptrace_register): Likewise.
98
ac740bc7
JH
992014-09-03 James Hogan <james.hogan@imgtec.com>
100
101 * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
102 to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
103
97ea6506
GB
1042014-09-03 Gary Benson <gbenson@redhat.com>
105
106 * linux-x86-low.c (x86_linux_prepare_to_resume): Use
107 ALL_DEBUG_ADDRESS_REGISTERS.
108
df7e5265
GB
1092014-09-02 Gary Benson <gbenson@redhat.com>
110
111 * i386-low.h: Renamed as...
112 * x86-low.h: New file. All type, function and variable name
113 prefixes changed from "i386_" to "x86_". All references updated.
114 * i386-low.c: Renamed as...
115 * x86-low.c: New file. All type, function and variable name
116 prefixes changed from "i386_" to "x86_". All references updated.
117
ed859da7
GB
1182014-09-02 Gary Benson <gbenson@redhat.com>
119
120 * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
121 (x86_linux_new_thread): Likewise.
122
860789c7
GB
1232014-08-29 Gary Benson <gbenson@redhat.com>
124
125 * server.h (setjmp.h): Do not include.
126 (toplevel): Do not declare.
127 (common-exceptions.h): Include.
128 (cleanups.h): Likewise.
129 * server.c (toplevel): Do not define.
130 (exit_code): New static global.
131 (detach_or_kill_for_exit_cleanup): New function.
132 (main): New function. Original main renamed to...
133 (captured_main): New function.
134 * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
135
ff55e1b5
GB
1362014-08-29 Gary Benson <gbenson@redhat.com>
137
138 * Makefile.in (SFILES): Add common/common-exceptions.c.
139 (OBS): Add common-exceptions.o.
140 (common-exceptions.o): New rule.
141 * utils.c (prepare_to_throw_exception): New function.
142
e9bcb658
GB
1432014-08-29 Gary Benson <gbenson@redhat.com>
144
145 * config.in: Regenerate.
146 * configure: Likewise.
147
e3180625
GB
1482014-08-29 Gary Benson <gbenson@redhat.com>
149
150 * Makefile.in (SFILES): Add common/cleanups.c.
151 (OBS): cleanups.o.
152 (cleanups.o): New rule.
153
e3d6ba5d
GB
1542014-08-29 Gary Benson <gbenson@redhat.com>
155
156 * utils.c (internal_vwarning): New function.
157
7096e886
GB
1582014-08-28 Gary Benson <gbenson@redhat.com>
159
160 * utils.h (fatal): Remove declaration.
161 * utils.c (fatal): Remove function.
162
14ce3192
GB
1632014-08-28 Gary Benson <gbenson@redhat.com>
164
165 * tracepoint.c (gdb_agent_init): Replace fatal with
166 perror_with_name.
167 (initialize_tracepoint): Likewise.
168
50278d59
GB
1692014-08-28 Gary Benson <gbenson@redhat.com>
170
171 * remote-utils.c (remote_prepare): Replace fatal with error.
172
aa96c426
GB
1732014-08-28 Gary Benson <gbenson@redhat.com>
174
175 * linux-low.c (linux_async): Replace fatal with warning.
176 Tidy up and return.
177 (linux_start_non_stop): Return -1 if linux_async failed.
178
f7160e97
GB
1792014-08-28 Gary Benson <gbenson@redhat.com>
180
181 * linux-x86-low.c (i386_dr_low_set_addr): Replace check with
182 gdb_assert.
183 (i386_dr_low_get_addr): Remove vague comment.
184 * win32-i386-low.c (i386_dr_low_set_addr): Replace check with
185 gdb_assert.
186
38e08fca
GB
1872014-08-28 Gary Benson <gbenson@redhat.com>
188
189 * inferiors.c (get_thread_process): Replace check with gdb_assert.
190 * linux-low.c (linux_wait_for_event_filtered): Replace fatal with
191 internal_error.
192 (linux_resume_one_lwp): Likewise.
193 * linux-x86-low.c (x86_siginfo_fixup): Replace checks with
194 gdb_assert.
195 * mem-break.c (raw_bkpt_type_to_target_hw_bp_type): Replace fatal
196 with internal_error.
197 * regcache.c (get_thread_regcache): Replace check with gdb_assert.
198 (init_register_cache): Replace fatal with gdb_assert_not_reached.
199 (find_register_by_name): Replace fatal with internal_error.
200 (find_regno): Likewise.
201 * tdesc.c (init_target_desc): Replace check with gdb_assert.
202 * thread-db.c (thread_db_create_event): Likewise.
203 (thread_db_load_search): Likewise.
204 (try_thread_db_load_1): Likewise.
205 * tracepoint.c (get_jump_space_head): Replace fatal with
206 internal_error.
207 (claim_trampoline_space): Likewise.
208 (have_fast_tracepoint_trampoline_buffer): Likewise.
209 (cmd_qtstart): Likewise.
210 (stop_tracing): Likewise.
211 (fast_tracepoint_collecting): Likewise.
212 (target_malloc): Likewise.
213 (download_tracepoint): Likewise.
214 (download_trace_state_variables): Replace check with gdb_assert.
215 (upload_fast_traceframes): Replace fatal with internal_error.
216
34abf635
GB
2172014-08-19 Tom Tromey <tromey@redhat.com>
218 Gary Benson <gbenson@redhat.com>
219
220 * Makefile.in (SFILES): Add common/common-debug.c.
221 (OBS): Add common-debug.o.
222 (common-debug.o): New rule.
223 * debug.h (debug_printf): Don't declare.
224 * debug.c (debug_printf): Renamed and rewritten as...
225 (debug_vprintf): New function.
226
f6e94d78
GB
2272014-08-19 Gary Benson <gbenson@redhat.com>
228
229 * utils.h: Do not include print-utils.h.
230
9239eeab
GB
2312014-08-19 Tom Tromey <tromey@redhat.com>
232 Gary Benson <gbenson@redhat.com>
233
234 * server.h: Add static assertion.
235 (gdb_byte, CORE_ADDR, LONGEST, ULONGEST): Remove.
236
ef87c8bb
GB
2372014-08-19 Tom Tromey <tromey@redhat.com>
238 Gary Benson <gbenson@redhat.com>
239
240 * Makefile.in (SFILES): Add common/errors.c.
241 (OBS): Add errors.o.
242 (IPA_OBS): Add errors-ipa.o.
243 (errors.o): New rule.
244 (errors-ipa.o): Likewise.
245 * utils.h (perror_with_name, error, warning): Don't declare.
246 * utils.c (warning): Renamed and rewritten as...
247 (vwarning): New function.
248 (error): Renamed and rewritten as...
249 (verror): New function.
250 (internal_error): Renamed and rewritten as...
251 (internal_verror): New function.
252
bb974a24
GB
2532014-08-07 Gary Benson <gbenson@redhat.com>
254
255 * configure.ac (AC_CHECK_HEADERS): Remove errno.h.
256 * configure: Regenerate.
257 * config.in: Likewise.
258 * server.h: Do not include errno.h.
259 * event-loop.c: Likewise.
260 * hostio-errno.c: Likewise.
261 * linux-low.c: Likewise.
262 * remote-utils.c: Likewise.
263 * spu-low.c: Likewise.
264 * utils.c: Likewise.
265 * gdbreplay.c: Unconditionally include errno.h.
266
6d3d12eb
GB
2672014-08-07 Gary Benson <gbenson@redhat.com>
268
269 * server.h: Do not include string.h.
270 * event-loop.c: Likewise.
271 * linux-low.c: Likewise.
272 * regcache.c: Likewise.
273 * remote-utils.c: Likewise.
274 * spu-low.c: Likewise.
275 * utils.c: Likewise.
276
dccbb609
GB
2772014-08-07 Gary Benson <gbenson@redhat.com>
278
279 * server.h: Do not include gdb_assert.h.
280
e76df0d0
GB
2812014-08-07 Gary Benson <gbenson@redhat.com>
282
283 * server.h: Do not include common-utils.h.
284
4cb9c816
GB
2852014-08-07 Gary Benson <gbenson@redhat.com>
286
287 * server.h: Do not include ptid.h.
288 * notif.h: Likewise.
289
3995eeee
GB
2902014-08-07 Gary Benson <gbenson@redhat.com>
291
292 * server.h: Do not include gdb_locale.h.
293
cb9f1a9b
GB
2942014-08-07 Gary Benson <gbenson@redhat.com>
295
296 * server.h: Do not include gdb/signals.h.
297 * win32-low.c: Likewise.
298
a5fceff8
GB
2992014-08-07 Gary Benson <gbenson@redhat.com>
300
301 * server.h: Do not include pathmax.h.
302
b9391142
GB
3032014-08-07 Gary Benson <gbenson@redhat.com>
304
305 * server.h: Do not include libiberty.h.
306 * linux-bfin-low.c: Likewise.
307
0e443c87
GB
3082014-08-07 Gary Benson <gbenson@redhat.com>
309
310 * server.h: Do not include ansidecl.h.
311
8ebb3f56
GB
3122014-08-07 Gary Benson <gbenson@redhat.com>
313
314 * linux-x86-low.c: Do not include stddef.h.
315 * lynx-ppc-low.c: Likewise.
316 * tracepoint.c: Likewise.
317
8980bdf6
GB
3182014-08-07 Gary Benson <gbenson@redhat.com>
319
320 * server.h: Do not include stdarg.h.
321 * nto-low.c: Likewise.
322
d7096f71
GB
3232014-08-07 Gary Benson <gbenson@redhat.com>
324
325 * server.h: Do not include stdlib.h.
326 * inferiors.c: Likewise.
327 * linux-low.c: Likewise.
328 * regcache.c: Likewise.
329 * spu-low.c: Likewise.
330 * tracepoint.c: Likewise.
331 * utils.c: Likewise.
332
d02f550d
GB
3332014-08-07 Gary Benson <gbenson@redhat.com>
334
335 * server.h: Do not include stdio.h.
336 * linux-low.c: Likewise.
337 * remote-utils.c: Likewise.
338 * spu-low.c: Likewise.
339 * utils.c: Likewise.
340 * wincecompat.c: Likewise.
341
87f6c4e3
GB
3422014-08-06 Gary Benson <gbenson@redhat.com>
343
344 * regcache.c (init_register_cache): Move conditionals inside if.
345
7089dca4
GB
3462014-08-06 Gary Benson <gbenson@redhat.com>
347
348 * linux-low.c (linux_supports_non_stop): Use target_is_async_p.
349
462f517e
GB
3502014-07-31 Gary Benson <gbenson@redhat.com>
351
352 * ax.h: Do not include server.h.
353 * gdbthread.h: Likewise.
354 * lynx-low.h: Likewise.
355 * notif.h: Likewise.
356
976411d6
GB
3572014-07-30 Gary Benson <gbenson@redhat.com>
358
359 * server.h: Include common-defs.h.
360 Do not include config.h or build-gnulib-gdbserver/config.h.
361
d41f6d8e
GB
3622014-07-30 Gary Benson <gbenson@redhat.com>
363
364 * hostio-errno.c: Move server.h to top of includes list.
365 * inferiors.c: Likewise.
366 * linux-x86-low.c: Likewise.
367 * notif.c: Include server.h.
368
314c6a35
TT
3692014-07-24 Tom Tromey <tromey@redhat.com>
370 Gary Benson <gbenson@redhat.com>
371
372 * server.h (CORE_ADDR): Now unsigned.
373
69ff6be5
PA
3742014-07-16 Pedro Alves <palves@redhat.com>
375
376 * linux-low.c (linux_kill_one_lwp): Use kill_lwp, not kill.
377
ce9e3fe7
PA
3782014-07-15 Pedro Alves <palves@redhat.com>
379
380 * linux-low.c (linux_kill_one_lwp): Save errno and work with saved
381 copy.
382
e76126e8
PA
3832014-07-11 Pedro Alves <palves@redhat.com>
384
385 * linux-low.c (kill_wait_lwp): New function, based on
386 kill_one_lwp_callback, but use my_waitpid directly.
387 (kill_one_lwp_callback, linux_kill): Use it.
388
8e9db26e
PA
3892014-06-23 Pedro Alves <palves@redhat.com>
390
391 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR_CONTROL
392 before setting DR0..DR3.
393
698b3e08
GB
3942014-06-20 Gary Benson <gbenson@redhat.com>
395
396 * configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
397 * configure: Regenerated.
398 * config.in: Likewise.
399
125f8a3d
GB
4002014-06-20 Gary Benson <gbenson@redhat.com>
401
402 * Makefile.in (SFILES): Update locations for files moved
403 from common to nat.
404 (object file files): Reordered.
405
42995dbd
GB
4062014-06-20 Gary Benson <gbenson@redhat.com>
407
408 * i386-low.h (i386_dr_low_can_set_addr): Removed.
409 (i386_dr_low_set_addr): Likewise.
410 (i386_dr_low_get_addr): Likewise.
411 (i386_dr_low_can_set_control): Likewise.
412 (i386_dr_low_set_control): Likewise.
413 (i386_dr_low_get_control): Likewise.
414 (i386_dr_low_get_status): Likewise.
415 (i386_get_debug_register_length): Likewise.
416 * linux-x86-low.c (i386_dr_low_set_addr):
417 Changed signature. Made static.
418 (i386_dr_low_get_addr): Likewise.
419 (i386_dr_low_set_control): Likewise.
420 (i386_dr_low_get_control): Likewise.
421 (i386_dr_low_get_status): Likewise.
422 (i386_dr_low): New global variable.
423 * win32-i386-low.c (i386_dr_low_set_addr):
424 Changed signature. Made static.
425 (i386_dr_low_get_addr): Likewise.
426 (i386_dr_low_set_control): Likewise.
427 (i386_dr_low_get_control): Likewise.
428 (i386_dr_low_get_status): Likewise.
429 (i386_dr_low): New global variable.
430
e1d2394b
MS
4312014-06-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
432
433 * configure.ac: Invoke. AC_CHECK_TOOL(AR, ar).
434 * Makefile.in (AR, AR_FLAGS): Define.
435 * configure: Regenerate.
436
3a8ee006
GB
4372014-06-19 Gary Benson <gbenson@redhat.com>
438
439 * Makefile.in (i386-dregs.o): New rule.
440 * configure.srv: Add i386-dregs.o to all targets using i386-low.o.
441 * i386-low.c (target.h): Remove include.
442 (TARGET_HAS_DR_LEN_8): Now in i386-dregs.c.
443 (DR_CONTROL_SHIFT): Likewise.
444 (DR_CONTROL_SIZE): Likewise.
445 (DR_RW_EXECUTE): Likewise.
446 (DR_RW_WRITE): Likewise.
447 (DR_RW_READ): Likewise.
448 (DR_RW_IORW): Likewise.
449 (DR_LEN_1): Likewise.
450 (DR_LEN_2): Likewise.
451 (DR_LEN_4): Likewise.
452 (DR_LEN_8): Likewise.
453 (DR_LOCAL_ENABLE_SHIFT): Likewise.
454 (DR_GLOBAL_ENABLE_SHIFT): Likewise.
455 (DR_ENABLE_SIZE): Likewise.
456 (DR_LOCAL_SLOWDOWN): Likewise.
457 (DR_GLOBAL_SLOWDOWN): Likewise.
458 (DR_CONTROL_RESERVED): Likewise.
459 (I386_DR_CONTROL_MASK): Likewise.
460 (I386_DR_VACANT): Likewise.
461 (I386_DR_LOCAL_ENABLE): Likewise.
462 (I386_DR_GLOBAL_ENABLE): Likewise.
463 (I386_DR_DISABLE): Likewise.
464 (I386_DR_SET_RW_LEN): Likewise.
465 (I386_DR_GET_RW_LEN): Likewise.
466 (I386_DR_WATCH_HIT): Likewise.
467 (i386_wp_op_t): Likewise.
468 (i386_show_dr): Likewise.
469 (i386_length_and_rw_bits): Likewise.
470 (i386_insert_aligned_watchpoint): Likewise.
471 (i386_remove_aligned_watchpoint): Likewise.
472 (i386_handle_nonaligned_watchpoint): Likewise.
473 i386_update_inferior_debug_regs(): Likewise.
474 (i386_dr_insert_watchpoint): Likewise.
475 (i386_dr_remove_watchpoint): Likewise.
476 (i386_dr_region_ok_for_watchpoint): Likewise.
477 (i386_dr_stopped_data_address): Likewise.
478 (i386_dr_stopped_by_watchpoint): Likewise.
479
8f26655c
GB
4802014-06-19 Gary Benson <gbenson@redhat.com>
481
482 * i386-low.c (i386_dr_show): Renamed to
483 i386_show_dr and made static. All uses updated.
484 (i386_dr_length_and_rw_bits): Renamed to
485 i386_length_and_rw_bits and made static.
486 All uses updated.
487 (i386_dr_insert_aligned_watchpoint): Renamed to
488 i386_insert_aligned_watchpoint and made static.
489 All uses updated.
490 (i386_dr_remove_aligned_watchpoint): Renamed to
491 i386_remove_aligned_watchpoint and made static.
492 All uses updated.
493 (i386_dr_update_inferior_debug_regs): Renamed to
494 i386_update_inferior_debug_regs and made static.
495 All uses updated.
496
b9228891
GB
4972014-06-18 Gary Benson <gbenson@redhat.com>
498
5171def3
GB
499 * i386-low.h (i386_dr_low_can_set_addr): New macro.
500 (i386_dr_low_can_set_control): Likewise.
501 (i386_get_debug_register_length): Likewise.
502 * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
503 (i386_dr_low_can_set_control): Likewise.
504 (i386_get_debug_register_length): Likewise.
505
5062014-06-17 Gary Benson <gbenson@redhat.com>
507
b9228891
GB
508 * i386-low.h (i386-dregs.h): New include.
509 (DR_FIRSTADDR): Now in i386-dregs.h.
510 (DR_LASTADDR): Likewise.
511 (DR_NADDR): Likewise.
512 (DR_STATUS): Likewise.
513 (DR_CONTROL): Likewise.
514 (i386_debug_reg_state): Likewise.
515 (i386_dr_insert_watchpoint): Likewise.
516 (i386_dr_remove_watchpoint): Likewise.
517 (i386_dr_region_ok_for_watchpoint): Likewise.
518 (i386_dr_stopped_data_address): Likewise.
519 (i386_dr_stopped_by_watchpoint): Likewise.
520 * i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
521
4be83cc2
GB
5222014-06-18 Gary Benson <gbenson@redhat.com>
523
524 * i386-low.h (i386_low_insert_watchpoint): Renamed to
525 i386_dr_insert_watchpoint.
526 (i386_low_remove_watchpoint): Renamed to
527 i386_dr_remove_watchpoint.
528 (i386_low_region_ok_for_watchpoint): Renamed to
529 i386_dr_region_ok_for_watchpoint.
530 (i386_low_stopped_data_address): Renamed to
531 i386_dr_stopped_data_address.
532 (i386_low_stopped_by_watchpoint): Renamed to
533 i386_dr_stopped_by_watchpoint.
534 * i386-low.c (i386_show_dr): Renamed to
535 i386_dr_show and made nonstatic. All uses updated.
536 (i386_length_and_rw_bits): Renamed to
537 i386_dr_length_and_rw_bits and made nonstatic.
538 All uses updated.
539 (i386_insert_aligned_watchpoint): Renamed to
540 i386_dr_insert_aligned_watchpoint and made nonstatic.
541 All uses updated.
542 (i386_remove_aligned_watchpoint): Renamed to
543 i386_dr_remove_aligned_watchpoint and made nonstatic.
544 All uses updated.
545 (i386_update_inferior_debug_regs): Renamed to
546 i386_dr_update_inferior_debug_regs and made nonstatic.
547 All uses updated.
548 (i386_low_insert_watchpoint): Renamed to
549 i386_dr_insert_watchpoint. All uses updated.
550 (i386_low_remove_watchpoint): Renamed to
551 i386_dr_remove_watchpoint. All uses updated.
552 (i386_low_region_ok_for_watchpoint): Renamed to
553 i386_dr_region_ok_for_watchpoint. All uses updated.
554 (i386_low_stopped_data_address): Renamed to
555 i386_dr_stopped_data_address. All uses updated.
556 (i386_low_stopped_by_watchpoint): Renamed to
557 i386_dr_stopped_by_watchpoint. All uses updated.
558
131aa0d4
GB
5592014-06-18 Gary Benson <gbenson@redhat.com>
560
561 * i386-low.c (i386_dr_low_can_set_addr): New macro.
562 (i386_dr_low_can_set_control): Likewise.
563 (i386_insert_aligned_watchpoint): New check.
564
d9305f7f
GB
5652014-06-18 Gary Benson <gbenson@redhat.com>
566
567 * i386-low.c (i386_update_inferior_debug_regs) <inf_state>:
568 Renamed to state.
569
e927c9fc
GB
5702014-06-18 Gary Benson <gbenson@redhat.com>
571
572 * i386-low.c (i386_length_and_rw_bits): Use internal_error
573 instead of fatal and error.
574 (i386_handle_nonaligned_watchpoint): Likewise.
575
1b6d4134
GB
5762014-06-18 Gary Benson <gbenson@redhat.com>
577
578 * i386-low.c (i386_get_debug_register_length): New macro.
579 (TARGET_HAS_DR_LEN_8): Remove conditional. Use above macro.
580 (i386_show_dr): Use debug_printf instead of fprintf. Use
581 phex to format values.
582
6e62758f
GB
5832014-06-18 Gary Benson <gbenson@redhat.com>
584
585 * i386-low.h: Comment changes.
586 * i386-low.c: Likewise.
587
fc6e2f03
GB
5882014-06-18 Gary Benson <gbenson@redhat.com>
589
590 * i386-low.c: Whitespace changes.
591
f9d1eeed
TT
5922014-06-12 Tom Tromey <tromey@redhat.com>
593
594 * utils.c (freeargv): Remove.
595
0b04e523
TT
5962014-06-12 Tom Tromey <tromey@redhat.com>
597
598 * debug.c (debug_printf): Remove HAVE_GETTIMEOFDAY checks.
599 * server.c (monitor_show_help): Remove HAVE_GETTIMEOFDAY check.
600 (parse_debug_format_options): Likewise.
601 (gdbserver_usage): Likewise.
602 * Makefile.in (LIBIBERTY_BUILDDIR, LIBIBERTY): New variables.
603 (SUBDIRS, REQUIRED_SUBDIRS): Add libiberty.
604 (gdbserver$(EXEEXT), gdbreplay$(EXEEXT)): Depend on and link
605 against libiberty.
606 ($(LIBGNU)): Depend on libiberty.
607 (all-lib): Recurse into all subdirs.
608 (install-only): Invoke "install" target in subdirs.
609 (vasprintf.o, vsnprintf.o, safe-ctype.o, lbasename.o): Remove
610 targets.
611 * configure: Rebuild.
612 * configure.ac: Add ACX_CONFIGURE_DIR for libiberty. Don't check
613 for vasprintf, vsnprintf, or gettimeofday.
614 * configure.srv: Don't add safe-ctype.o or lbasename.o to
615 srv_tgtobj.
616
270c9937
JB
6172014-06-05 Joel Brobecker <brobecker@adacore.com>
618
619 * development.sh: Delete.
620 * Makefile.in (config.status): Adjust dependency on development.sh.
621 * configure.ac: Adjust development.sh source call.
622 * configure: Regenerate.
623
0a261ed8
PA
6242014-06-02 Pedro Alves <palves@redhat.com>
625
626 * ax.c (gdb_free_agent_expr): New function.
627 * ax.h (gdb_free_agent_expr): New declaration.
628 * mem-break.c (delete_gdb_breakpoint_1): Also clear the commands
629 list.
630 (clear_breakpoint_conditions, clear_breakpoint_commands): Make
631 static.
632 (clear_breakpoint_conditions_and_commands): New function.
633 * mem-break.h (clear_breakpoint_conditions): Delete declaration.
634 (clear_breakpoint_conditions_and_commands): New declaration.
635
e9dae05e
RR
6362014-05-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
637
638 * linux-aarch64-low.c (asm/ptrace.h): Include.
639
5876f503
JK
6402014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
641
642 Fix TLS access for -static -pthread.
643 * gdbserver/thread-db.c (struct thread_db): Add td_thr_tlsbase_p.
644 (thread_db_get_tls_address): Call it if LOAD_MODULE is zero.
645 (thread_db_load_search, try_thread_db_load_1): Initialize it.
646
802e8e6d
PA
6472014-05-20 Pedro Alves <palves@redhat.com>
648
649 * linux-aarch64-low.c (aarch64_insert_point)
650 (aarch64_remove_point): No longer check whether the type is
651 supported here. Adjust to new interface.
652 (the_low_target): Install aarch64_supports_z_point_type as
653 supports_z_point_type method.
654 * linux-arm-low.c (raw_bkpt_type_to_arm_hwbp_type): New function.
655 (arm_linux_hw_point_initialize): Take an enum raw_bkpt_type
656 instead of a Z packet char. Adjust.
657 (arm_supports_z_point_type): New function.
658 (arm_insert_point, arm_remove_point): Adjust to new interface.
659 (the_low_target): Install arm_supports_z_point_type.
660 * linux-crisv32-low.c (cris_supports_z_point_type): New function.
661 (cris_insert_point, cris_remove_point): Adjust to new interface.
662 Don't check whether the type is supported here.
663 (the_low_target): Install cris_supports_z_point_type.
664 * linux-low.c (linux_supports_z_point_type): New function.
665 (linux_insert_point, linux_remove_point): Adjust to new interface.
666 * linux-low.h (struct linux_target_ops) <insert_point,
667 remove_point>: Take an enum raw_bkpt_type instead of a char. Add
668 raw_breakpoint pointer parameter.
669 <supports_z_point_type>: New method.
670 * linux-mips-low.c (mips_supports_z_point_type): New function.
671 (mips_insert_point, mips_remove_point): Adjust to new interface.
672 Use mips_supports_z_point_type.
673 (the_low_target): Install mips_supports_z_point_type.
674 * linux-ppc-low.c (the_low_target): Install NULL as
675 supports_z_point_type method.
676 * linux-s390-low.c (the_low_target): Install NULL as
677 supports_z_point_type method.
678 * linux-sparc-low.c (the_low_target): Install NULL as
679 supports_z_point_type method.
680 * linux-x86-low.c (x86_supports_z_point_type): New function.
681 (x86_insert_point): Adjust to new insert_point interface. Use
682 insert_memory_breakpoint. Adjust to new
683 i386_low_insert_watchpoint interface.
684 (x86_remove_point): Adjust to remove_point interface. Use
685 remove_memory_breakpoint. Adjust to new
686 i386_low_remove_watchpoint interface.
687 (the_low_target): Install x86_supports_z_point_type.
688 * lynx-low.c (lynx_target_ops): Install NULL as
689 supports_z_point_type callback.
690 * nto-low.c (nto_supports_z_point_type): New.
691 (nto_insert_point, nto_remove_point): Adjust to new interface.
692 (nto_target_ops): Install nto_supports_z_point_type.
693 * mem-break.c: Adjust intro comment.
694 (struct raw_breakpoint) <raw_type, size>: New fields.
695 <inserted>: Update comment.
696 <shlib_disabled>: Delete field.
697 (enum bkpt_type) <gdb_breakpoint>: Delete value.
698 <gdb_breakpoint_Z0, gdb_breakpoint_Z1, gdb_breakpoint_Z2,
699 gdb_breakpoint_Z3, gdb_breakpoint_Z4>: New values.
700 (raw_bkpt_type_to_target_hw_bp_type): New function.
701 (find_enabled_raw_code_breakpoint_at): New function.
702 (find_raw_breakpoint_at): New type and size parameters. Use them.
703 (insert_memory_breakpoint): New function, based off
704 set_raw_breakpoint_at.
705 (remove_memory_breakpoint): New function.
706 (set_raw_breakpoint_at): Reimplement.
707 (set_breakpoint): New, based on set_breakpoint_at.
708 (set_breakpoint_at): Reimplement.
709 (delete_raw_breakpoint): Go through the_target->remove_point
710 instead of assuming memory breakpoints.
711 (find_gdb_breakpoint_at): Delete.
712 (Z_packet_to_bkpt_type, Z_packet_to_raw_bkpt_type): New functions.
713 (find_gdb_breakpoint): New function.
714 (set_gdb_breakpoint_at): Delete.
715 (z_type_supported): New function.
716 (set_gdb_breakpoint_1): New function, loosely based off
717 set_gdb_breakpoint_at.
718 (check_gdb_bp_preconditions, set_gdb_breakpoint): New functions.
719 (delete_gdb_breakpoint_at): Delete.
720 (delete_gdb_breakpoint_1): New function, loosely based off
721 delete_gdb_breakpoint_at.
722 (delete_gdb_breakpoint): New function.
723 (clear_gdb_breakpoint_conditions): Rename to ...
724 (clear_breakpoint_conditions): ... this. Don't handle a NULL
725 breakpoint.
726 (add_condition_to_breakpoint): Make static.
727 (add_breakpoint_condition): Take a struct breakpoint pointer
728 instead of an address. Adjust.
729 (gdb_condition_true_at_breakpoint): Rename to ...
730 (gdb_condition_true_at_breakpoint_z_type): ... this, and add
731 z_type parameter.
732 (gdb_condition_true_at_breakpoint): Reimplement.
733 (add_breakpoint_commands): Take a struct breakpoint pointer
734 instead of an address. Adjust.
735 (gdb_no_commands_at_breakpoint): Rename to ...
736 (gdb_no_commands_at_breakpoint_z_type): ... this. Add z_type
737 parameter. Return true if no breakpoint was found. Change debug
738 output.
739 (gdb_no_commands_at_breakpoint): Reimplement.
740 (run_breakpoint_commands): Rename to ...
741 (run_breakpoint_commands_z_type): ... this. Add z_type parameter,
742 and change return type to boolean.
743 (run_breakpoint_commands): New function.
744 (gdb_breakpoint_here): Also check for Z1 breakpoints.
745 (uninsert_raw_breakpoint): Don't try to reinsert a disabled
746 breakpoint. Go through the_target->remove_point instead of
747 assuming memory breakpoint.
748 (uninsert_breakpoints_at, uninsert_all_breakpoints): Uninsert
749 software and hardware breakpoints.
750 (reinsert_raw_breakpoint): Go through the_target->insert_point
751 instead of assuming memory breakpoint.
752 (reinsert_breakpoints_at, reinsert_all_breakpoints): Reinsert
753 software and hardware breakpoints.
754 (check_breakpoints, breakpoint_here, breakpoint_inserted_here):
755 Check both software and hardware breakpoints.
756 (validate_inserted_breakpoint): Assert the breakpoint is a
757 software breakpoint. Set the inserted flag to -1 instead of
758 setting shlib_disabled.
759 (delete_disabled_breakpoints): Adjust.
760 (validate_breakpoints): Only validate software breakpoints.
761 Adjust to inserted flag change.
762 (check_mem_read, check_mem_write): Skip breakpoint types other
763 than software breakpoints. Adjust to inserted flag change.
764 * mem-break.h (enum raw_bkpt_type): New enum.
765 (raw_breakpoint, struct process_info): Forward declare.
766 (Z_packet_to_target_hw_bp_type): Delete declaration.
767 (raw_bkpt_type_to_target_hw_bp_type, Z_packet_to_raw_bkpt_type)
768 (set_gdb_breakpoint, delete_gdb_breakpoint)
769 (clear_breakpoint_conditions): New declarations.
770 (set_gdb_breakpoint_at, clear_gdb_breakpoint_conditions): Delete.
771 (breakpoint_inserted_here): Update comment.
772 (add_breakpoint_condition, add_breakpoint_commands): Replace
773 address parameter with a breakpoint pointer parameter.
774 (gdb_breakpoint_here): Update comment.
775 (delete_gdb_breakpoint_at): Delete.
776 (insert_memory_breakpoint, remove_memory_breakpoint): Declare.
777 * server.c (process_point_options): Take a struct breakpoint
778 pointer instead of an address. Adjust.
779 (process_serial_event) <Z/z packets>: Use set_gdb_breakpoint and
780 delete_gdb_breakpoint.
781 * spu-low.c (spu_target_ops): Install NULL as
782 supports_z_point_type method.
783 * target.h: Include mem-break.h.
784 (struct target_ops) <prepare_to_access_memory>: Update comment.
785 <supports_z_point_type>: New field.
786 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
787 instead of a char. Also take a raw breakpoint pointer.
788 * win32-arm-low.c (the_low_target): Install NULL as
789 supports_z_point_type.
790 * win32-i386-low.c (i386_supports_z_point_type): New function.
791 (i386_insert_point, i386_remove_point): Adjust to new interface.
792 (the_low_target): Install i386_supports_z_point_type.
793 * win32-low.c (win32_supports_z_point_type): New function.
794 (win32_insert_point, win32_remove_point): Adjust to new interface.
795 (win32_target_ops): Install win32_supports_z_point_type.
796 * win32-low.h (struct win32_target_ops):
797 <supports_z_point_type>: New method.
798 <insert_point, remove_point>: Take an enum raw_bkpt_type argument
799 instead of a char. Also take a raw breakpoint pointer.
800
932539e3
PA
8012014-05-20 Pedro Alves <palves@redhat.com>
802
803 * mem-break.h: Include break-common.h.
804 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
805 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): New defines.
806 (Z_packet_to_target_hw_bp_type): New declaration.
807 * mem-break.c (Z_packet_to_target_hw_bp_type): New function.
808 * i386-low.c (Z_PACKET_HW_BP, Z_PACKET_WRITE_WP, Z_PACKET_READ_WP)
809 (Z_PACKET_ACCESS_WP): Delete macros.
810 (Z_packet_to_hw_type): Delete function.
811 * i386-low.h: Don't include break-common.h here.
812 (Z_packet_to_hw_type): Delete declaration.
813 * linux-x86-low.c (x86_insert_point, x86_insert_point): Call
814 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
815 * win32-i386-low.c (i386_insert_point, i386_remove_point): Call
816 Z_packet_to_target_hw_bp_type instead of Z_packet_to_hw_type.
817 * linux-aarch64-low.c: Don't include break-common.h here.
818 (Z_PACKET_SW_BP, Z_PACKET_HW_BP, Z_PACKET_WRITE_WP)
819 (Z_PACKET_READ_WP, Z_PACKET_ACCESS_WP): Delete macros.
820 (Z_packet_to_target_hw_bp_type): Delete function.
821 * linux-mips-low.c (rsp_bp_type_to_target_hw_bp_type): Delete
822 function.
823 (mips_insert_point, mips_remove_point): Use
824 Z_packet_to_target_hw_bp_type.
825
4ff0d3d8
PA
8262014-05-20 Pedro Alves <palves@redhat.com>
827
828 * linux-aarch64-low.c: Include break-common.h.
829 (enum target_point_type): Delete.
830 (Z_packet_to_point_type): Rename to ...
831 (Z_packet_to_target_hw_bp_type): ... this, and return a
832 target_hw_bp_type instead.
833 (aarch64_show_debug_reg_state): Take an enum target_hw_bp_type
834 instead of an enum target_point_type.
835 (aarch64_point_encode_ctrl_reg): Likewise. Compute type mask from
836 breakpoint type.
837 (aarch64_dr_state_insert_one_point)
838 (aarch64_dr_state_remove_one_point, aarch64_handle_breakpoint)
839 (aarch64_handle_aligned_watchpoint)
840 (aarch64_handle_unaligned_watchpoint, aarch64_handle_watchpoint):
841 Take an enum target_hw_bp_type instead of an enum
842 target_point_type.
843 (aarch64_supports_z_point_type): New function.
844 (aarch64_insert_point, aarch64_remove_point): Use it. Adjust to
845 use Z_packet_to_target_hw_bp_type.
846
786dc519
JB
8472014-05-20 Joel Brobecker <brobecker@adacore.com>
848
849 * configure.ac: Only use -Werror by default when DEVELOPMENT
850 is true.
851 * configure: Regenerate.
852
9e0aa64f
JK
8532014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 Fix gdbserver qGetTLSAddr for x86_64 -m32.
856 * linux-x86-low.c (X86_64_USER_REGS): New.
857 (x86_fill_gregset): Call memset for BUF first in x86_64 -m32 case.
858
2b577b92
YQ
8592014-04-28 Yao Qi <yao@codesourcery.com>
860
861 * Makefile.in (i386-avx512.c): Fix the typo of generated file
862 name.
863
94611da2
PA
8642014-04-25 Pedro Alves <palves@redhat.com>
865
866 PR server/16255
867 * linux-low.c (linux_attach_fail_reason_string): New function.
868 (linux_attach_lwp): Delete.
869 (linux_attach_lwp_1): Rename to ...
870 (linux_attach_lwp): ... this. Take a ptid instead of a pid as
871 argument. Remove "initial" parameter. Return int instead of
872 void. Don't error or warn here.
873 (linux_attach): Adjust to call linux_attach_lwp. Call error on
874 failure to attach to the tgid. Call warning when failing to
875 attach to an lwp.
876 * linux-low.h (linux_attach_lwp): Take a ptid instead of a pid as
877 argument. Remove "initial" parameter. Return int instead of
878 void. Don't error or warn here.
879 (linux_attach_fail_reason_string): New declaration.
880 * thread-db.c (attach_thread): Adjust to linux_attach_lwp's
881 interface change. Use linux_attach_fail_reason_string.
882
01f9f808
MS
8832014-04-24 Michael Sturm <michael.sturm@mintel.com>
884 Walfred Tedeschi <walfred.tedeschi@intel.com>
885
886 * Makefile.in: Added rules to handle new files
887 i386-avx512.c i386-avx512-linux.c amd64-avx512.c
888 amd64-avx512-linux.c x32-avx512.c x32-avx512-linux.c.
889 * configure.srv (srv_i386_regobj): Add i386-avx512.o.
890 (srv_i386_linux_regobj): Add i386-avx512-linux.o.
891 (srv_amd64_regobj): Add amd64-avx512.o and x32-avx512.o.
892 (srv_amd64_linux_regobj): Add amd64-avx512-linux.o and
893 x32-avx512-linux.o.
894 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx512.xml.
895 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx512.xml.
896 (srv_amd64_xmlfiles): Add i386/amd64-avx512.xml and
897 i386/x32-avx512.xml.
898 (srv_i386_linux_xmlfiles): Add i386/i386-avx512-linux.xml.
899 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx512-linux.xml and
900 i386/x32-avx512-linux.xml.
901 * i387-fp.c (num_avx512_k_registers): New constant for number
902 of K registers.
903 (num_avx512_zmmh_low_registers): New constant for number of
904 lower ZMM registers (0-15).
905 (num_avx512_zmmh_high_registers): New constant for number of
906 higher ZMM registers (16-31).
907 (num_avx512_ymmh_registers): New contant for number of higher
908 YMM registers (ymm16-31 added by avx521 on x86_64).
909 (num_avx512_xmm_registers): New constant for number of higher
910 XMM registers (xmm16-31 added by AVX512 on x86_64).
911 (struct i387_xsave): Add space for AVX512 registers.
912 (i387_cache_to_xsave): Change raw buffer size to 64 characters.
913 Add code to handle AVX512 registers.
914 (i387_xsave_to_cache): Add code to handle AVX512 registers.
915 * linux-x86-low.c (init_registers_amd64_avx512_linux): New
916 prototypei from generated file.
917 (tdesc_amd64_avx512_linux): Likewise.
918 (init_registers_x32_avx512_linux): Likewise.
919 (tdesc_x32_avx512_linux): Likewise.
920 (init_registers_i386_avx512_linux): Likewise.
921 (tdesc_i386_avx512_linux): Likewise.
922 (x86_64_regmap): Add AVX512 registers.
923 (x86_linux_read_description): Add code to handle AVX512 XSTATE
924 mask.
925 (initialize_low_arch): Add code to initialize AVX512 registers.
926
51aa91f9
PA
9272014-04-23 Pedro Alves <palves@redhat.com>
928
929 * mem-break.c (find_gdb_breakpoint_at): Make static.
930 * mem-break.h (find_gdb_breakpoint_at): Delete declaration.
931
a4165e94
PA
9322014-04-23 Pedro Alves <palves@redhat.com>
933
934 * i386-low.c: Don't include break-common.h here.
935 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
936 prototype to take target_hw_bp_type as argument instead of a Z
937 packet char.
938 * i386-low.h: Include break-common.h here.
939 (Z_packet_to_hw_type): Declare.
940 (i386_low_insert_watchpoint, i386_low_remove_watchpoint): Change
941 prototypes.
942 * linux-x86-low.c (x86_insert_point): Convert the packet number to
943 a target_hw_bp_type before calling i386_low_insert_watchpoint.
944 (x86_remove_point): Convert the packet number to a
945 target_hw_bp_type before calling i386_low_remove_watchpoint.
946 * win32-i386-low.c (i386_insert_point): Convert the packet number
947 to a target_hw_bp_type before calling i386_low_insert_watchpoint.
948 (i386_remove_point): Convert the packet number to a
949 target_hw_bp_type before calling i386_low_remove_watchpoint.
950
b8acf843
PA
9512014-04-23 Pedro Alves <palves@redhat.com>
952
953 * utils.h (perror_with_name): Add ATTRIBUTE_NORETURN.
954
d708bcd1
PA
9552014-04-10 Pedro Alves <palves@redhat.com>
956
957 * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
958 Check if the condition or command is NULL before checking if the
959 breakpoint is known. On success, return true.
960 * mem-break.h (add_breakpoint_condition): Document return.
961 (add_breakpoint_commands): Add describing comment.
962 * server.c (skip_to_semicolon): New function.
963 (process_point_options): Use it.
964
2eec7d5b
PA
9652014-04-09 Pedro Alves <palves@redhat.com>
966
967 * linux-low.c (linux_read_loadmap): Pass current_inferior directly
968 to lwpid_of.
969
fa96cb38
PA
9702014-02-27 Pedro Alves <palves@redhat.com>
971
972 PR 12702
973 * inferiors.h (A_I_NEXT, ALL_INFERIORS_TYPE, ALL_PROCESSES): New
974 macros.
975 * linux-low.c (delete_lwp, handle_extended_wait): Add debug
976 output.
977 (last_thread_of_process_p): Take a PID argument instead of a
978 thread pointer.
979 (linux_wait_for_lwp): Delete.
980 (num_lwps, check_zombie_leaders, not_stopped_callback): New
981 functions.
982 (linux_low_filter_event): New function, party factored out from
983 linux_wait_for_event.
984 (linux_wait_for_event): Rename to ...
985 (linux_wait_for_event_filtered): ... this. Add new filter ptid
986 argument. Partly rewrite. Always use waitpid(-1, WNOHANG) and
987 sigsuspend. Check for zombie leaders.
988 (linux_wait_for_event): Reimplement as wrapper around
989 linux_wait_for_event_filtered.
990 (linux_wait_1): Handle TARGET_WAITKIND_NO_RESUMED. Assume that if
991 a normal or signal exit is seen, it's the whole process exiting.
992 (wait_for_sigstop): No longer a for_each_inferior callback.
993 Rewrite on top of linux_wait_for_event_filtered.
994 (stop_all_lwps): Call wait_for_sigstop directly.
995 * server.c (resume, handle_target_event): Handle
996 TARGET_WAITKIND_NO_RESUMED.
997
d763de10
JB
9982014-02-26 Joel Brobecker <brobecker@adacore.com>
999
1000 * win32-low.c (psapi_get_dll_name,
1001 * win32_CreateToolhelp32Snapshot): Delete.
1002 (win32_CreateToolhelp32Snapshot, win32_Module32First)
1003 (win32_Module32Next, load_toolhelp, toolhelp_get_dll_name):
1004 Delete.
1005 (handle_load_dll): Add function description.
1006 Remove code using psapi_get_dll_name and toolhelp_get_dll_name.
1007
850a0f76
JB
10082014-02-26 Joel Brobecker <brobecker@adacore.com>
1009
1010 * win32-low.c (win32_add_one_solib): Add 0x1000 to load_addr.
1011 Add comment.
1012 (win32_add_all_dlls): Remove 0x1000 offset applied to DLL
1013 base address when calling win32_add_one_solib.
1014 (handle_load_dll): Delete local variable load_addr.
1015 Remove 0x1000 offset applied to DLL base address when calling
1016 win32_add_one_solib.
1017 (handle_unload_dll): Add comment.
1018
f25b3fc3
JB
10192014-02-26 Joel Brobecker <brobecker@adacore.com>
1020
1021 * win32-low.c (win32_add_all_dlls): Renames
1022 win32_ensure_ntdll_loaded. Rewrite function documentation.
1023 Adjust implementation to always load all DLLs.
1024 Add 0x1000 offset to DLL base address when calling
1025 win32_add_one_solib.
1026 (child_initialization_done): New static global.
1027 (do_initial_child_stuff): Set child_initialization_done to
1028 zero during child initialization, and 1 after. Replace call
1029 to win32_ensure_ntdll_loaded by call to win32_add_all_dlls.
1030 Add comment.
1031 (match_dll_by_basename, dll_is_loaded_by_basename): Delete.
1032 (handle_unload_dll): Add function documentation.
1033 (get_child_debug_event): Ignore load and unload DLL events
1034 during child initialization.
1035
d86d4aaf
DE
10362014-02-20 Doug Evans <dje@google.com>
1037
3bc32da3 1038 Remove global all_lwps.
d86d4aaf
DE
1039 * inferiors.h (ptid_of): Move here from linux-low.h.
1040 (pid_of, lwpid_of): Ditto.
1041 * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
1042 parameter is a struct thread_info * now.
1043 (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
1044 directly. Pass &all_threads to find_inferior instead of &all_lwps.
1045 (aarch64_stopped_data_address): Fetch lwpid from current_inferior
1046 directly.
1047 (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
1048 (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
1049 * linux-arm-low.c (update_registers_callback): Update, "entry"
1050 parameter is a struct thread_info * now.
1051 Fetch lwpid from current_inferior directly.
1052 (arm_insert_point): Pass &all_threads to find_inferior instead of
1053 &all_lwps.
1054 (arm_remove_point): Ditto.
1055 (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
1056 (arm_prepare_to_resume): Fetch pid from thread.
1057 (arm_read_description): Fetch lwpid from current_inferior directly.
1058 * linux-low.c (all_lwps): Delete.
1059 (delete_lwp): Delete call to remove_inferior.
1060 (handle_extended_wait): Fetch lwpid from thread.
1061 (add_lwp): Don't set lwp->entry.id. Remove call to
1062 add_inferior_to_list.
1063 (linux_attach_lwp_1): Fetch pid from current_inferior directly.
1064 (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
1065 (kill_one_lwp_callback): Ditto.
1066 (linux_kill): Don't dereference NULL pointer.
1067 Fetch ptid,lwpid from thread.
1068 (get_detach_signal): Fetch ptid from thread.
1069 (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
1070 Simplify call to regcache_invalidate_thread.
1071 (delete_lwp_callback): Update, "entry" parameter is a
1072 struct thread_info * now. Fetch pid from thread.
1073 (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
1074 (status_pending_p_callback): Update, "entry" parameter is a
1075 struct thread_info * now. Fetch ptid from thread.
1076 (find_lwp_pid): Update, "entry" parameter is a
1077 struct thread_info * now.
1078 (linux_wait_for_lwp): Fetch pid from thread.
1079 (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
1080 (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
1081 (enqueue_one_deferred_signal): Fetch lwpid from thread.
1082 (dequeue_one_deferred_signal): Ditto.
1083 (cancel_breakpoint): Fetch ptid from current_inferior.
1084 (linux_wait_for_event): Pass &all_threads to find_inferior,
1085 not &all_lwps. Fetch ptid, lwpid from thread.
1086 (count_events_callback): Update, "entry" parameter is a
1087 struct thread_info * now.
1088 (select_singlestep_lwp_callback): Ditto.
1089 (select_event_lwp_callback): Ditto.
1090 (cancel_breakpoints_callback): Ditto.
1091 (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
1092 not &all_lwps.
1093 (select_event_lwp): Ditto. Fetch ptid from event_thread.
1094 (unsuspend_one_lwp): Update, "entry" parameter is a
1095 struct thread_info * now.
1096 (unsuspend_all_lwps): Pass &all_threads to find_inferior,
1097 not &all_lwps.
1098 (linux_stabilize_threads): Ditto. And for for_each_inferior.
1099 Fetch lwpid from thread, not lwp.
1100 (linux_wait_1): Fetch ptid, lwpid from current_inferior.
1101 Pass &all_threads to find_inferior, not &all_lwps.
1102 (send_sigstop): Fetch lwpid from thread, not lwp.
1103 (send_sigstop_callback): Update, "entry" parameter is a
1104 struct thread_info * now.
1105 (suspend_and_send_sigstop_callback): Ditto.
1106 (wait_for_sigstop): Ditto. Fetch ptid, lwpid from thread, lwp.
1107 (stuck_in_jump_pad_callback): Update, "entry" parameter is a
1108 struct thread_info * now.
1109 (move_out_of_jump_pad_callback): Ditto. Fetch ptid, lwpid
1110 from thread, lwp.
1111 (lwp_running): Update, "entry" parameter is a
1112 struct thread_info * now.
1113 (stop_all_lwps): Fetch ptid from thread.
1114 Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
1115 (linux_resume_one_lwp): Fetch lwpid from thread.
1116 (linux_set_resume_request): Update, "entry" parameter is a
1117 struct thread_info * now. Fetch pid, lwpid from thread.
1118 (resume_status_pending_p): Update, "entry" parameter is a
1119 struct thread_info * now.
1120 (need_step_over_p): Ditto. Fetch lwpid from thread.
1121 (start_step_over): Fetch lwpid from thread.
1122 (linux_resume_one_thread): Update, "entry" parameter is a
1123 struct thread_info * now. Fetch lwpid from thread.
1124 (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
1125 (proceed_one_lwp): Update, "entry" parameter is a
1126 struct thread_info * now. Fetch lwpid from thread.
1127 (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
1128 struct thread_info * now.
1129 (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
1130 (unstop_all_lwps): Ditto. Fetch lwpid from thread.
1131 (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
1132 directly.
1133 (regsets_store_inferior_registers): Ditto.
1134 (fetch_register, store_register): Ditto.
1135 (linux_read_memory, linux_write_memory): Ditto.
1136 (linux_request_interrupt): Ditto.
1137 (linux_read_auxv): Ditto.
1138 (linux_xfer_siginfo): Ditto.
1139 (linux_qxfer_spu): Ditto.
1140 (linux_qxfer_libraries_svr4): Ditto.
1141 * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
1142 moved to inferiors.h.
1143 (get_lwp): Delete.
1144 (get_thread_lwp): Update.
1145 (struct lwp_info): Delete member "entry". Simplify comment for
1146 member "thread".
1147 (all_lwps): Delete.
1148 * linux-mips-low.c (mips_read_description): Fetch lwpid from
1149 current_inferior directly.
1150 (update_watch_registers_callback): Update, "entry" parameter is a
1151 struct thread_info * now. Fetch pid from thread.
1152 (mips_linux_prepare_to_resume): Fetch ptid from thread.
1153 (mips_insert_point): Fetch lwpid from current_inferior.
1154 Pass &all_threads to find_inferior, not &all_lwps.
1155 (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
1156 (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
1157 directly.
1158 (mips_stopped_data_address): Ditto.
1159 * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
1160 directly.
1161 * linux-tile-low.c (tile_arch_setup): Ditto.
1162 * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
1163 (update_debug_registers_callback): Update, "entry" parameter is a
1164 struct thread_info * now. Fetch pid from thread.
1165 (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
1166 Pass &all_threads to find_inferior, not &all_lwps.
1167 (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
1168 (i386_dr_low_set_control): Fetch pid from current_inferior directly.
1169 Pass &all_threads to find_inferior, not &all_lwps.
1170 (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
1171 (i386_dr_low_get_status): Ditto.
1172 (x86_linux_prepare_to_resume): Fetch ptid from thread.
1173 (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
1174 (x86_linux_read_description): Ditto.
1175 * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
1176
3b8361aa
DE
11772014-02-20 Doug Evans <dje@google.com>
1178
1179 * inferiors.c (get_first_inferior): Fix buglet.
1180
f7667f0d
DE
11812014-02-19 Doug Evans <dje@google.com>
1182
1183 * gdbthread.h (add_thread): Change result type to struct thread_info *.
1184 * inferiors.c (add_thread): Change result type to struct thread_info *.
1185 All callers updated.
1186 (add_lwp): Call add_thread here instead of in callers.
1187 All callers updated.
1188 * linux-low.h (get_lwp_thread): Rewrite.
1189 (struct lwp_info): New member "thread".
1190
b3312d80
DE
11912014-02-19 Doug Evans <dje@google.com>
1192
1193 * linux-low.c (add_lwp): Change result to struct lwp_info *.
1194 All callers updated.
1195
ecc6f45c
DE
11962014-02-19 Doug Evans <dje@google.com>
1197
1198 * inferiors.c (add_thread): Fix whitespace.
1199
649ebbca
DE
12002014-02-19 Doug Evans <dje@google.com>
1201
1202 * dll.c (clear_dlls): Replace accessing list implemention details
1203 with API function.
1204 * gdbthread.h (get_first_thread): Declare.
1205 * inferiors.c (for_each_inferior_with_data): New function.
1206 (get_first_thread): New function.
1207 (find_thread_ptid): Simplify.
1208 (get_first_inferior): New function.
1209 (clear_list): Delete.
1210 (one_inferior_p): New function.
1211 (clear_inferior_list): New function.
1212 (clear_inferiors): Update.
1213 * inferiors.h (for_each_inferior_with_data): Declare.
1214 (clear_inferior_list): Declare.
1215 (one_inferior_p): Declare.
1216 (get_first_inferior): Declare.
1217 * linux-low.c (linux_wait_for_event): Replace accessing list
1218 implemention details with API function.
1219 * server.c (target_running): Ditto.
1220 (accumulate_file_name_length): New function.
1221 (emit_dll_description): New function.
1222 (handle_qxfer_libraries): Replace accessing list implemention
1223 details with API function.
1224 (handle_qxfer_threads_worker): New function.
1225 (handle_qxfer_threads_proper): Replace accessing list implemention
1226 details with API function.
1227 (handle_query): Ditto.
1228 (visit_actioned_threads_callback_ftype): New typedef.
1229 (visit_actioned_threads_data): New struct.
1230 (visit_actioned_threads): Rewrite to be find_inferior callback.
1231 (resume): Call find_inferior.
1232 (handle_status): Replace accessing list implemention
1233 details with API function.
1234 (process_serial_event): Replace accessing list implemention details
1235 with API function.
1236 * target.c (set_desired_inferior): Replace accessing list implemention
1237 details with API function.
1238 * tracepoint.c (same_process_p): New function.
1239 (gdb_agent_about_to_close): Replace accessing list implemention
1240 details with API function.
1241 * win32-low.c (child_delete_thread): Replace accessing list
1242 implemention details with API function.
1243 (match_dll_by_basename): New function.
1244 (dll_is_loaded_by_basename): New function.
1245 (win32_ensure_ntdll_loaded): Replace accessing list implemention
1246 details call to dll_is_loaded_by_basename.
1247
80894984
DE
12482014-02-19 Doug Evans <dje@google.com>
1249
1250 * dll.h (struct dll_info): Add comment.
1251 * gdbthread.h (struct thread_info): Add comment.
1252 (current_ptid): Simplify.
1253 * inferiors.c (add_process): Update.
1254 (remove_process): Update.
1255 * inferiors.h (struct process_info): Rename member "head" to "entry".
1256 * linux-low.c (delete_lwp): Update.
1257 (add_lwp): Update.
1258 (last_thread_of_process_p): Update.
1259 (kill_one_lwp_callback, linux_kill): Update.
1260 (status_pending_p_callback): Update.
1261 (wait_for_sigstop): Update. Simplify read of ptid.
1262 (start_step_over): Update.
1263 * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
1264 (get_lwp_thread): Update.
1265 (struct lwp_info): Rename member "head" to "entry".
1266 * regcache.h (inferior_list_entry): Delete.
1267 * server.c (kill_inferior_callback): Update.
1268 (detach_or_kill_inferior_callback): Update.
1269 (print_started_pid): Update.
1270 (print_attached_pid): Update.
1271 (process_serial_event): Simplify read of ptid.
1272 * thread-db.c (thread_db_create_event): Update.
1273 (thread_db_get_tls_address): Update.
1274 * win32-low.c (current_inferior_ptid): Simplify.
1275
46917d26
TT
12762014-02-19 Tom Tromey <tromey@redhat.com>
1277
1278 * target.h (struct target_ops) <supports_btrace>: Add target_ops
1279 argument.
1280 (target_supports_btrace): Update.
1281
0759a81e
YQ
12822014-02-14 Yao Qi <yao@codesourcery.com>
1283
1284 * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
1285 (rsp-low-ipa.o): New target.
1286
a7191e8b
TT
12872014-02-12 Tom Tromey <tromey@redhat.com>
1288
1289 * ax.c (gdb_parse_agent_expr): Use hex2bin, not
1290 convert_ascii_to_int.
1291 * regcache.c (registers_to_string): Likewise.
1292 * remote-utils.c (decode_M_packet): Likewise.
1293 * server.c (process_serial_event): Likewise.
1294
ff0e980e
TT
12952014-02-12 Tom Tromey <tromey@redhat.com>
1296
1297 * server.c (handle_query, handle_v_run): Use hex2bin, not
1298 unhexify.
1299 * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
1300
e9371aff
TT
13012014-02-12 Tom Tromey <tromey@redhat.com>
1302
1303 * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
1304 convert_int_to_ascii.
1305 * regcache.c (registers_to_string, collect_register_as_string):
1306 Likewise.
1307 * remote-utils.c (look_up_one_symbol, relocate_instruction):
1308 Likewise.
1309 * server.c (process_serial_event): Likewise.
1310 * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
1311 (cmd_qtbuffer, cstr_to_hexstr): Likewise.
1312
971dc0b8
TT
13132014-02-12 Tom Tromey <tromey@redhat.com>
1314
1315 * remote-utils.c (look_up_one_symbol, monitor_output): Use
1316 bin2hex, not hexify.
1317 * tracepoint.c (cmd_qtstatus): Likewise.
1318
0a822afb
TT
13192014-02-12 Tom Tromey <tromey@redhat.com>
1320
1321 * remote-utils.c (monitor_output): Pass explicit length to
1322 hexify.
1323
9c3d6531
TT
13242014-02-12 Tom Tromey <tromey@redhat.com>
1325
1326 * tracepoint.c: Include rsp-low.h.
1327 * server.c: Include rsp-low.h.
1328 * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
1329 (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
1330 declare.
1331 * remote-utils.c: Include rsp-low.h.
1332 (fromhex, hexchars, ishex, unhexify, tohex, hexify)
1333 (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
1334 (convert_int_to_ascii, convert_ascii_to_int): Move to
1335 common/rsp-low.c.
1336 * regcache.c: Include rsp-low.h.
1337 * ax.c: Include rsp-low.h.
1338 * Makefile.in (SFILES): Add common/rsp-low.c.
1339 (OBS): Add rsp-low.o.
1340 (rsp-low.o): New target.
1341
01fd3ea5
TT
13422014-02-12 Tom Tromey <tromey@redhat.com>
1343
1344 * utils.h (pulongest, plongest, phex_nz): Don't declare.
1345 Include print-utils.h.
1346 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
1347 (plongest, thirty_two, phex_nz): Remove.
1348 * Makefile.in (SFILES): Add common/print-utils.c.
1349 (OBS): Add print-utils.o.
1350 (print-utils-ipa.o): New target.
1351 (print-utils.o): New target.
1352 (IPA_OBJS): Add print-utils-ipa.o.
1353
e99dc820
TT
13542014-02-06 Tom Tromey <tromey@redhat.com>
1355
1356 * Makefile.in (SFILES): Fix indentation.
1357
ee1e2d4f
DE
13582014-02-05 Doug Evans <dje@google.com>
1359
1360 * linux-low.c (linux_wait_for_event): Improve comment.
1361 (linux_wait_1): Keep current_inferior in sync with event_child.
1362
f5a02773
DE
13632014-01-22 Doug Evans <dje@google.com>
1364
1365 * gdbthread.h (gdb_id_to_thread): Delete, unused.
1366
87ce2a04
DE
13672014-01-22 Doug Evans <dje@google.com>
1368
1369 * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
1370 * configure: Regenerate.
1371 * config.in: Regenerate.
1372 * Makefile.in (SFILES): Add debug.c.
1373 (OBS): Add debug.o.
1374 * debug.c: New file.
1375 * debug.h: New file.
1376 * linux-aarch64-low.c (*): Update all debugging printfs to use
1377 debug_printf instead of fprintf.
1378 * linux-arm-low.c (*): Ditto.
1379 * linux-cris-low.c (*): Ditto.
1380 * linux-crisv32-low.c (*): Ditto.
1381 * linux-m32r-low.c (*): Ditto.
1382 * linux-sparc-low.c (*): Ditto.
1383 * linux-x86.c (*): Ditto.
1384 * linux-low.c (*): Ditto.
1385 (linux_wait_1): Add calls to debug_enter, debug_exit.
1386 (linux_wait): Remove redundant debugging printf.
1387 (stop_all_lwps): Add calls to debug_enter, debug_exit.
1388 (linux_resume, unstop_all_lwps): Ditto.
1389 * mem-break.c (*): Update all debugging printfs to use
1390 debug_printf instead of fprintf.
1391 * remote-utils.c (*): Ditto.
1392 * thread-db.c (*): Ditto.
1393 * server.c #include <ctype.h>, "gdb_vecs.h".
1394 (debug_threads): Moved to debug.c.
1395 (*): Update all debugging printfs to use debug_printf instead of
1396 fprintf.
1397 (start_inferior): Replace call to fflush with call to debug_flush.
1398 (monitor_show_help): Mention set debug-format.
1399 (parse_debug_format_options): New function.
1400 (handle_monitor_command): Handle "monitor set debug-format".
1401 (gdbserver_usage): Mention --debug-format.
1402 (main): Parse --debug-format.
1403 * server.h (debug_threads): Declaration moved to debug.h.
1404 #include "debug.h".
1405 * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
1406 trace_debug_1 that uses debug_printf.
1407 (tracepoint_look_up_symbols): Update all debugging printfs to use
1408 debug_printf instead of fprintf.
1409
e671835b
BS
14102014-01-20 Baruch Siach <baruch@tkos.co.il>
1411
1412 * linux-xtensa-low.c: Include asm/ptrace.h instead of
1413 sys/ptrace.h.
1414
b5737fa9
PA
14152014-01-17 Pedro Alves <palves@redhat.com>
1416
ea38d2a9 1417 PR build/16445
c7faa97a
PA
1418 * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
1419 defined after including gdb_proc_service.h.
b5737fa9 1420
40ed484e
DE
14212014-01-16 Doug Evans <dje@google.com>
1422
1423 * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
1424 (match_dll): Use it.
1425
969c39fb
MM
14262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1427
1428 * target.h (target_ops) <read_btrace>: Change parameters and
1429 return type to allow error reporting.
1430 * server.c (handle_qxfer_btrace): Support delta reads. Pass
1431 trace reading errors on.
1432 * linux-low.c (linux_low_read_btrace): Pass trace reading
1433 errors on.
1434 (linux_low_disable_btrace): New.
1435
ab7f45ba
DE
14362014-01-15 Doug Evans <dje@google.com>
1437
1438 * inferiors.c (thread_id_to_gdb_id): Delete.
1439 * inferiors.h (thread_id_to_gdb_id): Delete.
1440
66af0f44
EZ
14412014-01-13 Eli Zaretskii <eliz@gnu.org>
1442
1443 * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
1444 "-I$(srcdir)/../". Fixes MinGW compilation errors with old GCC
1445 versions.
1446
9939e131
PA
14472014-01-08 Pedro Alves <palves@redhat.com>
1448
1449 * server.c (handle_status): Don't discard previous queued stop
1450 replies or thread's pending status here.
1451 (main) <disconnection>: Do it here instead.
1452
b7ea362b
PA
14532014-01-08 Pedro Alves <palves@redhat.com>
1454
1455 * gdbthread.h (struct thread_info) <status_pending_p>: New field.
1456 * server.c (visit_actioned_threads, handle_pending_status): New
1457 function.
1458 (handle_v_cont): Factor out parts to ...
1459 (resume): ... this new function. If in all-stop, and a thread
1460 being resumed has a pending status, report it without actually
1461 resuming.
1462 (myresume): Adjust to use the new 'resume' function.
1463 (clear_pending_status_callback, set_pending_status_callback)
1464 (find_status_pending_thread_callback): New functions.
1465 (handle_status): Handle the case of multiple threads having
1466 interesting statuses to report. Report threads' real last signal
1467 instead of always reporting GDB_SIGNAL_TRAP. Look for a thread
1468 with an interesting thread to report the status for, instead of
1469 always reporting the status of the first thread.
1470
28498c42
JB
14712014-01-01 Joel Brobecker <brobecker@adacore.com>
1472
1473 * gdbserver.c (gdbserver_version): Set copyright year to 2014.
1474 * gdbreplay.c (gdbreplay_version): Likewise.
1475
f45c82da
YZ
14762013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
1477
1478 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
1479 iov.iov_len with the real length in use.
1480
379a5e2d
JB
14812013-12-13 Joel Brobecker <brobecker@adacore.com>
1482
1483 * Makefile.in (safe-ctype.o, lbasename.o): New rules.
1484 * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
1485 for all targets that use win32-low.c.
1486 * win32-low.c (win32_ensure_ntdll_loaded): New function.
1487 (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
1488
4210d83e
PA
14892013-12-13 Pedro Alves <palves@redhat.com>
1490
1491 * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
1492 if equal to TARGET_WAITKIND_LOADED.
1493 * win32-low.c (cached_status): New static global.
1494 (win32_wait): Add declaration.
1495 (do_initial_child_stuff): Flush all initial pending debug events
1496 up to the initial breakpoint.
1497 (win32_wait): If CACHED_STATUS was set, return that instead
1498 of doing a real wait. Remove the code resuming the execution
1499 of the inferior after receiving a TARGET_WAITKIND_LOADED event
1500 during the initial phase. Also remove the code changing
1501 OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
1502 TARGET_WAITKIND_STOPPED.
1503
e7f0d979
YQ
15042013-12-11 Yao Qi <yao@codesourcery.com>
1505
1506 * notif.c (handle_notif_ack): Return 0 if no notification
1507 matches.
1508
ebcf782c
DE
15092013-11-20 Doug Evans <dje@google.com>
1510
1511 * linux-low.c (linux_set_resume_request): Fix comment.
1512
20ad9378
DE
15132013-11-20 Doug Evans <dje@google.com>
1514
1515 * linux-low.c (resume_status_pending_p): Tweak comment.
1516
a196ebeb
WT
15172013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1518
1519 * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
1520 amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
1521 * configure.srv (srv_i386_regobj): Add i386-mpx.o.
1522 (srv_i386_linux_regobj): Add i386-mpx-linux.o.
1523 (srv_amd64_regobj): Add amd64-mpx.o.
1524 (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
1525 (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
1526 (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
1527 * i387-fp.c (num_pl_bnd_register) Added constant.
1528 (num_pl_bnd_cfg_registers) Added constant.
1529 (struct i387_xsave) Added reserved area and MPX fields.
1530 (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
1531 * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
1532 function.
1533 (tdesc_i386_mpx_linux): Add MPX amd64 target.
1534 (init_registers_amd64_mpx_linux): Declare new function.
1535 (tdesc_amd64_mpx_linux): Add MPX amd64 target.
1536 (x86_64_regmap): Add MPX registers.
1537 (x86_linux_read_description): Add MPX case.
1538 (initialize_low_arch): Initialize MPX targets.
1539
0080a2f6
TT
15402013-11-18 Tom Tromey <tromey@redhat.com>
1541
1542 * configure: Rebuild.
1543 * configure.ac: Don't check for stdlib.h.
1544 * gdbreplay.c: Unconditionally include stdlib.h.
1545
2978b111
TT
15462013-11-18 Tom Tromey <tromey@redhat.com>
1547
1548 * config.in: Rebuild.
1549 * configure: Rebuild.
1550 * configure.ac: Don't use AC_HEADER_DIRENT.
1551
a3d08894
TT
15522013-11-18 Tom Tromey <tromey@redhat.com>
1553
1554 * server.h: Don't check HAVE_STRING_H.
1555 * gdbreplay.c: Don't check HAVE_STRING_H.
1556 * configure: Rebuild.
1557
0a5dd17d
TT
15582013-11-18 Tom Tromey <tromey@redhat.com>
1559
1560 * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
1561 LIBGNU.
1562
1bd2f0ba
TT
15632013-11-08 Tom Tromey <tromey@redhat.com>
1564
1565 * configure, config.in: Rebuild.
1566 * configure.ac: Remove unused configury.
1567
3266f10b
TT
15682013-11-08 Tom Tromey <tromey@redhat.com>
1569
1570 * acinclude.m4: Include common.m4, codeset.m4.
1571 * configure, config.in: Rebuild.
1572 * configure.ac: Use GDB_AC_COMMON.
1573
6682d959
AA
15742013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
1575
1576 * linux-s390-low.c (HWCAP_S390_TE): New define.
1577 (s390_arch_setup): Consider the TE field in the HWCAP for
1578 determining 'have_regset_tdb'.
1579
fd0a4d76
SDJ
15802013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
1581
1582 PR gdb/16014
1583 * tracepoint.c (download_tracepoint_1): Remove unnecessary double
1584 call to sizeof.
1585
1a3d890b
PA
15862013-10-02 Pedro Alves <palves@redhat.com>
1587
1588 * server.c (process_serial_event): Don't output "GDBserver
1589 exiting" if GDB is connected through stdio.
1590 * target.c (mywait): Likewise, be silent if GDB is connected
1591 through stdio.
1592
97ad4581
JB
15932013-10-01 Joel Brobecker <brobecker@adacore.com>
1594
1595 * lynx-low.c (lynx_add_threads_after_attach): New function.
1596 (lynx_attach): Remove call to add_thread. Add call to
1597 lynx_add_threads_after_attach instead.
1598
5b4e221c
MF
15992013-09-28 Mike Frysinger <vapier@gentoo.org>
1600
1601 * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
1602 * config.in, configure: Regenerated.
1603
ee47b2f8
YQ
16042013-09-18 Yao Qi <yao@codesourcery.com>
1605
1606 PR server/15959
1607 * server.c (start_inferior): Clear 'resume_info'.
1608
d6707650 16092013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 1610
d6707650
JW
1611 * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
1612 for each register.
1613
9243dd0e 16142013-09-16 Jiong Wang <jiwang@tilera.com>
0f63d4db 1615
9243dd0e
JW
1616 * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
1617 linux-tile-low.o to srv_tgtobj.
1618
c623a6ef
WN
16192013-09-16 Will Newton <will.newton@linaro.org>
1620
1621 * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
1622 out regs.
1623
fb71d39e
PA
16242013-09-06 Pedro Alves <palves@redhat.com>
1625
1626 * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
1627 (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
1628 (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
1629 (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
1630 (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
1631 (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
1632
8e7e9910
PA
16332013-09-06 Pedro Alves <palves@redhat.com>
1634
1635 * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
1636 explicit header dependencies and use $COMPILE/$POSTCOMPILE.
1637
7c3a12ca
PA
16382013-09-06 Pedro Alves <palves@redhat.com>
1639
1640 * linux-amd64-ipa.c: Include tracepoint.h.
1641 * linux-i386-ipa.c: Include tracepoint.h.
1642
8eb3d7b6
RW
16432013-09-06 Ricard Wanderlof <ricardw@axis.com>
1644
1645 * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
1646 (ps_get_thread_area): New function.
1647
eddddb9d
RW
16482013-09-06 Ricard Wanderlof <ricardw@axis.com>
1649
1650 * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
1651 (initialize_low_arch): Call init_registers_crisv32 rather than
1652 init_register_crisv32.
1653
533b0600
PA
16542013-09-05 Pedro Alves <palves@redhat.com>
1655
1656 * server.h (handle_vFile, hostio_last_error_from_errno): Move
1657 to ...
1658 * hostio.h: ... this new file.
1659 * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
1660 win32-low.c: Include hostio.h.
1661
0ce3d3b5
PA
16622013-09-05 Pedro Alves <palves@redhat.com>
1663
1664 * server.h (gdb_client_data, handler_func, callback_handler_func)
1665 (delete_file_handler, add_file_handler, append_callback_event)
1666 (delete_callback_event, start_event_loop, initialize_event_loop):
1667 Move to event-loop.h and include it.
1668 * event-loop.h: New file.
1669
799cdc37
PA
16702013-09-05 Pedro Alves <palves@redhat.com>
1671
1672 * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
1673 * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
1674 (loaded_dll, unloaded_dll): Move to ...
1675 * dll.h: ... this new file.
1676 * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
1677
6a6bbd9d
PA
16782013-09-05 Pedro Alves <palves@redhat.com>
1679
1680 * server.h (current_process, get_thread_process, all_processes)
1681 (add_inferior_to_list, for_each_inferior, current_inferior)
1682 (remove_inferior, add_process, remove_process, find_process_pid)
1683 (have_started_inferiors_p, have_attached_inferiors_p)
1684 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
1685 (clear_inferiors, find_inferior, find_inferior_id)
1686 (inferior_target_data, set_inferior_target_data)
1687 (inferior_regcache_data, set_inferior_regcache_data): Move to
1688 inferiors.h, and include it.
1689 * inferiors.h: New file.
1690
f699aaba
PA
16912013-09-05 Pedro Alves <palves@redhat.com>
1692
1693 * server.h (struct emit_ops, current_insn_ptr, emit_error):
1694 Move ...
1695 * ax.h: ... here.
1696
c144c7a0
PA
16972013-09-05 Pedro Alves <palves@redhat.com>
1698
1699 * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
1700 tracepoint.h.
1701 * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
1702 (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
1703 (handle_tracepoint_general_set, handle_tracepoint_query)
1704 (tracepoint_finished_step, tracepoint_was_hit)
1705 (release_while_stepping_state_list, current_traceframe)
1706 (in_readonly_region, traceframe_read_mem)
1707 (fetch_traceframe_registers, traceframe_read_sdata)
1708 (traceframe_read_info, struct fast_tpoint_collect_status)
1709 (fast_tracepoint_collecting, force_unlock_trace_buffer)
1710 (handle_tracepoit_bkpts, initialize_low_tracepoint)
1711 (supply_fast_tracepoint_registers)
1712 (supply_static_tracepoint_registers, set_trampoline_buffer_space)
1713 (ipa_tdesc, claim_trampoline_space)
1714 (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
1715 (agent_mem_read, agent_get_trace_state_variable_value)
1716 (agent_set_trace_state_variable_value, agent_tsv_read)
1717 (agent_mem_read_string, get_raw_reg_func_addr)
1718 (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
1719 * tracepoint.h: ... this new file.
1720
ff42e6ab
PA
17212013-09-05 Pedro Alves <palves@redhat.com>
1722
1723 * server.h (perror_with_name, error, fatal, warning, paddress)
1724 (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
1725 include it.
1726 * utils.h: New file.
1727
541af0f4
PA
17282013-09-05 Pedro Alves <palves@redhat.com>
1729
1730 * server.h (remote_debug, noack_mode, transport_is_reliable)
1731 (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
1732 (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
1733 (getpkt, remote_prepare, remote_open, remote_close, write_ok)
1734 (write_enn, initialize_async_io, enable_async_io)
1735 (disable_async_io, check_remote_input_interrupt_request)
1736 (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
1737 (dead_thread_notify, prepare_resume_reply)
1738 (decode_address_to_semicolon, decode_address, decode_m_packet)
1739 (decode_M_packet, decode_X_packet, decode_xfer_write)
1740 (decode_search_memory_packet, unhexify, hexify)
1741 (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
1742 (look_up_one_symbol, relocate_instruction)
1743 (monitor_output): Move to remote-utils.h, and include it.
1744 * remote-utils.h: New file.
1745
eebdf26b
PA
17462013-09-05 Pedro Alves <palves@redhat.com>
1747
1748 * server.h (_): Delete.
1749
3aafd2ff
PA
17502013-09-02 Pedro Alves <palves@redhat.com>
1751
1752 * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
1753 (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
1754 allocated.
1755 (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
1756
cee83bcb
PM
17572013-09-02 Pierre Muller <muller@sourceware.org>
1758
1759 * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
1760 or WriteProcessMemory complete successfully and handle
1761 ERROR_PARTIAL_COPY error.
1762
9a13b2fa
PA
17632013-09-02 Pedro Alves <palves@redhat.com>
1764
1765 * server.c (gdb_read_memory): Return -1 on traceframe memory read
1766 error instead of EIO.
1767
602e3198
JK
17682013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1769
1770 PR server/15604
1771 * linux-low.c: Include filestuff.h.
1772 (linux_create_inferior) <pid == 0>: Call close_most_fds.
1773 * lynx-low.c: Include filestuff.h.
1774 (lynx_create_inferior) <pid == 0>: Call close_most_fds.
1775 * server.c: Include filestuff.h.
1776 (main): Call notice_open_fds.
1777 * spu-low.c: Include filestuff.h.
1778 (spu_create_inferior) <pid == 0>: Call close_most_fds.
1779
96d7229d
LM
17802013-08-22 Luis Machado <lgustavo@codesourcery.com>
1781
1782 * Makefile.in: Explain why ../target and ../nat are not
1783 listed as include file search paths.
1784 (linux-waitpid.o): New object file rule.
1785 * configure.srv (srv_native_linux_obj): New variable.
1786 Replace all occurrences of linux native object files with
1787 $srv_native_linux_obj.
1788 * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
1789 (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
1790 (linux_enable_event_reporting): Remove declaration.
1791 (my_waitpid): Moved to common/linux-waitpid.c.
1792 (linux_wait_for_event): Pass ptid when calling
1793 linux_enable_event_reporting.
1794 (linux_supports_tracefork_flag): Remove.
1795 (linux_enable_event_reporting): Likewise.
1796 (linux_tracefork_grandchild): Remove.
1797 (STACK_SIZE): Moved to common/linux-ptrace.c.
1798 (linux_tracefork_child): Remove.
1799 (linux_test_for_tracefork): Remove.
1800 (linux_look_up_symbols): Call linux_supports_traceclone.
1801 (initialize_low): Remove call to linux_test_for_tracefork.
1802 * linux-low.h (PTRACE_TYPE_ARG3): Move to
1803 common/linux-ptrace.h.
1804 (PTRACE_TYPE_ARG4): Likewise.
1805 Include linux-ptrace.h.
1806
32940073
PA
18072013-08-21 Pedro Alves <palves@redhat.com>
1808
1809 * config.in: Renegerate.
1810
33b60d58 18112013-08-19 Luis Machado <lgustavo@codesourcery.com>
a261b8f5 1812
33b60d58
LM
1813 * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
1814 (SFILES): Remove $(srcdir)/common/target-common.c and
1815 add $(srcdir)/target/waitstatus.c.
1816 (OBS): Remove target-common.o and add waitstatus.o.
1817 (server_h): Remove $(srcdir)/../common/target-common.h and
1818 add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
1819 and $(srcdir)/../target/waitstatus.h.
1820 (target-common.o): Remove.
1821 (waitstatus.o): New target object file.
1822 * target.h: Do not include target-common.h and
1823 include target/resume.h, target/wait.h and
1824 target/waitstatus.h.
1825
b8e1b30e
LM
18262013-08-13 Luis Machado <lgustavo@codesourcery.com>
1827
1828 * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
1829 to PTRACE_TYPE_ARG3.
1830 * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
1831 to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
1832 PTRACE_TYPE_ARG4.
1833 * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
1834 (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
1835
7a60ad40
YQ
18362013-07-27 Jie Zhang <jie@codesourcery.com>
1837 Daniel Jacobowitz <dan@codesourcery.com>
1838 Yao Qi <yao@codesourcery.com>
1839
1840 * Makefile.in (SFILES): Add common/mips-linux-watch.c.
1841 (mips-linux-watch.o): New rule.
1842 (mips_linux_watch_h): New variable.
1843 * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
1844 srv_tgtobj.
1845 * linux-mips-low.c: Include mips-linux-watch.h.
1846 (struct arch_process_info, struct arch_lwp_info): New.
1847 (update_watch_registers_callback): New function.
1848 (mips_linux_new_process, mips_linux_new_thread) New functions.
1849 (mips_linux_prepare_to_resume, mips_insert_point): New
1850 functions.
1851 (mips_remove_point, mips_stopped_by_watchpoint): New
1852 functions.
1853 (rsp_bp_type_to_target_hw_bp_type): New function.
1854 (mips_stopped_data_address): New function.
1855 (the_low_target): Add watchpoint support functions.
1856
de6f69ad
YQ
18572013-07-27 Yao Qi <yao@codesourcery.com>
1858
1859 * i386-low.c: Include break-common.h.
1860 (enum target_hw_bp_type): Remove.
1861
3360c0bf
LM
18622013-07-24 Luis Machado <lgustavo@codesourcery.com>
1863
1864 * Makefile.in (SFILES): /common/target-common.c.
1865 (OBS): Add target-common.o.
1866 (server_h): Add $(srcdir)/../common/target-common.h.
1867 (target-common.o): New target.
1868 * server.c (queue_stop_reply_callback): Free
1869 status string after use.
1870 * target.c (target_waitstatus_to_string): Remove.
1871 * target.h: Include target-common.h.
1872 (resume_kind): Likewise.
1873 (target_waitkind): Likewise.
1874 (target_waitstatus): Likewise.
1875 (TARGET_WNOHANG): Likewise.
1876
bd885420
YQ
18772013-07-04 Yao Qi <yao@codesourcery.com>
1878
1879 * Makefile.in (host_alias): Use @host_noncanonical@.
1880 (target_alias): Use @target_noncanonical@.
1881 * configure.ac: Use ACX_NONCANONICAL_TARGET and
1882 ACX_NONCANONICAL_HOST.
1883 * configure: Regenerated.
1884
1885 Revert:
1886 2013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
1887
1888 * configure.ac (version_host, version_target): Set and AC_SUBST them.
1889 * configure: Rebuild.
1890 * Makefile.in (version_host, version_target): Get from configure.
1891 (version.c): Use $(version_host) and $(version_target).
1892
17ef446e
PA
18932013-07-03 Pedro Alves <palves@redhat.com>
1894
1895 * Makefile.in (config.status): Depend on development.sh.
1896 * acinclude.m4: Include libmcheck.m4.
1897 * configure: Regenerate.
1898
7a9a7487
MG
18992013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
1900
1901 * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
1902 attribute inside the parentheses.
1903 (winapi_DebugSetProcessKillOnExit): Ditto.
1904 (winapi_DebugBreakProcess): Ditto.
1905 (winapi_GenerateConsoleCtrlEvent): Ditto.
a261b8f5 1906
49b64de6
MG
19072013-07-02 Mircea Gherzan <mircea.gherzan@intel.com>
1908
1909 * notif.h (notif_event): Add a dummy member to avoid compiler
1910 errors.
1911
d5749ee7
PA
19122013-07-01 Pedro Alves <palves@redhat.com>
1913
1914 * hostio.c (HOSTIO_PATH_MAX): Define.
1915 (require_filename, handle_open, handle_unlink, handle_readlink):
1916 Use it.
1917
d8d2a3ee
PA
19182013-07-01 Pedro Alves <palves@redhat.com>
1919
1920 * server.h: Include "pathmax.h".
1921 * linux-low.c: Don't include sys/param.h.
1922 (linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
1923 MAXPATHLEN.
1924 * win32-low.c: Don't include sys/param.h.
1925 (win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
1926
bc7dea8d
PA
19272013-07-01 Pedro Alves <palves@redhat.com>
1928
1929 * event-loop.c: Don't check HAVE_UNISTD_H before including
1930 <unistd.h>.
1931 * gdbreplay.c: Likewise.
1932 * remote-utils.c: Likewise.
1933 * server.c: Likewise.
1934 * configure.ac: Don't check for unistd.h.
1935 * configure: Regenerate.
1936
d6c2da54
TT
19372013-06-28 Tom Tromey <tromey@redhat.com>
1938
1939 * Makefile.in (version.c): Use version.in, not
1940 common/version.in.
1941
257b6bec
MG
19422013-06-28 Mircea Gherzan <mircea.gherzan@intel.com>
1943
1944 * configure.ac (version_host, version_target): Set and AC_SUBST them.
1945 * configure: Rebuild.
1946 * Makefile.in (version_host, version_target): Get from configure.
1947 (version.c): Use $(version_host) and $(version_target).
1948
86ebe149
DK
19492013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
1950
1951 Fix trace-status to output user name without trailing colon.
1952 * tracepoint.c (cmd_qtstatus): Remove unnecessary colon from user name.
1953
f30aa5af
DK
19542013-06-10 Dmitry Kozlov <ddk@codesourcery.com>
1955
1956 Fix trace-status to output proper start-time and stop-time.
1957 * tracepoint.c (cmd_qtstatus): Modify trace-status output to
1958 output start time and stop time in hex as gdb expects.
1959
28a93511
YQ
19602013-06-26 Pedro Alves <pedro@codesourcery.com>
1961
1962 * tracepoint.c (build_traceframe_info_xml): Output trace state
1963 variables present in the trace buffer.
1964
01208463
TT
19652013-06-24 Tom Tromey <tromey@redhat.com>
1966
1967 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
1968 create-version.sh.
1969 (version.o): Remove.
1970 * gdbreplay.c: Include version.h.
1971 (version, host_name): Don't declare.
1972 * server.h: Include version.h.
1973 (version, host_name): Don't declare.
1974
760256f9
PA
19752013-06-12 Pedro Alves <palves@redhat.com>
1976
1977 * linux-x86-low.c (linux_is_elf64): Delete global.
1978 (x86_siginfo_fixup): Replace reference to `linux_is_elf64' global
1979 with local linux_pid_exe_is_elf_64_file use.
1980
030031ee
PA
19812013-06-11 Pedro Alves <palves@redhat.com>
1982
1983 * linux-low.c (regset_disabled, disable_regset): New functions.
1984 (regsets_fetch_inferior_registers)
1985 (regsets_store_inferior_registers): Use them.
1986 (initialize_regsets_info); Don't allocate the disabled_regsets
1987 array here.
1988 * linux-low.h (struct regsets_info) <disabled_regsets>: Extend
1989 comment.
1990
5da6eb0a
PA
19912013-06-11 Pedro Alves <palves@redhat.com>
1992
1993 * linux-low.c (initialize_regsets_info): Use xcalloc instead of
1994 xmalloc.
1995
7e5aaa09
PA
19962013-06-11 Pedro Alves <palves@redhat.com>
1997
1998 * linux-x86-low.c (initialize_low_arch): Call
1999 init_registers_x32_avx_linux.
2000
d878444c
JK
20012013-06-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 Fix compatibility with Android Bionic.
2004 * linux-low.c (linux_qxfer_libraries_svr4): Ignore first entry even if
2005 it is not empty.
2006
3aee8918
PA
20072013-06-07 Pedro Alves <palves@redhat.com>
2008
5f2b57b5 2009 PR server/14823
3aee8918
PA
2010 * Makefile.in (OBS): Add tdesc.o.
2011 (IPA_OBJS): Add tdesc-ipa.o.
2012 (tdesc-ipa.o): New rule.
2013 * ax.c (gdb_eval_agent_expr): Adjust register_size call to new
2014 interface.
2015 * linux-low.c (new_inferior): Delete.
2016 (disabled_regsets, num_regsets): Delete.
2017 (linux_add_process): Adjust to set the new per-process
2018 new_inferior flag.
2019 (linux_detach_one_lwp): Adjust to call regcache_invalidate_thread.
2020 (linux_wait_for_lwp): Adjust. Only call arch_setup if the event
2021 was a stop. When calling arch_setup, switch the current inferior
2022 to the thread that got an event.
2023 (linux_resume_one_lwp): Adjust to call regcache_invalidate_thread.
2024 (regsets_fetch_inferior_registers)
2025 (regsets_store_inferior_registers): New regsets_info parameter.
2026 Adjust to use it.
2027 (linux_register_in_regsets): New regs_info parameter. Adjust to
2028 use it.
2029 (register_addr, fetch_register, store_register): New usrregs_info
2030 parameter. Adjust to use it.
2031 (usr_fetch_inferior_registers, usr_store_inferior_registers): New
2032 parameter regs_info. Adjust to use it.
2033 (linux_fetch_registers): Get the current inferior's regs_info, and
2034 adjust to use it.
2035 (linux_store_registers): Ditto.
2036 [HAVE_LINUX_REGSETS] (initialize_regsets_info): New.
2037 (initialize_low): Don't initialize the target_regsets here. Call
2038 initialize_low_arch.
2039 * linux-low.h (target_regsets): Delete declaration.
2040 (struct regsets_info): New.
2041 (struct usrregs_info): New.
2042 (struct regs_info): New.
2043 (struct process_info_private) <new_inferior>: New field.
2044 (struct linux_target_ops): Delete the num_regs, regmap, and
2045 regset_bitmap fields. New field regs_info.
2046 [HAVE_LINUX_REGSETS] (initialize_regsets_info): Declare.
2047 * i387-fp.c (num_xmm_registers): Delete.
2048 (i387_cache_to_fsave, i387_fsave_to_cache): Adjust find_regno
2049 calls to new interface.
2050 (i387_cache_to_fxsave, i387_cache_to_xsave, i387_fxsave_to_cache)
2051 (i387_xsave_to_cache): Adjust find_regno calls to new interface.
2052 Infer the number of xmm registers from the regcache's target
2053 description.
2054 * i387-fp.h (num_xmm_registers): Delete.
2055 * inferiors.c (add_thread): Don't install the thread's regcache
2056 here.
2057 * proc-service.c (gregset_info): Fetch the current inferior's
2058 regs_info. Adjust to use it.
2059 * regcache.c: Include tdesc.h.
2060 (register_bytes, reg_defs, num_registers)
2061 (gdbserver_expedite_regs): Delete.
2062 (get_thread_regcache): If the thread doesn't have a regcache yet,
2063 create one, instead of aborting gdbserver.
2064 (regcache_invalidate_one): Rename to ...
2065 (regcache_invalidate_thread): ... this.
2066 (regcache_invalidate_one): New.
2067 (regcache_invalidate): Only invalidate registers of the current
2068 process.
2069 (init_register_cache): Add target_desc parameter, and use it.
2070 (new_register_cache): Ditto. Assert the target description has a
2071 non zero registers_size.
2072 (regcache_cpy): Add assertions. Adjust.
2073 (realloc_register_cache, set_register_cache): Delete.
2074 (registers_to_string, registers_from_string): Adjust.
2075 (find_register_by_name, find_regno, find_register_by_number)
2076 (register_cache_size): Add target_desc parameter, and use it.
2077 (free_register_cache_thread, free_register_cache_thread_one)
2078 (regcache_release, register_cache_size): New.
2079 (register_size): Add target_desc parameter, and use it.
2080 (register_data, supply_register, supply_register_zeroed)
2081 (supply_regblock, supply_register_by_name, collect_register)
2082 (collect_register_as_string, collect_register_by_name): Adjust.
2083 * regcache.h (struct target_desc): Forward declare.
2084 (struct regcache) <tdesc>: New field.
2085 (init_register_cache, new_register_cache): Add target_desc
2086 parameter.
2087 (regcache_invalidate_thread): Declare.
2088 (regcache_invalidate_one): Delete declaration.
2089 (regcache_release): Declare.
2090 (find_register_by_number, register_cache_size, register_size)
2091 (find_regno): Add target_desc parameter.
2092 (gdbserver_expedite_regs, gdbserver_xmltarget): Delete
2093 declarations.
2094 * remote-utils.c: Include tdesc.h.
2095 (outreg, prepare_resume_reply): Adjust.
2096 * server.c: Include tdesc.h.
2097 (gdbserver_xmltarget): Delete declaration.
2098 (get_features_xml, process_serial_event): Adjust.
2099 * server.h [IN_PROCESS_AGENT] (struct target_desc): Forward
2100 declare.
2101 (struct process_info) <tdesc>: New field.
2102 (ipa_tdesc): Declare.
2103 * tdesc.c: New file.
2104 * tdesc.h: New file.
2105 * tracepoint.c: Include tdesc.h.
2106 [IN_PROCESS_AGENT] (ipa_tdesc): Define.
2107 (get_context_regcache): Adjust to pass ipa_tdesc down.
2108 (do_action_at_tracepoint): Adjust to get the register cache size
2109 from the context regcache's description.
2110 (traceframe_walk_blocks): Adjust to get the register cache size
2111 from the current trace frame's description.
2112 (traceframe_get_pc): Adjust to get current trace frame's
2113 description and pass it down.
2114 (gdb_collect): Adjust to get the register cache size from the
2115 IPA's description.
2116 * linux-amd64-ipa.c (tdesc_amd64_linux): Declare.
2117 (gdbserver_xmltarget): Delete.
2118 (initialize_low_tracepoint): Set the ipa's target description.
2119 * linux-i386-ipa.c (tdesc_i386_linux): Declare.
2120 (initialize_low_tracepoint): Set the ipa's target description.
2121 * linux-x86-low.c: Include tdesc.h.
2122 [__x86_64__] (is_64bit_tdesc): New.
2123 (ps_get_thread_area, x86_get_thread_area): Use it.
2124 (i386_cannot_store_register): Rename to ...
2125 (x86_cannot_store_register): ... this. Use is_64bit_tdesc.
2126 (i386_cannot_fetch_register): Rename to ...
2127 (x86_cannot_fetch_register): ... this. Use is_64bit_tdesc.
2128 (x86_fill_gregset, x86_store_gregset): Adjust register_size calls
2129 to new interface.
2130 (target_regsets): Rename to ...
2131 (x86_regsets): ... this.
2132 (x86_get_pc, x86_set_pc): Adjust register_size calls to new
2133 interface.
2134 (x86_siginfo_fixup): Use is_64bit_tdesc.
2135 [__x86_64__] (tdesc_amd64_linux, tdesc_amd64_avx_linux)
2136 (tdesc_x32_avx_linux, tdesc_x32_linux)
2137 (tdesc_i386_linux, tdesc_i386_mmx_linux, tdesc_i386_avx_linux):
2138 Declare.
2139 (x86_linux_update_xmltarget): Delete.
2140 (I386_LINUX_XSAVE_XCR0_OFFSET): Define.
2141 (have_ptrace_getfpxregs, have_ptrace_getregset): New.
2142 (AMD64_LINUX_USER64_CS): New.
2143 (x86_linux_read_description): New, based on
2144 x86_linux_update_xmltarget.
2145 (same_process_callback): New.
2146 (x86_arch_setup_process_callback): New.
2147 (x86_linux_update_xmltarget): New.
2148 (x86_regsets_info): New.
2149 (amd64_linux_regs_info): New.
2150 (i386_linux_usrregs_info): New.
2151 (i386_linux_regs_info): New.
2152 (x86_linux_regs_info): New.
2153 (x86_arch_setup): Reimplement.
2154 (x86_install_fast_tracepoint_jump_pad): Use is_64bit_tdesc.
2155 (x86_emit_ops): Ditto.
2156 (the_low_target): Adjust. Install x86_linux_regs_info,
2157 x86_cannot_fetch_register, and x86_cannot_store_register.
2158 (initialize_low_arch): New.
2159 * linux-ia64-low.c (tdesc_ia64): Declare.
2160 (ia64_fetch_register): Adjust.
2161 (ia64_usrregs_info, regs_info): New globals.
2162 (ia64_regs_info): New function.
2163 (the_low_target): Adjust.
2164 (initialize_low_arch): New function.
2165 * linux-sparc-low.c (tdesc_sparc64): Declare.
2166 (sparc_fill_gregset_to_stack, sparc_store_gregset_from_stack):
2167 Adjust.
2168 (sparc_arch_setup): New function.
2169 (sparc_regsets_info, sparc_usrregs_info, regs_info): New globals.
2170 (the_low_target): Adjust.
2171 (initialize_low_arch): New function.
2172 * linux-ppc-low.c (tdesc_powerpc_32l, tdesc_powerpc_altivec32l)
2173 (tdesc_powerpc_cell32l, tdesc_powerpc_vsx32l)
2174 (tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l)
2175 (tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_e500l)
2176 (tdesc_powerpc_64l, tdesc_powerpc_altivec64l)
2177 (tdesc_powerpc_cell64l, tdesc_powerpc_vsx64l)
2178 (tdesc_powerpc_isa205_64l, tdesc_powerpc_isa205_altivec64l)
2179 (tdesc_powerpc_isa205_vsx64l): Declare.
2180 (ppc_cannot_store_register, ppc_collect_ptrace_register)
2181 (ppc_supply_ptrace_register, parse_spufs_run, ppc_get_pc)
2182 (ppc_set_pc, ppc_get_hwcap): Adjust.
2183 (ppc_usrregs_info): Forward declare.
2184 (!__powerpc64__) ppc_regmap_adjusted: New global.
2185 (ppc_arch_setup): Adjust to the current process'es target
2186 description.
2187 (ppc_fill_vsxregset, ppc_store_vsxregset, ppc_fill_vrregset)
2188 (ppc_store_vrregset, ppc_fill_evrregset, ppc_store_evrregse)
2189 (ppc_store_evrregset): Adjust.
2190 (target_regsets): Rename to ...
2191 (ppc_regsets): ... this, and make static.
2192 (ppc_usrregs_info, ppc_regsets_info, regs_info): New globals.
2193 (ppc_regs_info): New function.
2194 (the_low_target): Adjust.
2195 (initialize_low_arch): New function.
2196 * linux-s390-low.c (tdesc_s390_linux32, tdesc_s390_linux32v1)
2197 (tdesc_s390_linux32v2, tdesc_s390_linux64, tdesc_s390_linux64v1)
2198 (tdesc_s390_linux64v2, tdesc_s390x_linux64, tdesc_s390x_linux64v1)
2199 (tdesc_s390x_linux64v2): Declare.
2200 (s390_collect_ptrace_register, s390_supply_ptrace_register)
2201 (s390_fill_gregset, s390_store_last_break): Adjust.
2202 (target_regsets): Rename to ...
2203 (s390_regsets): ... this, and make static.
2204 (s390_get_pc, s390_set_pc): Adjust.
2205 (s390_get_hwcap): New target_desc parameter, and use it.
2206 [__s390x__] (have_hwcap_s390_high_gprs): New global.
2207 (s390_arch_setup): Adjust to set the current process'es target
2208 description. Don't adjust the regmap.
2209 (s390_usrregs_info, s390_regsets_info, regs_info): New globals.
2210 [__s390x__] (s390_usrregs_info_3264, s390_regsets_info_3264)
2211 (regs_info_3264): New globals.
2212 (s390_regs_info): New function.
2213 (the_low_target): Adjust.
2214 (initialize_low_arch): New function.
2215 * linux-mips-low.c (tdesc_mips_linux, tdesc_mips_dsp_linux)
2216 (tdesc_mips64_linux, tdesc_mips64_dsp_linux): Declare.
2217 [__mips64] (init_registers_mips_linux)
2218 (init_registers_mips_dsp_linux): Delete defines.
2219 [__mips64] (tdesc_mips_linux, tdesc_mips_dsp_linux): New defines.
2220 (have_dsp): New global.
2221 (mips_read_description): New, based on mips_arch_setup.
2222 (mips_arch_setup): Reimplement.
2223 (get_usrregs_info): New function.
2224 (mips_cannot_fetch_register, mips_cannot_store_register)
2225 (mips_get_pc, mips_set_pc, mips_fill_gregset, mips_store_gregset)
2226 (mips_fill_fpregset, mips_store_fpregset): Adjust.
2227 (target_regsets): Rename to ...
2228 (mips_regsets): ... this, and make static.
2229 (mips_regsets_info, mips_dsp_usrregs_info, mips_usrregs_info)
2230 (dsp_regs_info, regs_info): New globals.
2231 (mips_regs_info): New function.
2232 (the_low_target): Adjust.
2233 (initialize_low_arch): New function.
2234 * linux-arm-low.c (tdesc_arm, tdesc_arm_with_iwmmxt)
2235 (tdesc_arm_with_vfpv2, tdesc_arm_with_vfpv3, tdesc_arm_with_neon):
2236 Declare.
2237 (arm_fill_vfpregset, arm_store_vfpregset): Adjust.
2238 (arm_read_description): New, with bits factored from
2239 arm_arch_setup.
2240 (arm_arch_setup): Reimplement.
2241 (target_regsets): Rename to ...
2242 (arm_regsets): ... this, and make static.
2243 (arm_regsets_info, arm_usrregs_info, regs_info): New globals.
2244 (arm_regs_info): New function.
2245 (the_low_target): Adjust.
2246 (initialize_low_arch): New function.
2247 * linux-m68k-low.c (tdesc_m68k): Declare.
2248 (target_regsets): Rename to ...
2249 (m68k_regsets): ... this, and make static.
2250 (m68k_regsets_info, m68k_usrregs_info, regs_info): New globals.
2251 (m68k_regs_info): New function.
2252 (m68k_arch_setup): New function.
2253 (the_low_target): Adjust.
2254 (initialize_low_arch): New function.
2255 * linux-sh-low.c (tdesc_sharch): Declare.
2256 (target_regsets): Rename to ...
2257 (sh_regsets): ... this, and make static.
2258 (sh_regsets_info, sh_usrregs_info, regs_info): New globals.
2259 (sh_regs_info, sh_arch_setup): New functions.
2260 (the_low_target): Adjust.
2261 (initialize_low_arch): New function.
2262 * linux-bfin-low.c (tdesc_bfin): Declare.
2263 (bfin_arch_setup): New function.
2264 (bfin_usrregs_info, regs_info): New globals.
2265 (bfin_regs_info): New function.
2266 (the_low_target): Adjust.
2267 (initialize_low_arch): New function.
2268 * linux-cris-low.c (tdesc_cris): Declare.
2269 (cris_arch_setup): New function.
2270 (cris_usrregs_info, regs_info): New globals.
2271 (cris_regs_info): New function.
2272 (the_low_target): Adjust.
2273 (initialize_low_arch): New function.
2274 * linux-cris-low.c (tdesc_crisv32): Declare.
2275 (cris_arch_setup): New function.
2276 (cris_regsets_info, cris_usrregs_info, regs_info): New globals.
2277 (cris_regs_info): New function.
2278 (the_low_target): Adjust.
2279 (initialize_low_arch): New function.
2280 * linux-m32r-low.c (tdesc_m32r): Declare.
2281 (m32r_arch_setup): New function.
2282 (m32r_usrregs_info, regs_info): New globals.
2283 (m32r_regs_info): Adjust.
2284 (initialize_low_arch): New function.
2285 * linux-tic6x-low.c (tdesc_tic6x_c64xp_linux)
2286 (tdesc_tic6x_c64x_linux, tdesc_tic6x_c62x_linux): Declare.
2287 (tic6x_usrregs_info): Forward declare.
2288 (tic6x_read_description): New function, based on ...
2289 (tic6x_arch_setup): ... this. Reimplement.
2290 (target_regsets): Rename to ...
2291 (tic6x_regsets): ... this, and make static.
2292 (tic6x_regsets_info, tic6x_usrregs_info, regs_info): New globals.
2293 (tic6x_regs_info): New function.
2294 (the_low_target): Adjust.
2295 (initialize_low_arch): New function.
2296 * linux-xtensa-low.c (tdesc_xtensa): Declare.
2297 (xtensa_fill_gregset, xtensa_store_gregset): Adjust.
2298 (target_regsets): Rename to ...
2299 (xtensa_regsets): ... this, and make static.
2300 (xtensa_regsets_info, xtensa_usrregs_info, regs_info): New
2301 globals.
2302 (xtensa_arch_setup, xtensa_regs_info): New functions.
2303 (the_low_target): Adjust.
2304 (initialize_low_arch): New function.
2305 * linux-nios2-low.c (tdesc_nios2_linux): Declare.
2306 (nios2_arch_setup): Set the current process'es tdesc.
2307 (target_regsets): Rename to ...
2308 (nios2_regsets): ... this.
2309 (nios2_regsets_info, nios2_usrregs_info, regs_info): New globals.
2310 (nios2_regs_info): New function.
2311 (the_low_target): Adjust.
2312 (initialize_low_arch): New function.
a261b8f5
PA
2313 * linux-aarch64-low.c (tdesc_aarch64): Declare.
2314 (aarch64_arch_setup): Set the current process'es tdesc.
2315 (target_regsets): Rename to ...
2316 (aarch64_regsets): ... this.
2317 (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
2318 (aarch64_regs_info): New function.
2319 (the_low_target): Adjust.
2320 (initialize_low_arch): New function.
3aee8918
PA
2321 * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
2322 globals.
2323 (target_regsets): Rename to ...
2324 (tile_regsets): ... this.
2325 (tile_regsets_info, tile_usrregs_info, regs_info): New globals.
2326 (tile_regs_info): New function.
2327 (tile_arch_setup): Set the current process'es tdesc.
2328 (the_low_target): Adjust.
2329 (initialize_low_arch): New function.
2330 * spu-low.c (tdesc_spu): Declare.
2331 (spu_create_inferior, spu_attach): Set the new process'es tdesc.
2332 * win32-arm-low.c (tdesc_arm): Declare.
2333 (arm_arch_setup): New function.
2334 (the_low_target): Install arm_arch_setup instead of
2335 init_registers_arm.
2336 * win32-i386-low.c (tdesc_i386, tdesc_amd64): Declare.
2337 (init_windows_x86): Rename to ...
2338 (i386_arch_setup): ... this. Set `win32_tdesc'.
2339 (the_low_target): Adjust.
2340 * win32-low.c (win32_tdesc): New global.
2341 (child_add_thread): Don't create the thread cache here.
2342 (do_initial_child_stuff): Set the new process'es tdesc.
2343 * win32-low.h (struct target_desc): Forward declare.
2344 (win32_tdesc): Declare.
2345 * lynx-i386-low.c (tdesc_i386): Declare global.
2346 (lynx_i386_arch_setup): Set `lynx_tdesc'.
2347 * lynx-low.c (lynx_tdesc): New global.
2348 (lynx_add_process): Set the new process'es tdesc.
2349 * lynx-low.h (struct target_desc): Forward declare.
2350 (lynx_tdesc): Declare global.
2351 * lynx-ppc-low.c (tdesc_powerpc_32): Declare global.
2352 (lynx_ppc_arch_setup): Set `lynx_tdesc'.
2353 * nto-low.c (nto_tdesc): New global.
2354 (do_attach): Set the new process'es tdesc.
2355 * nto-low.h (struct target_desc): Forward declare.
2356 (nto_tdesc): Declare.
2357 * nto-x86-low.c (tdesc_i386): Declare.
2358 (nto_x86_arch_setup): Set `nto_tdesc'.
2359
b1fbec62
GB
23602013-06-04 Gary Benson <gbenson@redhat.com>
2361
2362 * server.c (handle_query): Add "augmented-libraries-svr4-read+"
2363 to qSupported response when appropriate.
2364 (handle_qxfer_libraries_svr4): Allow qXfer:libraries-svr4:read
2365 with nonzero-length annex.
2366 * linux-low.c (linux_qxfer_libraries_svr4): Parse and handle
2367 arguments supplied in annex.
2368
d1ec4ce7
DE
23692013-05-31 Doug Evans <dje@google.com>
2370
ac44adcb 2371 PR server/15594
d1ec4ce7
DE
2372 * linux-x86-low.c (ps_get_thread_area): Properly extend address to
2373 64 bits in 64-cross-32 environment.
2374
9b25f2d3
PA
23752013-05-28 Pedro Alves <palves@redhat.com>
2376
2377 * Makefile.in (clean): Remove reference to aarch64-without-fpu.c.
2378 (aarch64-without-fpu.c): Delete rule.
2379 * configure.srv (aarch64*-*-linux*): Remove references to
2380 aarch64-without-fpu.o and aarch64-without-fpu.xml.
2381 * linux-aarch64-low.c (init_registers_aarch64_without_fpu): Remove
2382 declaration.
2383
6740dc9c
PA
23842013-05-24 Pedro Alves <palves@redhat.com>
2385
2386 * server.c (handle_v_cont) <vCont;r>: Use unpack_varlen_hex
2387 instead of strchr/decode_address. Error if the range isn't split
2388 with a ','. Don't assume there's be a ':' in the action.
2389
c2d6af84
PA
23902013-05-23 Yao Qi <yao@codesourcery.com>
2391 Pedro Alves <palves@redhat.com>
2392
2393 * linux-low.c (lwp_in_step_range): New function.
2394 (linux_wait_1): If the thread was range stepping and stopped
2395 outside the stepping range, report the stop to GDB. Otherwise,
2396 continue stepping. Add range stepping debug output.
2397 (linux_set_resume_request): Copy the step range from the resume
2398 request to the lwp.
2399 (linux_supports_range_stepping): New.
2400 (linux_target_ops) <supports_range_stepping>: Set to
2401 linux_supports_range_stepping.
2402 * linux-low.h (struct linux_target_ops)
2403 <supports_range_stepping>: New field.
2404 (struct lwp_info) <step_range_start, step_range_end>: New fields.
2405 * linux-x86-low.c (x86_supports_range_stepping): New.
2406 (the_low_target) <supports_range_stepping>: Set to
2407 x86_supports_range_stepping.
2408 * server.c (handle_v_cont): Handle 'r' action.
2409 (handle_v_requests): Append ";r" if the target supports range
2410 stepping.
2411 * target.h (struct thread_resume) <step_range_start,
2412 step_range_end>: New fields.
2413 (struct target_ops) <supports_range_stepping>:
2414 New field.
2415 (target_supports_range_stepping): New macro.
2416
58794e1a
JB
24172013-05-17 Joel Brobecker <brobecker@adacore.com>
2418
2419 * lynx-low.c (lynx_resume): Fix null_ptid/minus_one_ptid
2420 confusion in comment.
2421
d631c5a7
JB
24222013-05-17 Joel Brobecker <brobecker@adacore.com>
2423
2424 * lynx-low.c (struct process_info_private): New type.
2425 (lynx_add_process): New function.
2426 (lynx_create_inferior, lynx_attach): Replace calls to
2427 add_process by calls to lynx_add_process.
2428 (lynx_resume): If PTID is null, then try using
2429 current_process()->private->last_wait_event_ptid.
2430 Add comments.
2431 (lynx_clear_inferiors): Delete. The contents of that function
2432 has been inlined in lynx_mourn;
2433 (lynx_wait_1): Save the ptid in the process's private data.
2434 (lynx_mourn): Free the process' private data. Replace call
2435 to lynx_clear_inferiors by call to clear_inferiors.
2436
96f7a20f
YQ
24372013-05-17 Yao Qi <yao@codesourcery.com>
2438
2439 * i386-low.c (i386_length_and_rw_bits): Move the comment to
2440 the right place.
2441
db0dfaa0
LM
24422013-05-16 Luis Machado <lgustavo@codesourcery.com>
2443
2444 * linux-low.c: Move definition checks upwards for PT_TEXT_ADDR,
2445 PT_DATA_ADDR and PT_TEXT_END_ADDR. Update comments.
2446 (linux_read_offsets): Remove PT_TEXT_ADDR, PT_DATA_ADDR and
2447 PT_TEXT_END_ADDR guards. Update comments.
2448 (linux_target_op) <read_offsets>: Conditionally define to
2449 linux_read_offsets if the target is UCLIBC and if it defines
2450 PT_TEXT_ADDR, PT_DATA_ADDR and PT_TEXT_END_ADDR.
2451
68f5f838
SL
24522013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2453 Andrew Jenner <andrew@codesourcery.com>
2454
2455 * Makefile.in (SFILES): Add linux-nios2-low.c.
2456 (clean): Add action to delete nios2-linux.c.
2457 (nios2-linux.c): New rule.
2458 * configure.srv: Add nios2*-*-linux*.
2459 * linux-nios2-low.c: New.
2460
1ebff1fd
HAQ
24612013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2462
2463 * tracepoint.c (cmd_qtinit): Call 'stop_tracing'.
2464
f6150862
HZ
24652013-04-25 Hui Zhu <hui@codesourcery.com>
2466
2467 PR gdb/15186
f6150862
HZ
2468 * ax.c (ax_printf): Add fflush.
2469
614c279d
TT
24702013-04-22 Tom Tromey <tromey@redhat.com>
2471
2472 * Makefile.in (SFILES): Add filestuff.c.
2473 (OBS): Add filestuff.o.
2474 (filestuff.o): New target.
2475 * config.in, configure: Rebuild.
2476 * configure.ac: Check for fdwalk, pipe2.
2477
7d4e5717
PA
24782013-04-17 Pedro Alves <palves@redhat.com>
2479
2480 * configure.ac (USE_THREAD_DB): Delete variable.
2481 (if test "$srv_linux_thread_db" = "yes"): AC_DEFINE USE_THREAD_DB.
2482 Don't AC_SUBST USE_THREAD_DB.
2483 * Makefile.in (INTERNAL_CFLAGS): Remove @USE_THREAD_DB@.
2484 * config.in, configure: Regenerate.
2485
d5c93e41
PA
24862013-04-16 Pedro Alves <palves@redhat.com>
2487
2488 * linux-low.h (struct lwp_info) <thread_known>: Move under
2489 the USE_THREAD_DB #ifdef.
2490
04f5fe89
PA
24912013-04-16 Pedro Alves <palves@redhat.com>
2492
2493 * Makefile.in (INTERNAL_CFLAGS): Add @USE_THREAD_DB@.
2494 (linux-low.o): Delete rule.
2495 * linux-low.h: Always include "gdb_thread_db.h" instead of
2496 conditionally including thread_db.h.
2497 (struct lwp_info) <th>: Guard with #ifdef USE_THREAD_DB instead of
2498 HAVE_THREAD_DB_H.
2499
480b27bf
JK
25002013-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2501
2502 * Makefile.in (install-only): Fix make install regression.
2503
43662968
JK
25042013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2505
2506 Convert man pages to texinfo, new gdbinit.5 texinfo page.
2507 * Makefile.in (install-only): Remove $(man1dir) and gdbserver.1
2508 installation.
2509 * gdbserver.1: Remove.
2510
3e74e146
PA
25112013-03-22 Pedro Alves <palves@redhat.com>
2512
2513 * linux-low.c (handle_extended_wait): Don't call
2514 linux_enable_event_reporting.
2515
a8347a2a
TT
25162013-03-15 Tony Theodore <tonyt@logyst.com>
2517
2518 PR build/9098:
2519 * Makefile.in (SHELL): Use @SHELL@.
2520
eeb56fa7
SDJ
25212013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * tracepoint.c (cmd_qtv): Initialize `val' with zero, silencing
2524 compiler warning.
2525
4fa7e2ff
JB
25262013-03-13 Joel Brobecker <brobecker@adacore.com>
2527
2528 * linux-low.c (linux_target_ops) [!HAVE_LINUX_BTRACE]:
2529 Remove extraneous NULL element.
2530
8ddb1965
YQ
25312013-03-13 Yao Qi <yao@codesourcery.com>
2532
2533 * tracepoint.c (traceframe_read_tsv): Look for the last matched
2534 'V' block in trace frame.
2535
9accd112
MM
25362013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2537
2538 * target.h (struct target_ops): Add btrace ops.
2539 (target_supports_btrace): New macro.
2540 (target_enable_btrace): New macro.
2541 (target_disable_btrace): New macro.
2542 (target_read_btrace): New macro.
2543 * gdbthread.h (struct thread_info): Add btrace field.
2544 * server.c: Include btrace-common.h.
2545 (handle_btrace_general_set): New function.
2546 (handle_btrace_enable): New function.
2547 (handle_btrace_disable): New function.
2548 (handle_general_set): Call handle_btrace_general_set.
2549 (handle_qxfer_btrace): New function.
2550 (struct qxfer qxfer_packets[]): Add btrace entry.
2551 * inferiors.c (remove_thread): Disable btrace.
2552 * linux-low: Include linux-btrace.h.
2553 (linux_low_enable_btrace): New function.
2554 (linux_low_read_btrace): New function.
2555 (linux_target_ops): Add btrace ops.
2556 * configure.srv (i[34567]86-*-linux*): Add linux-btrace.o.
2557 Add srv_linux_btrace=yes.
2558 (x86_64-*-linux*): Add linux-btrace.o.
2559 Add srv_linux_btrace=yes.
2560 * configure.ac: Define HAVE_LINUX_BTRACE.
2561 * config.in: Regenerated.
2562 * configure: Regenerated.
2563
5cc22e4c
MM
25642013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2565
2566 * server.c (handle_qxfer): Preserve error message if -3 is
2567 returned.
2568 (qxfer): Document the -3 return value.
2569
7c97f91e
MM
25702013-03-11 Markus Metzger <markus.t.metzger@intel.com>
2571
2572 * Makefile.in (SFILES): Add $(srcdir)/common/linux-btrace.c.
2573 (linux_btrace_h): New variable.
2574 (linux-btrace.o): New rule.
2575
be9a119c 25762013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2577 Hafiz Abid Qadeer <abidh@codesourcery.com>
2578
2579 * tracepoint.c (trace_buffer_size): New global.
2580 (DEFAULT_TRACE_BUFFER_SIZE): New define.
2581 (init_trace_buffer): Change to one-argument function. Allocate
2582 trace buffer memory.
2583 (handle_tracepoint_general_set): Call cmd_bigqtbuffer_size to
2584 handle QTBuffer:size packet.
2585 (cmd_bigqtbuffer_size): New function.
2586 (initialize_tracepoint): Call init_trace_buffer with
2587 DEFAULT_TRACE_BUFFER_SIZE.
2588 * server.c (handle_query): Add QTBuffer:size in the
2589 supported packets.
2590
e64f7499
YQ
25912013-03-07 Yao Qi <yao@codesourcery.com>
2592
2593 * tracepoint.c (cur_action, cur_step_action): Make them unsigned.
2594 (cmd_qtfp): Initialize cur_action and cur_step_action 0 instead
2595 of -1.
2596 (cmd_qtsp): Adjust condition. Do post increment.
2597 Set cur_action and cur_step_action back to 0.
2598
f0ae6fc3
PA
25992013-03-07 Jeremy Bennett <jeremy.bennett@embecosm.com>
2600
2601 PR server/15236
2602 * linux-low.c (linux_write_memory): Return early success if LEN is
2603 zero.
2604
b5b0b0af
CV
26052013-03-05 Corinna Vinschen <vinschen@redhat.de>
2606
334ad4a8 2607 * configure.srv: Add x86_64-*-cygwin* as target.
b5b0b0af 2608
589bc927
TT
26092013-02-28 Tom Tromey <tromey@redhat.com>
2610
2611 * configure.ac: Invoke AC_SYS_LARGEFILE.
2612 * configure, config.in: Rebuild.
2613
dfe07582
CV
26142013-02-28 Corinna Vinschen <vinschen@redhat.com>
2615
2616 * win32-low.c: Throughout, fix format strings and casts of
2617 printf-like functions to avoid type related warnings on all
2618 platforms.
2619 (get_child_debug_event): Print dwDebugEventCode as hex since
2620 that's how it's usually documented.
2621
736cd585
YQ
26222013-02-28 Yao Qi <yao@codesourcery.com>
2623
2624 * tracepoint.c (cmd_qtbuffer): Call phex_nz instead of
2625 pulongest.
2626
e1f58301
JW
26272013-02-27 Jiong Wang <jiwang@tilera.com>
2628
2629 * Makefile.in (clean): Remove reg-tilegx.c, reg-tilegx32.c.
2630 (reg-tilegx32.c): New rule.
2631 * configure.srv (tilegx-*-linux*): Add reg-tilegx32.o to srv_regobj.
2632 * linux-tile-low.c (tile_arch_setup): New function. Invoke
2633 different register info initializer according to elf class.
2634 (init_registers_tilgx32): New function. The tilegx32 register info
2635 initializer.
2636 (tile_fill_gregset): Use "uint_reg_t" to represent register size.
2637 (tile_store_gregset): Likewise.
2638
d171ca78
YQ
26392013-02-27 Yao Qi <yao@codesourcery.com>
2640
2641 * server.c (process_point_options): Print debug message when
2642 debug_threads is true.
2643
282bbdf3
YQ
26442013-02-26 Yao Qi <yao@codesourcery.com>
2645
2646 * tracepoint.c (cmd_qtbuffer): Don't set '\0' in OWN_BUF.
2647
aca22551
PA
26482013-02-19 Pedro Alves <palves@redhat.com>
2649 Kai Tietz <ktietz@redhat.com>
2650
2651 PR gdb/15161
2652
2653 * server.c (handle_query) <CRC check>: Use unpack_varlen_hex
2654 instead of strtoul to extract address from packet.
2655 (process_serial_event) <'z'>: Likewise.
2656
4f3cee1c
YQ
26572013-02-18 Yao Qi <yao@codesourcery.com>
2658
2659 * linux-bfin-low.c (the_low_target): Use NULL instead of 0.
2660
8e1d55a3
PA
26612013-02-14 Pedro Alves <palves@redhat.com>
2662
2663 Plug memory leak.
2664
2665 * tracepoint.c (cmd_qtnotes): Free TRACING_USER_NAME,
2666 TRACING_NOTES and TRACING_STOP_NOTE before clobbering.
2667
458820da
PA
26682013-02-14 Pedro Alves <palves@redhat.com>
2669
2670 * tracepoint.c (cmd_qtdpsrc): Use savestring.
2671
baea0dae
PA
26722013-02-14 Pedro Alves <palves@redhat.com>
2673
2674 * tracepoint.c (save_string): Delete.
2675 (add_tracepoint_action): Use savestring instead of save_string.
2676
0b1afbb3
PA
26772013-02-12 Pedro Alves <palves@redhat.com>
2678
2679 * linux-xtensa-low.c: Ditto.
2680 * xtensa-xtregs.c: Ditto.
2681
8a4ac37e
PA
26822013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2683
2684 * thread-db.c (thread_db_get_tls_address): NULL pointer check
2685 thread_db.
2686
148de6bb
MS
26872013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
2688
2689 * linux-aarch64-low.c (aarch64_arch_setup): Clamp
2690 aarch64_num_wp_regs and aarch64_num_bp_regs to
2691 AARCH64_HWP_MAX_NUM and AARCH64_HBP_MAX_NUM respectively.
2692
55fac6e0
MS
26932013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
2694
2695 * linux-aarch64-low.c (ps_get_thread_area): Replace
2696 PTRACE_GET_THREAD_AREA with PTRACE_GETREGSET.
2697
176eb98c
MS
26982013-02-04 Jim MacArthur <jim.macarthur@arm.com>
2699 Marcus Shawcroft <marcus.shawcroft@arm.com>
2700 Nigel Stephens <nigel.stephens@arm.com>
2701 Yufeng Zhang <yufeng.zhang@arm.com>
2702
2703 * Makefile.in (clean): Remove aarch64.c and aarch64-without-fpu.c.
2704 (aarch64.c, aarch64-without-fpu.c): New targets.
2705 * configure.srv (aarch64*-*-linux*): New.
2706 * linux-aarch64-low.c: New file.
2707
56f7af9c
MS
27082013-02-04 Marcus Shawcroft <marcus.shawcroft@arm.com>
2709
43aaf8b6 2710 * linux-low.c (handle_extended_wait, linux_create_inferior)
56f7af9c
MS
2711 (linux_attach_lwp_1, linux_kill_one_lwp, linux_attach_one_lwp)
2712 (dequeue_one_deferred_signal, linux_resume_one_thread)
2713 (fetch_register, linux_write_memory, linux_enable_event_reporting)
2714 (linux_tracefork_grandchild, linux_test_for_tracefork)
2715 (linux_read_offsets, linux_xfer_siginfo, linux_xfer_siginfo): Add
2716 PTRACE_ARG3_TYPE and PTRACE_ARG4_TYPE cast to ptrace arguments
2717 where the argument is 0.
2718
60f662b0
YQ
27192013-01-25 Yao Qi <yao@codesourcery.com>
2720
2721 * event-loop.c: Include "queue.h".
2722 (gdb_event_p): New typedef.
2723 (struct gdb_event) <next_event>: Remove.
2724 (event_queue): Change to QUEUE(gdb_event_p).
2725 (async_queue_event): Remove.
2726 (gdb_event_xfree): New.
2727 (initialize_event_loop): New.
2728 (process_event): Use API from QUEUE.
2729 (wait_for_event): Likewise.
2730 * server.c (main): Call initialize_event_loop.
2731 * server.h (initialize_event_loop): Declare.
2732
5ae4861a
YQ
27332013-01-18 Yao Qi <yao@codesourcery.com>
2734
2735 * ax.h (struct eval_agent_expr_context): New.
2736 (gdb_eval_agent_expr): Update declaration.
2737 * ax.c (gdb_eval_agent_expr): Remove argument REGCACHE and
2738 TFRAME. Add new argument CTX.
2739 * server.h (struct eval_agent_expr_context): Declare.
2740 (agent_mem_read, agent_tsv_read): Update declaration.
2741 (agent_mem_read_string): Likewise.
2742 * tracepoint.c (eval_tracepoint_agent_expr): Remove.
2743 (add_traceframe_block): Add new argument TPOINT.
2744 Increase TPOINT->traceframe_usage.
2745 (do_action_at_tracepoint): Call gdb_eval_agent_expr instead of
2746 eval_tracepoint_agent_expr.
2747 (condition_true_at_tracepoint): Likewise.
2748 (agent_mem_read): Remove argument TFRAME. Add argument CTX.
2749 (agent_mem_read_string, agent_tsv_read): Likewise.
2750
85e00e85
YQ
27512013-01-16 Yao Qi <yao@codesourcery.com>
2752
2753 * linux-low.c (linux_resume_one_lwp): Don't check
2754 'lwp->bp_reinsert != 0'.
2755
4039cf45
JB
27562013-01-07 Joel Brobecker <brobecker@adacore.com>
2757 Pedro Alves <palves@redhat.com>
2758
2759 * lynx-low.c (ptrace_request_to_str): Define a temporary
2760 macro and use it to simplify this function's implementation.
2761
9044dee2
JB
27622013-01-07 Joel Brobecker <brobecker@adacore.com>
2763
2764 * lynx-low.c (lynx_resume): Call perror_with_name if lynx_ptrace
2765 sets errno.
2766
e6352c8f
JB
27672013-01-07 Joel Brobecker <brobecker@adacore.com>
2768
2769 * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
2770
50681a27
JB
27712013-01-07 Joel Brobecker <brobecker@adacore.com>
2772
2773 * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
2774
3f6e77ef
JB
27752013-01-07 Joel Brobecker <brobecker@adacore.com>
2776
2777 * lynx-low.c (lynx_resume): Use the resume_info parameter
2778 to determine the ptid for the lynx_ptrace call, unless
2779 it is equal to minus_one_ptid, in which case we use the
2780 ptid of the current_inferior.
2781 (lynx_wait_1): After having received a thread create/exit
2782 event, resume the inferior's execution using the signaling
2783 thread's ptid, rather than the old ptid.
2784
7fda33ae
JB
27852013-01-07 Joel Brobecker <brobecker@adacore.com>
2786
2787 * lynx-low.c (lynx_resume): Delete variable ret.
2788
b9786c74
JB
27892013-01-01 Joel Brobecker <brobecker@adacore.com>
2790
2791 * gdbreplay.c (gdbreplay_version): Update copyright year.
2792 * server.c (gdbserver_version): Likewise.
2793
8b93d60f
JB
27942012-12-17 Joel Brobecker <brobecker@adacore.com>
2795
2796 * lynx-low.c (lynx_wait_1): Add debug trace before adding
2797 new thread.
2798
037335a7
JB
27992012-12-17 Joel Brobecker <brobecker@adacore.com>
2800
2801 * lynx-low.c (ptrace_request_to_str): Add handling for
2802 PTRACE_GETTRACESIG.
2803
52d4cbd8
JB
28042012-12-17 Joel Brobecker <brobecker@adacore.com>
2805
2806 * lynx-low.c (lynx_attach): Delete variable new_process.
2807
ab8f6ca9
JB
28082012-12-17 Joel Brobecker <brobecker@adacore.com>
2809
2810 * lynx-low.c (lynx_create_inferior): Delete variable
2811 new_process.
2812
78cbc024
JB
28132012-12-17 Joel Brobecker <brobecker@adacore.com>
2814
2815 * lynx-low.c (ptrace_request_to_str): Do not handle
2816 PTRACE_GETTHREADLIST if this macro does not exist.
2817
14a00470
YQ
28182012-12-15 Yao Qi <yao@codesourcery.com>
2819
2820 * Makefile.in (OBS): Add notif.o.
2821 * notif.c, notif.h: New.
2822 * server.c: Include "notif.h".
2823 (struct vstop_notif) <next>: Remove.
2824 <base>: New field.
2825 (queue_stop_reply): Update.
2826 (push_event, send_next_stop_reply): Remove.
2827 (discard_queued_stop_replies): Update.
2828 (notif_stop): New variable.
2829 (handle_v_stopped): Remove.
2830 (handle_v_requests): Don't call handle_v_stopped. Call
2831 handle_ack_notif instead.
2832 (queue_stop_reply_callback): Call notif_event_enque instead
2833 of queue_stop_reply.
2834 (handle_status): Don't call send_next_stop_reply, call
2835 notif_write_event instead.
2836 (kill_inferior_callback): Likewise.
2837 (detach_or_kill_inferior_callback): Likewise.
2838 (main): Call initialize_notif.
2839 (process_serial_event): Call QUEUE_is_empty.
2840 (handle_target_event): Call notif_push instead of push event.
2841 * server.h (push_event): Remove declaration.
2842
61c125b9
TT
28432012-12-10 Tom Tromey <tromey@redhat.com>
2844
2845 * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
2846 (COMPILE.post, COMPILE, POSTCOMPILE, IPAGENT_COMPILE): New
2847 macros.
2848 (.c.o): Rewrite.
2849 (ax-ipa.o, tracepoint-ipa.o, utils-ipa.o, format-ipa.o)
2850 (common-utils-ipa.o, remote-utils-ipa.o, regcache-ipa.o)
2851 (i386-linux-ipa.o, linux-i386-ipa.o, linux-amd64-ipa.o)
2852 (amd64-linux-ipa.o, ax.o): Rewrite.
2853 (event-loop.o, hostio.o, hostio-errno.o, inferiors.o, mem-break.o)
2854 (proc-service.o, regcache.o, remote-utils.o, server.o, target.o)
2855 (thread-db.o, tracepoint.o, utils.o, gdbreplay.o, dll.o): Remove.
2856 (signals.o, linux-procfs.o, linux-ptrace.o, common-utils.o, vec.o)
2857 (gdb_vecs.o, xml-utils.o, linux-osdata.o, ptid.o, buffer.o)
2858 (format.o, agent.o, vasprintf.o, vsnprintf.o): Rewrite.
2859 (i386-low.o, i387-fp.o, linux-low.o, linux-arm-low.o)
2860 (linux-bfin-low.o, linux-cris-low.o, linux-crisv32-low.o)
2861 (linux-ia64-low.o, linux-m32r-low.o, linux-mips-low.o)
2862 (linux-ppc-low.o, linux-s390-low.o, linux-sh-low.o)
2863 (linux-tic6x-low.o, linux-x86-low.o, linux-xtensa-low.o)
2864 (linux-tile-low.o, lynx-low.o, lynx-ppc-low.o, nto-low.o)
2865 (nto-x86-low.o, linux-low.o, win32-low.o, win32-arm-low.o)
2866 (win32-i386-low.o, spu-low.o, reg-arm.o, arm-with-iwmmxt.o)
2867 (arm-with-vfpv2.o, arm-with-vfpv3.o, arm-with-neon.o, reg-bfin.o)
2868 (reg-cris.o, reg-crisv32.o, i386.o, i386-linux.o, i386-avx.o)
2869 (i386-avx-linux.o, i386-mmx.o, i386-mmx-linux.o, reg-ia64.o)
2870 (reg-m32r.o, reg-m68k.o, reg-cf.o, mips-linux.o, mips-dsp-linux.o)
2871 (mips64-linux.o, mips64-dsp-linux.o, powerpc-32.o, powerpc-32l.o)
2872 (powerpc-altivec32l.o, powerpc-cell32l.o, powerpc-vsx32l.o)
2873 (powerpc-isa205-32l.o, powerpc-isa205-altivec32l.o)
2874 (powerpc-isa205-vsx32l.o, powerpc-e500l.o, powerpc-64l.o)
2875 (powerpc-altivec64l.o, powerpc-cell64l.o, powerpc-vsx64l.o)
2876 (powerpc-isa205-64l.o, powerpc-isa205-altivec64l.o)
2877 (powerpc-isa205-vsx64l.o, s390-linux32.o, s390-linux32v1.o)
2878 (s390-linux32v2.o, s390-linux64.o, s390-linux64v1.o)
2879 (s390-linux64v2.o, s390x-linux64.o, s390x-linux64v1.o)
2880 (s390x-linux64v2.o, tic6x-c64xp-linux.o, tic6x-c64x-linux.o)
2881 (tic6x-c62x-linux.o, reg-sh.o, reg-sparc64.o, reg-spu.o, amd64.o)
2882 (amd64-linux.o, amd64-avx.o, amd64-avx-linux.o, x32.o)
2883 (x32-linux.o, x32-avx.o, x32-avx-linux.o, reg-xtensa.o)
2884 (reg-tilegx.o): Remove.
2885 (all_object_files): New macro.
2886 Include .deps files.
2887 * aclocal.m4, configure: Rebuild.
2888 * acinclude.m4: Include depstand.m4, lead-dot.m4.
2889 * configure.ac: Invoke ZW_CREATE_DEPDIR,
2890 ZW_PROG_COMPILER_DEPENDENCIES. Compute GMAKE condition.
2891
e90e9ad9
TT
28922012-12-05 Tom Tromey <tromey@redhat.com>
2893
2894 PR gdb/14917:
2895 * server.h (current_insn_ptr, emit_error): Declare 'extern'.
2896
02d403bf 28972012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
2898
2899 * configure.ac: Check for linux/perf_event.h.
2900 * config.in: Regenerated.
2901 * configure: Regenerated.
2902
0270a750
PA
29032012-11-26 Maxime Villard <rustyBSD@gmx.fr>
2904
2905 * hostio.c (handle_readlink): Decrease buffer size
2906 parameter passed to readlink by one byte.
2907
8c29b58e
YQ
29082012-11-26 Yao Qi <yao@codesourcery.com>
2909
2910 * configure.ac (build_warnings): Append '-Wempty-body'.
2911 * configure: Regenerated.
2912 * linux-low.c (linux_create_inferior): Use braces for empty 'if'
2913 body.
2914
8bdce1ff
PM
29152012-11-15 Pierre Muller <muller@sourceware.org>
2916
2917 * configure.ac (AC_CHECK_HEADERS): Add wait.h header.
2918 * config.in: Regenerate.
2919 * configure: Regenerate.
2920 * linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
2921 Use "gdb_wait.h" header instead of <sys/wait.h> header.
2922 * lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
2923 * remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
2924 header.
2925 * server.c: Remove HAVE_WAIT_H conditional. Use "gdb_wait.h" header
2926 instead of <sys/wait.h> header.
2927 * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
2928
02d403bf 29292012-11-13 Markus Metzger <markus.t.metzger@intel.com>
3ba6ad0f
MM
2930
2931 * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
2932 (various make rules): Remove -DGDBSERVER
2933
fbd5db48
YQ
29342012-11-09 Yao Qi <yao@codesourcery.com>
2935
2936 * spu-low.c (current_ptid): Move it to ..
2937 * gdbthread.h: ... here. New.
2938 * remote-utils.c (read_ptid): Use macro 'current_ptid'.
2939 * server.c (myresume, process_serial_event): Likewise.
2940 * thread-db.c (thread_db_find_new_threads): Likewise.
2941 * tracepoint.c (run_inferior_command): Likewise.
2942
b3dc46ff
AB
29432012-10-01 Andrew Burgess <aburgess@broadcom.com>
2944
2945 * server.c (handle_search_memory_1): Include access length in
2946 warning message.
2947
07c04788
HPN
29482012-09-05 Michael Brandt <michael.brandt@axis.com>
2949
2950 * linux-crisv32-low.c: Fix compile errors.
2951
918d227b
YQ
29522012-09-04 Yao Qi <yao@codesourcery.com>
2953
2954 * tracepoint.c (cmd_qtsv): Adjust debug message.
2955 Don't check CUR_TPOINT.
2956
18c1b81a
YQ
29572012-08-28 Yao Qi <yao@codesourcery.com>
2958
2959 * ax.c, tracepoint.c: Replace ATTR_FORMAT with ATTRIBUTE_PRINTF.
2960 * server.h: Include 'libiberty.h' and 'ansidecl.h'.
2961 (ATTR_NORETURN, ATTR_FORMAT, ATTR_MALLOC): Remove.
2962 Remove declarations of xmalloc, xreallloc, xstrdup and
2963 freeargv.
2964 * Makefile.in (libiberty_h): New.
2965 (server_h): Append dependencies 'libiberty.h' and 'ansidecl.h'.
2966 (linux-bfin-low.o): Append dependency 'libiberty.h'.
2967
dc82f37b
YQ
29682012-08-23 Yao Qi <yao@codesourcery.com>
2969
2970 * server.h: Remove declaration of 'xsnprintf'.
2971
406b1477
KS
29722012-08-22 Keith Seitz <keiths@redhat.com>
2973
2974 * server.h: Include build-gnulib-gbserver/config.h.
2975 * gdbreplay.c: Likewise.
2976
e6712ff1
DE
29772012-08-08 Doug Evans <dje@google.com>
2978
2979 * Makefile.in (SFILES): Add gdb_vecs.c.
2980 (OBS): Add gdb_vecs.o.
2981 (gdb_vecs_h, host_defs_h): New variables.
2982 (thread-db.o): Add $(gdb_vecs_h) dependency.
2983 (gdb_vecs.o): New rule.
2984 * thread-db.c: #include "gdb_vecs.h".
2985 (thread_db_load_search): Use a vector to iterate over path elements.
2986 Handle text appearing after "$pdir".
2987
2988 * configure.ac: Add check for strstr.
2989 * config.in: Regenerate.
2990 * configure: Regenerate.
2991
7c3270ae
UW
29922012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2993
2994 * hostio.c (handle_pread): If pread fails, fall back to attempting
2995 lseek/read.
2996 (handle_pwrite): Likewise for pwrite.
2997
b62e2b27
UW
29982012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2999
3000 * linux-arm-low.c (arm_linux_hw_point_initialize): Distinguish
3001 between unsupported TYPE and unimplementable ADDR/LEN combination.
3002 (arm_insert_point): Act on new return value.
3003
78a99e91
PA
30042012-07-31 Pedro Alves <palves@redhat.com>
3005
3006 * server.c (process_point_options): Only skip tokens if we find
3007 one that is unrecognized. Don't treat 'X' specially while
3008 skipping unrecognized tokens.
3009
fcf303ab
UW
30102012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3011
3012 * linux-arm-low.c (arm_linux_hw_point_initialize): Do not attempt
3013 to 4-byte-align HW breakpoint addresses for Thumb.
3014
7255706c
YQ
30152012-07-27 Yao Qi <yao@codesourcery.com>
3016
3017 PR remote/14161.
3018
3019 * server.h: Declare gdb_agent_about_to_close.
3020 * target.c (kill_inferior): Include "agent.h".
3021 New. Send command 'kill'.
3022 * target.h (kill_inferior): Removed macro.
3023 * tracepoint.c (gdb_agent_about_to_close): New.
3024 (gdb_agent_helper_thread): Handle command 'close'.
3025 Wait endlessly until the inferior stops.
3026 Install gdb_agent_remove_socket to atexit hook.
3027 (agent_socket_name): New static variable.
3028 (gdb_agent_socket_init): Replace local variable 'name' with
3029 'agent_socket_name'.
3030 (gdb_agent_remove_socket): New.
3031
5a3f286f
YQ
30322012-07-27 Yao Qi <yao@codesourcery.com>
3033
3034 * server.c (process_point_options): Stop at 'X' when parsing.
3035
961bd387
ME
30362012-07-19 Michael Eager <eager@eagercon.com>
3037
a261b8f5 3038 * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
961bd387
ME
3039 to hw_execute.
3040 * linux-x86-low.c (x86_insert_point, x86_remove_point):
3041 Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del
3042 hardware breakpoint.
3043
aa7c7447
JK
30442012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 * gdbserver/linux-low.c (initialize_low): Call
3047 linux_ptrace_init_warnings.
3048
7f216e7c
DE
30492012-07-02 Doug Evans <dje@google.com>
3050
3051 * mem-break.c (gdb_no_commands_at_breakpoint): Fix cast from
3052 pointer to int.
3053
d3ce09f5
SS
30542012-07-02 Stan Shebs <stan@codesourcery.com>
3055
3056 * Makefile.in (WARN_CFLAGS_NO_FORMAT): Define.
3057 (ax.o): Add it to build rule.
3058 (ax-ipa.o): Ditto.
3059 (OBS): Add format.o.
3060 (IPA_OBS): Add format.o.
3061 * server.c (handle_query): Claim support for breakpoint commands.
3062 (process_point_options): Add command case.
3063 (process_serial_event): Leave running if there are printfs in
3064 effect.
3065 * mem-break.h (any_persistent_commands): Declare.
3066 (add_breakpoint_commands): Declare.
3067 (gdb_no_commands_at_breakpoint): Declare.
3068 (run_breakpoint_commands): Declare.
3069 * mem-break.c (struct point_command_list): New struct.
3070 (struct breakpoint): New field command_list.
3071 (any_persistent_commands): New function.
3072 (add_commands_to_breakpoint): New function.
3073 (add_breakpoint_commands): New function.
3074 (gdb_no_commands_at_breakpoint): New function.
3075 (run_breakpoint_commands): New function.
3076 * linux-low.c (linux_wait_1): Test for and run breakpoint commands
3077 locally.
3078 * ax.c: Include format.h.
3079 (ax_printf): New function.
3080 (gdb_eval_agent_expr): Add printf opcode.
3081
2f8f6aed
YQ
30822012-06-13 Yao Qi <yao@codesourcery.com>
3083
3084 * server.c (start_inferior): Remove duplicated writes to fields
3085 'last_resume_kind' and 'last_status' of 'current_inferior'.
3086
0c9070b3
YQ
30872012-06-12 Yao Qi <yao@codesourcery.com>
3088 Pedro Alves <palves@redhat.com>
3089
3090 * linux-low.c (linux_set_resume_request): Simplify predicate. Add
3091 comment.
3092 * server.c (handle_v_cont): Extend comment.
3093
c52daf70
YQ
30942012-06-11 Yao Qi <yao@codesourcery.com>
3095
3096 * linux-low.c (linux_attach): Add 'static'.
3097
d38bbb0a
YQ
30982012-06-06 Yao Qi <yao@codesourcery.com>
3099
3100 * ax.c (gdb_eval_agent_expr): Print `top' in hex.
3101
89dc0afd
JK
31022012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 Fix gcc -flto compilation warning.
3105 * server.c (main): Make variable multi_mode and attach volatile.
3106
75f62ce7
TJB
31072012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3108
3109 * linux-low.c (get_r_debug): Disable code using DT_MIPS_RLD_MAP
3110 if the platform doesn't know about it.
3111
65f479b6
PA
31122012-05-30 Jeff Kenton <jkenton@tilera.com>
3113
3114 * Makefile.in (SFILES): Add linux-tile-low.c.
3115 (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules.
3116 * configure.srv: Handle tilegx-*-linux*.
3117 * linux-tile-low.c: New file.
3118
0c5bf5a9
JK
31192012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3120
3121 * linux-low.c (linux_qxfer_libraries_svr4): Return -1 if R_DEBUG is -1.
3122
a493e3e2
PA
31232012-05-24 Pedro Alves <palves@redhat.com>
3124
3125 PR gdb/7205
3126
43aaf8b6 3127 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 3128
2ea28649
PA
31292012-05-24 Pedro Alves <palves@redhat.com>
3130
3131 PR gdb/7205
3132
3133 Replace target_signal with gdb_signal throughout.
3134
8d409d16
MR
31352012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
3136
3137 * linux-low.c (linux_store_registers): Avoid the copying sequence
3138 when no data has been retrieved by ptrace.
3139
23512c01
MGD
31402012-05-22 Will Deacon <will.deacon@arm.com>
3141
3142 * linux-low (__UCLIBC__ && !(__UCLIBC_HAS_MMU__ || __ARCH_HAS_MMU__)):
3143 Include asm/ptrace.h.
3144 (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define only if not
3145 already defined.
3146
4934b29e
MR
31472012-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3148
3149 * linux-low.c (linux_store_registers): Don't re-retrieve data
3150 with ptrace that has already been obtained from /proc. Always
3151 copy any data retrieved with ptrace to the buffer supplied.
3152
bde24c0a
PA
31532012-05-11 Yao Qi <yao@codesourcery.com>
3154 Pedro Alves <palves@redhat.com>
3155
3156 * linux-low.c (enum stopping_threads_kind): New.
3157 (stopping_threads): Change type to `enum stopping_threads_kind'.
3158 (handle_extended_wait): If stopping and suspending threads, leave
3159 the new_lwp suspended too.
3160 (linux_wait_for_event): Adjust.
3161 (stop_all_lwps): Set `stopping_threads' to
3162 STOPPING_AND_SUSPENDING_THREADS or STOPPING_THREADS depending on
3163 whether we're suspending threads or just stopping them. Assert no
3164 recursion happens.
3165
623b6bdf
YQ
31662012-04-29 Yao Qi <yao@codesourcery.com>
3167
3168 * server.h: Move some code to ...
3169 * gdbthread.h: ... here. New.
3170 * Makefile.in (inferiors.o, regcache.o): Depends on gdbthread.h
3171 (remote-utils.o, server.o, target.o tracepoint.o): Likewise.
3172 (nto-low.o, win32-low.o): Likewise.
3173 * inferiors.c, linux-low.h, nto-low.c: Include gdbthread.h.
3174 * regcache.c, remote-utils.c, server.c: Likewise.
3175 * target.c, tracepoint.c, win32-low.c: Likewise.
3176
f15f9948
TJB
31772012-04-24 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3178
3179 * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
3180 (PTRACE_ARG4_TYPE): Likewise.
3181 (PTRACE_XFER_TYPE): Likewise.
3182 * linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
3183 ptrace to PTRACE_ARG3_TYPE.
3184 * linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
3185 (PTRACE_ARG4_TYPE): Likewise.
3186 (PTRACE_XFER_TYPE): Likewise.
3187 (linux_detach_one_lwp): Cast fourth argument of
3188 ptrace to long then PTRACE_ARG4_TYPE.
3189 (regsets_fetch_inferior_registers): Cast third argument of
3190 ptrace to long then PTRACE_ARG3_TYPE.
3191 (regsets_store_inferior_registers): Likewise.
3192
38ea300a
PA
31932012-04-20 Pedro Alves <palves@redhat.com>
3194
3195 * configure: Regenerate.
3196
c971b7fa
PA
31972012-04-19 Pedro Alves <palves@redhat.com>
3198
43aaf8b6 3199 * Makefile.in (GNULIB_BUILDDIR): New.
c971b7fa 3200 (LIBGNU, INCGNU, GNULIB_H): Adjust.
43aaf8b6
PA
3201 (SUBDIRS, CLEANDIRS, REQUIRED_SUBDIRS): New.
3202 (all, install-only, uninstall, clean-info, all-lib, clean): No
3203 longer pass GNULIB_FLAGS_TO_PASS. Use subdir_do.
3204 (maintainer-clean realclean distclean): Use subdir_do.
3205 (subdir_do): New.
3206 (gnulib/import/Makefile): Adjust. Replace gnulib/import with
c971b7fa 3207 $(GNULIB_BUILDDIR). Don't pass argument to config.status.
43aaf8b6
PA
3208 * acinclude.m4: Include acx_configure_dir.m4.
3209 * configure.ac: Remove gl_EARLY, gl_INIT, and AM_INIT_AUTOMAKE
3210 calls. Call AC_PROG_RANLIB. Configure gnulib using
3211 ACX_CONFIGURE_DIR.
3212 (GNULIB): New.
3213 (GNULIB_STDINT_H): Adjust.
3214 (AC_OUTPUT): Don't output gnulib/Makefile anymore.
3215 * gdbreplay.c: Include build-gnulib/config.h.
3216 * server.h: Likewise.
3217 * aclocal.m4: Regenerate.
3218 * config.in: Regenerate.
3219 * configure: Regenerate.
c971b7fa 3220
809277f8
PA
32212012-04-19 Pedro Alves <palves@redhat.com>
3222
3223 * Makefile.in (LIBGNU, INCGNU): Adjust.
3224 (GNULIB_FLAGS_TO_PASS, GNULIB_H): Adjust.
3225 (all, install-only, uninstall, clean-info, all-lib, clean)
3226 (maintainer-clean, Makefile, gnulib/Makefile): Adjust.
3227 * configure.ac: Adjust AC_OUTPUT output.
3228 * aclocal.m4: Regenerate.
3229 * configure: Regenerate.
3230
fd9bb8b8
PA
32312012-04-19 Pedro Alves <palves@redhat.com>
3232
3233 * Makefile.in (generated_files): New.
3234 (server_h): Remove the explicit dependency on config.h, and depend
3235 on $generated_files.
3236
1c298c66
PA
32372012-04-19 Pedro Alves <palves@redhat.com>
3238
3239 * Makefile.in (INCGNU): Add -Ignulib.
3240
57c4b50b
PA
32412012-04-19 Pedro Alves <palves@redhat.com>
3242
3243 * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
3244 (INCGNU): ... this, and spell out -I here.
3245 (GNULIB_LIB): Rename to ...
3246 (LIBGNU): ... this.
3247 (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
3248
1030e047
PA
32492012-04-19 Pedro Alves <palves@redhat.com>
3250
3251 * config.in: Regenerate.
3252
447d4319
PA
32532012-04-19 Pedro Alves <palves@redhat.com>
3254
3255 * configure.ac: Remove AC_CHECK_DECLS check for memmem.
3256 * server.h (memmem): Remove declaration.
3257 * config.in: Regenerate.
3258 * configure: Regenerate.
3259
aad9eab9
YQ
32602012-04-19 Yao Qi <yao@codesourcery.com>
3261
3262 * Makefile.in (SFILES): Add common/vec.c.
3263 (OBS): Add vec.o.
3264 (vec.o): New rule.
3265
3e10640f
YQ
32662012-04-19 Yao Qi <yao@codesourcery.com>
3267
3268 * remote-utils.c (prepare_resume_reply): Replace with macro
3269 target_core_of_thread.
3270 * server.c (handle_qxfer_threads_proper): Likewise.
3271 * target.h (traget_core_of_thread): New macro.
3272
71622373
PA
32732012-04-18 Pedro Alves <palves@redhat.com>
3274
3275 * aclocal.m4: Regenerate.
3276 * configure: Regenerate.
3277
80d26939
YQ
32782012-04-16 Yao Qi <yao@codesourcery.com>
3279
3280 * tracepoint.c (cmd_qtstart): Download tracepoints even when they are
3281 duplicated on address.
3282
42476b70
YQ
32832012-04-16 Yao Qi <yao@codesourcery.com>
3284
3285 * tracepoint.c (COPY_FIELD_TO_BUF): New macro.
3286 (struct tracepoint_action_ops) <send>: New field.
3287 (m_tracepoint_action_send, r_tracepoint_action_send): New.
3288 (agent_expr_send, x_tracepoint_action_send): New.
3289 (l_tracepoint_action_send): New.
3290 (cmd_qtdp): Download and install tracepoint
3291 according to `use_agent'.
3292 (run_inferior_command): Add one more parameter `len'.
3293 Update callers.
3294 (tracepoint_send_agent): New.
3295 (cmd_qtdp, cmd_qtstart): Call tracepoint_send_agent.
3296
7bc83639
YQ
32972012-04-16 Yao Qi <yao@codesourcery.com>
3298
3299 * tracepoint.c (download_tracepoints): Moved to ...
3300 (cmd_qtstart): ... here.
3301
5f18041e
YQ
33022012-04-14 Yao Qi <yao@codesourcery.com>
3303
3304 * tracepoint.c: Include inttypes.h.
3305 (struct collect_memory_action): Use sized types.
3306 (struct tracepoint): Likewise.
3307 (cmd_qtdp, stop_tracing): Update print specifiers.
3308 (cmd_qtp, response_tracepoint): Likewise.
3309 (collect_data_at_tracepoint): Likewise.
3310 (collect_data_at_step): Likewise.
3311
55a8c076
YQ
33122012-04-14 Yao Qi <yao@codesourcery.com>
3313
3314 Import gnulib module inttypes.
3315 * aclocal.m4, config.in, configure: Regenerated.
3316
dc750257
YQ
33172012-04-14 Yao Qi <yao@codesourcery.com>
3318
3319 * Makefile.in (maintainer-clean, realclean, distclean): Remove
3320 Makefile and config.status at last.
3321
0ab5faf9
YQ
33222012-04-13 Yao Qi <yao@codesourcery.com>
3323
3324 * tracepoint.c: Include stdint.h unconditionally.
3325
18f5fd81
TJB
33262012-04-13 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3327
3328 * acinclude.m4 (GDBSERVER_HAVE_THREAD_DB_TYPE): New macro based
3329 on BFD_HAVE_SYS_PROCFS_TYPE.
3330 * configure.ac: Look for lwpid_t and psaddr_t in libthread_db.h.
3331 * configure: Regenerate.
3332 * config.in: Likewise.
3333
4d47af5c
L
33342012-04-13 H.J. Lu <hongjiu.lu@intel.com>
3335
3336 * Makefile.in (clean): Also remove x32.c x32-linux.c
3337 x32-avx.c x32-avx-linux.c.
3338 (x32.o): New target.
3339 (x32.c): Likewise.
3340 (x32-linux.o): Likewise.
3341 (x32-linux.c): Likewise.
3342 (x32-avx.o): Likewise.
3343 (x32-avx.c): Likewise.
3344 (x32-avx-linux.o): Likewise.
3345 (x32-avx-linux.c): Likewise.
3346
3347 * configure.srv (srv_amd64_regobj): Add x32.o x32-avx.o.
3348 (srv_amd64_linux_regobj): Add x32-linux.o x32-avx-linux.o.
3349 (srv_i386_64bit_xmlfiles): Add i386/x32-core.xml.
3350 (srv_amd64_xmlfiles): Add i386/x32.xml i386/x32-avx.xml.
3351 (srv_amd64_linux_xmlfiles): Add i386/x32-linux.xml
3352 i386/x32-avx-linux.xml.
3353
3354 * linux-x86-low.c (init_registers_x32_linux): New prototype.
3355 (init_registers_x32_avx_linux): Likwise.
3356 (x86_linux_update_xmltarget): Call init_registers_x32_linux
3357 or init_registers_x32_avx_linux if linux_is_elf64 is false.
3358
ecedbe58
PA
33592012-04-13 Pedro Alves <palves@redhat.com>
3360
3361 * Makefile.in (GNULIB_FLAGS_TO_PASS): New.
3362 (FLAGS_TO_PASS): Don't change or set $top_srcdir, $srcdir and VPATH.
3363 (all, uninstall, clean-info, all-lib, clean, maintainer-clean)
3364 (realclean, distclean): Explicitly pass $GNULIB_FLAGS_TO_PASS to
3365 the sub-make.
3366
c92b5177
L
33672012-04-12 H.J. Lu <hongjiu.lu@intel.com>
3368
3369 * linux-x86-low.c (compat_x32_clock_t): New.
3370 (compat_x32_siginfo_t): Likewise.
3371 (compat_x32_siginfo_from_siginfo): Likewise.
3372 (siginfo_from_compat_x32_siginfo): Likewise.
3373 (linux_is_elf64): Likewise.
3374 (x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3375 and siginfo_from_compat_x32_siginfo for x32.
3376 (x86_arch_setup): Set linux_is_elf64.
3377
214d508e
L
33782012-04-12 H.J. Lu <hongjiu.lu@intel.com>
3379
3380 PR gdb/13969
3381 * linux-low.c (linux_pid_exe_is_elf_64_file): Also return the
3382 e_machine field.
3383 (linux_qxfer_libraries_svr4): Update call to elf_64_file_p.
3384 * linux-low.h (linux_pid_exe_is_elf_64_file): Updated.
3385 * linux-x86-low.c (x86_arch_setup): Check if GDBserver is
3386 compatible with process.
3387
c9a1864a
YQ
33882012-04-12 Yao Qi <yao@codesourcery.com>
3389
3390 * Makefile.in: Define abs_top_srcdir and abs_srcdir.
3391 (INCLUDE_CFLAGS): Append GNULIB_INCLUDE_DIR.
3392 (install-only, install-info, clean): Handle sub dir gnulib.
3393 (all-lib, am--refresh): New targets.
3394 (memmem.o): Remove target.
3395 * configure.ac: Remove AC_CONFIG_LIBOBJ_DIR.
3396 Invoke gl_EARLY. Invoke AC_CHECK_PROGS for make.
3397 (AC_REPLACE_FUNCS): Remove memmem.
3398 Invoke gl_INIT and AM_INIT_AUTOMAKE.
3399 (AC_OUTPUT): Generate Makefile in gnulib/.
3400 * aclocal.m4, config.in, configure: Regenerated.
3401
367ba2c2
MR
34022012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
3403
3404 * linux-low.c (get_r_debug): Handle DT_MIPS_RLD_MAP.
3405
9d236627
PA
34062012-04-05 Pedro Alves <palves@redhat.com>
3407
3408 -Werror=strict-aliasing
3409
3410 * spu-low.c (parse_spufs_run): Avoid dereferencing type-punned
3411 pointer.
3412
111217b3
PA
34132012-04-04 Pedro Alves <palves@redhat.com>
3414
3415 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
3416 (sparc_store_gregset_from_stack, sparc_store_gregset)
3417 (sparc_breakpoint_at): Fix formatting.
3418
8365dcf5
TJB
34192012-03-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3420
3421 * configure.ac: Check whether Elf32_auxv_t and Elf64_auxv_t
3422 are available.
3423 * linux-low.c [HAVE_ELF32_AUXV_T] (Elf32_auxv_t): Add typedef.
3424 [HAVE_ELF64_AUXV_T] (Elf64_auxv_t): Likewise.
3425 * config.in: Regenerate.
3426 * configure: Likewise.
3427
689cc2ae
PA
34282012-03-29 Pedro Alves <palves@redhat.com>
3429
3430 * linux-low.c (regsets_store_inferior_registers) [__sparc__]:
3431 Correct ptrace arguments.
3432
c14dfd32
PA
34332012-03-28 Pedro Alves <palves@redhat.com>
3434
3435 * linux-ia64-low.c (ia64_regmap): Map IA64_EC_REGNUM to PT_AR_EC.
3436 (IA64_GR0_REGNUM, IA64_FR0_REGNUM)
3437 (IA64_FR1_REGNUM): New defines.
3438 (ia64_fetch_register): New.
3439 (the_low_target): Install it.
3440 * linux-low.h (struct linux_target_ops) <fetch_register>: New
3441 field.
3442 * linux-low.c (linux_fetch_registers): Try the
3443 the_low_target.fetch_register hook first.
3444
3445 * linux-arm-low.c (the_low_target): Adjust.
3446 * linux-bfin-low.c (the_low_target): Adjust.
3447 * linux-cris-low.c (the_low_target): Adjust.
3448 * linux-crisv32-low.c (the_low_target): Adjust.
3449 * linux-m32r-low.c (the_low_target): Adjust.
3450 * linux-m68k-low.c (the_low_target): Adjust.
3451 * linux-mips-low.c (the_low_target): Adjust.
3452 * linux-ppc-low.c (the_low_target): Adjust.
3453 * linux-s390-low.c (the_low_target): Adjust.
3454 * linux-sh-low.c (the_low_target): Adjust.
3455 * linux-sparc-low.c (the_low_target): Adjust.
3456 * linux-tic6x-low.c (the_low_target): Adjust.
3457 * linux-x86-low.c (the_low_target): Adjust.
3458 * linux-xtensa-low.c (the_low_target): Adjust.
3459
63c88e13
PA
34602012-03-26 Pedro Alves <palves@redhat.com>
3461
3462 * server.c (handle_qxfer_libraries): Don't bail early if
3463 the_target->qxfer_libraries_svr4 is not NULL.
3464
fb723180
PA
34652012-03-26 Pedro Alves <palves@redhat.com>
3466
3467 * linux-low.c (linux_qxfer_libraries_svr4): Fix pasto in comment.
3468
0afae3cf
PA
34692012-03-23 Pedro Alves <palves@redhat.com>
3470
3471 * linux-low.c (linux_qxfer_libraries_svr4): Terminate the
3472 "library-list-svr4" element's start tag when the the DSO list is
3473 empty.
3474
485f1ee4
PA
34752012-03-23 Pedro Alves <palves@redhat.com>
3476
3477 * linux-low.c (read_one_ptr): Read the inferior's pointer through
3478 a variable whose type size is the same as the inferior's pointer
3479 size.
3480
a5362b9a
TS
34812012-03-21 Thomas Schwinge <thomas@codesourcery.com>
3482
3483 * linux-arm-low.c (arm_stopped_by_watchpoint): Use siginfo_t instead of
3484 struct siginfo.
3485 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
3486 * linux-x86-low.c (x86_siginfo_fixup): Likewise.
3487 * linux-low.h: Include <signal.h>.
3488 (struct siginfo): Remove forward declaration.
3489 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
3490 struct siginfo.
3491
d226c142
MF
34922012-03-21 Mike Frysinger <vapier@gentoo.org>
3493
3494 * .gitignore: Ignore more files.
3495
122f36ef
PA
34962012-03-19 Pedro Alves <palves@redhat.com>
3497 Jan Kratochvil <jan.kratochvil@redhat.com>
3498
3499 * server.c (cont_thread, general_thread): Add describing comments.
3500 (start_inferior): Clear `cont_thread'.
3501 (handle_v_cont): Don't set `cont_thread' if resuming all threads
3502 of a process.
3503
fc3e5175
YQ
35042012-03-15 Yao Qi <yao@codesourcery.com>
3505
3506 * tracepoint.c (install_tracepoint): Move duplicated tracepoint
3507 handling to ...
3508 (cmd_qtdp): ... here.
3509
8d0d92cd
YQ
35102012-03-15 Yao Qi <yao@codesourcery.com>
3511
3512 * tracepoint.c (struct tracepoint_action_ops): New.
3513 (struct tracepoint_action) [!IN_PROCESS_AGENT] <ops>: New field.
3514 (m_tracepoint_action_download): New.
3515 (r_tracepoint_action_download): New.
3516 (x_tracepoint_action_download): New.
3517 (l_tracepoint_action_download): New.
3518 (add_tracepoint_action): Install `action->ops' according type.
3519 (download_tracepoint_1): Move code `download' function pointer
3520 of various tracepoint_action_ops.
3521
87b0bb13
JK
35222012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3523
3524 * linux-low.c (linux_attach_lwp_1): New variable buffer. Call
3525 linux_ptrace_attach_warnings.
3526
5f572dec
JK
35272012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3528
3529 * Makefile.in (linux-ptrace.o): New.
3530 * configure.srv (arm*-*-linux*, bfin-*-*linux*, crisv32-*-linux*)
3531 (cris-*-linux*, i[34567]86-*-linux*, ia64-*-linux*, m32r*-*-linux*)
3532 (m68*-*-linux*, m68*-*-uclinux*, mips*-*-linux*, powerpc*-*-linux*)
3533 (s390*-*-linux*, sh*-*-linux*, sparc*-*-linux*, tic6x-*-uclinux)
3534 (x86_64-*-linux*, xtensa*-*-linux*): Add linux-ptrace.o to SRV_TGTOBJ
3535 of these targets.
3536 * linux-low.c (linux_attach_lwp_1): Remove redundent else clause.
3537
f4647387
YQ
35382012-03-08 Yao Qi <yao@codesourcery.com>
3539 Pedro Alves <palves@redhat.com>
3540
3541 Fix PR server/13392.
3542 * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Check
3543 offset of JMP insn.
3544 * tracepoint.c (remove_tracepoint): New.
3545 (cmd_qtdp): Call remove_tracepoint when failed to install.
3546
9b224c5e
PA
35472012-03-07 Pedro Alves <palves@redhat.com>
3548
3549 * linux-low.c (get_detach_signal): New.
3550 (linux_detach_one_lwp): Get rid of a pending SIGSTOP with SIGCONT.
3551 Pass on pending signals to PTRACE_DETACH. Check the result of the
3552 ptrace call.
3553 * server.c (program_signals, program_signals_p): New.
3554 (handle_general_set): Handle QProgramSignals.
3555 * server.h (program_signals, program_signals_p): Declare.
3556
e237a7e2
JK
35572012-03-05 Pedro Alves <palves@redhat.com>
3558 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found.
3561 New comment why.
3562
5808517f
YQ
35632012-03-03 Yao Qi <yao@codesourcery.com>
3564
3565 * tracepoint.c (tracepoint_look_up_symbols): Update call to
3566 agent_look_up_symbols.
3567
58b4daa5
YQ
35682012-03-03 Yao Qi <yao@codesourcery.com>
3569
3570 * Makefile.in (linux-low.o): Keep dependence on agent.h.
3571 (linux-x86-low.o): Likewise.
3572 * server.h: Remove in_process_agent_loaded.
3573 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
3574 common/agent.c.
3575 Update callers.
3576
8ffcbaaf
YQ
35772012-03-03 Yao Qi <yao@codesourcery.com>
3578
3579 * tracepoint.c (gdb_agent_capability): New global.
3580 (in_process_agent_loaded_ust): Renamed to
3581 `in_process_agent_supports_ust'.
3582 Update callers.
3583 (in_process_agent_supports_ust): Call agent_capability_check.
3584 (clear_installed_tracepoints): Assert that agent supports
3585 agent.
3586
d1feda86
YQ
35872012-03-03 Yao Qi <yao@codesourcery.com>
3588
3589 * linux-low.c (linux_supports_agent): New.
3590 (linux_target_ops): Initialize field `supports_agent' with
3591 linux_supports_agent.
3592 * target.h (struct target_ops) <supports_agent>: New.
3593 (target_supports_agent): New macro.
3594 * server.c (handle_general_set): Handle packet 'QAgent'.
3595 (handle_query): Send `QAgent+'.
3596 * Makefile.in (server.o): Depends on agent.h.
3597
2fa291ac
YQ
35982012-03-03 Yao Qi <yao@codesourcery.com>
3599
3600 * Makefile.in (OBS): Add agent.o.
3601 Add new rule for agent.o.
3602 Track dependence of tracepoint.c on agent.h.
3603 * tracepoint.c (run_inferior_command_1):
3604 (run_inferior_command): Call agent_run_command.
3605 (gdb_ust_connect_sync_socket): Deleted. Move it to
3606 common/agent.c.
3607 (resume_thread, stop_thread): Likewise.
3608 (gdb_ust_socket_init): Renamed to ...
3609 (gdb_agent_socket_init): ... New.
3610 (gdb_ust_thread): Renamed to ...
3611 (gdb_agent_helper_thread): ... New.
3612 (gdb_ust_init): Move some code to ...
3613 (gdb_agent_init): ... here. New.
3614 [HAVE_UST]: Call gdb_ust_init.
3615 (initialize_tracepoint_ftlib): Call gdb_agent_init.
3616 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
3617 * config.in, configure: Regenerated.
3618
05044653
PA
36192012-03-02 Pedro Alves <palves@redhat.com>
3620
3621 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
3622 * linux-low.c (struct simple_pid_list): New.
3623 (stopped_pids): New a struct simple_pid_list pointer.
3624 (add_to_pid_list, pull_pid_from_list): New.
3625 (handle_extended_wait): Don't assume the first signal new children
3626 report is SIGSTOP. Adjust call to pull_pid_from_list.
3627 (linux_wait_for_lwp): Adjust.
3628
8d00225b
YQ
36292012-03-02 Yao Qi <yao@codesourcery.com>
3630
3631 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
3632 debug log.
3633
19560ba5
YQ
36342012-03-02 Yao Qi <yao@codesourcery.com>
3635
3636 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
3637 `stop_pc' and `tpoint'. Update caller.
3638
1faeff08
MR
36392012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
3640
3641 * linux-low.h (linux_target_ops): Add regset_bitmap member.
3642 * linux-low.c (use_linux_regsets): New macro.
3643 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
3644 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
3645 (linux_register_in_regsets): New function.
3646 (usr_fetch_inferior_registers): Skip registers covered by
3647 regsets.
3648 (usr_store_inferior_registers): Likewise.
3649 (usr_fetch_inferior_registers): New macro.
3650 (usr_store_inferior_registers): Likewise.
3651 (linux_fetch_registers): Handle mixed regset/non-regset targets.
3652 (linux_store_registers): Likewise.
3653 * linux-mips-low.c (init_registers_mips_dsp_linux): New
3654 prototype.
3655 (init_registers_mips64_dsp_linux): Likewise.
3656 (init_registers_mips_linux): New macro.
3657 (init_registers_mips_dsp_linux): Likewise.
3658 (mips_dsp_num_regs): Likewise.
3659 (DSP_BASE, DSP_CONTROL): New fallback macros.
3660 (mips_base_regs): New macro.
3661 (mips_regmap): Use it. Fix the size.
3662 (mips_dsp_regmap): New variable.
3663 (mips_dsp_regset_bitmap): Likewise.
3664 (mips_arch_setup): New function.
3665 (mips_cannot_fetch_register): Use the_low_target.regmap rather
3666 than mips_regmap.
3667 (mips_cannot_store_register): Likewise.
3668 (the_low_target): Update .arch_setup, .num_regs and .regmap
3669 initializers. Add .regset_bitmap initializer.
3670 * linux-arm-low.c (the_low_target): Add .regset_bitmap
3671 initializer.
3672 * linux-bfin-low.c (the_low_target): Likewise.
3673 * linux-cris-low.c (the_low_target): Likewise.
3674 * linux-crisv32-low.c (the_low_target): Likewise.
3675 * linux-ia64-low.c (the_low_target): Likewise.
3676 * linux-m32r-low.c (the_low_target): Likewise.
3677 * linux-m68k-low.c (the_low_target): Likewise.
3678 * linux-ppc-low.c (the_low_target): Likewise.
3679 * linux-s390-low.c (the_low_target): Likewise.
3680 * linux-sh-low.c (the_low_target): Likewise.
3681 * linux-sparc-low.c (the_low_target): Likewise.
3682 * linux-tic6x-low.c (the_low_target): Likewise.
3683 * linux-x86-low.c (the_low_target): Likewise.
3684 * linux-xtensa-low.c (the_low_target): Likewise.
3685 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
3686 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
3687 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
3688 srv_xmlfiles.
3689 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
3690 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
3691
c03e6ccc
YQ
36922012-02-29 Yao Qi <yao@codesourcery.com>
3693 Pedro Alves <palves@redhat.com>
3694
3695 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
3696 `step_over_finished' is true.
3697
644cebc9
PA
36982012-02-27 Pedro Alves <palves@redhat.com>
3699
3700 * linux-low.c (pid_is_stopped): Delete, moved to common/.
3701 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
3702
c14d7ab2
PA
37032012-02-27 Pedro Alves <palves@redhat.com>
3704
3705 PR server/9684
3706 * linux-low.c (pid_is_stopped): New.
3707 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
3708
412c89dd
LM
37092012-02-25 Luis Machado <lgustavo@codesourcery.com>
3710
3711 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
3712 of conditions.
3713
b745defe
MR
37142012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
3715
3716 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
3717
9f3a5c85
LM
37182012-02-24 Luis Machado <lgustavo@codesourcery>
3719
3720 * server.c (handle_query): Advertise support for target-side
3721 breakpoint condition evaluation.
3722 (process_point_options): New function.
3723 (process_serial_event): When inserting a breakpoint, check for
3724 a target-side condition that should be evaluated.
3725
3726 * mem-break.c: Include regcache.h and ax.h.
3727 (point_cond_list_t): New data structure.
3728 (breakpoint) <cond_list>: New field.
3729 (find_gdb_breakpoint_at): Make non-static.
3730 (delete_gdb_breakpoint_at): Clear any target-side
3731 conditions.
3732 (clear_gdb_breakpoint_conditions): New function.
3733 (add_condition_to_breakpoint): Likewise.
3734 (add_breakpoint_condition): Likewise.
3735 (gdb_condition_true_at_breakpoint): Likewise.
3736 (gdb_breakpoint_here): Return result directly instead
3737 of going through a local variable.
3738
3739 * mem-break.h (find_gdb_breakpoint_at): New prototype.
3740 (clear_gdb_breakpoint_conditions): Likewise.
3741 (add_breakpoint_condition): Likewise.
3742 (gdb_condition_true_at_breakpoint): Likewise.
3743
3744 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
3745 (need_step_over_p): Take target-side breakpoint condition into
3746 consideration.
3747
5e1dc496
LM
37482012-02-24 Luis Machado <lgustavo@codesourcery>
3749
3750 * server.h: Include tracepoint.h.
3751 (agent_mem_read, agent_get_trace_state_variable_value,
3752 agent_set_trace_state_variable_value,
3753 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
3754 get_set_tsv_func_addr): New prototypes.
3755
3756 * ax.h: New include file.
3757 * ax.c: New source file.
3758
3759 * tracepoint.c: Include ax.h.
3760 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
3761 agent_expr, eval_result_type): Move to ax.h.
3762 (parse_agent_expr): Rename to ...
3763 (gdb_parse_agent_expr): ... this, make it non-static and move
3764 to ax.h.
3765 (unparse_agent_expr) Rename to ...
3766 (gdb_unparse_agent_expr): ... this, make it non-static and move
3767 to ax.h.
3768 (eval_agent_expr): Rename to ...
3769 (eval_tracepoint_agent_expr): ... this.
3770 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
3771 forward declarations.
3772 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
3773 (agent_get_trace_state_variable_value): New function.
3774 (agent_set_trace_state_variable_value): New function.
3775 (cmd_qtdp): Call gdb_parse_agent_expr (...).
3776 (response_tracepoint): Call gdb_unparse_agent_expr (...).
3777 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
3778 (condition_true_at_tracepoint): Likewise.
3779 (parse_agent_expr): Rename to ...
3780 (gdb_parse_agent_expr): ... this and move to ax.c.
3781 (unparse_agent_expr): Rename to ...
3782 (gdb_unparse_agent_expr): ... this and move to ax.c.
3783 (gdb_agent_op_name): Move to ax.c.
3784 (eval_agent_expr): Rename to ...
3785 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
3786 and move to ax.c.
3787 (eval_tracepoint_agent_expr): New function.
3788 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
43aaf8b6 3789 non-static.
5e1dc496
LM
3790 (current_insn_ptr, emit_error, struct bytecode_address): Move to
3791 ax.c.
3792 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
3793 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
3794 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
3795 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
3796 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
3797 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
3798 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
3799 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
3800 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
3801 (compile_bytecodes): Remove forward declaration.
3802 (is_goto_target): Move to ax.c.
3803 (compile_bytecodes): Move to ax.c and call
3804 agent_get_trace_state_variable_value (...) and
3805 agent_set_trace_state_variable_value (...).
3806
3807 * Makefile.in: Update ax.c and IPA dependencies.
3808
277e4e52
PA
38092012-02-24 Pedro Alves <palves@redhat.com>
3810
3811 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
3812 (cmd_bigqtbuffer_circular): ... this. Only handle
3813 'QTBuffer:circular:'.
3814 (handle_tracepoint_general_set): Adjust.
3815
bf4c19f7
YQ
38162012-02-16 Yao Qi <yao@codesourcery.com>
3817
3818 * inferiors.c: Move code to ...
3819 * dll.c: .... here. New.
3820 * server.h: Declare clear_dlls.
3821 * Makefile.in (SFILES): Add dll.c.
3822 (OBS): Add dll.o
3823 (dll.o): New rule.
3824
d73f2619
YQ
38252012-02-11 Yao Qi <yao@codesourcery.com>
3826
3827 * server.c: (handle_monitor_command): Add a new parameter
3828 `own_buf'.
3829 (handle_query): Update caller.
3830
f8255c2a
JB
38312012-02-09 Joel Brobecker <brobecker@adacore.com>
3832
3833 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
3834 * configure, config.in: Regenerate.
3835 * hostio.c: Provide an alternate implementation if HAVE_READLINK
3836 is not defined.
3837
da84f473
PA
38382012-02-02 Pedro Alves <palves@redhat.com>
3839
3840 Try SIGKILL first, then PTRACE_KILL.
3841 * linux-low.c (linux_kill_one_lwp): New.
3842 (linux_kill_one_lwp): Rename to ...
3843 (kill_one_lwp_callback): ... this. Use the new
3844 linux_kill_one_lwp.
3845
e886a173
PA
38462012-02-02 Pedro Alves <palves@redhat.com>
3847
3848 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
3849 inferior.
3850
be07f1a2
PA
38512012-01-27 Pedro Alves <palves@redhat.com>
3852
3853 * linux-low.c (linux_child_pid_to_exec_file): Delete.
3854 (elf_64_file_p): Make static.
3855 (linux_pid_exe_is_elf_64_file): New.
3856 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
3857 Delete declarations.
3858 (linux_pid_exe_is_elf_64_file): Declare.
3859 * linux-x86-low.c (x86_arch_setup): Use
3860 linux_pid_exe_is_elf_64_file.
3861
d8301ad1
JK
38622012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 * linux-low.c (linux_wait_for_event_1): Rename to ...
3865 (linux_wait_for_event): ... here and merge it with former
3866 linux_wait_for_event - new variable wait_ptid, use it.
3867 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
3868
01b17894
PA
38692012-01-23 Pedro Alves <palves@redhat.com>
3870
3871 * server.c (main): Avoid yet another case of infinite loop while
3872 detaching/killing after a longjmp.
3873
e825046f
JK
38742012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3875
3876 Code cleanup.
3877 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
3878
b9e7b9c3
UW
38792012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3880
3881 * hostio.c (handle_readlink): New function.
3882 (handle_vFile): Call it to handle "vFile:readlink" packets.
3883
901f9912
UW
38842012-01-20 Pedro Alves <palves@redhat.com>
3885 Ulrich Weigand <ulrich.weigand@linaro.org>
3886
3887 * server.c (handle_v_requests): Only support vAttach and vRun to
3888 start multiple processes when in extended protocol mode.
3889
fc1ab1a0
PA
38902012-01-17 Pedro Alves <palves@redhat.com>
3891
3892 * tracepoint.c (initialize_tracepoint): Use mmap instead of
3893 memalign plus mprotect to allocate the scratch buffer.
3894
7d5d4e98
PA
38952012-01-13 Pedro Alves <palves@redhat.com>
3896
3897 * server.c (attach_inferior): Clear `cont_thread'.
3898
f128d5e9
PA
38992012-01-13 Pedro Alves <palves@redhat.com>
3900
3901 * server.c (main): Avoid infinite loop while detaching/killing
3902 after a longjmp.
3903
06db92f0
DE
39042012-01-09 Doug Evans <dje@google.com>
3905
3906 * server.c (start_inferior): Set last_ptid in --wrapper case.
3907
32d92999
YQ
39082012-01-06 Yao Qi <yao@codesourcery.com>
3909
3910 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
3911 defined.
3912 [IN_PROCESS_AGENT] (debug_agent): New global variable.
3913
5e0a92a9
YQ
39142012-01-04 Yao Qi <yao@codesourcery.com>
3915
3916 * tracepoint.c (cmd_qtdp): Print debug message
3917 for static tracepoint.
3918
ae639e8c
YQ
39192012-01-04 Yao Qi <yao@codesourcery.com>
3920
3921 * tracepoint.c (trace_vdebug): Differentiate debug message
3922 between gdbserver and IPA.
3923
f72429c5
YQ
39242012-01-03 Yao Qi <yao@codesourcery.com>
3925
3926 * tracepoint.c (tracepoint_was_hit): Don't collect for
3927 static tracepoint.
3928
12c3e59c
JB
39292012-01-02 Joel Brobecker <brobecker@adacore.com>
3930
3931 * terminal.h: Reformat copyright header.
3932
67827812
JB
39332012-01-02 Joel Brobecker <brobecker@adacore.com>
3934
3935 * server.c (gdbserver_version): Update copyright year.
3936 * gdbreplay.c (gdbreplay_version): Likewise.
3937
3e52c33d
JK
39382011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3939
3940 * linux-low.c (linux_create_inferior): Put empty if clause for write.
3941
3942 Revert:
3943 2011-12-18 Hui Zhu <teawater@gmail.com>
3944 * linux-low.c (linux_create_inferior): Save return value to ret.
3945
66f1260e
HZ
39462011-12-18 Hui Zhu <teawater@gmail.com>
3947
3948 * linux-low.c (linux_create_inferior): Save return value to ret.
3949
e77616d7
DE
39502011-12-16 Doug Evans <dje@google.com>
3951
e7b06c57
DE
3952 * linux-low.c (linux_create_inferior): If stdio connection,
3953 redirect stdin from /dev/null, stdout to stderr.
3954 * remote-utils.c (remote_is_stdio): New static global.
3955 (remote_connection_is_stdio): New function.
3956 (remote_prepare): Handle stdio connection.
3957 (remote_open): Ditto.
3958 (remote_close): Don't close stdin for stdio connections.
3959 (read_prim,write_prim): New functions. Replace all calls to
3960 read/write to these.
3961 * server.c (main): Watch for "-" argument. Move call to
3962 remote_prepare before start_inferior.
3963 * server.h (STDIO_CONNECTION_NAME): New macro.
3964 (remote_connection_is_stdio): Declare.
3965
e77616d7
DE
3966 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
3967 in debugging output.
3968
82067193
YQ
39692011-12-15 Yao Qi <yao@codesourcery.com>
3970
3971 * tracepoint.c: Include sys/syscall.h.
3972 (gdb_ust_thread): Remove preprocessor conditional.
3973
82bfbe7e
PA
39742011-12-14 Pedro Alves <pedro@codesourcery.com>
3975
3976 * linux-low.c (linux_detach_one_lwp): Call
3977 the_low_target.prepare_to_resume before detaching.
3978
712c6575
YQ
39792011-12-14 Yao Qi <yao@codesourcery.com>
3980
3981 * tracepoint.c (gdb_ust_thread): Don't ignore return value
3982 of write.
3983
d54d1edf
YQ
39842011-12-14 Yao Qi <yao@codesourcery.com>
3985
3986 * i386-low.c (i386_low_stopped_data_address): Initialize local
3987 variable `control'.
3988
6210a125
PA
39892011-12-13 Pedro Alves <pedro@codesourcery.com>
3990
3991 PR remote/13492
3992
3993 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
3994 DR_CONTROL unless necessary. Extend comments.
3995 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
3996 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
3997
2ece8244
YQ
39982011-12-13 Yao Qi <yao@codesourcery.com>
3999
4000 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
4001 macros.
4002 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
4003
784867a5
JK
40042011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
4007 Print new debug message for such case.
4008
6bf36717
JK
40092011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 Fix overlapping memcpy.
4012 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
4013 the read_inferior_memory transfer.
4014 (delete_fast_tracepoint_jump): New variable buf. Use it for the
4015 write_inferior_memory transfer.
4016 (set_fast_tracepoint_jump): New variable buf. Use it for the
4017 read_inferior_memory and write_inferior_memory transfers.
4018 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
4019 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
4020 Use it for the write_inferior_memory transfer.
4021 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
4022 buffers.
4023
50275556
MR
40242011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4025
4026 * linux-low.c (fetch_register, store_register): Make code
4027 consistent, fix formatting.
4028
7325beb4
MR
40292011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
4030
4031 * linux-low.c (usr_store_inferior_registers): Factor out code
4032 to handle individual registers into...
4033 (store_register): ... this new function.
4034
c642a434
UW
40352011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
4036
4037 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
4038 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
4039 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
4040 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
4041 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
4042 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
4043 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
4044 (srv_xmlfiles): Add new XML files.
4045
4046 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
4047 and <sys/uio.h>.
4048 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
4049 (init_registers_s390_linux32v1): Add prototype.
4050 (init_registers_s390_linux32v2): Likewise.
4051 (init_registers_s390_linux64v1): Likewise.
4052 (init_registers_s390_linux64v2): Likewise.
4053 (init_registers_s390x_linux64v1): Likewise.
4054 (init_registers_s390x_linux64v2): Likewise.
4055 (s390_num_regs): Increment to 52.
4056 (s390_regmap): Add orig_r2 register.
4057 (s390_num_regs_3264): Increment to 68.
4058 (s390_regmap_3264): Add orig_r2 register.
4059 (s390_collect_ptrace_register): Handle orig_r2 register.
4060 (s390_supply_ptrace_register): Likewise.
4061 (s390_fill_last_break): New function.
4062 (s390_store_last_break): Likewise.
4063 (s390_fill_system_call): New function.
4064 (s390_store_system_call): Likewise.
4065 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
4066 register sets.
4067 (s390_check_regset): New function.
4068 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
4069 NT_S390_SYSTEM_CALL regsets and use appropriate description.
4070 Update target_regsets for available register sets.
4071
2268b414
JK
40722011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
4073 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
4076 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
4077 New.
4078 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
4079 * linux-low.h (struct process_info_private): New member r_debug.
4080 * server.c (handle_qxfer_libraries): Call
4081 the_target->qxfer_libraries_svr4.
4082 (handle_qxfer_libraries_svr4): New function.
4083 (qxfer_packets): New entry "libraries-svr4".
4084 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
4085 * target.h (struct target_ops): New member qxfer_libraries_svr4.
4086 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
4087 PACKET_qXfer_libraries_svr4.
4088
d6db1fab
UW
40892011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4090
4091 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
4092 PSW address/mask between 8-byte and 16-byte formats.
4093 (s390_supply_ptrace_register): Likewise.
4094 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
4095 basic addressing mode bit.
4096
242f5f1c
SS
40972011-11-24 Stan Shebs <stan@codesourcery.com>
4098
4099 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
4100
f196051f
SS
41012011-11-17 Stan Shebs <stan@codesourcery.com>
4102
4103 * tracepoint.c (struct tracepoint): New field traceframe_usage.
4104 (tracing_start_time): New global.
4105 (tracing_stop_time): New global.
4106 (tracing_user_name): New global.
4107 (tracing_notes): New global.
4108 (tracing_stop_note): New global.
4109 (cmd_qtstart): Set traceframe_usage, start_time.
4110 (stop_tracing): Set stop_time.
4111 (cmd_qtstatus): Report additional status.
4112 (cmd_qtp): New function.
4113 (handle_tracepoint_query): Call it.
4114 (cmd_qtnotes): New function.
4115 (handle_tracepoint_general_set): Call it.
4116 (get_timestamp): Rename from tsv_get_timestamp.
4117
405f8e94
SS
41182011-11-14 Stan Shebs <stan@codesourcery.com>
4119 Kwok Cheung Yeung <kcy@codesourcery.com>
4120
4121 * linux-x86-low.c (small_jump_insn): New.
4122 (i386_install_fast_tracepoint_jump_pad): Add arguments for
4123 trampoline and error message, build a trampoline and issue a small
4124 jump instruction to it.
4125 (x86_install_fast_tracepoint_jump_pad): Add arguments for
4126 trampoline and error message.
4127 (x86_get_min_fast_tracepoint_insn_len): New.
4128 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
4129 * linux-low.h (struct linux_target_ops): Add arguments to
4130 install_fast_tracepoint_jump_pad operation, add new operation.
4131 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
4132 arguments.
4133 (linux_get_min_fast_tracepoint_insn_len): New function.
4134 (linux_target_op): Add new operation.
4135 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
4136 (gdb_trampoline_buffer_end): Ditto.
4137 (gdb_trampoline_buffer_error): Ditto.
4138 (struct ipa_sym_addresses): Add fields for new IPA variables.
4139 (symbol_list): Add entries for new IPA variables.
4140 (struct tracepoint): Add fields to hold the address range of the
4141 trampoline used by the tracepoint.
4142 (trampoline_buffer_head): New static variable.
4143 (trampoline_buffer_tail): Ditto.
4144 (claim_trampoline_space): New function.
4145 (have_fast_tracepoint_trampoline_buffer): New function.
4146 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
4147 structure.
4148 (install_fast_tracepoint): Ditto, also add error buffer argument.
4149 (cmd_qtminftpilen): New function.
4150 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
4151 (fast_tracepoint_from_trampoline_address): New function.
4152 (fast_tracepoint_collecting): Handle trampoline as part of jump
4153 pad space.
4154 (set_trampoline_buffer_space): New function.
4155 (initialize_tracepoint): Initialize new IPA variables.
4156 * target.h (struct target_ops): Add arguments to
4157 install_fast_tracepoint_jump_pad operation, add new
4158 get_min_fast_tracepoint_insn_len operation.
4159 (target_get_min_fast_tracepoint_insn_len): New.
4160 (install_fast_tracepoint_jump_pad): Add arguments.
4161 * server.h (IPA_BUFSIZ): Define.
4162 * linux-i386-ipa.c: Include extra header files.
4163 (initialize_fast_tracepoint_trampoline_buffer): New function.
4164 (initialize_low_tracepoint): Call it.
4165 * server.h (set_trampoline_buffer_space): Declare.
4166 (claim_trampoline_space): Ditto.
4167 (have_fast_tracepoint_trampoline_buffer): Ditto.
4168
1e4d1764
YQ
41692011-11-14 Yao Qi <yao@codesourcery.com>
4170
4171 * server.c (handle_query): Handle InstallInTrace for qSupported.
4172 * tracepoint.c (add_tracepoint): Sort list.
4173 (install_tracepoint, download_tracepoint): New.
4174 (cmd_qtdp): Call them to install and download tracepoints.
4175 (sort_tracepoints): Removed.
4176 (cmd_qtstart): Update.
4177
5c73ff4e
YQ
41782011-11-14 Yao Qi <yao@codesourcery.com>
4179
4180 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
4181 * mem-break.h: Declare.
4182 * tracepoint.c (cmd_qtstart): Move some code to ...
4183 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
4184 New.
4185 (download_tracepoints): Move some code to ...
4186 (download_tracepoint_1): ... here. New.
4187
86a30030
YQ
41882011-11-08 Yao Qi <yao@codesourcery.com>
4189
4190 * remote-utils.c (relocate_instruction): A comment fix.
4191
8d26e50c
JB
41922011-11-07 Joel Brobecker <brobecker@adacore.com>
4193
4194 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
4195 (i386_dr_low_get_control, i386_dr_low_get_status): Use
4196 dr_status_mirror and dr_control_mirror from debug_reg_state.
4197 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
4198 (i386_initial_stuff): Remove use of deleted globals.
4199 (i386_get_thread_context, i386_set_thread_context,
4200 i386_thread_added): Use dr_status_mirror and dr_control_mirror
4201 from debug_reg_state.
4202
a59306a3
YQ
42032011-11-05 Yao Qi <yao@codesourcery.com>
4204
4205 * tracepoint.c (gdb_collect): Loop over tracepoints of same
4206 address as TPOINT's.
4207
3065dfb6
SS
42082011-11-02 Stan Shebs <stan@codesourcery.com>
4209
4210 * tracepoint.c (agent_mem_read_string): New function.
4211 (eval_agent_expr): Call it for tracenz.
4212 * server.c (handle_query): Report support for tracenz.
4213
fd0d8c7c
YQ
42142011-11-02 Yao Qi <yao@codesourcery.com>
4215
4216 * tracepoint.c (cmd_qtstart): Remove unused local variables.
4217
609086b1
YQ
42182011-11-02 Yao Qi <yao@codesourcery.com>
4219
4220 * target.h: Fix a typo in comment.
4221
b9fd1791
PA
42222011-10-31 Pedro Alves <pedro@codesourcery.com>
4223
4224 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
4225 clobber the breakpoints' shadows with fast tracepoint jumps.
4226 * mem-break.h (check_mem_write): Add `myaddr' parameter.
4227 * target.c (write_inferior_memory): Also pass MYADDR down to
4228 check_mem_write.
4229
03583c20
UW
42302011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
4231
4232 * configure.ac: Check support for personality routine.
4233 * configure: Regenerate.
4234 * config.in: Likewise.
4235 * linux-low.c: Include <sys/personality.h>.
4236 Define ADDR_NO_RANDOMIZE if necessary.
4237 (linux_create_inferior): Disable address space randomization when
4238 forking inferior, if requested.
4239 (linux_supports_disable_randomization): New function.
4240 (linux_target_ops): Install it.
4241 * server.h (disable_randomization): Declare.
4242 * server.c (disable_randomization): New global variable.
4243 (handle_general_set): Handle QDisableRandomization.
4244 (handle_query): Likewise for qSupported.
4245 (main): Support --disable-randomization and --no-disable-randomization
4246 command line arguments.
4247 * target.h (struct target_ops): Add supports_disable_randomization.
4248 (target_supports_disable_randomization): New macro.
4249
723b724b
MF
42502011-09-29 Mike Frysinger <vapier@gentoo.org>
4251
4252 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
4253 ifdef check.
4254 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
4255 [!PT_GETDSBT] (target_loadmap): New definition.
4256 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
4257 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
4258 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
4259 and PT_GETDSBT to LINUX_LOADMAP.
4260 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
4261 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
4262
55329a5c 42632011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
4264
4265 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
4266 (arm_linux_hwbp_cap): New static variable.
4267 (arm_linux_get_hwbp_cap): Replace by ...
4268 (arm_linux_init_hwbp_cap): ... this new function.
4269 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
4270 (arm_linux_get_hw_watchpoint_count): Likewise.
4271 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4272 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
4273 (arm_prepare_to_resume): Use perror_with_name instead of error.
4274
55329a5c 42752011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
4276
4277 * linux-arm-low.c: Include <signal.h>.
4278 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
4279 (struct arm_linux_hwbp_cap): New data type.
4280 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
4281 (struct arm_linux_hw_breakpoint): New data type.
4282 (MAX_BPTS, MAX_WPTS): Define.
4283 (struct arch_process_info, struct arch_lwp_info): New data types.
4284 (arm_linux_get_hwbp_cap): New function.
4285 (arm_linux_get_hw_breakpoint_count): Likewise.
4286 (arm_linux_get_hw_watchpoint_count): Likewise.
4287 (arm_linux_get_hw_watchpoint_max_length): Likewise.
4288 (arm_hwbp_control_initialize): Likewise.
4289 (arm_hwbp_control_is_enabled): Likewise.
4290 (arm_hwbp_control_is_initialized): Likewise.
4291 (arm_hwbp_control_disable): Likewise.
4292 (arm_linux_hw_breakpoint_equal): Likewise.
4293 (arm_linux_hw_point_initialize): Likewise.
4294 (struct update_registers_data): New data structure.
4295 (update_registers_callback: New function.
4296 (arm_insert_point): Likewise.
4297 (arm_remove_point): Likewise.
4298 (arm_stopped_by_watchpoint): Likewise.
4299 (arm_stopped_data_address): Likewise.
4300 (arm_new_process): Likewise.
4301 (arm_new_thread): Likewise.
4302 (arm_prepare_to_resume): Likewise.
4303 (the_low_target): Register arm_insert_point, arm_remove_point,
4304 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
4305 arm_new_thread, and arm_prepare_to_resume.
4306
6b9801d4
SS
43072011-09-15 Stan Shebs <stan@codesourcery.com>
4308
4309 * server.h (struct emit_ops): Add compare-goto fields.
4310 * tracepoint.c (gdb_agent_op_sizes): New table.
4311 (emit_eq_goto): New function.
4312 (emit_ne_goto): New function.
4313 (emit_lt_goto): New function.
4314 (emit_le_goto): New function.
4315 (emit_gt_goto): New function.
4316 (emit_ge_goto): New function.
4317 (is_goto_target): New function.
4318 (compile_bytecodes): Recognize special cases of compare-goto
4319 combinations and call specialized emitters for them.
4320 * linux-x86-low.c (amd64_emit_eq_goto): New function.
4321 (amd64_emit_ne_goto): New function.
4322 (amd64_emit_lt_goto): New function.
4323 (amd64_emit_le_goto): New function.
4324 (amd64_emit_gt_goto): New function.
4325 (amd64_emit_ge_goto): New function.
4326 (amd64_emit_ops): Add the new functions.
4327 (i386_emit_eq_goto): New function.
4328 (i386_emit_ne_goto): New function.
4329 (i386_emit_lt_goto): New function.
4330 (i386_emit_le_goto): New function.
4331 (i386_emit_gt_goto): New function.
4332 (i386_emit_ge_goto): New function.
4333 (i386_emit_ops): Add the new functions.
4334
bf15cbda
SS
43352011-09-08 Stan Shebs <stan@codesourcery.com>
4336
4337 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
4338 (i386_emit_epilogue): Restore %ebx.
4339
943ca1dd
JZ
43402011-08-31 Jie Zhang <jzhang918@gmail.com>
4341
4342 * server.c (step_thread): Remove definition.
4343 (process_serial_event): Don't handle Hs.
4344 * server.h (step_thread): Remove declaration.
4345 * target.c (set_desired_inferior): Remove use of step_thread.
4346
e3deef73
LM
43472011-08-24 Luis Machado <lgustavo@codesourcery.com>
4348
4349 * linux-low.c: Include linux-procfs.h.
4350 (linux_attach_lwp_1): Update comments.
4351 (linux_attach): Scan for existing threads when attaching to a
4352 process that is the tgid.
4353 * Makefile.in: Update dependencies.
4354
13da1c97
LM
43552011-08-24 Luis Machado <lgustavo@codesourcery.com>
4356
4357 * configure.srv: Add linux-procfs.o dependencies.
4358
881127c9
YQ
43592011-08-14 Yao Qi <yao@codesourcery.com>
4360
4361 * target.h (struct target_ops): Fix indent.
4362 * win32-low.c (win32_target_ops): Fix comment.
4363
58dbd541
YQ
43642011-08-14 Andrew Jenner <andrew@codesourcery.com>
4365 Yao Qi <yao@codesourcery.com>
4366
4367 * Makefile.in (clean): Remove tic6x-*.c files.
4368 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
4369 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
4370 (tic6x-c64xp-linux.c): Likewise.
4371 * configure.srv: Add support for tic6x-*-uclinux.
4372 * linux-tic6x-low.c: New.
4373 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
4374
78d85199
YQ
43752011-08-14 Andrew Stubbs <ams@codesourcery.com>
4376 Yao Qi <yao@codesourcery.com>
4377
4378 * target.h (struct target_ops): Add read_loadmap.
4379 * linux-low.c (struct target_loadseg): New type.
4380 (struct target_loadmap): New type.
4381 (linux_read_loadmap): New function.
4382 (linux_target_ops): Add linux_read_loadmap.
4383 * server.c (handle_query): Support qXfer:fdpic:read packet.
43aaf8b6
PA
4384 * win32-low.c (win32_target_ops): Initialize field `read_loadmap'
4385 to NULL.
78d85199 4386
a959a88d
EZ
43872011-08-05 Eli Zaretskii <eliz@gnu.org>
4388
4389 * win32-low.c: Include <stdint.h>.
4390
1ced966e
PA
43912011-07-22 Pedro Alves <pedro@codesourcery.com>
4392
4393 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
4394 to the inferior here.
4395 (i386_remove_aligned_watchpoint): Ditto.
4396 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
4397 fit part of the watchpoint in the debug registers.
4398 (i386_update_inferior_debug_regs): New.
4399 (i386_low_insert_watchpoint): Work on a local mirror of the debug
4400 registers, and only update the inferior on success.
4401 (i386_low_remove_watchpoint): Ditto.
4402
d26e3629
KY
44032011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
4404
4405 * linux-low.c (compare_ints, unique, list_threads, show_process,
4406 linux_core_of_thread): Delete.
4407 (linux_target_ops): Change linux_core_of_thread to
4408 linux_common_core_of_thread.
4409 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
4410 * utils.c (malloc_failure): Change type of argument.
4411 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
4412 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
4413 common/linux-osdata.c, common/ptid.c and common/buffer.c.
4414 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
4415 (IPA_OBJS): Add common-utils-ipa.o.
4416 (ptid_h, linux_osdata_h): New macros.
4417 (server_h): Add common/common-utils.h, common/xml-utils.h,
4418 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
4419 common/ptid.h.
4420 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
4421 ptid.o, buffer.o): New rules.
4422 (linux-low.o): Add common/linux-osdata.h as a dependency.
4423 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
4424 * configure.ac: Add AC_HEADER_DIRENT check.
4425 * config.in: Regenerate.
4426 * configure: Regenerate.
4427 * remote-utils.c (xml_escape_text): Delete.
4428 (buffer_grow, buffer_free, buffer_init, buffer_finish,
4429 buffer_xml_printf): Move to common/buffer.c.
4430 * server.c (main): Remove call to initialize_inferiors.
4431 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
4432 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
4433 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
4434 internal_error, gdb_assert, gdb_assert_fail): Delete.
4435 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
4436 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
4437 common/buffer.h.
4438 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
4439 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
4440 initialize_inferiors): Delete.
4441
2275a1a7
PA
44422011-07-20 Pedro Alves <pedro@codesourcery.com>
4443
4444 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
4445 symbol error.
4446
0a5b1e09
PA
44472011-05-31 Pedro Alves <pedro@codesourcery.com>
4448
4449 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
4450 assertion.
4451 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
4452
6938fd34
YQ
44532011-05-26 Yao Qi <yao@codesourcery.com>
4454
4455 * Makefile.in (thread-db.o): Track dependence to
4456 common/gdb_thread_db.h.
4457 * thread-db.c: include gdb_thread_db.h from right place.
4458
b481f9e0
TT
44592011-05-16 Adrian Cornish <gnu@bluedreamer.com>
4460
4461 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
4462 __FILE__ and __LINE__ to internal_error.
4463
98a5dd13
DE
44642011-05-13 Doug Evans <dje@google.com>
4465
4466 * thread-db.c (try_thread_db_load_from_sdir): New function.
4467 (try_thread_db_load_from_dir): New function.
4468 (thread_db_load_search): Handle $sdir, ignore $pdir.
4469 Remove trying of system directories if search of
4470 libthread-db-search-path fails, that is now done via $sdir.
4471
d248b706
KY
44722011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
4473
4474 * server.c (handle_query): Add EnableDisableTracepoints to the list
4475 of supported features.
43aaf8b6 4476 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
d248b706 4477 tracepoints.
43aaf8b6
PA
4478 (cmd_qtenable_disable): New.
4479 (cmd_qtstart): Install tracepoints even if disabled.
4480 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
4481 receiving a QTEnable or QTDisable packet.
4482 (gdb_collect): Skip data collection if fast tracepoint is disabled.
4483 (ust_marker_to_static_tracepoint): Do not ignore disabled static
4484 tracepoints.
4485 (gdb_probe): Skip data collection if static tracepoint is disabled.
d248b706 4486
84e578fb
DE
44872011-05-10 Doug Evans <dje@google.com>
4488
4489 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
4490
71f55dd8
DE
44912011-05-04 Doug Evans <dje@google.com>
4492
4493 * linux-low.c (linux_join): Skip process lookup.
4494 * spu-low.c (spu_join): Ditto.
4495 * server.c (join_inferiors_callback): Delete.
4496 (process_serial_event): For 'D' packet (detach) call join_inferior
4497 directly.
4498
4d393d60
JM
44992011-05-04 Joseph Myers <joseph@codesourcery.com>
4500
4501 * README: Don't mention xscale*-*-linux*.
4502 * configure.srv (xscale*-*-linux*): Don't handle target.
4503
b00ad6ff
NF
45042011-04-27 Nathan Froyd <froydnj@codesourcery.com>
4505
4506 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
4507 casting pointers.
4508 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
4509 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
4510 (i386_emit_void_call_2): Likewise.
4511
af96c192
YQ
45122011-04-26 Yao Qi <yao@codesourcery.com>
4513
43aaf8b6
PA
4514 * linux-low.c: Move common macros to linux-ptrace.h.
4515 Include linux-ptrace.h.
af96c192
YQ
4516 * Makefile.in (linux_ptrace_h): New.
4517 (linux-low.o): Depends on linux-ptrace.h.
4518
03f2bd59
JK
45192011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4520
4521 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
4522 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
4523 (remote_prepare): New function with most of the TCP code from ...
4524 (remote_open): ... here. Detect PORT here unconditionally. Move also
4525 setting transport_is_reliable.
4526 * server.c (run_once): New variable.
4527 (gdbserver_usage): Document it.
4528 (main): Set run_once for `--once'. Call remote_prepare. Exit after
4529 the first run if RUN_ONCE.
4530 * server.h (run_once, remote_prepare): New declarations.
4531
7a9dd1b2
TT
45322011-04-19 Tom Tromey <tromey@redhat.com>
4533
4534 * win32-low.c (handle_load_dll): Remove duplicate "the".
4535
81239425
PM
45362011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
4537
4538 Remove support for old Cygwin 1.5 versions.
4539 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
4540 function to avoid warning.
4541 (win32_add_one_solib): Use cygwin_conv_path function to avoid
4542 warning.
4543
9e0627f1
PM
45442011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
4545
4546 * gdbserver/server.h (Macro _): Define it if not available.
4547
588eebee
MS
45482011-03-14 Michael Snyder <msnyder@vmware.com>
4549
348af9f7 4550 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 4551
43f70d4c
JB
45522011-03-10 Joel Brobecker <brobecker@adacore.com>
4553
4554 * Makefile.in (maintainer-clean realclean distclean): Remove
4555 "make ... subdir_do" command.
4556
348af9f7
MS
45572011-03-10 Michael Snyder <msnyder@vmware.com>
4558
4559 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
4560
4561 * server.c (handle_v_run): Free alloced buffer on early return.
4562
e637a4f5
YQ
45632011-03-09 Yao Qi <yao@codesourcery.com>
4564
4565 Revert:
4566 2011-03-04 Yao Qi <yao@codesourcery.com>
4567
4568 * Makefile.in: Remove GNU make feature --directory.
4569
4570 2011-03-05 Yao Qi <yao@codesourcery.com>
4571
4572 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
4573 (subdir_do): New make target. Copied from gdb/Makefile.
4574 (maintainer-clean, realclean, distclean, clean): Call corresponding
4575 make targets in common/Makefile.
4576
4577 2011-02-11 Yao Qi <yao@codesourcery.com>
4578
4579 * configure.ac: Call AC_PROG_RANLIB.
4580 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
4581 * configure: Regenerate.
4582
e6edda56
JK
45832011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
4586
e5141119
JB
45872011-03-06 Yao Qi <yao@codesourcery.com>
4588
4589 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
4590
64794aa4
JB
45912011-03-05 Yao Qi <yao@codesourcery.com>
4592
4593 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
4594 (subdir_do): New make target. Copied from gdb/Makefile.
4595 (maintainer-clean, realclean, distclean, clean): Call corresponding
4596 make targets in common/Makefile.
4597
7a762829
YQ
45982011-03-04 Yao Qi <yao@codesourcery.com>
4599
4600 * Makefile.in: Remove GNU make feature --directory.
4601
348af9f7
MS
46022011-03-04 Michael Snyder <msnyder@vmware.com>
4603
4604 * server.c (queue_stop_reply): Call xmalloc not malloc.
4605
46062011-03-02 Michael Snyder <msnyder@vmware.com>
4607
4608 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
4609
9f72fee2
MS
46102011-02-28 Michael Snyder <msnyder@vmware.com>
4611
588eebee
MS
4612 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
4613 (cmd_qtframe): Ditto.
4614 (cmd_qtbuffer): Ditto.
4615 (cmd_bigqtbuffer): Ditto.
4616
9f72fee2
MS
4617 * utils.c (decimal2str): Initialize 'width' to nine, then
4618 don't mess with it.
4619
8040bd49
UW
46202011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4621
4622 * hostio.c (require_data): Free *data, not data.
4623
7e52cbd0
JK
46242011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4625
4626 * hostio.c (require_data): Use free, not xfree.
4627
9130f83e
MS
46282011-02-27 Michael Snyder <msnyder@vmware.com>
4629
4b812f4e
MS
4630 * server.c (handle_query): Discard unused value.
4631
9130f83e
MS
4632 * hostio.c (require_data): Free malloc memory before returning
4633 error.
4634
69d37113
MS
46352011-02-26 Michael Snyder <msnyder@vmware.com>
4636
4637 * linux-low.c (list_threads): Call closedir for dirent.
4638
35f5825a
MS
46392011-02-27 Michael Snyder <msnyder@vmware.com>
4640
2a589cef
MS
4641 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
4642 a case statement falls through.
4643
0adea5f7
MS
4644 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
4645
35f5825a
MS
4646 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
4647 in comparison.
4648
238f1c74
MS
46492011-02-26 Michael Snyder <msnyder@vmware.com>
4650
4651 * utils.c (decimal2str): Eliminate dead code and dead param.
4652 (pulongest): Drop dead param from call to decimal2str.
4653 (plongest): Ditto.
4654
633ff500
JB
46552011-02-24 Joel Brobecker <brobecker@adacore.com>
4656
4657 Revert the following patch (not approved yet):
4658 2011-02-21 Hui Zhu <teawater@gmail.com>
4659 * tracepoint.c (tp_printf): New function.
4660 (eval_agent_expr): Handle gdb_agent_op_printf.
4661
f9c6ff72
HZ
46622011-02-21 Hui Zhu <teawater@gmail.com>
4663
4664 * tracepoint.c (tp_printf): New function.
4665 (eval_agent_expr): Handle gdb_agent_op_printf.
4666
94d5e490
TT
46672011-02-18 Tom Tromey <tromey@redhat.com>
4668
4669 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
4670 (tracepoint.o): Likewise.
4671 * tracepoint.c (enum gdb_agent_op): Use ax.def.
4672 (gdb_agent_op_names): Likewise.
4673
c7f96d2b
TT
46742011-02-18 Tom Tromey <tromey@redhat.com>
4675
4676 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
4677 gdb_agent_op_rot>: New constants.
4678 (gdb_agent_op_names): Add pick and roll.
4679 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
4680 cases.
4681
0feedb2c
JK
46822011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * aclocal.m4: Regenerated with aclocal-1.11.1.
4685
b3b9301e
PA
46862011-02-14 Pedro Alves <pedro@codesourcery.com>
4687
4688 * server.c (handle_qxfer_traceframe_info): New.
4689 (qxfer_packets): Register "traceframe-info".
4690 (handle_query): Report support for qXfer:traceframe-info:read+.
4691 * tracepoint.c (match_blocktype): New.
4692 (traceframe_find_block_type): Rename to ...
4693 (traceframe_walk_blocks): ... this. Add callback filter argument,
4694 and use it.
4695 (traceframe_find_block_type): New, reimplemented on top of
4696 traceframe_walk_blocks.
4697 (build_traceframe_info_xml): New.
4698 (traceframe_read_info): New.
4699 * server.h (traceframe_read_info): Declare.
4700
4f3e6fb7
YQ
47012011-02-11 Yao Qi <yao@codesourcery.com>
4702
4703 * configure.ac: Call AC_PROG_RANLIB.
4704 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
4705 * configure: Regenerate.
4706
764880b7
PA
47072011-02-07 Pedro Alves <pedro@codesourcery.com>
4708
4709 * server.c (gdb_read_memory): Change return semantics to allow
4710 partial transfers.
4711 (handle_search_memory_1): Adjust.
4712 (process_serial_event) <'m' packet>: Handle partial transfers.
4713 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
4714
1c79eb8a
PA
47152011-01-28 Pedro Alves <pedro@codesourcery.com>
4716
4717 * regcache.c (init_register_cache): Initialize
4718 regcache->register_status.
4719 (free_register_cache): Release regcache->register_status.
4720 (regcache_cpy): Copy register_status.
4721 (registers_to_string): Print 'x's for unavailable registers.
4722 (supply_register): Mark the register's status valid or
4723 unavailable, depending on whether a buffer was passed in or not.
4724 (supply_register_zeroed): New.
4725 (supply_regblock): Mark the registers' status valid or
4726 unavailable, depending on whether a buffer was passed in or not.
4727 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
4728 (struct regcache): New `register_status' field.
4729 (supply_register_zeroed): Declare.
4730 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
4731 supply_register_zeroed, rather than passing a NULL buffer to
4732 supply_register.
4733 * tracepoint.c (fetch_traceframe_registers): Update comment.
4734
85724a0e
PA
47352011-01-28 Pedro Alves <pedro@codesourcery.com>
4736
4737 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
4738 buffer explicit.
4739
d08aafef
PA
47402011-01-25 Pedro Alves <pedro@codesourcery.com>
4741
4742 * server.h (decode_xfer_write): Change prototype.
4743 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
4744 and don't extract the annex here.
4745 * server.c (decode_xfer_read): Remove `annex' parameter,
4746 and don't extract the annex here.
4747 (decode_xfer): New.
4748 (struct qxfer): New.
4749 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
4750 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
4751 (handle_qxfer_statictrace): New functions, abstracted out from
4752 handle_query, and made to use the struct qxfer interface.
4753 (handle_threads_qxfer_proper): Rename to ...
4754 (handle_qxfer_threads_proper): ... this.
4755 (handle_threads_qxfer): Rename to ...
4756 (handle_qxfer_threads): ... this. Adjust.
4757 (qxfer_packets): New array.
4758 (handle_qxfer): New function.
4759 (handle_query): Use handle_qxfer.
4760
493e2a69
MS
47612011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
4762
4763 * gdbreplay.c: Shorten lines of >= 80 columns.
4764 * linux-low.c: Ditto.
4765 * linux-ppc-low.c: Ditto.
4766 * linux-s390-low.c: Ditto.
4767 * linux-sparc-low.c: Ditto.
4768 * linux-x86-low.c: Ditto.
4769 * linux-xtensa-low.c: Ditto.
4770 * mem-break.c: Ditto.
4771 * nto-low.c: Ditto.
4772 * regcache.h: Ditto.
4773 * remote-utils.c: Ditto.
4774 * server.c: Ditto.
4775 * server.h: Ditto.
4776 * thread-db.c: Ditto.
4777 * tracepoint.c: Ditto.
4778 * utils.c: Ditto.
4779 * win32-low.h: Ditto.
4780
44944448
JB
47812011-01-05 Joel Brobecker <brobecker@adacore.com>
4782
4783 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
4784 update.
4785
71ce852c
JB
47862011-01-01 Joel Brobecker <brobecker@adacore.com>
4787
4788 * server.c (gdbserver_version): Update copyright year in version
4789 output.
4790 * gdbreplay.c (gdbreplay_version): Ditto.
4791
eb826dc6
MF
47922010-12-29 Jie Zhang <jie.zhang@analog.com>
4793
4794 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
4795 * linux-bfin-low.c: New file.
4796 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
4797 PT_DATA_ADDR for BFIN targets.
4798 * Makefile.in (SFILES): Add linux-bfin-low.c.
4799 (clean): Remove reg-bfin.c.
4800 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
4801 * README: Mention supported Blackfin targets.
4802
39ab222a
MF
48032010-12-23 Mike Frysinger <vapier@gentoo.org>
4804
4805 * .gitignore: New file.
4806
a1f2ce7d
MF
48072010-11-16 Mike Frysinger <vapier@gentoo.org>
4808
4809 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
4810
f474844c
JZ
48112010-10-22 Jie Zhang <jie@codesourcery.com>
4812
4813 * Makefile.in: Add FLAGS_TO_PASS variable.
4814 (install): Remove dependency of install-only and recursively
4815 invoke make for install-only.
4816
f1048712
DE
48172010-10-04 Doug Evans <dje@google.com>
4818
4819 * Makefile.in (uninstall): Use $(DESTDIR).
4820
b53a1623
PA
48212010-09-24 Pedro Alves <pedro@codesourcery.com>
4822
e6ee044d
PA
4823 PR gdb/11842
4824
b53a1623
PA
4825 * linux-x86-low.c (compat_siginfo_from_siginfo)
4826 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
4827 si_code is < 0. Check for si_code == SI_TIMER before checking for
4828 si_code < 0.
4829
fa1bd1e4
JB
48302010-09-13 Joel Brobecker <brobecker@adacore.com>
4831
4832 * lynx-i386-low.c: New file.
4833 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
4834
47fac8f8
JB
48352010-09-13 Joel Brobecker <brobecker@adacore.com>
4836
4837 * lynx-low.c (ptrace_request_to_str): Remove handling for
4838 request values that have been removed in LynxOS 5.x.
4839
1adfc54d
JB
48402010-09-13 Joel Brobecker <brobecker@adacore.com>
4841
4842 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
4843 <ptrace.h>
4844
c2a66c29
NS
48452010-09-09 Nathan Sidwell <nathan@codesourcery.com>
4846
4847 * configure.ac: Add --enable-inprocess-agent option.
4848 * configure: Rebuilt.
4849
32fcada3
YQ
48502010-09-06 Yao Qi <yao@codesourcery.com>
4851
4852 * linux-low.c (linux_kill): Remove unused variable.
4853 (linux_stabilize_threads): Likewise.
4854 * server.c (start_inferior): Likewise.
4855 (queue_stop_reply_callback): Likewise.
4856 * tracepoint.c (do_action_at_tracepoint): Likewise.
4857
0cccb683
YQ
48582010-09-06 Yao Qi <yao@codesourcery.com>
4859
4860 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
4861 on return.
4862
423ec54c
JK
48632010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4864
4865 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
4866
12ac6819
PA
48672010-09-06 Pedro Alves <pedro@codesourcery.com>
4868
4869 * Makefile.in (install-only): Replace $IPA_DEPFILES with
4870 "$(IPA_DEPFILES)".
4871
8ed54b31
JB
48722010-09-01 Joel Brobecker <brobecker@adacore.com>
4873
4874 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
4875 gdbserver/lynx-ppc-low.c: New files.
4876 * Makefile.in (lynx_low_h): New variable.
4877 (lynx-low.o, lynx-ppc-low.o): New rules.
4878 * configure.ac: On LynxOS, link with -lnetinet.
4879 * configure.srv: Add handling of powerpc-*-lynxos* targets.
4880 * configure: regenerate.
4881
bb0116a4
JB
48822010-09-01 Joel Brobecker <brobecker@adacore.com>
4883
4884 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
4885 * configure.ac: Add check for vasprintf and vsnprintf.
4886 * configure, config.in: Regenerate.
4887 * server.h (vasprintf, vsnprintf): Add conditional declarations.
4888
a778ab81 48892010-09-01 Joel Brobecker <brobecker@adacore.com>
4890
4891 * gdbreplay.c: Move include of alloca.h up, next to include of
4892 malloc.h.
4893 * server.h: Add include of malloc.h.
4894 * mem-break.c: Remove include of malloc.h.
4895 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
4896
8b034a19 48972010-09-01 Joel Brobecker <brobecker@adacore.com>
4898
4899 * Makefile.in (memmem.o): Build with -Wno-error.
4900
49012010-09-01 Joel Brobecker <brobecker@adacore.com>
4902
4903 * utils.c (xsnprintf): Make non-static.
4904 * server.h: Add xsnprintf declaration.
4905 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
4906 replace calls to snprintf by calls to xsnprintf throughout.
4907
49082010-09-01 Joel Brobecker <brobecker@adacore.com>
4909
4910 * configure.ac: Add configure check for alloca.
4911 * configure, config.in: Regenerate.
4912 * server.h: Include alloca.h if it exists.
4913 * gdbreplay.c: Include alloca.h if it exists.
4914
1a981360
PA
49152010-08-28 Pedro Alves <pedro@codesourcery.com>
4916
4917 * linux-low.c (__SIGRTMIN): Define if not already defined.
4918 (linux_create_inferior): Check for __ANDROID__ rather than
4919 __SIGRTMIN.
4920 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
4921 are already deferred.
4922 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
4923 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
4924 stopped and already has a pending signal to report.
4925 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
4926 a pending signal to report or is moving out of a jump pad.
4927 (linux_init_signals): Check for __ANDROID__ rather than
4928 __SIGRTMIN.
4929
b4d51a55
PA
49302010-08-28 Pedro Alves <pedro@codesourcery.com>
4931
4932 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
4933 debug_threads check. Avoid a linear search when not doing debug
4934 output.
4935
ec48365d
PA
49362010-08-27 Pedro Alves <pedro@codesourcery.com>
4937
4938 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
4939 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
4940 (struct file_handler) <fd>: Change type to gdb_fildes_t.
4941 (process_event): Change local fd's type to gdb_fildes_t.
4942 (create_file_handler): Adjust prototype.
4943 (delete_file_handler): Adjust prototype.
4944 (handle_file_event): Adjust prototype. Use pfildes.
4945 (create_file_event): Adjsut prototype.
4946 * remote-utils.c (remote_desc, listen_desc): Change type to
4947 gdb_fildes_t.
4948 * server.h: New gdb_fildes_t typedef.
4949 [USE_WIN32API]: Include winsock2.h.
4950 (delete_file_handler, add_file_handler): Adjust prototypes.
4951 (pfildes): Declare.
4952 * utils.c (pfildes): New.
4953
854d88f0
PA
49542010-08-27 Pedro Alves <pedro@codesourcery.com>
4955
4956 * configure.ac (build_warnings): Add -Wno-char-subscripts.
4957 * configure: Regenerate.
4958
0146f85b
PA
49592010-08-27 Pedro Alves <pedro@codesourcery.com>
4960
4961 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
4962 (linux_done_accessing_memory): ... this.
4963 (linux_target_ops): Adjust.
4964 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
4965 * nto-low.c (nto_target_ops): Adjust comment.
4966 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
4967 * spu-low.c (spu_target_ops): Adjust comment.
4968 * target.h (target_ops): Rename unprepare_to_access_memory field
4969 to done_accessing_memory.
4970 (unprepare_to_access_memory): Rename to ...
4971 (done_accessing_memory): ... this.
4972
90d74c30
PA
49732010-08-26 Pedro Alves <pedro@codesourcery.com>
4974
4975 * linux-low.c (linux_prepare_to_access_memory): New.
4976 (linux_unprepare_to_access_memory): New.
4977 (linux_target_ops): Install them.
4978 * server.c (read_memory): Rename to ...
4979 (gdb_read_memory): ... this. Use
4980 prepare_to_access_memory/prepare_to_access_memory.
4981 (write_memory): Rename to ...
4982 (gdb_write_memory): ... this. Use
4983 prepare_to_access_memory/prepare_to_access_memory.
4984 (handle_search_memory_1): Adjust.
4985 (process_serial_event): Adjust.
4986 * target.h (struct target_ops): New fields
4987 prepare_to_access_memory and unprepare_to_access_memory.
4988 (prepare_to_access_memory, unprepare_to_access_memory): New.
4989 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
4990 prepare_to_access_memory/prepare_to_access_memory.
4991 * nto-low.c (nto_target_ops): Adjust.
4992 * spu-low.c (spu_target_ops): Adjust.
4993 * win32-low.c (win32_target_ops): Adjust.
4994
fd467969
PA
49952010-08-26 Pedro Alves <pedro@codesourcery.com>
4996
4997 * Makefile.in (WARN_CFLAGS): Get it from configure.
4998 (WERROR_CFLAGS): New.
4999 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
5000 * configure.ac: Introduce --enable-werror, which adds -Werror to
5001 the compiler command line. Enabled by default. Disable with
5002 --disable-werror. Add -Wdeclaration-after-statement
5003 Wpointer-arith and -Wformat-nonliteral to warning flags.
5004 * configure: Regenerate.
5005
331e2f5f
PA
50062010-08-26 Pedro Alves <pedro@codesourcery.com>
5007
5008 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
5009
e581f2b4
PA
50102010-08-26 Pedro Alves <pedro@codesourcery.com>
5011
5012 * gdbreplay.c (remote_error): New.
5013 (gdbchar): New.
5014 (expect): Use gdbchar. Check for error reading from GDB.
5015 Clarify sync error output.
5016 (play): Check for errors writing to GDB.
5017 * linux-low.c (sigchld_handler): Really ignore `write' errors.
5018 * remote-utils.c (getpkt): Check for errors writing to the remote
5019 descriptor.
5020
3c11dd79
PA
50212010-08-25 Pedro Alves <pedro@codesourcery.com>
5022
5023 * linux-low.c (linux_wait_1): Move non-debugging code out of
5024 `debug_threads' control.
5025
d20a8ad9
PA
50262010-08-25 Pedro Alves <pedro@codesourcery.com>
5027
5028 * linux-low.c (linux_wait_1): Don't set last_status here.
5029 * server.c (push_event, queue_stop_reply_callback): Assert we're
5030 not pushing a TARGET_WAITKIND_IGNORE event.
5031 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
5032 (myresume, handle_target_event): Set the thread's last_resume_kind
5033 and last_status from the target returned status.
5034
964e4306
PA
50352010-08-25 Pedro Alves <pedro@codesourcery.com>
5036
5037 PR threads/10729
5038
5039 * linux-x86-low.c (update_debug_registers_callback): New.
5040 (i386_dr_low_set_addr): Use it.
5041 (i386_dr_low_get_addr): New.
5042 (i386_dr_low_set_control): Use update_debug_registers_callback.
5043 (i386_dr_low_get_control): New.
5044 (i386_dr_low_get_status): Adjust.
5045 * linux-low.c (linux_stop_lwp): New.
5046 * linux-low.h (linux_stop_lwp): Declare.
5047
5048 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
5049 argument instead of a i386_debug_reg_state.
5050 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
5051 a i386_debug_reg_state.
5052 (i386_insert_aligned_watchpoint): Adjust.
5053 (i386_remove_aligned_watchpoint): Adjust.
5054 (i386_low_stopped_data_address): Read the debug registers from the
5055 inferior instead of from the mirrors.
5056 * i386-low.h (struct i386_debug_reg_state): Extend comment.
5057 (i386_dr_low_get_addr): Declare.
5058 (i386_dr_low_get_control): Declare.
5059 (i386_dr_low_get_status): Change prototype.
5060
5061 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
5062 (i386_dr_low_get_addr): New.
5063 (i386_dr_low_get_control): New.
5064 (i386_dr_low_get_status): Adjust prototype. Return
5065 dr_status_mirror.
5066 (i386_initial_stuff): Clear dr_status_mirror and
5067 dr_control_mirror.
5068 (i386_get_thread_context): Adjust.
5069 (i386_set_thread_context): Adjust.
5070 (i386_thread_added): Adjust.
5071
5f21a75b
PA
50722010-08-24 Pedro Alves <pedro@codesourcery.com>
5073
5074 * linux-low.h (linux_thread_area): Delete declaration.
5075
3e4c1235
TS
50762010-08-11 Thomas Schwinge <thomas@codesourcery.com>
5077
5078 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
5079 after its termination.
5080
1971b033
PA
50812010-08-09 Pedro Alves <pedro@codesourcery.com>
5082
5083 * linux-low.c (gdb_wants_lwp_stopped): Delete.
5084 (gdb_wants_all_stopped): Delete.
5085 (linux_wait_1): Don't call them.
5086 * server.c (handle_v_cont): Tag all threads as want-stopped.
5087 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
5088 stopped as "client-wants-stopped".
5089
310444ac
PA
50902010-07-31 Pedro Alves <pedro@codesourcery.com>
5091
5092 * Makefile.in (signals_h): New.
5093 (server_h): Depend on it.
5094 (server.o): Don't depend on $(signals_def).
5095 (signals.o): Depend on $(signals_def).
5096
a19cae16
JK
50972010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5098
5099 * Makefile.in (signals_def): New.
5100 (server_h): Append include/gdb/signals.h and signals_def.
5101 (server.o): Append signals_def.
5102
30d50328
JK
51032010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5104
5105 * server.c (handle_target_event): Use target_signal_to_host for
5106 resume_info.sig initialization.
5107 * target.h (struct thread_resume) <sig>: New comment.
5108
5c3216e2
OS
51092010-07-20 Ozkan Sezer <sezeroz@gmail.com>
5110
c6f46ca0
OS
5111 * server.c (handle_query): strcpy() the returned string from paddress()
5112 instead of sprintf().
5c3216e2
OS
5113 * utils.c (paddress): Return phex_nz().
5114
6bd31874
JB
51152010-07-07 Joel Brobecker <brobecker@adacore.com>
5116
5117 * server.c (handle_v_cont): Call mourn_inferior if process
5118 just exited.
5119 (myresume): Likewise.
5120
0fb4aa4b
PA
51212010-07-01 Pedro Alves <pedro@codesourcery.com>
5122
5123 Static tracepoints, and integration with UST.
5124
5125 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
5126 * mem-break.c (uninsert_all_breakpoints)
5127 (reinsert_all_breakpoints): New.
5128 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
5129 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
5130 (gdb_agent_ust_loaded, helper_thread_id)
5131 (gdb_agent_helper_thread_id): New macros.
5132 (struct ipa_sym_addresses): Add addr_ust_loaded,
5133 addr_helper_thread_id, addr_cmd_buf.
5134 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
5135 (in_process_agent_loaded_ust): New.
5136 (write_e_ust_not_loaded): New.
5137 (maybe_write_ipa_ust_not_loaded): New.
5138 (struct collect_static_trace_data_action): New.
5139 (enum tracepoint_type) <static_tracepoint>: New.
5140 (struct tracepoint) <handle>: Mention static tracepoints.
5141 (struct static_tracepoint_ctx): New.
5142 (CMD_BUF_SIZE): New.
5143 (add_tracepoint_action): Handle static tracepoint actions.
5144 (unprobe_marker_at): New.
5145 (clear_installed_tracepoints): Handle static tracepoints.
5146 (cmd_qtdp): Handle static tracepoints.
5147 (probe_marker_at): New.
5148 (cmd_qtstart): Handle static tracepoints.
5149 (response_tracepoint): Handle static tracepoints.
5150 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
5151 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
5152 (get_context_regcache): Handle static tracepoints.
5153 (do_action_at_tracepoint): Handle static tracepoint actions.
5154 (traceframe_find_block_type): Handle static trace data blocks.
5155 (traceframe_read_sdata): New.
5156 (download_tracepoints): Download static tracepoint actions.
5157 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
5158 (GDB_PROBE_NAME): New.
5159 (ust_ops): New.
5160 (GET_UST_SYM): New.
5161 (USTF): New.
5162 (dlsym_ust): New.
5163 (ust_marker_to_static_tracepoint): New.
5164 (gdb_probe): New.
5165 (collect_ust_data_at_tracepoint): New.
5166 (gdb_ust_probe): New.
5167 (UNIX_PATH_MAX, SOCK_DIR): New.
5168 (gdb_ust_connect_sync_socket): New.
5169 (resume_thread, stop_thread): New.
5170 (run_inferior_command): New.
5171 (init_named_socket): New.
5172 (gdb_ust_socket_init): New.
5173 (cstr_to_hexstr): New.
5174 (next_st): New.
5175 (first_marker, next_marker): New.
5176 (response_ust_marker): New.
5177 (cmd_qtfstm, cmd_qtsstm): New.
5178 (unprobe_marker_at, probe_marker_at): New.
5179 (cmd_qtstmat, gdb_ust_thread): New.
5180 (gdb_ust_init): New.
5181 (initialize_tracepoint_ftlib): Call gdb_ust_init.
5182 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
5183 (ST_REGENTRY): New.
5184 (x86_64_st_collect_regmap): New.
5185 (X86_64_NUM_ST_COLLECT_GREGS): New.
5186 (AMD64_RIP_REGNUM): New.
5187 (supply_static_tracepoint_registers): New.
5188 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
5189 (ST_REGENTRY): New.
5190 (i386_st_collect_regmap): New.
5191 (i386_NUM_ST_COLLECT_GREGS): New.
5192 (supply_static_tracepoint_registers): New.
5193 * server.c (handle_query): Handle qXfer:statictrace:read.
5194 <qSupported>: Report support for StaticTracepoints, and
5195 qXfer:statictrace:read features.
5196 * server.h (traceframe_read_sdata)
5197 (supply_static_tracepoint_registers): Declare.
5198 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
5199 (unpack_varlen_hex): Include in IPA build.
5200 * Makefile.in (ustlibs, ustinc): New.
5201 (IPA_OBJS): Add remote-utils-ipa.o.
5202 ($(IPA_LIB)): Link -ldl and -lpthread.
5203 (UST_CFLAGS): New.
5204 (IPAGENT_CFLAGS): Add UST_CFLAGS.
5205 * config.in, configure: Regenerate.
5206
9e4344e5
PA
52072010-06-20 Ian Lance Taylor <iant@google.com>
5208 Pedro Alves <pedro@codesourcery.com>
5209
5210 * linux-x86-low.c (always_true): Delete.
5211 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
5212 trying to fool the compiler with always_true.
5213
c6beb2cb
PA
52142010-06-20 Pedro Alves <pedro@codesourcery.com>
5215
5216 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
5217 conditions in gdbserver.
5218
d2ed6730
UW
52192010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
5220
5221 * spu-low.c (spu_read_memory): Wrap around local store limit.
5222 (spu_write_memory): Likewise.
5223
4e29fb54
PA
52242010-06-15 Pedro Alves <pedro@codesourcery.com>
5225
5226 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
5227 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
5228 LONGEST uses.
5229 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
5230 uses.
5231 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
5232 uses with LONGEST uses.
5233
6a271cae
PA
52342010-06-14 Stan Shebs <stan@codesourcery.com>
5235 Pedro Alves <pedro@codesourcery.com>
5236
5237 Bytecode compiler.
5238
5239 * linux-x86-low.c: Include limits.h.
5240 (add_insns): New.
5241 (always_true): New.
5242 (EMIT_ASM): New.
5243 (EMIT_ASM32): New.
5244 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
5245 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
5246 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
5247 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
5248 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
5249 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
5250 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
5251 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
5252 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
5253 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
5254 (amd64_emit_void_call_2): New.
5255 (amd64_emit_ops): New.
5256 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
5257 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
5258 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
5259 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
5260 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
5261 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
5262 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
5263 (i386_emit_call, i386_emit_reg, i386_emit_pop)
5264 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
5265 (i386_emit_stack_adjust, i386_emit_int_call_1)
5266 (i386_emit_void_call_2): New.
5267 (i386_emit_ops): New.
5268 (x86_emit_ops): New.
5269 (the_low_target): Install x86_emit_ops.
5270 * server.h (struct emit_ops): New.
5271 (get_raw_reg_func_addr): Declare.
5272 (current_insn_ptr, emit_error): Declare.
5273 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
5274 (set_trace_state_variable_value): New defines.
5275 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
5276 addr_get_trace_state_variable_value and
5277 addr_set_trace_state_variable_value.
5278 (symbol_list): New fields for get_raw_reg,
5279 get_trace_state_variable_value and set_trace_state_variable_value.
5280 (condfn): New typedef.
5281 (struct tracepoint): New field `compiled_cond'.
5282 (do_action_at_tracepoint): Clear compiled_cond.
5283 (get_trace_state_variable_value, set_trace_state_variable_value):
5284 Export in the IPA.
5285 (condition_true_at_tracepoint): If there's a compiled condition,
5286 run that.
5287 (current_insn_ptr, emit_error): New globals.
5288 (struct bytecode_address): New.
5289 (get_raw_reg_func_addr): New.
5290 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
5291 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
5292 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
5293 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
5294 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
5295 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
5296 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
5297 (compile_tracepoint_condition, compile_bytecodes): New.
5298 * target.h (emit_ops): Forward declare.
5299 (struct target_ops): New field emit_ops.
5300 (target_emit_ops): New.
5301 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
5302 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
5303 * linux-low.c (linux_emit_ops): New.
5304 (linux_target_ops): Install it.
5305 * linux-low.h (struct linux_target_ops): New field emit_ops.
5306
92b72907
UW
53072010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
5308
5309 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
5310 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
5311
fa593d66
PA
53122010-06-01 Pedro Alves <pedro@codesourcery.com>
5313 Stan Shebs <stan@codesourcery.com>
5314
5315 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
5316 (all): Depend on $(extra_libraries).
5317 (install-only): Install the IPA.
5318 (IPA_OBJS, IPA_LIB): New.
5319 (clean): Remove the IPA lib.
5320 (IPAGENT_CFLAGS): New.
5321 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
5322 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
5323 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
5324 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
5325 * configure.ac: Check for atomic builtins support in the compiler.
5326 (IPA_DEPFILES, extra_libraries): Define.
5327 * configure.srv (ipa_obj): Add description.
5328 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
5329 (i[34567]86-*-linux*): Set ipa_obj.
5330 (x86_64-*-linux*): Set ipa_obj.
5331 * linux-low.c (stabilizing_threads): New.
5332 (supports_fast_tracepoints): New.
5333 (linux_detach): Stabilize threads before detaching.
5334 (handle_tracepoints): Handle internal tracing breakpoints. Assert
5335 the lwp is either not stabilizing, or is moving out of a jump pad.
5336 (linux_fast_tracepoint_collecting): New.
5337 (maybe_move_out_of_jump_pad): New.
5338 (enqueue_one_deferred_signal): New.
5339 (dequeue_one_deferred_signal): New.
5340 (linux_wait_for_event_1): If moving out of a jump pad, defer
5341 pending signals to later.
5342 (linux_stabilize_threads): New.
5343 (linux_wait_1): Check if threads need moving out of jump pads, and
5344 do it if so.
5345 (stuck_in_jump_pad_callback): New.
5346 (move_out_of_jump_pad_callback): New.
5347 (lwp_running): New.
5348 (linux_resume_one_lwp): Handle moving out of jump pads.
5349 (linux_set_resume_request): Dequeue deferred signals.
5350 (need_step_over_p): Also step over fast tracepoint jumps.
5351 (start_step_over): Also uninsert fast tracepoint jumps.
5352 (finish_step_over): Also reinsert fast tracepoint jumps.
5353 (linux_install_fast_tracepoint_jump): New.
5354 (linux_target_ops): Install linux_stabilize_threads and
5355 linux_install_fast_tracepoint_jump_pad.
5356 * linux-low.h (linux_target_ops) <get_thread_area,
5357 install_fast_tracepoint_jump_pad>: New fields.
5358 (struct lwp_info) <collecting_fast_tracepoint,
5359 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
5360 (linux_get_thread_area): Declare.
5361 * linux-x86-low.c (jump_insn): New.
5362 (x86_get_thread_area): New.
5363 (append_insns): New.
5364 (push_opcode): New.
5365 (amd64_install_fast_tracepoint_jump_pad): New.
5366 (i386_install_fast_tracepoint_jump_pad): New.
5367 (x86_install_fast_tracepoint_jump_pad): New.
5368 (the_low_target): Install x86_get_thread_area and
5369 x86_install_fast_tracepoint_jump_pad.
5370 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
5371 (struct fast_tracepoint_jump): New.
5372 (fast_tracepoint_jump_insn): New.
5373 (fast_tracepoint_jump_shadow): New.
5374 (find_fast_tracepoint_jump_at): New.
5375 (fast_tracepoint_jump_here): New.
5376 (delete_fast_tracepoint_jump): New.
5377 (set_fast_tracepoint_jump): New.
5378 (uninsert_fast_tracepoint_jumps_at): New.
5379 (reinsert_fast_tracepoint_jumps_at): New.
5380 (set_breakpoint_at): Use write_inferior_memory.
5381 (uninsert_raw_breakpoint): Use write_inferior_memory.
5382 (check_mem_read): Mask out fast tracepoint jumps.
5383 (check_mem_write): Mask out fast tracepoint jumps.
5384 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
5385 (set_fast_tracepoint_jump): Declare.
5386 (delete_fast_tracepoint_jump)
5387 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
5388 (reinsert_fast_tracepoint_jumps_at): Declare.
5389 * regcache.c: Don't compile many functions when building the
5390 in-process agent library.
5391 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
5392 the register buffer in the heap.
5393 (free_register_cache): If the register buffer isn't owned by the
5394 regcache, don't free it.
5395 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
5396 pre-existing register caches.
5397 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
5398 type.
5399 (convert_ascii_to_int): : Constify `from' parameter type.
5400 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
5401 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
5402 the needed buffer in-place.
5403 (relocate_instruction): New.
5404 * server.c (handle_query) <qSymbols>: If the target supports
5405 tracepoints, give it a chance of looking up symbols. Report
5406 support for fast tracepoints.
5407 (handle_status): Stabilize threads.
5408 (process_serial_event): Adjust.
5409 * server.h (struct fast_tracepoint_jump): Forward declare.
5410 (struct process_info) <fast_tracepoint_jumps>: New field.
5411 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
5412 (decode_X_packet, decode_M_packet): Adjust.
5413 (relocate_instruction): Declare.
5414 (in_process_agent_loaded): Declare.
5415 (tracepoint_look_up_symbols): Declare.
5416 (struct fast_tpoint_collect_status): Declare.
5417 (fast_tracepoint_collecting): Declare.
5418 (force_unlock_trace_buffer): Declare.
5419 (handle_tracepoint_bkpts): Declare.
5420 (initialize_low_tracepoint)
5421 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
5422 * target.h (struct target_ops) <stabilize_threads,
5423 install_fast_tracepoint_jump_pad>: New fields.
5424 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
5425 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
5426 [HAVE_STDINT_H]: Include stdint.h.
5427 (trace_debug_1): Rename to ...
5428 (trace_vdebug): ... this.
5429 (trace_debug): Rename to ...
5430 (trace_debug_1): ... this. Add `level' parameter.
5431 (trace_debug): New.
5432 (ATTR_USED, ATTR_NOINLINE): New.
5433 (IP_AGENT_EXPORT): New.
5434 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
5435 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
5436 (about_to_request_buffer_space, trace_buffer_is_full)
5437 (stopping_tracepoint, expr_eval_result, error_tracepoint)
5438 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
5439 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
5440 (traceframe_write_count, traceframes_created)
5441 (trace_state_variables)
5442 New renaming defines.
5443 (struct ipa_sym_addresses): New.
5444 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
5445 (symbol_list): New.
5446 (ipa_sym_addrs): New.
5447 (all_tracepoint_symbols_looked_up): New.
5448 (in_process_agent_loaded): New.
5449 (write_e_ipa_not_loaded): New.
5450 (maybe_write_ipa_not_loaded): New.
5451 (tracepoint_look_up_symbols): New.
5452 (debug_threads) [IN_PROCESS_AGENT]: New.
5453 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
5454 (UNKNOWN_SIDE_EFFECTS): New.
5455 (stop_tracing): New.
5456 (flush_trace_buffer): New.
5457 (stop_tracing_bkpt): New.
5458 (flush_trace_buffer_bkpt): New.
5459 (read_inferior_integer): New.
5460 (read_inferior_uinteger): New.
5461 (read_inferior_data_pointer): New.
5462 (write_inferior_data_pointer): New.
5463 (write_inferior_integer): New.
5464 (write_inferior_uinteger): New.
5465 (struct collect_static_trace_data_action): Delete.
5466 (enum tracepoint_type): New.
5467 (struct tracepoint) <type>: New field `type'.
43aaf8b6
PA
5468 <actions_str, step_actions, step_actions_str>: Only include in
5469 GDBserver.
fa593d66
PA
5470 <orig_size, obj_addr_on_target, adjusted_insn_addr>
5471 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
5472 (tracepoints): Use IP_AGENT_EXPORT.
5473 (last_tracepoint): Don't include in the IPA.
5474 (stopping_tracepoint): Use IP_AGENT_EXPORT.
5475 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
5476 (alloced_trace_state_variables): New.
5477 (trace_state_variables): Use IP_AGENT_EXPORT.
5478 (traceframe_t): Delete unused variable.
5479 (circular_trace_buffer): Don't include in the IPA.
5480 (trace_buffer_start): Delete.
5481 (struct trace_buffer_control): New.
5482 (trace_buffer_free): Delete.
5483 (struct ipa_trace_buffer_control): New.
5484 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
5485 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
5486 New.
5487 (trace_buffer_ctrl): New.
5488 (TRACE_BUFFER_CTRL_CURR): New.
5489 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
5490 Reimplement as macros.
5491 (trace_buffer_wrap): Delete.
5492 (traceframe_write_count, traceframe_read_count)
5493 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
5494 (struct tracepoint_hit_ctx) <type>: New field.
5495 (struct fast_tracepoint_ctx): New.
5496 (memory_barrier): New.
5497 (cmpxchg): New.
5498 (record_tracepoint_error): Update atomically in the IPA.
5499 (clear_inferior_trace_buffer): New.
5500 (about_to_request_buffer_space): New.
5501 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
5502 updating the same buffer.
5503 (add_tracepoint): Default the tracepoint's type to trap
5504 tracepoint, and orig_size to -1.
5505 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
5506 internal variables.
5507 (create_trace_state_variable): New parameter `gdb'. Handle it.
5508 (clear_installed_tracepoints): Clear fast tracepoint jumps.
5509 (cmd_qtdp): Handle fast tracepoints.
5510 (cmd_qtdv): Adjust.
5511 (max_jump_pad_size): New.
5512 (gdb_jump_pad_head): New.
5513 (get_jump_space_head): New.
5514 (claim_jump_space): New.
5515 (sort_tracepoints): New.
5516 (MAX_JUMP_SIZE): New.
5517 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
5518 IPA.
5519 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
5520 support. Upload fast traceframes, and delete internal IPA
5521 breakpoints.
5522 (stop_tracing_handler): New.
5523 (flush_trace_buffer_handler): New.
5524 (cmd_qtstop): Upload fast tracepoints.
5525 (response_tracepoint): Handle fast tracepoints.
5526 (tracepoint_finished_step): Upload fast traceframes. Set the
5527 tracepoint hit context's tracepoint type.
5528 (handle_tracepoint_bkpts): New.
5529 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
5530 type. Add comment about fast tracepoints.
5531 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
5532 non-existing action_str field.
5533 (get_context_regcache): Handle fast tracepoints.
5534 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
5535 to the regcache.
5536 (fast_tracepoint_from_jump_pad_address): New.
5537 (fast_tracepoint_from_ipa_tpoint_address): New.
5538 (collecting_t): New.
5539 (force_unlock_trace_buffer): New.
5540 (fast_tracepoint_collecting): New.
5541 (collecting): New.
5542 (gdb_collect): New.
5543 (write_inferior_data_ptr): New.
5544 (target_tp_heap): New.
5545 (target_malloc): New.
5546 (download_agent_expr): New.
5547 (UALIGN): New.
5548 (download_tracepoints): New.
5549 (download_trace_state_variables): New.
5550 (upload_fast_traceframes): New.
5551 (IPA_FIRST_TRACEFRAME): New.
5552 (IPA_NEXT_TRACEFRAME_1): New.
5553 (IPA_NEXT_TRACEFRAME): New.
5554 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
5555 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
5556 (gdb_jump_pad_buffer_end): New.
5557 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
5558 (initialize_tracepoint): Adjust.
5559 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
5560 buffer. Initialize the low module.
5561 * utils.c (PREFIX, TOOLNAME): New.
5562 (malloc_failure): Use PREFIX.
5563 (error): In the IPA, an error causes an exit.
5564 (fatal, warning): Use PREFIX.
5565 (internal_error): Use TOOLNAME.
5566 (NUMCELLS): Increase to 10.
5567 * configure, config.in: Regenerate.
5568
d149dd1d
PA
55692010-06-01 Pedro Alves <pedro@codesourcery.com>
5570
5571 * server.c (handle_query) <qSupported>: Do two passes over the
5572 qSupported string to avoid nesting strtok.
5573
f6528abd
JK
55742010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5575
5576 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
5577 (CDEPS): New.
5578 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
5579 -Wl,--dynamic-list.
5580 * configure: Regenerate.
5581 * proc-service.list: New.
5582
ca2a87a0
JK
55832010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5584
5585 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
5586 New comment.
5587
363a6e9f
OS
55882010-05-26 Ozkan Sezer <sezeroz@gmail.com>
5589
5590 * gdbreplay.c (remote_open): Check error return from socket() call by
5591 its equality to -1 not by it being negative.
5592 * remote-utils.c (remote_open): Likewise.
5593
d23b6cb1
PA
55942010-05-23 Pedro Alves <pedro@codesourcery.com>
5595
5596 * config.h: Regenerate.
5597
28d3cf85
MK
55982010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
5599
5600 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
5601 doesn't provide PTRACE_GET_THREAD_AREA.
5602
fea36a59
MK
56032010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
5604
5605 * linux-m68k-low.c: Include <asm/ptrace.h>
5606 (ps_get_thread_area): Implement.
5607
24b066ba
DE
56082010-05-03 Doug Evans <dje@google.com>
5609
5610 * event-loop.c (struct callback_event): New struct.
5611 (callback_list): New global.
5612 (append_callback_event, delete_callback_event): New functions.
5613 (process_callback): New function.
5614 (start_event_loop): Call it.
5615 * remote-utils.c (NOT_SCHEDULED): Define.
5616 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
5617 moved out of readchar.
5618 (readchar): Rewrite. Call reschedule before returning.
5619 (reset_readchar): New function.
5620 (remote_close): Call it.
5621 (process_remaining, reschedule): New functions.
5622 * server.h (callback_handler_func): New typedef.
5623 (append_callback_event, delete_callback_event): Declare.
5624
9836d6ea
PA
56252010-05-03 Pedro Alves <pedro@codesourcery.com>
5626
5627 * proc-service.c (ps_pglobal_lookup): Use
5628 thread_db_look_up_one_symbol.
5629 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
5630 parameter. Use it instead of all_symbols_looked_up.
5631 * server.h (struct process_info) <all_symbols_looked_up>: Delete
5632 field.
5633 (all_symbols_looked_up): Don't declare.
5634 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
5635 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
5636 field.
5637 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
5638 Set all_symbols_looked_up here.
5639 (thread_db_look_up_one_symbol): New.
5640 (thread_db_get_tls_address): Adjust.
5641 (thread_db_load_search, try_thread_db_load_1): Always allocate the
5642 thread_db object on the heap, and tentatively set it in the
5643 process structure.
5644 (thread_db_init): Don't set all_symbols_looked_up here.
5645 * linux-low.h (thread_db_look_up_one_symbol): Declare.
5646
7984d532
PA
56472010-05-03 Pedro Alves <pedro@codesourcery.com>
5648
5649 * linux-low.c (linux_kill, linux_detach): Adjust.
5650 (status_pending_p_callback): Remove redundant statement. Check
5651 for !TARGET_WAITIKIND_IGNORE, instead of
5652 TARGET_WAITKIND_STOPPED.
5653 (handle_tracepoints): Make sure LWP is locked. Adjust.
5654 (linux_wait_for_event_1): Adjust.
5655 (linux_cancel_breakpoints): New.
5656 (unsuspend_one_lwp): New.
5657 (unsuspend_all_lwps): New.
5658 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
5659 (send_sigstop_callback): Change return type to int, add new
5660 `except' parameter and handle it.
5661 (suspend_and_send_sigstop_callback): New.
5662 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
5663 pass them down. If SUSPEND, also increment the lwp's suspend
5664 count.
5665 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
5666 (need_step_over_p): Don't consider suspended LWPs.
5667 (start_step_over): Adjust.
5668 (proceed_one_lwp): Change return type to int, add new `except'
5669 parameter and handle it.
5670 (unsuspend_and_proceed_one_lwp): New.
5671 (proceed_all_lwps): Use find_inferior instead of
5672 for_each_inferior.
5673 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
5674 also decrement the suspend count of LWPs. Pass `except' down,
5675 instead of hacking its suspend count.
5676 (linux_pause_all): Add `freeze' parameter. Adjust.
5677 (linux_unpause_all): New.
5678 (linux_target_ops): Install linux_unpause_all.
5679 * server.c (handle_status): Adjust.
5680 * target.h (struct target_ops): New fields `unpause_all' and
5681 `cancel_breakpoints'. Add new parameter to `pause_all'.
5682 (pause_all): Add new `freeze' parameter.
5683 (unpause_all): New.
5684 (cancel_breakpoints): New.
5685 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
5686 cancel breakpoints.
5687 (cmd_qtstart): Pause threads.
5688 (stop_tracing): Pause threads, and cancel breakpoints.
5689 * win32-low.c (win32_target_ops): Adjust.
5690
e471f25b
PA
56912010-05-03 Pedro Alves <pedro@codesourcery.com>
5692
5693 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
5694 the inferior right away from here...
5695 (linux_wait_1): ... to here, and adjust to check the thread's
5696 last_resume_kind instead of the lwp's step or stop_expected flags.
5697
1915ef4f
PA
56982010-05-02 Pedro Alves <pedro@codesourcery.com>
5699
5700 * README: Use consistent `GDB' and `GDBserver' spellings.
5701
f9e39928
PA
57022010-05-02 Pedro Alves <pedro@codesourcery.com>
5703
5704 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
5705 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
5706 (linux_detach_one_lwp): Assume the lwp is stopped.
5707 (any_thread_of): Delete.
5708 (linux_detach): Stop all lwps here. Don't blindly delete all
5709 breakpoints.
5710 (delete_lwp_callback): New.
5711 (linux_mourn): Delete all lwps of the process that is gone.
5712 (linux_wait_1): Don't delete the last lwp of the process here.
5713 * mem-break.h (mark_breakpoints_out): Declare.
5714 * mem-break.c (mark_breakpoints_out): New.
5715 (free_all_breakpoints): Use it.
5716 * server.c (handle_target_event): If the process is gone, mark
5717 breakpoints out.
5718 * thread-db.c (struct thread_db) <create_bp>: New field.
5719 (thread_db_enable_reporting): Fix prototype. Store a thread event
5720 breakpoint reference in the thread_db struct.
5721 (thread_db_load_search): Clear the thread_db object.
5722 (try_thread_db_load_1): Ditto.
5723 (switch_to_process): New.
5724 (disable_thread_event_reporting): Use it.
5725 (remove_thread_event_breakpoints): New.
5726 (thread_db_detach, thread_db_mourn): Use it.
5727
1e7fc18c
PA
57282010-05-01 Pedro Alves <pedro@codesourcery.com>
5729
5730 * linux-low.c (linux_enable_event_reporting): New.
5731 (linux_wait_for_event_1, handle_extended_wait): Use it.
5732
02fc4de7
PA
57332010-04-30 Pedro Alves <pedro@codesourcery.com>
5734
5735 * linux-low.c (linux_kill_one_lwp, linux_kill)
5736 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
5737 (send_sigstop): Take an lwp_info as parameter instead. Queue a
5738 SIGSTOP even if the LWP is stopped.
5739 (send_sigstop_callback): New.
5740 (stop_all_lwps): Use send_sigstop_callback instead.
5741 (linux_resume_one_thread): Adjust.
5742 (proceed_one_lwp): Still proceed an LWP that the client has
5743 requested to stop, if we haven't reported it as stopped yet. Make
5744 sure that LWPs the client want stopped, have a pending SIGSTOP.
5745
bc3b5632
DE
57462010-04-26 Doug Evans <dje@google.com>
5747
ae1ada35
DE
5748 * server.c (handle_general_set): Make static.
5749
bc3b5632
DE
5750 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
5751 Print received char after testing for error/eof instead of before.
5752 (input_interrupt): Tweak comment.
5753
65730243
DE
57542010-04-23 Doug Evans <dje@google.com>
5755
5756 * server.c (start_inferior): Print inferior argv if --debug.
5757
a8ae7dc0
AR
57582010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
5759
5760 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
5761 * nto-x86-low.c: Include server.h
5762
1c07cc19
PM
57632010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
5764
5765 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
5766 be consistent with other sources of this directory.
5767 (init_registers_amd64): Correct name of source file of this function
5768 in the comment.
5769
e0a61e09
PM
57702010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5771
5772 * configure.srv (x86_64-*-mingw*): New configuration for Windows
5773 64-bit executables.
5774
54709339
PM
57752010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5776
5777 * win32-i386-low.c: Add 64-bit support.
5778 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
5779 (init_registers_amd64): Declare.
5780 (mappings): Add 64-bit version of array.
5781 (init_windows_x86): New function.
5782 (the_low_target): Change init_arch field to init_windows_x86.
5783
e8f0053d
PM
57842010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5785
5786 * win32-low.c: Adapt to support also 64-bit architecture.
5787 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
5788 (get_image_name): Use SIZE_T type for local variable `done'.
5789 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
5790 (toolhelp_get_dll_name): Idem.
5791 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
5792 Use uintptr_t typecast to avoid warning.
5793 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
5794 (handle_exception): Use phex_nz to avoid warning.
5795 (win32_wait): Remove unused local variable `process'.
5796
c481e77e
PM
57972010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
5798
5799 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
5800 `amd64-avx.o'.
5801
12ea4b69
PM
58022010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
5803
5804 * configure.ac: Use `ws2_32' library for srv_mingw.
5805 * configure: Regenerate.
5806 * gdbreplay.c: Include winsock2.h instead of winsock.h.
5807 * remote-utils.c: Likewise.
5808
f6d1620c
L
58092010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5810
5811 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
5812 if __x86_64__ is defined.
5813
8e642873
PM
58142010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5815
5816 * configure: Regenerate.
5817
711e434b
PM
58182010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
5819
5820 * server.c (handle_query): Handle 'qGetTIBAddr' query.
5821 * target.h (target_ops): New get_tib_address field.
5822 * win32-low.h (win32_thread_info): Add thread_local_base field.
5823 * win32-low.c (child_add_thread): Add tlb argument.
5824 Set thread_local_base field to TLB.
5825 (get_child_debug_event): Adapt to child_add_thread change.
5826 (win32_get_tib_address): New function.
5827 (win32_target_ops): Set get_tib_address field to
5828 win32_get_tib_address.
5829 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
5830
505106cd
PA
58312010-04-12 Pedro Alves <pedro@codesourcery.com>
5832
505106cd
PA
5833 * linux-low.c (linux_mourn): Also remove the process.
5834 * server.c (handle_target_event): Don't remove the process here.
5835 * nto-low.c (nto_mourn): New.
5836 (nto_target_ops): Install it.
5837 * spu-low.c (spu_mourn): New.
5838 (spu_target_ops): Install it.
5839 * win32-low.c (win32_mourn): New.
5840 (win32_target_ops): Install it.
5841
e8470a06
PA
58422010-04-12 Pedro Alves <pedro@codesourcery.com>
5843
5844 * server.h (buffer_xml_printf): Remove redundant `;'.
5845
45ba0d02
PA
58462010-04-12 Pedro Alves <pedro@codesourcery.com>
5847
5848 * regcache.c (set_register_cache): Invalidate regcaches before
5849 changing the register cache layout.
5850 (regcache_invalidate_one): Allow a NULL regcache.
5851 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
5852 regcaches before changing the register cache layout or the target
5853 regsets.
5854
59e04013
L
58552010-04-12 H.J. Lu <hongjiu.lu@intel.com>
5856
5857 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
5858 variable warning on Linux/x86-64.
5859
8336d594
PA
58602010-04-11 Pedro Alves <pedro@codesourcery.com>
5861
5862 GDBserver disconnected tracing support.
5863
5864 * linux-low.c (linux_remove_process): Delete.
5865 (add_lwp): Don't set last_resume_kind here.
5866 (linux_kill): Use `mourn'.
5867 (linux_detach): Use `thread_db_detach', and `mourn'.
5868 (linux_mourn): New.
5869 (linux_attach_lwp_1): Adjust comment.
5870 (linux_attach): last_resume_kind moved the thread_info; adjust.
5871 (status_pending_p_callback): Adjust.
5872 (linux_wait_for_event_1): Adjust.
5873 (count_events_callback, select_singlestep_lwp_callback)
5874 (select_event_lwp_callback, cancel_breakpoints_callback)
5875 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
5876 (proceed_one_lwp): Adjust.
5877 (linux_async): Add debug output.
5878 (linux_thread_stopped): New.
5879 (linux_pause_all): New.
5880 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
5881 linux_pause_all.
5882 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
5883 (thread_db_free): Delete declaration.
5884 (thread_db_detach, thread_db_mourn): Declare.
5885 * thread-db.c (thread_db_init): Use thread_db_mourn.
5886 (thread_db_free): Delete, split in two.
5887 (disable_thread_event_reporting): New.
5888 (thread_db_detach): New.
5889 (thread_db_mourn): New.
5890
5891 * server.h (struct thread_info) <last_resume_kind>: New field.
5892 <attached>: Add comment.
5893 <gdb_detached>: New field.
5894 (handler_func): Change return type to int.
5895 (handle_serial_event, handle_target_event): Ditto.
5896 (gdb_connected): Declare.
5897 (tracing): Delete.
5898 (disconnected_tracing): Declare.
5899 (stop_tracing): Declare.
5900
5901 * server.c (handle_query) <qSupported>: Report support for
5902 disconnected tracing.
5903 (queue_stop_reply_callback): Account for running threads.
5904 (gdb_wants_thread_stopped): New.
5905 (gdb_wants_all_threads_stopped): New.
5906 (gdb_reattached_process): New.
5907 (handle_status): Clear the `gdb_detached' flag of all processes.
5908 In all-stop, stop all threads.
5909 (main): Be sure to leave tfind mode. Handle disconnected tracing.
5910 (process_serial_event): If the remote connection breaks, or if an
5911 exit was forced with "monitor exit", force an event loop exit.
5912 Handle disconnected tracing on detach.
5913 (handle_serial_event): Adjust.
5914 (handle_target_event): If GDB isn't connected, forward events back
5915 to the inferior, unless the last process exited, in which case,
5916 exit gdbserver. Adjust interface.
5917
5918 * remote-utils.c (remote_open): Don't block in accept. Instead
5919 register an event loop source on the listen socket file
5920 descriptor. Refactor bits into ...
5921 (listen_desc): ... this new global.
5922 (gdb_connected): ... this new function.
5923 (enable_async_notification): ... this new function.
5924 (handle_accept_event): ... this new function.
5925 (remote_close): Clear remote_desc.
5926
5927 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
5928
5929 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
5930 New fields.
5931 (mourn_inferior): Define.
5932 (target_process_qsupported): Avoid the dangling else problem.
5933 (thread_stopped): Define.
5934 (pause_all): Define.
5935 (target_waitstatus_to_string): Declare.
5936 * target.c (target_waitstatus_to_string): New.
5937
5938 * tracepoint.c (tracing): Make extern.
5939 (disconnected_tracing): New.
5940 (stop_tracing): Make extern. Handle tracing stops due to GDB
5941 disconnecting.
5942 (cmd_qtdisconnected): New.
5943 (cmd_qtstatus): Report disconnected tracing status in trace reply.
5944 (handle_tracepoint_general_set): Handle QTDisconnected.
5945
5946 * event-loop.c (event_handler_func): Change return type to int.
5947 (process_event): Bail out if the event handler wants the event
5948 loop to stop.
5949 (handle_file_event): Ditto.
5950 (start_event_loop): Bail out if the event handler wants the event
5951 loop to stop.
5952
5953 * nto-low.c (nto_target_ops): Adjust.
5954 * spu-low.c (spu_wait): Don't remove the process here.
5955 (spu_target_ops): Adjust.
5956 * win32-low.c (win32_wait): Don't remove the process here.
5957 (win32_target_ops): Adjust.
5958
5d267c4c
PA
59592010-04-11 Pedro Alves <pedro@codesourcery.com>
5960
5961 * regcache.c (realloc_register_cache): Invalidate inferior's
5962 regcache before recreating it.
5963
623ccd72
PA
59642010-04-09 Pedro Alves <pedro@codesourcery.com>
5965
5966 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
5967
219f2f23
PA
59682010-04-09 Stan Shebs <stan@codesourcery.com>
5969 Pedro Alves <pedro@codesourcery.com>
5970
5971 * server.h (LONGEST): New.
5972 (struct thread_info) <while_stepping>: New field.
5973 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
5974 Declare.
5975 (initialize_tracepoint, handle_tracepoint_general_set)
5976 (handle_tracepoint_query, tracepoint_finished_step)
5977 (tracepoint_was_hit, release_while_stepping_state_list):
5978 (current_traceframe): Declare.
5979 * server.c (handle_general_set): Handle tracepoint packets.
5980 (read_memory): New.
5981 (write_memory): New.
5982 (handle_search_memory_1): Use read_memory.
5983 (handle_query): Report support for conditional tracepoints, trace
5984 state variables, and tracepoint sources. Handle tracepoint
5985 queries.
5986 (main): Initialize the tracepoints module.
5987 (process_serial_event): Handle traceframe reads/writes.
5988
5989 * linux-low.c (handle_tracepoints): New.
5990 (linux_wait_1): Call it.
5991 (linux_resume_one_lwp): Handle while-stepping.
5992 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
5993 (linux_target_ops): Install them.
5994 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
5995 New field.
5996 * linux-x86-low.c (x86_supports_tracepoints): New.
5997 (the_low_target). Install it.
5998
5999 * mem-break.h (delete_breakpoint): Declare.
6000 * mem-break.c (delete_breakpoint): Make external.
6001
6002 * target.h (struct target_ops): Add `supports_tracepoints',
6003 `read_pc', and `write_pc' fields.
6004 (target_supports_tracepoints): Define.
6005 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
6006 (phex_nz): New.
6007
6008 * regcache.h (struct regcache) <registers_owned>: New field.
6009 (init_register_cache, regcache_cpy): Declare.
6010 (regcache_read_pc, regcache_write_pc): Declare.
6011 (register_cache_size): Declare.
6012 (supply_regblock): Declare.
6013 * regcache.c (init_register_cache): New.
6014 (new_register_cache): Use it.
6015 (regcache_cpy): New.
6016 (register_cache_size): New.
6017 (supply_regblock): New.
6018 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 6019
219f2f23
PA
6020 * tracepoint.c: New.
6021
6022 * Makefile.in (OBS): Add tracepoint.o.
6023 (tracepoint.o): New rule.
6024
3a13a53b
L
60252010-04-08 H.J. Lu <hongjiu.lu@intel.com>
6026
6027 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
6028 (i386-mmx.o): New.
6029 (i386-mmx.c): Likewise.
6030 (i386-mmx-linux.o): Likewise.
6031 (i386-mmx-linux.c): Likewise.
6032
6033 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
6034 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
6035 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
6036 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
6037
6038 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
6039 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
6040 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
6041
1570b33e
L
60422010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6043
6044 * Makefile.in (clean): Updated.
6045 (i386-avx.o): New.
6046 (i386-avx.c): Likewise.
6047 (i386-avx-linux.o): Likewise.
6048 (i386-avx-linux.c): Likewise.
6049 (amd64-avx.o): Likewise.
6050 (amd64-avx.c): Likewise.
6051 (amd64-avx-linux.o): Likewise.
6052 (amd64-avx-linux.c): Likewise.
6053
6054 * configure.srv (srv_i386_regobj): Add i386-avx.o.
6055 (srv_i386_linux_regobj): Add i386-avx-linux.o.
6056 (srv_amd64_regobj): Add amd64-avx.o.
6057 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
6058 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
6059 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
6060 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
6061 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
6062 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
6063 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
6064
6065 * i387-fp.c: Include "i386-xstate.h".
6066 (i387_xsave): New.
6067 (i387_cache_to_xsave): Likewise.
6068 (i387_xsave_to_cache): Likewise.
6069 (x86_xcr0): Likewise.
6070
6071 * i387-fp.h (i387_cache_to_xsave): Likewise.
6072 (i387_xsave_to_cache): Likewise.
6073 (x86_xcr0): Likewise.
6074
6075 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
6076 * linux-crisv32-low.c (target_regsets): Likewise.
6077 * linux-m68k-low.c (target_regsets): Likewise.
6078 * linux-mips-low.c (target_regsets): Likewise.
6079 * linux-ppc-low.c (target_regsets): Likewise.
6080 * linux-s390-low.c (target_regsets): Likewise.
6081 * linux-sh-low.c (target_regsets): Likewise.
6082 * linux-sparc-low.c (target_regsets): Likewise.
6083 * linux-xtensa-low.c (target_regsets): Likewise.
6084
6085 * linux-low.c: Include <sys/uio.h>.
6086 (regsets_fetch_inferior_registers): Support nt_type.
6087 (regsets_store_inferior_registers): Likewise.
6088 (linux_process_qsupported): New.
6089 (linux_target_ops): Add linux_process_qsupported.
6090
6091 * linux-low.h (regset_info): Add nt_type.
6092 (linux_target_ops): Add process_qsupported.
6093
6094 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
6095 and <sys/uio.h>.
6096 (init_registers_i386_avx_linux): New.
6097 (init_registers_amd64_avx_linux): Likewise.
6098 (xmltarget_i386_linux_no_xml): Likewise.
6099 (xmltarget_amd64_linux_no_xml): Likewise.
6100 (PTRACE_GETREGSET): Likewise.
6101 (PTRACE_SETREGSET): Likewise.
6102 (x86_fill_xstateregset): Likewise.
6103 (x86_store_xstateregset): Likewise.
6104 (use_xml): Likewise.
6105 (x86_linux_update_xmltarget): Likewise.
6106 (x86_linux_process_qsupported): Likewise.
6107 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
6108 (x86_arch_setup): Don't call init_registers_amd64_linux nor
6109 init_registers_i386_linux here. Call
6110 x86_linux_update_xmltarget.
6111 (the_low_target): Add x86_linux_process_qsupported.
6112
6113 * server.c (handle_query): Call target_process_qsupported.
6114
6115 * target.h (target_ops): Add process_qsupported.
6116 (target_process_qsupported): New.
6117
fc7238bb
PA
61182010-04-03 Pedro Alves <pedro@codesourcery.com>
6119
6120 * inferiors.c (add_thread): Set last_status kind to
6121 TARGET_WAITKIND_IGNORE.
6122 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
6123 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
6124 (linux_wait_1): Move `thread' local definition to block that uses
6125 it. Don't NULL initialize `event_child'.
6126 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
6127 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
6128 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
6129
bdabb078
PA
61302010-04-01 Pedro Alves <pedro@codesourcery.com>
6131
6132 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
6133 an extended waitstatus, or by a watchpoint.
6134 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
6135 thread was stepping or has been stopped by a watchpoint.
6136
d3bbe7a0
PA
61372010-04-01 Pedro Alves <pedro@codesourcery.com>
6138
6139 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
6140 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
6141 of another, then delete the previous, and validate all
6142 breakpoints.
6143 (validate_inserted_breakpoint): New.
6144 (delete_disabled_breakpoints): New.
6145 (validate_breakpoints): New.
6146 (check_mem_read): Validate breakpoints before trusting their
6147 shadow. Delete disabled breakpoints.
6148 (check_mem_write): Validate breakpoints before trusting they
6149 should be inserted. Delete disabled breakpoints.
6150 * mem-break.h (validate_breakpoints):
6151 * server.c (handle_query): Validate breakpoints when we see a
6152 qSymbol query.
6153
8b07ae33
PA
61542010-04-01 Pedro Alves <pedro@codesourcery.com>
6155
6156 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
6157 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
6158 if we could tell there's a GDB breakpoint at stop_pc.
6159 (need_step_over_p): Don't do a step over if we find a GDB
6160 breakpoint at the resume PC.
6161
6162 * mem-break.c (struct raw_breakpoint): New.
6163 (enum bkpt_type): New type `gdb_breakpoint'.
6164 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
6165 fields. New field `raw'.
6166 (find_raw_breakpoint_at): New.
6167 (set_raw_breakpoint_at): Handle refcounting. Create a raw
6168 breakpoint instead.
6169 (set_breakpoint_at): Adjust.
6170 (delete_raw_breakpoint): New.
6171 (release_breakpoint): New.
6172 (delete_breakpoint): Rename to...
6173 (delete_breakpoint_1): ... this. Add proc parameter. Use
6174 release_breakpoint. Return ENOENT.
6175 (delete_breakpoint): Reimplement.
6176 (find_breakpoint_at): Delete.
6177 (find_gdb_breakpoint_at): New.
6178 (delete_breakpoint_at): Delete.
6179 (set_gdb_breakpoint_at): New.
6180 (delete_gdb_breakpoint_at): New.
6181 (gdb_breakpoint_here): New.
6182 (set_reinsert_breakpoint): Use release_breakpoint.
6183 (uninsert_breakpoint): Rename to ...
6184 (uninsert_raw_breakpoint): ... this.
6185 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
6186 (reinsert_raw_breakpoint): Change parameter type to
6187 raw_breakpoint.
6188 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
6189 instead.
6190 (check_breakpoints): Adjust. Use release_breakpoint.
6191 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
6192 (breakpoint_inserted_here): Ditto.
6193 (check_mem_read): Adjust to iterate over raw breakpoints instead.
6194 Don't trust the breakpoint's shadow if it is not inserted.
6195 (check_mem_write): Adjust to iterate over raw breakpoints instead.
6196 (delete_all_breakpoints): Adjust.
6197 (free_all_breakpoints): Mark all breakpoints as uninserted, and
6198 use delete_breakpoint_1.
6199
6200 * mem-break.h (breakpoints_supported): Delete declaration.
6201 (set_gdb_breakpoint_at): Declare.
6202 (gdb_breakpoint_here): Declare.
6203 (delete_breakpoint_at): Delete.
6204 (delete_gdb_breakpoint_at): Declare.
6205
6206 * server.h (struct raw_breakpoint): Forward declare.
6207 (struct process_info): New field `raw_breakpoints'.
6208
6209 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
6210 breakpoints.
6211
6bf5e0ba
PA
62122010-03-24 Pedro Alves <pedro@codesourcery.com>
6213
6214 * linux-low.c (status_pending_p_callback): Fix comment.
6215 (linux_wait_for_event_1): Move most of the internal breakpoint
6216 handling from here...
6217 (linux_wait_1): ... to here.
6218 (count_events_callback): New.
6219 (select_singlestep_lwp_callback): New.
6220 (select_event_lwp_callback): New.
6221 (cancel_breakpoints_callback): New.
6222 (select_event_lwp): New.
6223 (linux_wait_1): Simplify internal breakpoint handling. Give equal
6224 priority to all LWPs that have had events that should be reported
6225 to the client. Cancel breakpoints when about to reporting the
6226 event to the client, not while stopping lwps. No longer cancel
6227 finished single-steps here.
6228 (cancel_finished_single_step): Delete.
6229 (cancel_finished_single_steps): Delete.
6230
414a389f
PA
62312010-03-24 Pedro Alves <pedro@codesourcery.com>
6232
6233 * mem-break.c (enum bkpt_type): New.
6234 (struct breakpoint): New field `type'.
6235 (set_breakpoint_at): Change return type to struct breakpoint
6236 pointer. Set type to `other_breakpoint' by default.
6237 (delete_breakpoint): Rewrite, supporting more than one breakpoint
6238 in the breakpoint list.
6239 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
6240 (reinsert_breakpoint): Rename to ...
6241 (reinsert_raw_breakpoint): ... this.
6242 (reinsert_breakpoints_at): Adjust.
6243 * mem-break.h (struct breakpoint): Declare.
6244 (set_breakpoint_at): Change return type to struct breakpoint
6245 pointer.
6246
2280c721
PA
62472010-03-24 Pedro Alves <pedro@codesourcery.com>
6248
6249 * server.c (handle_query): Assign, not compare.
6250
d50171e4
PA
62512010-03-24 Pedro Alves <pedro@codesourcery.com>
6252
6253 Teach linux gdbserver to step-over-breakpoints.
6254
6255 * linux-low.c (can_hardware_single_step): New.
6256 (supports_breakpoints): New.
6257 (handle_extended_wait): If stopping threads, read the stop pc of
6258 the new cloned LWP.
6259 (get_pc): New.
6260 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
6261 low target doesn't support retrieving the PC.
6262 (add_lwp): Set last_resume_kind to resume_continue.
6263 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
6264 (linux_attach): Don't clear stop_expected. Set the lwp's
6265 last_resume_kind to resume_stop.
6266 (linux_detach_one_lwp): Don't check for removed breakpoints.
6267 (check_removed_breakpoint): Delete.
6268 (status_pending_p): Rename to ...
6269 (status_pending_p_callback): ... this. Don't check for removed
6270 breakpoints. Don't consider threads that are stopped from GDB's
6271 perspective.
6272 (linux_wait_for_lwp): Always read the stop_pc here.
6273 (cancel_breakpoint): New.
6274 (step_over_bkpt): New global.
6275 (linux_wait_for_event_1): Implement stepping over breakpoints.
6276 (gdb_wants_lwp_stopped): New.
6277 (gdb_wants_all_stopped): New.
6278 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
6279 single-step traps here. Store the thread's last reported target
6280 wait status.
6281 (send_sigstop): Don't clear stop_expected. Always set it,
6282 instead.
6283 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
6284 (cancel_finished_single_step): New.
6285 (cancel_finished_single_steps): New.
6286 (wait_for_sigstop): Don't cancel finished single-step traps here.
6287 (linux_resume_one_lwp): Don't check for removed breakpoints.
6288 Don't set `step' on non-hardware step archs.
6289 (linux_set_resume_request): Ignore resume_stop requests if already
6290 stopping or stopped. Set the lwp's last_resume_kind.
6291 (resume_status_pending_p): Don't check for removed breakpoints.
6292 (need_step_over_p): New.
6293 (start_step_over): New.
6294 (finish_step_over): New.
6295 (linux_resume_one_thread): Always queue a sigstop for resume_stop
6296 requests. Clear the thread's last reported target waitstatus.
6297 Don't use the `suspended' flag. Don't consider pending breakpoints.
6298 (linux_resume): Start a step-over if necessary.
6299 (proceed_one_lwp): New.
6300 (proceed_all_lwps): New.
6301 (unstop_all_lwps): New.
6302 * linux-low.h (struct lwp_info): Rewrite comment for the
6303 `suspended' flag. Add the `stop_pc' field. Delete the
6304 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
6305 Add `'last_resume_kind' and `need_step_over' fields.
6306 * inferiors.c (struct thread_info): Delete, moved elsewhere.
6307 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
6308 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
6309 (set_raw_breakpoint_at): New.
6310 (set_breakpoint_at): Rewrite to use it.
6311 (reinsert_breakpoint_handler): Delete.
6312 (set_reinsert_breakpoint): New.
6313 (reinsert_breakpoint_by_bp): Delete.
6314 (delete_reinsert_breakpoints): New.
6315 (uninsert_breakpoint): Rewrite.
6316 (uninsert_breakpoints_at): New.
6317 (reinsert_breakpoint): Rewrite.
6318 (reinsert_breakpoints_at): New.
6319 (check_breakpoints): Rewrite.
6320 (breakpoint_here): New.
6321 (breakpoint_inserted_here): New.
6322 (check_mem_read): Adjust.
6323 * mem-break.h (breakpoints_supported, breakpoint_here)
6324 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
6325 (reinsert_breakpoint_by_bp): Delete declaration.
6326 (delete_reinsert_breakpoints): Declare.
6327 (reinsert_breakpoint): Delete declaration.
6328 (reinsert_breakpoints_at): Declare.
6329 (uninsert_breakpoint): Delete declaration.
6330 (uninsert_breakpoints_at): Declare.
6331 (check_breakpoints): Adjust prototype.
6332 * server.h: Adjust include order.
6333 (struct thread_info): Declare here. Add a `last_status' field.
6334
30ba68cb
MS
63352010-03-23 Michael Snyder <msnyder@vmware.com>
6336
6337 * server.c (crc32): New function.
6338 (handle_query): Add handling for 'qCRC:' request.
6339
b9a881c2
PA
63402010-03-23 Pedro Alves <pedro@codesourcery.com>
6341
6342 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
6343 lwp had been stopped by a watchpoint.
6344
e92d13d5
PA
63452010-03-16 Pedro Alves <pedro@codesourcery.com>
6346
6347 * server.h (internal_error): Declare.
6348 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
6349 * utils.c (internal_error): New function.
6350
64daa791
AS
63512010-03-15 Andreas Schwab <schwab@redhat.com>
6352
6353 * configure.srv: Fix typo setting srv_regobj.
6354
f52cd8cd
PA
63552010-03-15 Pedro Alves <pedro@codesourcery.com>
6356
6357 * linux-low.c (fetch_register): Avoid passing a non string literal
6358 format to `error'.
6359 (usr_store_inferior_registers): Ditto.
6360
93ae6fdc
PA
63612010-03-14 Pedro Alves <pedro@codesourcery.com>
6362
6363 * linux-low.c (linux_write_memory): Bail out early if peeking
6364 memory failed.
6365
c3adc08c
PA
63662010-03-14 Pedro Alves <pedro@codesourcery.com>
6367
6368 * linux-low.h (struct lwp_info): New fields
6369 `stopped_by_watchpoint' and `stopped_data_address'.
6370 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
6371 here, and cache them in the lwp object.
6372 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
6373 directly.
6374 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
6375 field.
6376 (linux_stopped_by_watchpoint): Rewrite.
6377 (linux_stopped_data_address): Rewrite.
6378
bce522a2
PA
63792010-03-06 Simo Melenius <simo.melenius@iki.fi>
6380
6381 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
6382 switching the current inferior, not before.
6383
90884b2b
L
63842010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6385
6386 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
6387 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
6388 i386-linux.c and amd64-linux.c.
6389 (reg-i386.o): Removed.
6390 (reg-i386.c): Likewise.
6391 (reg-i386-linux.o): Likewise.
6392 (reg-i386-linux.c): Likewise.
6393 (reg-x86-64.o): Likewise.
6394 (reg-x86-64.c): Likewise.
6395 (reg-x86-64-linux.o): Likewise.
6396 (reg-x86-64-linux.c): Likewise.
6397 (i386.o): New.
6398 (i386.c): Likewise.
6399 (i386-linux.o): Likewise.
6400 (i386-linux.c): Likewise.
6401 (amd64.o): Likewise.
6402 (amd64.c): Likewise.
6403 (amd64-linux.o): Likewise.
6404 (amd64-linux.c): Likewise.
6405
6406 * configure.srv (srv_i386_regobj): New.
6407 (srv_i386_linux_regobj): Likewise.
6408 (srv_amd64_regobj): Likewise.
6409 (srv_amd64_linux_regobj): Likewise.
6410 (srv_i386_32bit_xmlfiles): Likewise.
6411 (srv_i386_64bit_xmlfiles): Likewise.
6412 (srv_i386_xmlfiles): Likewise.
6413 (srv_amd64_xmlfiles): Likewise.
6414 (srv_i386_linux_xmlfiles): Likewise.
6415 (srv_amd64_linux_xmlfiles): Likewise.
6416 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
6417 srv_xmlfiles to $srv_i386_xmlfiles.
6418 (i[34567]86-*-mingw32ce*): Likewise.
6419 (i[34567]86-*-mingw*): Likewise.
6420 (i[34567]86-*-nto*): Likewise.
6421 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
6422 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
6423 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
6424 (x86_64-*-linux*): Likewise.
6425
6426 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
6427 (init_registers_amd64_linux): New.
6428 (x86_arch_setup): Replace init_registers_x86_64_linux with
6429 init_registers_amd64_linux.
6430
193f13e6
MK
64312010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
6432
6433 * configure.ac: Check for libdl. If it is not available link against
6434 static libthread_db.
6435 * configure: Regenerate.
6436
85d721b8
PA
64372010-02-22 Pedro Alves <pedro@codesourcery.com>
6438
6439 PR9605
6440
6441 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
6442 handing a read watchpoint.
6443 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
6444
6076632b
DE
64452010-02-12 Doug Evans <dje@google.com>
6446
6447 * linux-low.c (linux_supports_tracefork_flag): Document.
6448 (linux_look_up_symbols): Add comment.
6449
3327ccf7
L
64502010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6451
6452 * regcache.c (supply_register): Clear regcache if buf is NULL.
6453
0718675c 64542010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 6455 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
6456
6457 * inferiors.c (find_inferior): Add function documentation.
6458 (unloaded_dll): Handle the case where the unloaded dll has not
6459 been previously registered in the dll list.
6460
177321bd
DJ
64612010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * linux-arm-low.c (thumb_breakpoint_len): Delete.
6464 (thumb2_breakpoint): New.
6465 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
6466
2b009048
DJ
64672010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6468
6469 * linux-low.c (get_stop_pc): Check for SIGTRAP.
6470 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
6471 breakpoints.
6472
3be029c7
PA
64732010-01-21 Pedro Alves <pedro@codesourcery.com>
6474
6475 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
6476
18f5de3b
JK
64772010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 * linux-s390-low.c (s390_collect_ptrace_register)
6480 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
6481
3743bb4f
DE
64822010-01-21 Doug Evans <dje@google.com>
6483
14ce3065
DE
6484 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
6485 (PTRACE_ARG4_TYPE): New macro.
6486 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
6487 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
6488 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
6489 (usr_store_inferior_registers): Ditto.
6490 (linux_read_memory, linux_write_memory): Ditto.
6491 (linux_test_for_tracefork): Ditto.
6492
3743bb4f
DE
6493 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
6494 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
6495
8b315be5
PA
64962010-01-21 Pedro Alves <pedro@codesourcery.com>
6497
6498 * proc-service.c (ps_lgetregs): Don't refetch registers from the
6499 target.
6500
85492558
PA
65012010-01-21 Pedro Alves <pedro@codesourcery.com>
6502
6503 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
6504 prototype to take a regcache. Adjust.
6505
442ea881
PA
65062010-01-20 Pedro Alves <pedro@codesourcery.com>
6507
6508 * regcache.h (struct thread_info): Forward declare.
6509 (struct regcache): New.
6510 (new_register_cache): Adjust prototype.
6511 (get_thread_regcache): Declare.
6512 (free_register_cache): Adjust prototype.
6513 (registers_to_string, registers_from_string): Ditto.
6514 (supply_register, supply_register_by_name, collect_register)
6515 (collect_register_as_string, collect_register_by_name): Ditto.
6516 * regcache.c (struct inferior_regcache_data): Delete.
6517 (get_regcache): Rename to ...
6518 (get_thread_regcache): ... this. Adjust. Switch inferior before
6519 fetching registers.
6520 (regcache_invalidate_one): Adjust.
6521 (regcache_invalidate): Fix prototype.
6522 (new_register_cache): Return the new register cache.
6523 (free_register_cache): Change prototype.
6524 (realloc_register_cache): Adjust.
6525 (registers_to_string): Change prototype to take a regcache. Adjust.
6526 (registers_from_string): Ditto.
6527 (register_data): Ditto.
6528 (supply_register): Ditto.
6529 (supply_register_by_name): Ditto.
6530 (collect_register): Ditto.
6531 (collect_register_as_string): Ditto.
6532 (collect_register_by_name): Ditto.
6533 * server.c (process_serial_event): Adjust.
6534 * linux-low.h (regset_fill_func, regset_store_func): Change
6535 prototype.
6536 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
6537 Change prototype.
6538 * linux-low.c (get_stop_pc): Adjust.
6539 (check_removed_breakpoint): Adjust.
6540 (linux_wait_for_event): Adjust.
6541 (linux_resume_one_lwp): Adjust.
6542 (fetch_register): Add regcache parameter. Adjust.
6543 (usr_store_inferior_registers): Ditto.
6544 (regsets_fetch_inferior_registers): Ditto.
6545 (regsets_store_inferior_registers): Ditto.
6546 (linux_fetch_registers, linux_store_registers): Ditto.
6547 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
6548 regcache. Adjust.
43aaf8b6
PA
6549 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache):
6550 Ditto.
442ea881
PA
6551 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
6552 prototype to take a regcache.
6553 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
6554 * remote-utils.c (convert_ascii_to_int, outreg)
6555 (prepare_resume_reply): Change prototype to take a regcache.
6556 Adjust.
6557 * target.h (struct target_ops) <fetch_registers, store_registers>:
6558 Change prototype to take a regcache.
6559 (fetch_inferior_registers, store_inferior_registers): Change
6560 prototype to take a regcache. Adjust.
6561 * proc-service.c (ps_lgetregs): Adjust.
6562 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
6563 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
6564 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
6565 take a regcache. Adjust.
6566 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
6567 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
6568 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
6569 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
6570 * linux-cris-low.c (cris_get_pc, cris_set_pc)
6571 (cris_cannot_fetch_register):
6572 (cris_breakpoint_at): Change prototype to take a regcache.
6573 Adjust.
6574 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
6575 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
6576 to take a regcache. Adjust.
6577 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
6578 Adjust.
6579 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
6580 take a regcache. Adjust.
6581 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
6582 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
6583 (m68k_set_pc): Change prototype to take a regcache. Adjust.
6584 * linux-mips-low.c (mips_get_pc):
6585 (mips_set_pc): Change prototype to take a regcache. Adjust.
6586 (mips_reinsert_addr): Adjust.
6587 (mips_collect_register): Change prototype to take a regcache.
6588 Adjust.
6589 (mips_supply_register):
6590 (mips_collect_register_32bit, mips_supply_register_32bit)
6591 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
6592 (mips_store_fpregset): Ditto.
43aaf8b6
PA
6593 * linux-ppc-low.c (ppc_supply_ptrace_register)
6594 (ppc_supply_ptrace_register): Ditto.
442ea881
PA
6595 (parse_spufs_run): Adjust.
6596 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
6597 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
6598 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
6599 take a regcache. Adjust.
6600 * linux-s390-low.c (s390_collect_ptrace_register)
6601 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
6602 (s390_set_pc): Change prototype to take a regcache. Adjust.
6603 (s390_arch_setup): Adjust.
6604 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
6605 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
6606 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
6607 (sparc_fill_gregset, sparc_store_gregset_from_stack)
6608 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
6609 regcache. Adjust.
6610 (sparc_breakpoint_at): Adjust.
6611 * linux-xtensa-low.c (xtensa_fill_gregset):
6612 (xtensa_store_gregset):
6613 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
6614 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
6615 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
6616 prototype to take a regcache. Adjust.
6617 * win32-arm-low.c (arm_fetch_inferior_register)
6618 (arm_store_inferior_register): Change prototype to take a
6619 regcache. Adjust.
6620 * win32-i386-low.c (i386_fetch_inferior_register)
6621 (i386_store_inferior_register): Change prototype to take a
6622 regcache. Adjust.
6623 * win32-low.c (child_fetch_inferior_registers)
6624 (child_store_inferior_registers): Change prototype to take a
6625 regcache. Adjust.
6626 (win32_wait): Adjust.
6627 (win32_fetch_inferior_registers): Change prototype to take a
6628 regcache. Adjust.
6629 (win32_store_inferior_registers): Adjust.
6630 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
6631 store_inferior_register>: Change prototype to take a regcache.
6632
60c3d7b0
DE
66332010-01-20 Doug Evans <dje@google.com>
6634
6635 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
6636 #ifdef.
6637 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 6638 (W_STOPCODE): Provide definition if missing.
60c3d7b0 6639
dc146f7c
VP
66402010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6641
6642 * linux-low.c (linux_core_of_thread): New.
6643 (compare_ints, show_process, list_threads): New.
6644 (linux_qxfer_osdata): Report threads and cores.
6645 (linux_target_op): Register linux_core_of_thread.
6646 * remote-utils.c (prepare_resume_reply): Report the core.
6647 (buffer_xml_printf): Support %d specifier.
6648 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
6649 New.
6650 (handle_query): Handle qXfer:threads. Announce availability
6651 thereof.
6652 * target.h (struct target_ops): New field core_of_thread.
6653
7803799a
UW
66542010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6655
6656 * Makefile.in (clean): Remove new generated files.
6657 (reg-s390.o, reg-s390.c): Remove rules.
6658 (reg-s390x.o, reg-s390x.c): Likewise.
6659 (s390-linux32.o, s390-linux32.c): Add rules.
6660 (s390-linux64.o, s390-linux64.c): Likewise.
6661 (s390x-linux64.o, s390x-linux64.c): Likewise.
6662 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
6663 * linux-s390-low.c: Include <elf.h>.
6664 (HWCAP_S390_HIGH_GPRS): Define if undefined.
6665 (init_registers_s390): Remove prototype.
6666 (init_registers_s390x): Likewise.
6667 (init_registers_s390_linux32): Add prototype.
6668 (init_registers_s390_linux64): Likewise.
6669 (init_registers_s390x_linux64): Likewise.
6670 (s390_num_regs_3264): New define.
6671 (s390_regmap_3264): New global variable.
6672 (s390_cannot_fetch_register): Remove obsolete check.
6673 (s390_cannot_store_register): Likewise.
6674 (s390_collect_ptrace_register): Handle upper/lower register halves.
6675 (s390_supply_ptrace_register): Likewise.
6676 (s390_fill_gregset): Update to register number changes.
6677 (s390_get_hwcap): New routine.
6678 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
6679 Install appropriate regmap and register set.
6680
6e7ffa39
JB
66812010-01-01 Joel Brobecker <brobecker@adacore.com>
6682
6683 * server.c (gdbserver_version): Update copyright year to 2010.
6684 * gdbreplay.c (gdbreplay_version): Likewise.
6685
957f3f49
DE
66862009-12-28 Doug Evans <dje@google.com>
6687
6688 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
6689 elf/external.h. Include <elf.h> instead but only if necessary.
6690
ca5c370d
PA
66912009-12-28 Pedro Alves <pedro@codesourcery.com>
6692
6693 * linux-low.c (linux_remove_process): Remove `detaching'
6694 parameter. Don't release/detach from thread_db here.
6695 (linux_kill): Release/detach from thread_db here, ...
6696 (linux_detach): ... and here, before actually detaching.
6697 (linux_wait_1): ... and here, when a process exits.
6698 * thread-db.c (any_thread_of): New.
6699 (thread_db_free): Switch the current inferior to a thread of the
6700 passed in process.
6701
4ee62156
DE
67022009-12-21 Doug Evans <dje@google.com>
6703
d90e6a88
DE
6704 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
6705
c5f62d5f
DE
6706 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
6707 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
6708 warning ifndef __NR_tkill. Move setting of errno there too.
6709 Delete unnecessary resetting of errno after syscall.
6710 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
6711
10e86dd7
DE
6712 * configure.ac: Check for dladdr.
6713 * config.in: Regenerate.
6714 * configure: Regenerate.
6715 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
6716 (try_thread_db_load): Update.
6717
4ee62156
DE
6718 * linux-low.c (my_waitpid): Delete unnecessary prototype.
6719
00f515da
DE
67202009-12-18 Doug Evans <dje@google.com>
6721
e9464885
DE
6722 * event-loop.c: Include unistd.h if it exists.
6723
07d4f67e
DE
6724 * linux-low.c (my_waitpid): Move definition away from being in
6725 between linux_tracefork_child/linux_test_for_tracefork.
6726
00f515da
DE
6727 * gdb_proc_service.h (psaddr_t): Fix type.
6728 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
6729 signature to match glibc.
6730
1de1badb
DE
67312009-12-16 Doug Evans <dje@google.com>
6732
6733 * linux-low.c (linux_read_memory): Fix argument to read.
6734
aeeb81d1
PA
67352009-11-26 Pedro Alves <pedro@codesourcery.com>
6736
6737 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
6738 events, don't leave current_inferior pointing at null.
6739
10357975
PA
67402009-11-26 Pedro Alves <pedro@codesourcery.com>
6741
6742 * win32-low.c (LOG): Delete.
6743 (OUTMSG): Output to stderr.
6744 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
6745 on compile time LOG macro.
6746 (win32_wait): Fix debug output.
6747
cf6e3471
PA
67482009-11-26 Pedro Alves <pedro@codesourcery.com>
6749
6750 * win32-low.c (win32_add_one_solib): If the dll name is
6751 "ntdll.dll", prepend the system directory to the dll path.
6752
0c85e18e
MK
67532009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
6754
6755 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
6756
9ac544ce 67572009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 6758 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
6759
6760 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
6761 * configure.ac: Check for __mcoldfire__ and set
6762 gdb_cv_m68k_is_coldfire.
6763 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
6764 reg-cf.o and reg-m68k.o.
6765 * configure: Regenerated.
6766
fd7dd3e6
PA
67672009-11-16 Pedro Alves <pedro@codesourcery.com>
6768
6769 * linux-low.c (linux_remove_process): Add `detaching' parameter.
6770 Pass it to thread_db_free.
6771 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
6772 proper `detaching' argument to linux_remove_process.
6773 * linux-low.h (thread_db_free): Add `detaching' parameter.
6774 * thread-db.c (thread_db_init): Pass false as `detaching' argument
6775 to thread_db_free.
6776 (thread_db_free): Add `detaching' parameter. Only
6777 call td_ta_clear_event if detaching from process.
6778
75aa492e
MK
67792009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
6780
6781 * thread-db.c (thread_db_free): Fix typo.
6782
21e1bee4
PP
67832009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
6784
6785 PR gdb/10838
6786 * thread-db.c (thread_db_free): Call td_ta_clear_event.
6787
8838b45e
NS
67882009-11-03 Nathan Sidwell <nathan@codesourcery.com>
6789
6790 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
6791 with an i686 compiler.
6792 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
6793 needed.
6794 * configure: Rebuilt.
6795
8a35fb51
SL
67962009-10-29 Sandra Loosemore <sandra@codesourcery.com>
6797
6798 PR gdb/10783
6799
6800 * server.c (handle_search_memory_1): Correct read_addr initialization
6801 in loop for searching subsequent chunks.
6802
96f15937
PP
68032009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
6804
6805 * configure.ac: New --with-libthread-db option.
6806 * thread-db.c: Allow direct dependence on libthread_db.
6807 (thread_db_free): Adjust.
6808 * config.in: Regenerate.
6809 * configure: Likewise.
889bf7c5 6810
5f7d1694
PP
68112009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
6812
6813 PR gdb/10757
6814 * thread-db.c (attach_thread): New function.
6815 (maybe_attach_thread): Return success/failure.
6816 (find_new_threads_callback): Adjust.
889bf7c5
PA
6817 (thread_db_find_new_threads): Loop until no new threads.
6818
88e3b899
PA
68192009-10-13 Pedro Alves <pedro@codesourcery.com>
6820
6821 * proc-service.c (ps_lgetregs): Formatting.
6822
cdbfd419
PP
68232009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
6824
6825 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
6826 * configure.ac: Adjust.
6827 * linux-low.h (struct process_info_private): Move members to struct
6828 thread_db.
6829 (thread_db_free, thread_db_handle_monitor_command): New prototype.
6830 * linux-low.c (linux_remove_process): Adjust.
6831 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
6832 * server.c (handle_query): Move code ...
6833 (handle_monitor_command): ... here. New function.
6834 * target.h (struct target_ops): New member.
6835 * thread-db.c (struct thread_db): New.
6836 (libthread_db_search_path): New variable.
6837 (thread_db_create_event, thread_db_enable_reporting)
6838 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
6839 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
6840 (try_thread_db_load_1, dladdr_to_soname): New functions.
6841 (try_thread_db_load, thread_db_load_search): New functions.
6842 (thread_db_init): Search for libthread_db.
6843 (thread_db_free): New function.
6844 (thread_db_handle_monitor_command): Likewise.
6845 * config.in: Regenerate.
6846 * configure: Regenerate.
889bf7c5 6847
4168d2d6
UW
68482009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
6849
6850 * spu-low.c (spu_kill): Wait for inferior to terminate.
6851 Call clear_inferiors.
6852 (spu_detach): Call clear_inferiors.
6853
81ecdfbb
RW
68542009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6855
6856 * aclocal.m4: Regenerate.
6857 * config.in: Likewise.
6858 * configure: Likewise.
6859
0b9ff2c0
UW
68602009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6861
6862 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
6863 (parse_spufs_run): New function.
6864 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
6865 (ppc_breakpoint_at): Handle SPU breakpoints.
6866
efcbbd14
UW
68672009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6868
6869 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
6870 (SPUFS_MAGIC): Define.
6871 (spu_enumerate_spu_ids): New function.
6872 (linux_qxfer_spu): New function.
6873 (linux_target_ops): Install linux_qxfer_spu.
6874
f4d9bade
UW
68752009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
6876
6877 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
6878 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
6879 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
6880 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
6881 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
6882 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
6883 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
6884 (init_registers_powerpc_cell32l): Add prototype.
6885 (init_registers_powerpc_cell64l): Likewise.
6886 (ppc_arch_setup): Detect Cell/B.E. architecture.
6887
96e946ca
RW
68882009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6889
6890 * Makefile.in (datarootdir): New variable.
6891
58d6951d
DJ
68922009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * linux-low.c (linux_write_memory): Update debugging output.
6895 * Makefile.in (clean): Add new descriptions.
6896 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
6897 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
6898 * configure.srv: Add new files for arm*-*-linux*.
6899 * linux-arm-low.c: Add new declarations.
6900 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
6901 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
6902 (HWCAP_VFPv3D16): New.
6903 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
6904 instead of __IWMMXT__.
6905 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
6906 (arm_arch_setup): New.
6907 (target_regsets): Remove #ifdef. Add VFP regset.
6908 (the_low_target): Use arm_arch_setup.
6909
12b42a12
DJ
69102009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6911
6912 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
6913 the main thread again.
6914
ac8c974e
AR
69152009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
6916
6917 Adding Neutrino gdbserver.
6918 * configure: Regenerated.
6919 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
6920 * configure.srv (i[34567]86-*-nto*): New target.
6921 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
6922 * remote-utils.c [__QNX__]: Include sys/iomgr.h
6923 (nto_comctrl) [__QNX__]: New function.
6924 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
6925
4424e0c3 69262009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
6927
6928 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
6929 srv_tgtobj.
6930
912cf4ba
PA
69312009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
6932 Pedro Alves <pedro@codesourcery.com>
6933
6934 * win32-i386-low.c (i386_get_thread_context): Handle systems that
6935 don't support CONTEXT_EXTENDED_REGISTERS.
6936 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
6937 (the_low_target): Install them.
6938 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
6939 failing with ERROR_PIPE_NOT_CONNECTED.
6940
aa5ca48f
DE
69412009-06-30 Doug Evans <dje@google.com>
6942 Pierre Muller <muller@ics.u-strasbg.fr>
6943
6944 Add h/w watchpoint support to x86-linux, win32-i386.
6945 * Makefile.in (SFILES): Add i386-low.c
6946 (i386_low_h): Define.
6947 (i386-low.o): Add dependencies.
6948 (linux-x86-low.o): Add i386-low.h dependency.
6949 (win32-i386-low.o): Ditto.
6950 * i386-low.c: New file.
6951 * i386-low.h: New file.
6952 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
6953 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
6954 * linux-low.c (linux_add_process): Initialize arch_private.
6955 (linux_remove_process): Free arch_private.
6956 (add_lwp): Initialize arch_private.
6957 (delete_lwp): Free arch_private.
6958 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
6959 provided.
6960 * linux-low.h (process_info_private): New member arch_private.
6961 (lwp_info): New member arch_private.
6962 (linux_target_ops): New members new_process, new_thread,
6963 prepare_to_resume.
6964 (ptid_of): New macro.
6965 * linux-x86-low.c: Include stddef.h, i386-low.h.
6966 (arch_process_info): New struct.
6967 (arch_lwp_info): New struct.
6968 (x86_linux_dr_get, x86_linux_dr_set): New functions.
6969 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
6970 (i386_dr_low_get_status): New function.
6971 (x86_insert_point, x86_remove_point): New functions.
6972 (x86_stopped_by_watchpoint): New function.
6973 (x86_stopped_data_address): New function.
6974 (x86_linux_new_process, x86_linux_new_thread): New functions.
6975 (x86_linux_prepare_to_resume): New function.
6976 (the_low_target): Add entries for insert_point, remove_point,
6977 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
6978 prepare_to_resume.
6979 * server.c (debug_hw_points): New global.
6980 (monitor_show_help): Document set debug-hw-points.
6981 (handle_query): Process "set debug-hw-points".
6982 * server.h (debug_hw_points): Declare.
6983 (paddress): Declare.
6984 * utils.c (NUMCELLS, CELLSIZE): New macros.
6985 (get_sell, xsnprintf, paddress): New functions.
6986 * win32-arm-low.c (the_low_target): Add entries for insert_point,
6987 remove_point, stopped_by_watchpoint, stopped_data_address.
6988 * win32-i386-low.c: Include i386-low.h.
6989 (debug_reg_state): Replaces dr.
6990 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
6991 (i386_dr_low_get_status): New function.
6992 (i386_insert_point, i386_remove_point): New functions.
6993 (i386_stopped_by_watchpoint): New function.
6994 (i386_stopped_data_address): New function.
6995 (i386_initial_stuff): Update.
6996 (get_thread_context,set_thread_context,i386_thread_added): Update.
6997 (the_low_target): Add entries for insert_point,
6998 remove_point, stopped_by_watchpoint, stopped_data_address.
6999 * win32-low.c (win32_insert_watchpoint): New function.
7000 (win32_remove_watchpoint): New function.
7001 (win32_stopped_by_watchpoint): New function.
7002 (win32_stopped_data_address): New function.
7003 (win32_target_ops): Add entries for insert_watchpoint,
7004 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
7005 * win32-low.h (win32_target_ops): New members insert_point,
7006 remove_point, stopped_by_watchpoint, stopped_data_address.
7007
d993e290
PA
70082009-06-25 Pedro Alves <pedro@codesourcery.com>
7009
7010 * server.c (process_serial_event): Re-return unsupported, not
7011 error, if the type isn't recognized. Re-allow supporting only
7012 insert or remove packets. Also call require_running for
7013 breakpoints. Add missing break statement to default case. Tidy.
7014 * target.h (struct target_ops): Rename insert_watchpoint to
7015 insert_point, and remove_watchpoint to remove_point.
7016
7017 * linux-low.h (struct linux_target_ops): Likewise.
7018 * linux-low.c (linux_insert_watchpoint): Rename to ...
7019 (linux_insert_point): ... this. Adjust.
7020 (linux_remove_watchpoint): Rename to ...
7021 (linux_remove_point): ... this. Adjust.
7022 (linux_target_ops): Adjust.
7023 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
7024 (cris_insert_point): ... this.
7025 (cris_remove_watchpoint): Rename to ...
7026 (cris_remove_point): ... this.
7027 (the_low_target): Adjust.
7028
0f54c268
PM
70292009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
7030
7031 * server.c (handle_v_kill): Pass signal_pid to
7032 kill_inferior if multi_process is zero.
7033
c6314022
AR
70342009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
7035
7036 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
7037 * target.h (target_ops): Comment for *_watchpoint to make it clear
7038 the functions can get types '0' and '1'.
7039
4463ce24
AR
70402009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
7041
7042 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
7043 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
7044 * regcache.c (get_regcache): Likewise.
7045 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
7046 * win32-low.c (child_fetch_inferior_registers): Remove check for
7047 regno 0.
7048
cf8fd78b
PA
70492009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
7050 Pedro Alves <pedro@codesourcery.com>
7051
7052 * target.h (struct target_ops) <supports_multi_process>: New
7053 callback.
7054 (target_supports_multi_process): New.
7055 * server.c (handle_query): Even if GDB reports support, only
7056 enable multi-process if the target also supports it. Report
7057 multi-process support only if the target backend supports it.
7058 * linux-low.c (linux_supports_multi_process): New function.
7059 (linux_target_ops): Install it as target_supports_multi_process
7060 callback.
7061
47c0c975
DE
70622009-05-24 Doug Evans <dje@google.com>
7063
e09875d4
DE
7064 Global renaming of find_thread_pid to find_thread_ptid.
7065 * server.h (find_thread_ptid): Renamed from find_thread_pid.
7066 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
7067 All callers updated.
7068
e27d73f6
DE
7069 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
7070 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
7071 directly.
7072
47c0c975
DE
7073 * linux-low.c (get_stop_pc): Print pc if debug_threads.
7074 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
7075 (linux_resume_one_lwp): Ditto.
7076
2acc282a
DE
70772009-05-23 Doug Evans <dje@google.com>
7078
7079 * linux-low.c (linux_resume_one_lwp): Change type of first arg
7080 from struct inferior_list_entry * to struct lwp_info *.
7081 All callers updated.
7082
9f1036c1
DE
70832009-05-13 Doug Evans <dje@google.com>
7084
7085 * linux-x86-low.c: Don't include assert.h.
7086 (x86_siginfo_fixup): Use fatal, not assert.
7087 (x86_arch_setup): Fix comment.
7088
d0722149
DE
70892009-05-12 Doug Evans <dje@google.com>
7090
7091 Biarch support for i386/amd64 gdbserver.
7092 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
7093 Add linux-x86-low.c.
7094 (linux-i386-low.o, linux-x86-64-low.o): Delete.
7095 (linux-x86-low.o): Add.
7096 * linux-x86-64-low.c: Delete.
7097 * linux-i386-low.c: Delete.
7098 * linux-x86-low.c: New file.
7099 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
7100 linux-x86-low.o.
7101 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
7102 linux-x86-low.o.
7103 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
7104 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
7105 (linux_child_pid_to_exec_file): New function.
7106 (elf_64_header_p, elf_64_file_p): New functions.
7107 (siginfo_fixup): New function.
7108 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
7109 give target a chance to convert layout.
7110 * linux-low.h (linux_target_ops): New member siginfo_fixup.
7111 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
7112
fdeb2a12
DE
71132009-05-07 Doug Evans <dje@google.com>
7114
7115 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
7116 (regsets_store_inferior_registers): Ditto.
7117
a6dbe5df
PA
71182009-05-06 Pedro Alves <pedro@codesourcery.com>
7119
7120 PR server/10048
7121
7122 * linux-low.c (must_set_ptrace_flags): Delete.
7123 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
7124 of the global.
7125 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
7126 `lwp->must_set_ptrace_flags' instead.
ba42693b 7127 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
7128 (linux_wait_1): ... not here.
7129
5091eb23
DE
71302009-04-30 Doug Evans <dje@google.com>
7131
9f767825
DE
7132 * inferiors.c (started_inferior_callback): New function.
7133 (attached_inferior_callback): New function.
7134 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
7135 * server.c (print_started_pid, print_attached_pid): New functions.
7136 (detach_or_kill_for_exit): New function.
7137 (main): Call it instead of for_each_inferior (kill_inferior_callback).
7138 * server.h (have_started_inferiors_p): Declare.
7139 (have_attached_inferiors_p): Declare.
7140
5091eb23
DE
7141 * inferiors.c (remove_process): Fix memory leak, free process.
7142 * linux-low.c (linux_remove_process): New function.
7143 (linux_kill): Call it instead of remove_process.
7144 (linux_detach, linux_wait_1): Ditto.
7145
155c8968
PA
71462009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
7147
7148 * configure.srv: Add x86 Windows CE target.
7149
7fe519cb
UW
71502009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7151
7152 * inferiors.c (get_thread_process): Make global.
7153 * server.h (get_thread_process): Add prototype.
7154 * thread-db.c (find_one_thread): Use get_thread_process
7155 instead of current_process.
7156 (thread_db_get_tls_address): Do not crash if called when
7157 thread layer is not yet initialized.
7158
5472f405
UW
71592009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
7160
7161 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
7162 * spu-low.c (current_tid): Rename to ...
7163 (current_ptid): ... this.
7164 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
7165 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
7166 ptid_get_lwp (current_ptid) instead of current_tid.
7167 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
7168 instead of current_tid. Use find_process_pid to verify pid
7169 argument is valid. Pass proper argument to remove_process.
7170 (spu_thread_alive): Compare current_ptid instead of current_tid.
7171 (spu_resume): Likewise.
7172
55ac2b99
PA
71732009-04-02 Pedro Alves <pedro@codesourcery.com>
7174
7175 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
7176 variable.
7177
95954743
PA
71782009-04-01 Pedro Alves <pedro@codesourcery.com>
7179
7180 Implement the multiprocess extensions, and add linux multiprocess
7181 support.
7182
7183 * server.h (ULONGEST): Declare.
7184 (struct ptid, ptid_t): New.
7185 (minus_one_ptid, null_ptid): Declare.
7186 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7187 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
7188 (struct inferior_list_entry): Change `id' type from unsigned from
7189 to ptid_t.
7190 (struct sym_cache, struct breakpoint, struct
7191 process_info_private): Forward declare.
7192 (struct process_info): Declare.
7193 (current_process): Declare.
7194 (all_processes): Declare.
7195 (initialize_inferiors): Declare.
7196 (add_thread): Adjust to use ptid_t.
7197 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
7198 (add_process, remove_process, find_thread_pid): Declare.
7199 (find_inferior_id): Adjust to use ptid_t.
7200 (cont_thread, general_thread, step_thread): Change type to ptid_t.
7201 (multi_process): Declare.
7202 (push_event): Adjust to use ptid_t.
7203 (read_ptid, write_ptid): Declare.
7204 (prepare_resume_reply): Adjust to use ptid_t.
7205 (clear_symbol_cache): Declare.
7206 * inferiors.c (all_processes): New.
7207 (null_ptid, minus_one_ptid): New.
7208 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
7209 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
7210 (add_thread): Change unsigned long to ptid. Remove gdb_id
7211 parameter. Adjust.
7212 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
7213 (gdb_id_to_thread): Rename to ...
7214 (find_thread_pid): ... this. Change unsigned long to ptid.
7215 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
7216 (loaded_dll, pull_pid_from_list): Adjust.
7217 (add_process, remove_process, find_process_pid)
7218 (get_thread_process, current_process, initialize_inferiors): New.
7219 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
7220 (struct target_waitstatus) <related_pid>: Ditto.
7221 (struct target_ops) <kill, detach>: Add `pid' argument. Change
7222 return type to int.
7223 (struct target_ops) <join>: Add `pid' argument.
7224 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
7225 (struct target_ops) <wait>: Add `ptid' field. Change return type
7226 to ptid.
7227 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
7228 (mywait): Add `ptid' argument. Change return type to ptid_t.
7229 (target_pid_to_str): Declare.
7230 * target.c (set_desired_inferior): Adjust to use ptids.
7231 (mywait): Add new `ptid' argument. Adjust.
7232 (target_pid_to_str): New.
7233 * mem-break.h (free_all_breakpoints): Declare.
7234 * mem-break.c (breakpoints): Delelete.
7235 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
7236 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
7237 to use per-process breakpoint list.
7238 (free_all_breakpoints): New.
7239 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
7240 (symbol_cache, all_symbols_looked_up): Delete.
7241 (hexchars): New.
7242 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
7243 read_ptid): New.
7244 (prepare_resume_reply): Change ptid argument's type from unsigned
7245 long to ptid_t. Adjust. Implement W;process and X;process.
7246 (free_sym_cache, clear_symbol_cache): New.
7247 (look_up_one_symbol): Adjust to per-process symbol cache. *
7248 * server.c (cont_thread, general_thread, step_thread): Change type
7249 to ptid_t.
7250 (attached): Delete.
7251 (multi_process): New.
7252 (last_ptid): Change type to ptid_t.
7253 (struct vstop_notif) <ptid>: Change type to ptid_t.
7254 (queue_stop_reply, push_event): Change `ptid' argument's type to
7255 ptid_t.
7256 (discard_queued_stop_replies): Add `pid' argument.
7257 (start_inferior): Adjust to use ptids. Adjust to mywait interface
7258 changes. Don't reference the `attached' global.
7259 (attach_inferior): Adjust to mywait interface changes.
7260 (handle_query): Adjust to use ptids. Parse GDB's qSupported
7261 features. Handle and report "multiprocess+". Handle
7262 "qAttached:PID".
7263 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
7264 changes.
7265 (handle_v_kill): New.
7266 (handle_v_stopped): Adjust to use target_pid_to_str.
7267 (handle_v_requests): Allow multiple attaches and runs when
7268 multiprocess extensions are in effect. Handle "vKill".
7269 (myresume): Adjust to use ptids.
7270 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
7271 (handle_status): Adjust to discard_queued_stop_replies interface
7272 change.
7273 (first_thread_of, kill_inferior_callback)
7274 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
7275 (main): Call initialize_inferiors. Adjust to use ptids, killing
7276 and detaching from all inferiors. Handle multiprocess packet
7277 variants.
7278 * linux-low.h: Include gdb_proc_service.h.
7279 (struct process_info_private): New.
7280 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
7281 <lwpid_of>: Use ptid_get_lwp.
7282 (get_lwp_thread): Adjust.
7283 (struct lwp_info): Add `dead' member.
7284 (find_lwp_pid): Declare.
7285 * linux-low.c (thread_db_active): Delete.
7286 (new_inferior): Adjust comment.
7287 (inferior_pid): Delete.
7288 (linux_add_process): New.
7289 (handle_extended_wait): Adjust.
7290 (add_lwp): Change unsigned long to ptid.
7291 (linux_create_inferior): Add process to processes table. Adjust
7292 to use ptids. Don't set new_inferior here.
7293 (linux_attach_lwp): Rename to ...
7294 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
7295 it. Adjust to use ptids.
7296 (linux_attach_lwp): New.
7297 (linux_attach): Add process to processes table. Don't set
7298 new_inferior here.
7299 (struct counter): New.
7300 (second_thread_of_pid_p, last_thread_of_process_p): New.
7301 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
7302 multiple processes.
7303 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
7304 processes. Remove process from process table.
7305 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
7306 to multiple processes.
7307 (any_thread_of): New.
7308 (linux_detach): Add `pid' argument, and handle it. Remove process
7309 from processes table.
7310 (linux_join): Add `pid' argument. Handle it.
7311 (linux_thread_alive): Change unsighed long argument to ptid_t.
7312 Consider dead lwps as not being alive.
7313 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
7314 threads we're not interested in.
7315 (same_lwp, find_lwp_pid): New.
7316 (linux_wait_for_lwp): Change `pid' argument's type from int to
7317 ptid_t. Adjust.
7318 (linux_wait_for_event): Rename to ...
7319 (linux_wait_for_event_1): ... this. Change `pid' argument's type
7320 from int to ptid_t. Adjust.
7321 (linux_wait_for_event): New.
7322 (linux_wait_1): Add `ptid' argument. Change return type to
7323 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
7324 that exit from the process table.
7325 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
7326 Adjust.
7327 (mark_lwp_dead): New.
7328 (wait_for_sigstop): Adjust to use ptids. If a process exits while
7329 stopping all threads, mark its main lwp as dead.
7330 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
7331 ptids.
7332 (fetch_register, usr_store_inferior_registers)
7333 (regsets_fetch_inferior_registers)
7334 (regsets_store_inferior_registers, linux_read_memory)
7335 (linux_write_memory): Inline `inferior_pid'.
7336 (linux_look_up_symbols): Adjust to use per-process
7337 `thread_db_active'.
7338 (linux_request_interrupt): Adjust to use ptids.
7339 (linux_read_auxv): Inline `inferior_pid'.
7340 (initialize_low): Don't reference thread_db_active.
7341 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
7342 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
7343 (ps_getpid): Return the pid of the current inferior.
7344 * thread-db.c (proc_handle, thread_agent): Delete.
7345 (thread_db_create_event, thread_db_enable_reporting): Adjust to
7346 per-process data.
7347 (find_one_thread): Change argument type to ptid_t. Adjust to
7348 per-process data.
7349 (maybe_attach_thread): Adjust to per-process data and ptids.
7350 (thread_db_find_new_threads): Ditto.
7351 (thread_db_init): Ditto.
7352 * spu-low.c (spu_create_inferior, spu_attach): Add process to
7353 processes table. Adjust to use ptids.
7354 (spu_kill, spu_detach): Adjust interface. Remove process from
7355 processes table.
7356 (spu_join, spu_thread_alive): Adjust interface.
7357 (spu_wait): Adjust interface. Remove process from processes
7358 table. Adjust to use ptids.
7359 * win32-low.c (current_inferior_tid): Delete.
7360 (current_inferior_ptid): New.
7361 (debug_event_ptid): New.
7362 (thread_rec): Take a ptid. Adjust.
7363 (child_add_thread): Add `pid' argument. Adjust to use ptids.
7364 (child_delete_thread): Ditto.
7365 (do_initial_child_stuff): Add `attached' argument. Add process to
7366 processes table.
7367 (child_fetch_inferior_registers, child_store_inferior_registers):
7368 Adjust.
7369 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
7370 (win32_attach): Pass 1 to do_initial_child_stuff.
7371 (win32_kill): Adjust interface. Remove process from processes
7372 table.
7373 (win32_detach): Ditto.
7374 (win32_join): Adjust interface.
7375 (win32_thread_alive): Take a ptid.
7376 (win32_resume): Adjust to use ptids.
7377 (get_child_debug_event): Ditto.
7378 (win32_wait): Adjust interface. Remove exiting process from
7379 processes table.
7380
bd99dc85
PA
73812009-04-01 Pedro Alves <pedro@codesourcery.com>
7382
7383 Non-stop mode support.
7384
7385 * server.h (non_stop): Declare.
7386 (gdb_client_data, handler_func): Declare.
7387 (delete_file_handler, add_file_handler, start_event_loop):
7388 Declare.
7389 (handle_serial_event, handle_target_event, push_event)
7390 (putpkt_notif): Declare.
7391 * target.h (enum resume_kind): New.
7392 (struct thread_resume): Replace `step' field by `kind' field.
7393 (TARGET_WNOHANG): Define.
7394 (struct target_ops) <wait>: Add `options' argument.
7395 <supports_non_stop, async, start_non_stop>: New fields.
7396 (target_supports_non_stop, target_async): New.
7397 (start_non_stop): Declare.
7398 (mywait): Add `options' argument.
7399 * target.c (mywait): Add `options' argument. Print child exit
7400 notifications here.
7401 (start_non_stop): New.
7402 * server.c (non_stop, own_buf, mem_buf): New globals.
7403 (struct vstop_notif): New.
7404 (notif_queue): New global.
7405 (queue_stop_reply, push_event, discard_queued_stop_replies)
7406 (send_next_stop_reply): New.
7407 (start_inferior): Adjust to use resume_kind. Adjust to mywait
7408 interface changes.
7409 (attach_inferior): In non-stop mode, don't wait for the target
7410 here.
7411 (handle_general_set): Handle QNonStop.
7412 (handle_query): When handling qC, return the current general
7413 thread, instead of the first thread of the list.
7414 (handle_query): If the backend supports non-stop mode, include
7415 QNonStop+ in the qSupported query response.
7416 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
7417 and non-stop mode.
7418 (handle_v_attach, handle_v_run): Handle non-stop mode.
7419 (handle_v_stopped): New.
7420 (handle_v_requests): Report support for vCont;t. Handle vStopped.
7421 (myresume): Adjust to use resume_kind. Handle non-stop.
7422 (queue_stop_reply_callback): New.
7423 (handle_status): Handle non-stop mode.
7424 (main): Clear non_stop flag on reconnection. Use the event-loop.
7425 Refactor serial protocol handling from here ...
7426 (process_serial_event): ... to this new function. When GDB
7427 selects any thread, select one here. In non-stop mode, wait until
7428 GDB acks all pending events before exiting.
7429 (handle_serial_event, handle_target_event): New.
7430 * remote-utils.c (remote_open): Install remote_desc in the event
7431 loop.
7432 (remote_close): Remove remote_desc from the event loop.
7433 (putpkt_binary): Rename to...
7434 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
7435 (putpkt_binary): New as wrapper around putpkt_binary_1.
7436 (putpkt_notif): New.
7437 (prepare_resume_reply): In non-stop mode, don't change the
7438 general_thread.
7439 * event-loop.c: New.
7440 * Makefile.in (OBJ): Add event-loop.o.
7441 (event-loop.o): New rule.
7442
7443 * linux-low.h (pid_of): Moved here.
7444 (lwpid_of): New.
7445 (get_lwp_thread): Use lwpid_of.
7446 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
7447 * linux-low.c (pid_of): Delete.
7448 (inferior_pid): Use lwpid_of.
7449 (linux_event_pipe): New.
7450 (target_is_async_p): New.
7451 (delete_lwp): New.
7452 (handle_extended_wait): Use lwpid_of.
7453 (add_lwp): Don't set lwpid field.
7454 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
7455 (linux_kill_one_lwp): If killing a running lwp, stop it first.
7456 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
7457 (linux_detach_one_lwp): If detaching from a running lwp, stop it
7458 first. Adjust to linux_wait_for_event interface changes. Use
7459 lwpid_of.
7460 (linux_detach): Don't delete the main lwp here.
7461 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
7462 (status_pending_p): Don't consider explicitly suspended lwps.
7463 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
7464 pointer. Add OPTIONS argument. Change return type to int. Use
7465 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
7466 (linux_wait_for_event): Take an integer pid instead of a lwp_info
7467 pointer. Add status pointer argument. Return a pid instead of a
7468 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
7469 changes. In non-stop mode, don't switch to a random thread.
7470 (linux_wait): Rename to...
7471 (linux_wait_1): ... this. Add target_options argument, and handle
7472 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
7473 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
7474 clean exit and signal exit code. Don't stop all threads in
7475 non-stop mode. In all-stop mode, only stop all threads when
7476 reporting a stop to GDB. Handle explicit thread stop requests.
7477 (async_file_flush, async_file_mark): New.
7478 (linux_wait): New.
7479 (send_sigstop): Use lwpid_of.
7480 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
7481 interface changes. In non-stop mode, don't switch to a random
7482 thread.
7483 (linux_resume_one_lwp): Use lwpid_of.
7484 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
7485 (linux_resume_one_thread): ... this. Handle resume_stop. In
7486 non-stop mode, don't look for pending flag in all threads.
7487 (resume_status_pending_p): Don't consider explicitly suspended
7488 threads.
7489 (my_waitpid): Reimplement. Emulate __WALL.
7490 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
7491 Use lwpid_of.
7492 (sigchld_handler, linux_supports_non_stop, linux_async)
7493 (linux_start_non_stop): New.
7494 (linux_target_ops): Register linux_supports_non_stop, linux_async
7495 and linux_start_non_stop.
7496 (initialize_low): Install SIGCHLD handler.
7497 * thread-db.c (thread_db_create_event, find_one_thread)
7498 (thread_db_get_tls_address): Use lwpid_of.
7499 * win32-low.c (win32_detach): Adjust to use resume_kind.
7500 (win32_wait): Add `options' argument.
7501 * spu-low.c (spu_resume): Adjust to use resume_kind.
7502 (spu_wait): Add `options' argument.
7503
5b1c542e
PA
75042009-04-01 Pedro Alves <pedro@codesourcery.com>
7505
7506 Decouple target code from remote protocol.
7507
7508 * target.h (enum target_waitkind): New.
7509 (struct target_waitstatus): New.
7510 (struct target_ops) <wait>: Return an unsigned long. Take a
7511 target_waitstatus pointer instead of a char pointer.
7512 (mywait): Likewise.
7513 * target.c (mywait): Change prototype to return an unsigned long.
7514 Take a target_waitstatus pointer instead of a char pointer. Adjust.
7515 * server.h (thread_from_wait, old_thread_from_wait): Delete
7516 declarations.
7517 (prepare_resume_reply): Change prototype to take a
7518 target_waitstatus.
7519 * server.c (thread_from_wait, old_thread_from_wait): Delete.
7520 (last_status, last_ptid): New.
7521 (start_inferior): Remove "statusptr" argument. Adjust. Return a
7522 pid instead of a signal.
7523 (attach_inferior): Remove "status" and "signal" parameters.
7524 Adjust.
7525 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
7526 not as an address.
7527 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
7528 (handle_v_requests, myresume): Remove "status" and "signal"
7529 parameters. Adjust.
7530 (handle_status): New.
7531 (main): Delete local `status'. Adjust.
7532 * remote-utils.c: Include target.h.
7533 (prepare_resume_reply): Change prototype to take a
7534 target_waitstatus. Adjust.
7535
7536 * linux-low.c (linux_wait): Adjust to new target_ops->wait
7537 interface.
7538 * spu-low.c (spu_wait): Adjust.
7539 * win32-low.c (enum target_waitkind, struct target_waitstatus):
7540 Delete.
7541 (win32_wait): Adjust.
7542
2bd7c093
PA
75432009-04-01 Pedro Alves <pedro@codesourcery.com>
7544
7545 * target.h (struct thread_resume): Delete leave_stopped member.
7546 (struct target_ops): Add a `n' argument to the `resume' callback.
7547 * server.c (start_inferior): Adjust.
7548 (handle_v_cont, myresume): Adjust.
7549 * linux-low.c (check_removed_breakpoint): Adjust to resume
7550 interface change, and to removed leave_stopped field.
7551 (resume_ptr): Delete.
7552 (struct thread_resume_array): New.
7553 (linux_set_resume_request): Add new `arg' parameter. Adjust to
7554 resume interface change.
7555 (linux_continue_one_thread, linux_queue_one_thread)
7556 (resume_status_pending_p): Check if the resume field is NULL
7557 instead of checking the leave_stopped member.
7558 (linux_resume): Adjust to the target resume interface change.
7559 * spu-low.c (spu_resume): Adjust to the target resume interface
7560 change.
7561 * win32-low.c (win32_detach, win32_resume): Ditto.
7562
c35fafde
PA
75632009-04-01 Pedro Alves <pedro@codesourcery.com>
7564
7565 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
7566 flag.
7567 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
7568 pending.
7569 (linux_continue_one_thread): Only preserve the stepping flag if
7570 there's a pending breakpoint.
7571
0a59d50b
PA
75722009-03-31 Pedro Alves <pedro@codesourcery.com>
7573
7574 * server.c (main): After the inferior having exited, call
7575 remote_close before exiting gdbserver.
7576
f04c6d38
TJB
75772009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
7578
7579 Fix size of FPSCR in Power 7 processors.
7580 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
7581 (PPC_FEATURE_HAS_DFP): New #define.
7582 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
7583 size of the FPSCR.
7584
78e5cee6
PA
75852009-03-23 Pedro Alves <pedro@codesourcery.com>
7586
7587 * server.c (handle_query) Whitespace and formatting.
7588
1b3f6016
PA
75892009-03-22 Pedro Alves <pedro@codesourcery.com>
7590
7591 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
7592 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
7593 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
7594 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
7595 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
7596 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
7597 Makefile.in, configure.ac: Fix whitespace throughout.
7598 * configure: Regenerate.
7599
a07b2135
PA
76002009-03-22 Pedro Alves <pedro@codesourcery.com>
7601
7602 * inferiors.c (find_inferior): Make it safe for the callback
7603 function to delete the currently iterated inferior.
7604
67cc2626
PA
76052009-03-22 Pedro Alves <pedro@codesourcery.com>
7606
7607 * Makefile.in (linuw_low_h): Move higher.
7608 (thread-db.o): Depend on $(linux_low_h).
7609
54a0b537
PA
76102009-03-17 Pedro Alves <pedro@codesourcery.com>
7611
7612 Rename "process" to "lwp" throughout.
7613
7614 * linux-low.c (all_processes): Rename to...
7615 (all_lwps): ... this.
7616 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
7617 (add_process): Rename to ...
7618 (add_lwp): ... this. Adjust.
7619 (linux_create_inferior): Adjust.
7620 (linux_attach_lwp): Adjust.
7621 (linux_attach): Adjust.
7622 (linux_kill_one_process): Rename to ...
7623 (linux_kill_one_lwp): ... this. Adjust.
7624 (linux_kill): Adjust.
7625 (linux_detach_one_process): Rename to ...
7626 (linux_detach_one_lwp): ... this. Adjust.
7627 (linux_detach): Adjust.
7628 (check_removed_breakpoint): Adjust.
7629 (status_pending_p): Adjust.
7630 (linux_wait_for_process): Rename to ...
7631 (linux_wait_for_lwp): ... this. Adjust.
7632 (linux_wait_for_event): Adjust.
7633 (send_sigstop): Adjust.
7634 (wait_for_sigstop): Adjust.
7635 (stop_all_processes): Rename to ...
7636 (stop_all_lwps): ... this.
7637 (linux_resume_one_process): Rename to ...
7638 (linux_resume_one_lwp): ... this. Adjust.
7639 (linux_set_resume_request, linux_continue_one_thread)
7640 (linux_queue_one_thread, resume_status_pending_p)
7641 (usr_store_inferior_registers, regsets_store_inferior_registers)
7642 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
7643 Adjust.
7644 * linux-low.h (get_process): Rename to ...
7645 (get_lwp): ... this. Adjust.
7646 (get_thread_process): Rename to ...
7647 (get_thread_lwp): ... this. Adjust.
7648 (get_process_thread): Rename to ...
7649 (get_lwp_thread): ... this. Adjust.
7650 (struct process_info): Rename to ...
7651 (struct lwp_info): ... this.
7652 (all_processes): Rename to ...
7653 (all_lwps): ... this.
7654 * proc-service.c (ps_lgetregs): Adjust.
7655 * thread-db.c (thread_db_create_event, find_one_thread)
7656 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
7657
0b16c5cf
PA
76582009-03-14 Pedro Alves <pedro@codesourcery.com>
7659
7660 * server.c (handle_query): Handle "qAttached".
7661
32de4b9d
NS
76622009-03-13 Nathan Sidwell <nathan@codesourcery.com>
7663
7664 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
7665 GPLv3, update license URL.
7666
2aecd87f
DE
76672009-03-01 Doug Evans <dje@google.com>
7668
93efd302 7669 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
7670 (server_h): Add gdb_signals.h.
7671 (signals.o): Update.
7672 * server.h (target_signal_from_host,target_signal_to_host_p)
7673 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
7674
86b1f9c5
PM
76752009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
7676
7677 * remote-utils.c (getpkt): Also generate remote-debug
7678 information if noack_mode is set.
7679
4aa995e1
PA
76802009-02-06 Pedro Alves <pedro@codesourcery.com>
7681
7682 * server.c (handle_query): Report qXfer:siginfo:read and
7683 qXfer:siginfo:write as supported and handle them.
7684 * target.h (struct target_ops) <qxfer_siginfo>: New field.
7685 * linux-low.c (linux_xfer_siginfo): New.
7686 (linux_target_ops): Set it.
7687
62709adf
PA
76882009-01-26 Pedro Alves <pedro@codesourcery.com>
7689
7690 * server.c (gdbserver_usage): Mention --remote-debug.
7691 (main): Accept '--remote-debug' switch.
7692
aef93bd7
DE
76932009-01-18 Doug Evans <dje@google.com>
7694
7695 * regcache.c (new_register_cache): No need to check result of xcalloc.
7696 * server.c (handle_search_memory): Back out calls to xmalloc,
7697 result is checked and error is returned to user upon failure.
7698 (handle_query): Ditto. Add more checks for result of malloc.
7699 (handle_v_cont): Check result of malloc, report error back to
7700 user upon failure.
7701 (handle_v_run): Ditto. Call freeargv.
7702 * server.h (freeargv): Declare.
7703 * utils.c (freeargv): New fn.
7704
54363045
DE
77052009-01-15 Doug Evans <dje@google.com>
7706
f626972c
DE
7707 * gdbreplay.c (perror_with_name): Make arg const char *.
7708 * server.h (target_signal_to_name): Make return type const char *.
0842e787 7709 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 7710 * utils.c (perror_with_name): Make arg const char *.
54363045 7711
18aae699
PA
77122009-01-14 Pedro Alves <pedro@codesourcery.com>
7713
7714 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
7715 when handling a EXIT_PROCESS_DEBUG_EVENT.
7716
ff703abe
JB
77172009-01-06 Joel Brobecker <brobecker@adacore.com>
7718
7719 * gdbreplay.c (gdbreplay_version): Update copyright year.
7720 * server.c (gdbserver_version): Likewise.
7721
f21cc1a2 77222009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
7723
7724 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 7725 (handle_extended_wait): Improve comment.
0e21c1ec 7726
bca929d3
DE
77272008-12-13 Doug Evans <dje@google.com>
7728
7729 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
7730 * server.h (ATTR_MALLOC): New macro.
7731 (xmalloc,xcalloc,xstrdup): Declare.
7732 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
7733 * inferiors.c: Ditto.
7734 * linux-low.c: Ditto.
7735 * mem-break.c: Ditto.
7736 * regcache.c: Ditto.
7737 * remote-utils.c: Ditto.
7738 * server.c: Ditto.
7739 * target.c: Ditto.
7740 * win32-low.c: Ditto.
7741
97438e3f
DE
77422008-12-12 Doug Evans <dje@google.com>
7743
896c7fbb
DE
7744 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
7745 in debugging printf.
7746
97438e3f
DE
7747 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
7748
e3b886f8
DE
77492008-12-09 Doug Evans <dje@google.com>
7750
7751 * linux-low.h (struct process_info): Delete member tid, unused.
7752 * thread-db.c (find_one_thread): Update.
7753 (maybe_attach_thread): Update.
7754
07e059b5
VP
77552008-12-02 Pedro Alves <pedro@codesourcery.com>
7756
889bf7c5
PA
7757 * target.h (struct target_ops): Add qxfer_osdata member.
7758 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
7759 and dirent.h.
7760 (linux_qxfer_osdata): New functions.
7761 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
7762 callback.
7763 * server.c (handle_query): Handle "qXfer:osdata:read:".
7764 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
7765 (buffer_xml_printf): New functions.
7766 * server.h (struct buffer): New.
7767 (buffer_grow_str, buffer_grow_str0): New macros.
7768 (buffer_grow, buffer_free, buffer_init, buffer_finish)
7769 (buffer_xml_printf): Declare.
07e059b5 7770
4cab47ab
DE
77712008-11-24 Doug Evans <dje@google.com>
7772
7773 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
7774
f142445f
DJ
77752008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
7776
7777 * server.c (handle_v_run): Always use the supplied argument list.
7778
d0107bb6 77792008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 7780
d0107bb6
BW
7781 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
7782 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 7783
2c4ad781
TJB
77842008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
7785
7786 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
7787 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
7788 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
7789 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
7790 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
7791 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
7792 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
7793 XML target descriptions.
7794 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
7795 when inferior is running on an ISA 2.05 or later processor. Add
7796 special case to return offset for full 64-bit slot of FPSCR when
7797 in 32-bits.
7798
dfb64f85
DJ
77992008-11-14 Daniel Gutson <dgutson@codesourcery.com>
7800
7801 * Makefile.in (SFILES, clean): Added sparc64 files.
7802 (reg-sparc64.o, reg-sparc64.c): New.
7803 * configure.srv (sparc*-*-linux*): New configuration.
7804 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
7805 syscall arguments for SPARC.
7806 (regsets_store_inferior_registers): Likewise.
7807 * linux-sparc-low.c: New file.
7808
66b6e1dd
DE
78092008-10-21 Doug Evans <dje@google.com>
7810
7811 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
7812 (READLINE_DIR,READLINE_DEP): Delete.
7813 (INTERNAL_CFLAGS): Update.
7814 (LINTFLAGS): Update.
7815
9b710a42
PA
78162008-10-10 Pedro Alves <pedro@codesourcery.com>
7817
7818 * server.c (handle_v_run): If GDB didn't specify an argv, use the
7819 whole argv from the last run, not just argv[0].
7820
5822d809
PA
78212008-09-08 Pedro Alves <pedro@codesourcery.com>
7822
7823 * regcache.c (new_register_cache): Return NULL if the register
7824 cache size isn't known yet.
7825 (free_register_cache): Avoid dereferencing a NULL regcache.
7826
74aac56f
DJ
78272008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7828
7829 * configure.srv: Merge MIPS and MIPS64.
7830
400b20f5
MR
78312008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
7832
7833 * Makefile.in (uninstall): Apply $(EXEEXT) too.
7834
677c5bb1
LM
78352008-08-18 Luis Machado <luisgpm@br.ibm.com>
7836
7837 * Makefile.in: Add required vsx dependencies.
7838
7839 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
7840 Declare init_registers_powerpc_vsx32l.
7841 Declare init_registers_powerpc_vsx64l.
7842 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
7843 (ppc_arch_setup): Check for VSX in hwcap.
7844 (ppc_fill_vsxregset): New function.
7845 (ppc_store_vsxregset): New function.
7846 Add new VSX entry in regset_info target_regsets.
7847
7848 * configure.srv: Add new VSX dependencies.
7849
a6f3e723
SL
78502008-08-12 Pedro Alves <pedro@codesourcery.com>
7851
7852 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
7853 (remote_open): Set or clear transport_is_reliable.
7854 (putpkt_binary): Don't expect acks in noack mode.
7855 (getpkt): Don't send ack/nac in noack mode.
7856 * server.c (handle_general_set): Handle QStartNoAckMode.
7857 (handle_query): If connected by tcp pass QStartNoAckMode+ in
7858 qSupported.
7859 (main): Reset noack_mode on every connection.
7860 * server.h (noack_mode): Declare.
7861
a417dc56
RW
78622008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7863
7864 * Makefile.in (GDBREPLAY_OBS): New variable.
7865 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
7866
3221518c
UW
78672008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
7868 Daniel Jacobowitz <dan@codesourcery.com>
7869
7870 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
7871 (usr_store_inferior_registers): Likewise.
7872 (regsets_store_inferior_registers): Likewise.
7873
ec56be1b
PA
78742008-07-31 Rolf Jansen <rj@surtec.com>
7875 Pedro Alves <pedro@codesourcery.com>
7876
7877 * configure.ac: Check for memmem declaration.
7878 * server.c [HAVE_MALLOC_H]: Include malloc.h.
7879 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
7880 (disable_packet_qfThreadInfo): Unconditionally compile.
7881 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
7882 * configure, config.in: Regenerate.
7883
2fe5e3ff
DE
78842008-07-28 Doug Kwan <dougkwan@google.com>
7885
7886 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
7887 (linux_write_memory): Remove declaration of errno.
7888
836acd6d
UW
78892008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
7890
7891 * linux-low.c (handle_extended_wait): Do not use "status"
7892 variable uninitialized.
7893
aeba519e
PA
78942008-07-07 Pedro Alves <pedro@codesourcery.com>
7895
7896 * server.c (handle_v_attach): Inhibit reporting dll changes.
7897
db42f210
PA
78982008-06-27 Pedro Alves <pedro@codesourcery.com>
7899
7900 * remote-utils.c (prepare_resume_reply): If requested, don't
7901 output "thread:TID" in the T stop reply.
7902
7903 * server.c (disable_packet_vCont, disable_packet_Tthread)
7904 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
7905 (handle_query): If requested, disable support for qC, qfThreadInfo
7906 and qsThreadInfo.
7907 (handle_v_requests): If requested, disable support for vCont.
7908 (gdbserver_show_disableable): New.
7909 (main): Handle --disable-packet and --disable-packet=LIST.
7910
7911 * server.h (disable_packet_vCont, disable_packet_Tthread)
7912 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
7913
8e4c5421
CD
79142008-06-20 Carlos O'Donell <carlos@codesourcery.com>
7915
7916 * server.c (gdbserver_usage): Mention --version.
7917
6e23a804
DJ
79182008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
7919
7920 * Makefile.in (gdbreplay.o): New rule.
7921
90aa6a40
JM
79222008-06-06 Joseph Myers <joseph@codesourcery.com>
7923
7924 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
7925 message, not gdbserver.
7926
c16158bc 79272008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
7928 Nathan Sidwell <nathan@codesourcery.com>
7929 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
7930
7931 * acinclude.m4: Include ../../config/acx.m4.
7932 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
7933 * configure, config.in: Regenerate.
7934 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
7935 * server.c (gdbserver_version): Print PKGVERSION.
7936 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
7937 (main): Adjust gdbserver_usage calls.
7938 * gdbreplay.c (version, host_name): Add declarations.
7939 (gdbreplay_version, gdbreplay_usage): New.
7940 (main): Accept --version and --help options.
7941
aeb75bf5
DJ
79422008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
7943
7944 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
7945 (arm_breakpoint_at): Handle Thumb.
7946 (the_low_target): Add comment.
7947
76b233dd
UW
79482008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
7949
7950 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
7951
08388c79
DE
79522008-05-09 Doug Evans <dje@google.com>
7953
a3c83fae
DE
7954 * server.h (decode_search_memory_packet): Declare.
7955 * remote-utils.c (decode_search_memory_packet): New fn.
7956 * server.c (handle_search_memory_1): New fn.
08388c79
DE
7957 (handle_search_memory): New fn.
7958 (handle_query): Process qSearch:memory packets.
7959
bb9c3d36
UW
79602008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
7961
7962 * regcache.c (registers_length): Remove.
7963 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
7964 full register packet.
7965 * regcache.h (registers_length): Remove prototype.
7966 * server.h (PBUFSIZ): Define to 16384.
7967
7284e1be
UW
79682008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
7969
7970 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
7971 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
7972 powerpc-64l.o, and powerpc-altivec64l.o.
7973 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
7974 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
7975 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
7976 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
7977 rs6000/power-linux.xml, and rs6000/power64-linux.xml
7978 to srv_xmlfiles.
7979
7980 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
7981 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
7982 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
7983 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
7984 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
7985 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
7986 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
7987 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
7988 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
7989 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
7990 (clean): Update.
7991
7992 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
7993 (init_registers_powerpc_32l): ... this new prototype.
7994 (init_registers_powerpc_32): Remove, replace by ...
7995 (init_registers_powerpc_altivec32l): ... this new prototype.
7996 (init_registers_powerpc_e500): Remove, replace by ...
7997 (init_registers_powerpc_e500l): ... this new prototype.
7998 (init_registers_ppc64): Remove, replace by ...
7999 (init_registers_powerpc_64l): ... this new prototype.
8000 (init_registers_powerpc_64): Remove, replace by ...
8001 (init_registers_powerpc_altivec64l): ... this new prototype.
8002 (ppc_num_regs): Set to 73.
8003 (PT_ORIG_R3, PT_TRAP): Define if necessary.
8004 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
8005 (ppc_cannot_store_register): Handle orig_r3 and trap.
8006 (ppc_arch_setup): Update init_registers_... calls.
8007 (ppc_fill_gregset): Handle orig_r3 and trap.
8008
8009 * inferiors.c (clear_inferiors): Reset current_inferior.
8010
fdc59709
PB
80112008-04-23 Paolo Bonzini <bonzini@gnu.org>
8012
889bf7c5
PA
8013 * acinclude.m4: Add override.m4.
8014 * configure: Regenerate.
fdc59709 8015
c9b2f845
UW
80162008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8017
8018 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
8019 initial call to init_register_ppc64.
8020
550512b8
UW
80212008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
8022
43aaf8b6
PA
8023 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into
8024 single powerpc*-*-linux* case.
550512b8
UW
8025 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
8026
b6430ec3
UW
80272008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
8028
8029 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 8030 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
8031 from reg_xmlfiles.
8032 * linux-ppc-low.c: Include <elf.h>.
8033 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
8034 (ppc_hwcap): New global variable.
8035 (ppc_regmap): Remove __SPE__ #ifdef sections.
8036 (ppc_regmap_e500): New global variable.
8037 (ppc_cannot_store_register): Update __SPE__ special case.
8038 (ppc_get_hwcap): New function.
8039 (ppc_arch_setup): Use it to determine whether inferior supports
8040 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
8041 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
8042 Do not access registers if target does not support AltiVec.
8043 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
8044 Do not access registers if target does not support SPE.
8045 (target_regsets): Unconditionally include AltiVec and SPE regsets.
8046
52fa2412
UW
80472008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8048
8049 * linux-low.c (disabled_regsets, num_regsets): New.
8050 (use_regsets_p): Delete.
8051 (linux_wait_for_process): Clear disabled_regsets.
8052 (regsets_fetch_inferior_registers): Check and set it.
8053 (regsets_store_inferior_registers): Likewise.
8054 (linux_fetch_registers, linux_store_registers): Do not use
8055 use_regsets_p.
8056 (initialize_low): Allocate disabled_regsets.
8057
e28b3332
DJ
80582008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
8059
8060 * Makefile.in (LIBOBJS): New.
8061 (OBS): Use LIBOBJS.
8062 (memmem.o): New rule.
8063 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
8064 * configure: Regenerated.
8065
4536995d
UW
80662008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
8067
8068 * server.c (handle_query): Never return "unsupported" for
8069 qXfer:features:read queries.
8070
221c031f
UW
80712008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
8072
8073 * server.c (get_features_xml): Fix inverted condition.
8074 (handle_query): Always support qXfer:feature:read.
8075
ccd213ac
DJ
80762008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
8077
8078 * server.c (wrapper_argv): New.
8079 (start_inferior): Handle wrapper_argv. If set, expect an extra
8080 trap.
8081 (gdbserver_usage): Document --wrapper.
8082 (main): Parse --wrapper.
8083
6fe305f7
UW
80842008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8085
8086 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
8087 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
8088 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
8089 (ppc_set_pc): Likewise.
8090 (ppc_arch_setup): New function.
8091 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
8092 of collect_register.
889bf7c5 8093 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 8094
5b0a002e
UW
80952008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8096
8097 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
8098 instead of linux-ppc64-low.o.
8099 * linux-ppc64-low.c: Remove file.
8100 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
8101 (linux-ppc64-low.o): Remove rule.
8102
8103 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
8104 (init_registers_powerpc_64): Likewise.
8105 (ppc_regmap): Conditionally define depending on __powerpc64__.
8106 (ppc_cannot_store_register): Do not special-case "fpscr" when
8107 compiled on __powerpc64__.
8108 (ppc_collect_ptrace_register): New function.
8109 (ppc_supply_ptrace_register): New function.
8110 (ppc_breakpoint): Change type to "unsigned int".
8111 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
8112 (the_low_target): Conditionally provide initializers for the
889bf7c5 8113 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
8114 collect_ptrace_register and supply_ptrace_register members.
8115
9b4b61c8
UW
81162008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
8117
8118 * regcache.h (gdbserver_xmltarget): Add extern declaration.
8119 * server.c (gdbserver_xmltarget): Define.
8120 (get_features_xml): Use it to replace "target.xml" and arch_string.
8121
8122 * configure.srv: Remove srv_xmltarget. Add XML files that were
8123 mentioned there to srv_xmlfiles instead. Remove conditional tests
8124 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
8125 srv_xmlfiles and srv_regobj to include all possible choices.
8126 * configure.ac (srv_xmltarget): Remove.
8127 (srv_xmlfiles): Do not add "target.xml".
8128 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
8129 checks for supplementary target information.
8130 * configure: Regenerate.
8131 * Makefile.in (XML_TARGET): Remove.
8132 (target.xml): Remove rule.
8133 (clean): Do not clean up target.xml.
8134 (.PRECIOUS): Do not mention target.xml.
8135
8136 * target.h (struct target_ops): Remove arch_string member.
8137 * linux-low.c (linux_arch_string): Remove.
8138 (linux_target_ops): Remove arch_string initializer.
8139 * linux-low.h (struct linux_target_ops): Remove arch_string member.
8140 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
8141 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
8142 * spu-low.c (spu_arch_string): Remove.
8143 (spu_target_ops): Remove arch_string initializer.
8144 * win32-low.c (win32_arch_string): Remove.
8145 (win32_target_ops): Remove arch_string initializer.
8146 * win32-low.h (struct win32_target_ops): Remove arch_string member.
8147 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
8148 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
8149
ee1a7ae4
UW
81502008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8151
8152 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
8153 by collect_ptrace_register and supply_ptrace_register hooks.
8154 * linux-low.c (fetch_register): Use supply_ptrace_register callback
8155 instead of checking for the_low_target.left_pad_xfer.
8156 (usr_store_inferior_registers): Use collect_ptrace_register callback
8157 instead of checking for the_low_target.left_pad_xfer.
8158
8159 * linux-s390-low.c (s390_collect_ptrace_register): New function.
8160 (s390_supply_ptrace_register): Likewise.
8161 (s390_fill_gregset): Call s390_collect_ptrace_register.
8162 (the_low_target): Update.
8163
8164 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
8165 (ppc_supply_ptrace_register): Likewise.
8166 (the_low_target): Update.
8167
8168 * linux-i386-low.c (the_low_target): Update.
8169 * linux-x86-64-low.c (the_low_target): Update.
8170
d61ddec4
UW
81712008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8172
8173 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
8174 reg-s390.o and reg-s390x.o.
8175
8176 * linux-low.c (new_inferior): New global variable.
8177 (linux_create_inferior, linux_attach): Set it.
8178 (linux_wait_for_process): Call the_low_target.arch_setup after the
8179 target has stopped for the first time.
8180 (initialize_low): Do not call the_low_target.arch_setup.
8181
8182 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
8183 (s390_set_pc): Likewise.
8184 (s390_arch_setup): New function.
8185 (the_low_target): Use s390_arch_setup as arch_setup routine.
8186
8187 * regcache.c (realloc_register_cache): New function.
8188 (set_register_cache): Call it for each existing regcache.
8189
d05b4ac3
UW
81902008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
8191
8192 * server.h (init_registers): Remove prototype.
8193
8194 * linux-low.h (struct linux_target_ops): Add arch_setup field.
8195 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
8196 instead of init_registers ().
8197 * linux-arm-low.c (init_registers_arm): Add prototype.
8198 (init_registers_arm_with_iwmmxt): Likewise.
8199 (the_low_target): Add initializer for arch_setup field.
8200 * linux-cris-low.c (init_registers_cris): Add prototype.
8201 (the_low_target): Add initializer for arch_setup field.
8202 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
8203 (the_low_target): Add initializer for arch_setup field.
8204 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
8205 (the_low_target): Add initializer for arch_setup field.
8206 * linux-ia64-low.c (init_registers_ia64): Add prototype.
8207 (the_low_target): Add initializer for arch_setup field.
8208 * linux-m32r-low.c (init_registers_m32r): Add prototype.
8209 (the_low_target): Add initializer for arch_setup field.
8210 * linux-m68k-low.c (init_registers_m68k): Add prototype.
8211 (the_low_target): Add initializer for arch_setup field.
8212 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
8213 (init_registers_mips64_linux): Likewise.
8214 (the_low_target): Add initializer for arch_setup field.
8215 * linux-ppc-low.c (init_registers_ppc): Add prototype.
8216 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
8217 (the_low_target): Add initializer for arch_setup field.
8218 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
8219 (init_registers_powerpc_64): Likewise.
8220 (the_low_target): Add initializer for arch_setup field.
8221 * linux-s390-low.c (init_registers_s390): Add prototype.
8222 (init_registers_s390x): Likewise.
8223 (the_low_target): Add initializer for arch_setup field.
8224 * linux-sh-low.c (init_registers_sh): Add prototype.
8225 (the_low_target): Add initializer for arch_setup field.
8226 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
8227 (the_low_target): Add initializer for arch_setup field.
8228 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
8229 (the_low_target): Add initializer for arch_setup field.
8230
8231 * win32-low.h (struct win32_target_ops): Add arch_setup field.
8232 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
8233 instead of init_registers ().
8234 * win32-arm-low.c (init_registers_arm): Add prototype.
8235 (the_low_target): Add initializer for arch_setup field.
8236 * win32-i386-low.c (init_registers_i386): Add prototype.
8237 (the_low_target): Add initializer for arch_setup field.
8238
8239 * spu-low.c (init_registers_spu): Add prototype.
8240 (initialize_low): Call initialie_registers_spu () instead of
8241 initialize_registers ().
8242
fd96d250
PA
82432008-02-19 Pedro Alves <pedro@codesourcery.com>
8244
8245 * server.c (handle_v_requests): When handling the vRun and vAttach
8246 packets, if already debugging a process, don't kill it. Return an
8247 error instead.
8248
d41b6bb4
DJ
82492008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
8250
8251 * server.c (handle_query): Correct length check.
8252
5ac588cf
PA
82532008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
8254
8255 * win32-low.c (do_initial_child_stuff): Add process handle
8256 parameter. Set current_process_handle and current_process_id from the
8257 parameters. Clear globals.
8258 (win32_create_inferior): Don't set current_process_handle and
8259 current_process_id here. Instead pass them on the call to
8260 do_initial_child_stuff.
8261 (win32_attach): Likewise.
8262 (win32_clear_inferiors): New.
8263 (win32_kill): Don't close the current process handle or the
8264 current thread handle here. Instead call win32_clear_inferiors.
8265 (win32_detach): Don't open a new handle to the process. Call
8266 win32_clear_inferiors.
8267 (win32_join): Don't rely on current_process_handle; open a new
8268 handle using the process id.
8269 (win32_wait): Call win32_clear_inferiors when the inferior process
8270 has exited.
8271
ecd7ecbc
DJ
82722008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
8273
8274 * server.c (monitor_show_help): Add "exit".
8275
1525d545
MG
82762008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
8277
ecd7ecbc 8278 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
8279 (clean): Add reg-xtensa.c.
8280 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
8281 * configure.srv (xtensa*-*-linux*) New target.
8282 * linux-xtensa-low.c: New.
8283 * xtensa-xtregs.c: New.
1525d545 8284
59a016f0
PA
82852008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
8286
8287 * hostio.c: Don't include errno.h.
8288 (errno_to_fileio_errno): Move to hostio-errno.
8289 * hostio.c: (hostio_error): Remove the error parameter. Defer the
8290 error number outputting to the target->hostio_last_error callback.
8291 (hostio_packet_error): Use FILEIO_EINVAL directly.
8292 (handle_open, handle_pread, hostio_error, handle_unlink): Update
8293 calls to hostio_error.
8294 * hostio-errno.c: New.
8295 * server.h (hostio_last_error_from_errno): Declare.
8296 * target.h (target_ops): Add hostio_last_error member.
8297 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
8298 as hostio_last_error handler.
889bf7c5 8299 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
8300 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
8301 (wince_hostio_last_error): New functions.
8302 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
8303 as hostio_last_error handler.
8304 (win32_target_ops) [!_WIN32_WCE]: Register
8305 hostio_last_error_from_errno as hostio_last_error handler.
8306 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
8307 (hostio-errno.o): New rule.
8308 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
8309 * configure.srv (srv_hostio_err_objs): New variable. Default to
8310 hostio-errno.o.
8311 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
8312 * configure: Regenerate.
8313
2d717e4f
DJ
83142008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8315
8316 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
8317 (linux_kill, linux_detach): Clean up the process list.
8318 * remote-utils.c (remote_open): Improve port number parsing.
8319 (putpkt_binary, input_interrupt): Only send interrupts if the target
8320 is running.
8321 * server.c (extended_protocol): Make static.
8322 (attached): Define earlier.
8323 (exit_requested, response_needed, program_argv): New variables.
8324 (target_running): New.
8325 (start_inferior): Clear attached here.
8326 (attach_inferior): Set attached here.
8327 (require_running): Define.
8328 (handle_query): Use require_running and target_running. Implement
8329 "monitor exit".
8330 (handle_v_attach, handle_v_run): New.
8331 (handle_v_requests): Use require_running. Handle vAttach and vRun.
8332 (gdbserver_usage): Update.
8333 (main): Redo argument parsing. Handle --debug and --multi. Handle
8334 --attach along with other options or after the port. Save
8335 program_argv. Support no initial program. Resynchronize
8336 communication with GDB after an error. Handle "monitor exit".
8337 Use require_running and target_running. Always allow the extended
8338 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
8339 restart in extended mode.
8340 * README: Refer to the GDB manual. Update --attach usage.
8341
7407e2de
AS
83422007-12-20 Andreas Schwab <schwab@suse.de>
8343
8344 * linux-low.c (STACK_SIZE): Define.
8345 (linux_tracefork_child): Use it. Use __clone2 on ia64.
8346 (linux_test_for_tracefork): Likewise.
8347
b65d95c5
DJ
83482007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
8349
8350 * linux-low.c (linux_wait_for_event): Update messages. Do not
8351 reinsert auto-delete breakpoints.
8352 * mem-break.c (struct breakpoint): Change return type of handler to
8353 int.
8354 (set_breakpoint_at): Update handler type.
8355 (reinsert_breakpoint_handler): Return 1 instead of calling
8356 delete_breakpoint.
8357 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
8358 setting a new one.
8359 (check_breakpoints): Delete auto-delete breakpoints and return 2.
8360 * mem-break.h (set_breakpoint_at): Update handler type.
8361 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
8362 * win32-low.c (auto_delete_breakpoint): New.
8363 (get_child_debug_event): Use it.
8364
4e799345
DJ
83652007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8366
8367 * configure.ac: Check for pread and pwrite.
8368 * hostio.c (handle_pread): Fall back to lseek and read.
8369 (handle_pwrite): Fall back to lseek and write.
8370 * config.in, configure: Regenerated.
8371
27524b67
DJ
83722007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
8373
8374 * server.c (myresume): Add own_buf argument.
8375 (main): Update calls.
8376
a20d5e98
DJ
83772007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
8378
8379 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
8380 * remote-utils.c (remote_open): Do not call disable_async_io.
8381 (block_async_io): Delete.
8382 (unblock_async_io): Make static.
8383 (initialize_async_io): New.
8384 * server.c (handle_v_cont): Handle async I/O here.
8385 (myresume): Likewise. Move other common resume tasks here...
8386 (main): ... from here. Call initialize_async_io. Disable async
8387 I/O before the main loop.
8388 * server.h (initialize_async_io): Declare.
8389 (block_async_io, unblock_async_io): Delete prototypes.
8390 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
8391
b79d787e
DJ
83922007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
8393
8394 * remote-utils.c (readchar): Allow binary data in received messages.
8395
d97903b2
PA
83962007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8397
8398 * win32-low.c (attaching): New global.
8399 (win32_create_inferior): Clear the `attaching' global.
8400 (win32_attach): Set the `attaching' global.
8401 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
8402 attaching. Only set a breakpoint at the entry point if not
8403 attaching.
8404
311de423
PA
84052007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8406
8407 * server.c (main): Don't report dll events on the initial
8408 connection on attaches.
8409
6c2d16d2
PA
84102007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8411
8412 * server.c (main): Relax numerical bases supported for the pid of
8413 the --attach command line argument.
8414
5ca906e6
PA
84152007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8416
8417 * win32-low.c (win32_attach): Call OpenProcess before
8418 DebugActiveProcess, not after. Add last error output to error
8419 call.
8420
9c6c8194
PA
84212007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
8422
8423 * win32-low.c (win32_get_thread_context)
8424 (win32_set_thread_context): New functions.
8425 (thread_rec): Use win32_get_thread_context.
8426 (continue_one_thread, win32_resume): Use win32_set_thread_context.
8427 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
8428 field.
8429
4d5d1aaa
PA
84302007-12-03 Leo Zayas
8431 Pedro Alves <pedro_alves@portugalmail.pt>
8432
8433 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
8434 global variables.
8435 (child_add_thread): Minor cleanup.
8436 (child_continue): Resume artificially suspended threads before
8437 calling ContinueDebugEvent.
8438 (suspend_one_thread): New.
8439 (fake_breakpoint_event): New.
8440 (get_child_debug_event): Change return type to int. Check here if
8441 gdb sent an interrupt request. If a soft interrupt was requested,
8442 fake a breakpoint event. Return 0 if there is no event to handle,
8443 and 1 otherwise.
8444 (win32_wait): Don't check here if gdb sent an interrupt request.
8445 Ensure there is a valid event to handle.
8446 (win32_request_interrupt): Add soft interruption method as last
8447 resort.
8448
c436e841
PA
84492007-12-03 Leo Zayas
8450 Pedro Alves <pedro_alves@portugalmail.pt>
8451
8452 * win32-low.h (win32_thread_info): Add descriptions to the
8453 structure members. Replace `suspend_count' counter by a
8454 `suspended' flag.
8455 * win32-low.c (thread_rec): Update condition of when to get the
8456 context from the inferior. Rely on ContextFlags being set if it
8457 has already been retrieved. Only suspend the inferior thread if
8458 we haven't already. Warn if that fails.
8459 (continue_one_thread): s/suspend_count/suspended/. Only call
8460 ResumeThread once. Warn if that fails.
8461
e7b5fa67
PA
84622007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
8463
8464 * win32-low.c (win32_wait): Don't read from the inferior when it
8465 has already exited.
8466
a385171d
PA
84672007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
8468
8469 * Makefile.in (win32_low_h): New variable.
8470 (win32-low.o): Add dependency on $(win32_low_h).
8471 (win32-arm-low.o, win32-i386-low.o): New rules.
8472
f80c84b3
DJ
84732007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8474
8475 * hostio.c: Correct copyright year.
8476
a6b151f1
DJ
84772007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8478
8479 * Makefile.in (OBS): Add hostio.o.
8480 (hostio.o): New rule.
8481 * server.h (handle_vFile): Declare.
8482 * hostio.c: New file.
8483 * server.c (handle_v_requests): Take packet_len and new_packet_len
8484 for binary packets. Call handle_vFile.
8485 (main): Update call to handle_v_requests.
8486
f9387fc3
DJ
84872007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
8488
8489 * linux-low.c: Include <sched.h>.
8490
51c2684e
DJ
84912007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
8492
8493 * linux-low.c (linux_tracefork_grandchild): New.
8494 (linux_tracefork_child): Use clone.
8495 (linux_test_for_tracefork): Use clone; allocate and free a stack.
8496
75f83163
JB
84972007-10-31 Joel Brobecker <brobecker@adacore.com>
8498
8499 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
8500
da5898ce
DJ
85012007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
8502
8503 * linux-low.c (handle_extended_wait): Handle unexpected signals.
8504
24a09b5f
DJ
85052007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8506
8507 * inferiors.c (change_inferior_id): Delete.
8508 (add_pid_to_list, pull_pid_from_list): New.
8509 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
8510 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
8511 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
8512 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
8513 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
8514 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
8515 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
8516 (using_threads): Always set to 1.
8517 (handle_extended_wait): New.
8518 (add_process): Do not set TID.
8519 (linux_create_inferior): Set must_set_ptrace_flags.
8520 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
8521 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
8522 (linux_thread_alive): Rename TID argument to LWPID.
8523 (linux_wait_for_process): Handle unknown processes. Do not use TID.
8524 (linux_wait_for_event): Do not use TID or check using_threads. Update
8525 call to dead_thread_notify. Call handle_extended_wait.
8526 (linux_create_inferior): Use PTRACE_SETOPTIONS.
8527 (send_sigstop): Delete sigstop_sent.
8528 (wait_for_sigstop): Avoid TID.
8529 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
8530 (linux_test_for_tracefork): New.
8531 (linux_lookup_signals): Use thread_db_active and
8532 linux_supports_tracefork_flag.
8533 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
8534 * linux-low.h (get_process_thread): Avoid TID.
8535 (struct process_ifo): Move thread_known and tid to the end. Remove
8536 sigstop_sent.
8537 (linux_attach_lwp, thread_db_init): Update prototypes.
8538 * server.h (change_inferior_id): Delete prototype.
8539 (add_pid_to_list, pull_pid_from_list): New prototypes.
8540 * thread-db.c (thread_db_use_events): New.
8541 (find_first_thread): Rename to...
8542 (find_one_thread): ...this. Update callers and messages. Do not
8543 call fatal. Check thread_db_use_events. Do not call
8544 change_inferior_id or new_thread_notify.
8545 (maybe_attach_thread): Update. Do not call new_thread_notify.
8546 (thread_db_init): Set thread_db_use_events. Check use_events.
8547 * utils.c (fatal, warning): Correct message prefix.
8548
30ed0a8f
DJ
85492007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
8550
8551 * Makefile.in (clean): Remove new files.
8552 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
8553 (powerpc-64.o, powerpc-64.c): New rules.
8554 * configure.srv: Use alternate register sets for powerpc64-*-linux*
8555 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
8556 with SPE.
8557 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
8558 SPE targets.
8559 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
8560 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
8561 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
8562 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
8563 (target_regsets): Add AltiVec and SPE register sets.
8564 * configure.ac: Check for AltiVec and SPE.
8565 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
8566 (ppc_fill_vrregset, ppc_store_vrregset): New.
8567 (target_regsets): Add AltiVec register set.
8568 * configure: Regenerated.
8569
fd462a61
DJ
85702007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
8571
8572 * linux-low.c (O_LARGEFILE): Define.
8573 (linux_read_memory): Use /proc/PID/mem.
8574 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
8575 * configure, config.in: Regenerated.
8576
69f223ed
DJ
85772007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8578
8579 * linux-low.c (linux_wait_for_event): Do not pass signals while
8580 single-stepping.
8581
aec18585
PA
85822007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8583
8584 * win32-low.c (create_process): New.
8585 (win32_create_inferior): Use create_process instead of
8586 CreateProcess. If create_process failed retry appending an ".exe"
8587 suffix. Store the GetLastError result immediatelly after
8588 create_process calls and use it on the call to error.
8589
34d86ddd
PA
85902007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
8591
8592 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
8593
5a0e3bd0
JB
85942007-08-23 Joel Brobecker <brobecker@adacore.com>
8595
8596 * configure.ac: Switch license to GPLv3.
8597
f88c79e6
MS
85982007-08-01 Michael Snyder <msnyder@access-company.com>
8599
8600 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
8601
6b3d9b83
PA
86022007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
8603
8604 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
8605 typedef.
8606 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
8607 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
8608 CloseToolhelp32Snapshot.
8609 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
8610 CloseToolhelp32Snapshot.
8611
c588c53c
MS
86122007-07-27 Michael Snyder <michael.snyder@access-company.com>
8613
8614 * server.c (main): Check for inferior exit before main loop.
8615
aa0403d9
PA
86162007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
8617
8618 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
8619 instead of on tmp_desc.
8620
255e7678
DJ
86212007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
8622 Daniel Jacobowitz <dan@codesourcery.com>
8623
8624 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
8625 (add_thread): Minor cleanups.
8626 (clear_inferiors): Move lower in the file. Clear the DLL
8627 list.
8628 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
8629 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
8630 (xml_escape_text): New.
8631 * server.c (handle_query): Handle qXfer:libraries:read. Report it
8632 for qSupported.
8633 (handle_v_cont): Report errors.
8634 (gdbserver_version): Update.
8635 (main): Correct size of own_buf. Do not report initial DLL events.
8636 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
8637 (unloaded_dll, xml_escape_text): New.
8638 * win32-low.c (enum target_waitkind): Update comments.
8639 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
8640 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
8641 (win32_EnumProcessModules, win32_GetModuleInformation)
8642 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
8643 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
8644 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
8645 (win32_Module32First, win32_Module32Next, load_toolhelp)
8646 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
8647 (get_child_debug_event): Handle DLL events.
8648 (win32_wait): Likewise.
8649
0d37add9
DJ
86502007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
8651
8652 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
8653 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
8654
45e2715e
PA
86552007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
8656
8657 * win32-low.c (handle_output_debug_string): Ignore event if not
8658 waiting.
8659
c5674cf1
PA
86602007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
8661
8662 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
8663
2bbe3cc1
DJ
86642007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
8665
8666 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
8667
ae13219e
DJ
86682007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
8669
8670 * inferiors.c (change_inferior_id): Add comment.
8671 * linux-low.c (check_removed_breakpoint): Add an early
8672 prototype. Improve debug output.
8673 (linux_attach): Doc update.
8674 (linux_detach_one_process, linux_detach): Clean up before releasing
8675 each process.
8676 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
8677 * linux-low.h (struct process_info): Doc improvement.
8678 * mem-break.c (delete_all_breakpoints): New.
8679 * mem-break.h (delete_all_breakpoints): New prototype.
8680 * thread-db.c (find_first_thread): New.
8681 (thread_db_create_event): Call it instead of
8682 thread_db_find_new_threads. Clean up unused variables.
8683 (maybe_attach_thread): Remove first thread handling.
8684 (thread_db_find_new_threads): Use find_first_thread.
8685 (thread_db_get_tls_address): Likewise.
8686
4105de34
DJ
86872007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8688
8689 * thread-db.c (thread_db_find_new_threads): Add prototype.
8690 (thread_db_create_event): Check for the main thread before adding
8691 a new thread.
8692 (maybe_attach_thread): Only enable event reporting if TID == 0.
8693 (thread_db_get_tls_address): Check for new threads.
8694
2b876972
DJ
86952007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
8696
8697 * linux-low.c (linux_create_inferior): Try execv before execvp.
8698 * spu-low.c (spu_create_inferior): Likewise.
8699
7a245884
DJ
87002007-06-13 Mike Frysinger <vapier@gentoo.org>
8701
8702 * linux-low.c (linux_create_inferior): Change execv to execvp.
8703 * spu-low.c (spu_create_inferior): Likewies.
8704
117ce543
DJ
87052007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
8706
8707 * Makefile.in (clean): Clean new files instead of deleted ones.
8708 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
8709 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
8710 rules.
8711 * configure.srv: Specify XML files and new regformats for MIPS and
8712 MIPS64 GNU/Linux.
8713 * linux-mips-low.c (mips_num_regs): Set to only used registers.
8714 (mips_regmap): Do not fetch $0. Remove unused registers. Add
8715 an entry for the restart register.
8716 (mips_cannot_fetch_register, mips_cannot_store_register)
8717 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
8718 register names to match the XML descriptions.
8719 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
8720 restart register instead of $0.
8721
0e7f50da
UW
87222007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8723 Markus Deuling <deuling@de.ibm.com>
8724
8725 * remote-utils.c (decode_xfer_write): New function.
8726 * server.h (decode_xfer_write): Add prototype.
8727 * server.c (handle_query): Add PACKET_LEN argument. Support
8728 qXfer:spu:read and qXfer:spu:write packets.
8729 (main): Pass packet_len to handle_query.
8730 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
8731 * target.h (target_ops): Add qxfer_spu.
8732
374c1d38
UW
87332007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
8734
8735 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
8736 accessing non-seekable spufs files.
8737
bb63802a
UW
87382007-05-16 Markus Deuling <deuling@de.ibm.com>
8739
889bf7c5 8740 * server.c (handle_query): Add reply for qC packet.
bb63802a 8741
7390519e
PA
87422007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8743 Leo Zayas <lerele@champenstudios@com>
8744
8745 * server.h (check_remote_input_interrupt_request): New function.
8746 * remote_utils.c (INVALID_DESCRIPTOR): New define.
8747 (remote_desc): Initialize with INVALID_DESCRIPTOR.
8748 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
8749 (check_remote_input_interrupt_request): New function.
8750 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 8751 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
8752 winapi_GenerateConsoleCtrlEvent): New typedefs.
8753 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
8754 to 250 ms.
8755 (win32_wait): Check for remote interrupt request
8756 with check_remote_input_interrupt_request.
8757 (win32_request_interrupt): New function.
8758 (win32_target_op): Set request_interrupt to win32_request_interrupt.
8759
34b34921
PA
87602007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8761
8762 * win32-low.c (debug_registers_changed,
8763 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
8764 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
8765 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
8766 (thread_rec): Get context using the low target.
8767 (child_add_thread): Call thread_added on the low target,
8768 which does the same thing.
8769 (regptr): Delete.
8770 (do_initial_child_stuff): Remove debug registers references.
8771 Set context using the low target. Resume threads after
8772 setting the contexts.
8773 (child_continue): Remove dead variable. Remove debug
8774 registers references.
8775 (child_fetch_inferior_registers): Go through the low target.
8776 (do_child_store_inferior_registers): Remove.
8777 (child_store_inferior_registers): Go through the low target.
8778 (win32_resume): Remove debug registers references.
8779 Set context using the low target.
8780 (handle_exception): Change return type to void. Don't record
8781 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
8782 first chance exception.
889bf7c5 8783 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
8784 goto loop. Always return after waiting for debug event.
8785 (win32_wait): Convert to switch statement. Handle spurious
8786 events.
8787
8788 * win32-i386-low.c (debug_registers_changed,
8789 debug_registers_used): New.
8790 (initial_stuff): Rename to ...
8791 (i386_initial_stuff): ... this. Clear debug registers
8792 state variables.
8793 (store_debug_registers): Delete.
8794 (i386_get_thread_context): New.
8795 (load_debug_registers): Delete.
8796 (i386_set_thread_context): New.
8797 (i386_thread_added): New.
8798 (single_step): Rename to ...
8799 (i386_single_step): ... this.
8800 (do_fetch_inferior_registers): Rename to ...
8801 (i386_fetch_inferior_register): ... this.
8802 (i386_store_inferior_register): New.
8803 (the_low_target): Adapt to new interface.
8804
8805 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
8806 (arm_get_thread_context): New.
8807 (arm_set_thread_context): New.
8808 (regptr): New.
8809 (do_fetch_inferior_registers): Rename to ...
8810 (arm_fetch_inferior_register): ... this.
8811 (arm_store_inferior_register): New.
8812 (arm_wince_breakpoint): Reimplement as unsigned long.
8813 (arm_wince_breakpoint_len): Define.
8814 (the_low_target): Adapt to new interface.
8815
8816 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
8817 load_debug_registers. Add get_thread_context, set_thread_context,
8818 thread_added and store_inferior_register. Rename
8819 fetch_inferior_registers to fetch_inferior_register.
8820 (regptr): Remove declaration.
8821
dd6953e1
PA
88222007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8823
8824 * linux-low.c (linux_detach): Change return type to int. Return 0.
8825 * spu-low.c (spu_detach): Likewise.
8826
444d6139
PA
88272007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8828
8829 * target.h (target_ops): Change return type of detach to int.
8830 Add join.
8831 (join_inferior): New.
8832 * server.c (main): Don't skip detach support on mingw32.
8833 If the inferior doesn't support detaching return error.
8834 Call join_inferior instead of using waitpid.
8835 * linux-low.c (linux_join): New.
8836 (linux_target_op): Add linux_join.
8837 * spu-low.c (spu_join): New.
8838 (spu_target_ops): Add spu_join.
8839 * win32-low.c (win32_detach): Adapt to new interface.
8840 Reopen current_process_handle before detaching. Issue a child
8841 resume before detaching.
8842 (win32_join): New.
8843 (win32_target_op): Add win32_join.
8844
1d5315fe
PA
88452007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8846
8847 * win32-low.c (win32-attach): Fix return value.
8848 * target.h (target_ops): Describe ATTACH return values.
8849
bf914831
PA
88502007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8851
8852 * win32-low.c (GETPROCADDRESS): Define.
8853 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
8854 (winapi_DebugSetProcessKillOnExit): Likewise.
8855 (win32_create_inferior): Force usage of ansi CreateProcessA.
8856 (win32_attach): Use GETPROCADDRESS.
8857 (win32_detach): Likewise.
8858
f72f3e60
PA
88592007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
8860
8861 * win32-low.c (win32_wait): Don't use WSTOPSIG.
8862
ed50f18f
PA
88632007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
8864
8865 * win32-low.c: Commit leftover changes from 2007-03-29.
8866
0c2ead7e
DJ
88672007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8868
8869 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
8870 fields short instead of int. Add explicit padding.
8871 (i387_cache_to_fsave): Remove unnecessary casts.
8872 (i387_fsave_to_cache): Doc fix.
8873 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
8874
73725ff3
DJ
88752007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
8876
8877 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
8878 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
8879
d99f33d8
PA
88802007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
8881
8882 * configure.srv (arm*-*-mingw32ce*): Move near the other
8883 arm targets.
8884
68070c10
PA
88852007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
8886
2482afc6 8887 * configure.ac: Add errno checking.
68070c10
PA
8888 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
8889 sys/file.h and malloc.h.
8890 (AC_CHECK_DECLS): Add perror.
8891 (srv_mingwce): Handle.
2482afc6 8892 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
8893 win32-i386-low.o to srv_tgtobj.
8894 (i[34567]86-*-mingw*): Likewise.
8895 (arm*-*-mingw32ce*): Add case.
8896 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
8897 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
8898 [__MINGW32CE__] (strerror): New function.
8899 [__MINGW32CE__] (errno): Define to GetLastError.
8900 [__MINGW32CE__] (COUNTOF): New macro.
8901 (remote_open): Remove extra close call.
8902 * mem-break.c (delete_breakpoint_at): New function.
8903 * mem-break.h (delete_breakpoint_at): Declare.
8904 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
8905 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
8906 [USE_WIN32API] (read, write): Add char* casts.
8907 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
8908 * server.h: Include wincecompat.h on Windows CE.
8909 [HAVE_ERRNO_H]: Check.
8910 (perror): Declare if not declared.
8911 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
8912 (perror_with_name): Remove errno declaration.
8913 * wincecompat.h: New.
8914 * wincecompat.c: New.
8915 * win32-low.h: New.
8916 * win32-arm-low.c: New.
8917 * win32-i386-low.c: New.
8918 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
8919 (OUTMSG2): Make it safe.
8920 (_T): New macro.
8921 (COUNTOF): New macro.
8922 (NUM_REGS): Get it from the low target.
8923 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
8924 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
8925 (thread_rec): Let low target handle debug registers.
8926 (child_add_thread): Likewise.
8927 (child_init_thread_list): Likewise.
8928 (continue_one_thread): Likewise.
8929 (regptr): New.
8930 (do_child_fetch_inferior_registers): Move to ...
8931 * win32-i386-low.c: ... here, and rename to ...
8932 (do_fetch_inferior_registers): ... this.
889bf7c5 8933 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
8934 Go through the low target.
8935 (do_child_store_inferior_registers): Use regptr.
8936 (strwinerror): New function.
8937 (win32_create_inferior): Handle Windows CE.
8938 Use strwinerror instead of strerror on Windows error
8939 codes. Add program to the error output.
8940 Don't close the main thread handle on Windows CE.
8941 (win32_attach): Use coredll.dll on Windows CE.
8942 (win32_kill): Close current process and current
8943 thread handles.
8944 (win32_detach): Use coredll.dll on Windows CE.
8945 (win32_resume): Let low target handle debug registers, and
8946 step request.
8947 (handle_exception): Add/Remove initial breakpoint. Avoid
8948 non-existant WSTOPSIG on Windows CE.
8949 (win32_read_inferior_memory): Cast to remove warning.
8950 (win32_arch_string): Go through the low target.
8951 (initialize_low): Call set_breakpoint_data with the low
8952 target's breakpoint.
8953 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
8954 FOP_REGNUM, mappings): Move to ...
8955 * win32-i386-low.c: ... here.
8956 * win32-low.c (win32_thread_info): Move to ...
8957 * win32-low.h: ... here.
8958 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
8959 win32-arm-low.c and wincecompat.c.
8960 (all:): Add $EXEEXT.
8961 (install-only:): Likewise.
8962 (gdbserver:): Likewise.
8963 (gdbreplay:): Likewise.
8964 * config.in: Regenerate.
8965 * configure: Regenerate.
8966
41093d81
PA
89672007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8968
8969 * win32-low.c: Rename typedef thread_info to
8970 win32_thread_info throughout.
8971
544afa54
PA
89722007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
8973
8974 * win32-i386-low.c: Rename to ...
8975 * win32-low.c: ... this.
8976 * configure.srv: Replace win32-i386-low.o with win32-low.o.
8977 * Makefile.in: Likewise.
8978
bce7165d
PA
89792007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
8980
8981 * remote-utils.c (monitor_output): Constify msg parameter.
8982 * server.h (monitor_output): Likewise.
8983 * win32-i386-low.c (handle_output_debug_string): New.
8984 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
8985 handle_output_debug_string.
8986 (get_child_debug_event): Likewise.
8987
506c7aa0
DJ
89882007-03-27 Mat Hostetter <mat@lcs.mit.edu>
8989
8990 * server.c (main): Correct strtoul check.
8991
42c81e2a
DJ
89922007-03-27 Jon Ringle <jon@ringle.org>
8993
8994 * linux-low.c: Check __ARCH_HAS_MMU__ also.
8995
9453113a
DJ
89962007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
8997
8998 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
8999
64a69107
DJ
90002007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9001
9002 * terminal.h: Check HAVE_SGTTY_H.
9003
90042007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
9005
9006 * remote-utils.c (remote_open): Print out the assigned port number.
9007
c74d0ad8
DJ
90082007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9009
9010 * remote-utils.c (monitor_output): New function.
9011 * server.c (debug_threads): Define here.
9012 (monitor_show_help): New function.
9013 (handle_query): Handle qRcmd.
9014 (main): Do not handle 'd' packet.
9015 * server.h (debug_threads, remote_debug, monitor_output): Declare.
9016 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
9017 of debug_threads.
9018
de7c3b4a
PA
90192007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9020
9021 * Makefile.in (EXEEXT): New.
9022 (clean): Use $(EXEEXT).
9023
ef57601b
PA
90242007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9025
9026 * target.h (target_ops): Rename send_signal to request_interrupt,
9027 and remove enum target_signal parameter.
9028 * linux-low.c (linux_request_interrupt): Rename from
9029 linux_send_signal, and always send SIGINT.
9030 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
9031 and always send SIGINT.
9032 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
9033 of send_signal.
9034 (input_interrupt): Likewise.
9035
820f2bda
PA
90362007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
9037
9038 * server.c (get_features_xml): Check if target implemented
9039 arch_string.
9040 * win32-i386-low.c (win32_arch_string): New.
9041 (win32_target_ops): Add win32_arch_string as arch_string member.
9042
ab39bf24
UW
90432007-02-22 Markus Deuling <deuling@de.ibm.com>
9044
9045 * spu-low.c (spu_arch_string): New.
9046 (spu_target_ops): Add spu_arch_string.
9047
61ff6e04
DJ
90482007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9049
9050 * remote-utils.c: Remove HAVE_TERMINAL_H check.
9051 * configure.ac: Do not check for terminal.h.
9052 * configure, config.in: Regenerated.
9053
fb1e4ffc
DJ
90542007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9055
9056 * Makefile.in (OBS): Add $(XML_BUILTIN).
9057 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
9058 (clean): Update.
9059 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
9060 (arm-with-iwmmxt.c): New.
9061 * config.in, configure: Regenerate.
9062 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
9063 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
9064 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
9065 (arm*-*-linux*): Add iWMMXt and regset support.
9066 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
9067 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
9068 (arm_store_wmmxregset, target_regsets): New.
9069 * server.c (get_features_xml): Take annex argument. Check builtin
9070 XML documents.
9071 (handle_query): Handle multiple annexes.
9072
0f48aa01
DJ
90732007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9074
9075 * remote-utils.c [USE_WIN32API] (read, write): Define.
9076 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
9077 write.
9078
23181151
DJ
90792007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9080
9081 * linux-i386-low.c (the_low_target): Set arch_string.
9082 * linux-x86-64-low.c (the_low_target): Likewise.
9083 * linux-low.c (linux_arch_string): New.
9084 (linux_target_ops): Add it.
9085 * linux-low.h (struct linux_target_ops): Add arch_string.
9086 * server.c (write_qxfer_response): Use const void * for DATA.
9087 (get_features_xml): New.
9088 (handle_query): Handle qXfer:features:read. Report it for qSupported.
9089 * target.h (struct target_ops): Add arch_string method.
9090
9d606399
DJ
90912007-01-03 Denis Pilat <denis.pilat@st.com>
9092 Daniel Jacobowitz <dan@codesourcery.com>
9093
9094 * linux-low.c (linux_kill): Handle being called with no threads.
9095 * win32-i386-low.c (win32_kill): Likewise.
9096 (get_child_debug_event): Clear current_process_handle.
9097
90982006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
9099 Daniel Jacobowitz <dan@codesourcery.com>
9100
9101 * remote-utils.c (remote_open): Check the type of specified
9102 serial port devices before opening them.
9103 * server.c (main): Kill the inferior if an error occurs during
9104 the first remote_open.
9105
a5e13d24
DJ
91062006-12-05 Markus Deuling <deuling@de.ibm.com>
9107
9108 * README: Update supported targets.
9109
186947f7
DJ
91102006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
9111
9112 * Makefile.in (clean): Remove reg-mips64.c.
9113 (reg-mips64.c, reg-mips64.o): New rules.
9114 * configure.srv: Handle mips64. Include regset support for mips.
9115 * linux-mips-low.c (union mips_register): New.
9116 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
9117 (mips_breakpoint, mips_breakpoint_at): Use int.
9118 (mips_collect_register, mips_supply_register)
9119 (mips_collect_register_32bit, mips_supply_register_32bit)
9120 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
9121 (mips_store_fpregset, target_regsets): New.
9122 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
9123
a13e2c95
UW
91242006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9125
9126 * configure.srv: Add target "spu*-*-*".
9127 * Makefile.in (clean): Remove reg-spu.c.
9128 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
9129 * spu-low.c: New file.
9130
cb7283db
DJ
91312006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9132
9133 * configure.ac: Correct td_thr_tls_get_addr test.
9134 * configure: Regenerated.
9135
89be2091
DJ
91362006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
9137
9138 * linux-low.c (linux_wait_for_event): Reformat. Use the
9139 pass_signals array.
9140 * remote-utils.c (decode_address_to_semicolon): New.
9141 * server.c (pass_signals, handle_general_set): New.
9142 (handle_query): Mention QPassSignals for qSupported.
9143 (main): Call handle_general_set.
9144 * server.h (pass_signals, decode_address_to_semicolon): New.
9145
000ef4f0
DJ
91462006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
9147
9148 * server.c (handle_query): Correct error handling for read_auxv.
9149
b7149293
UW
91502005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
9151
9152 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
9153 and srv_linux_thread_db to yes.
9154 * linux-s390-low.c (s390_fill_gregset): New function.
9155 (target_regsets): Define data structure.
9156
dae5f5cf
DJ
91572006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
9158
9159 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
9160 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
9161 * config.in, configure: Regenerated.
9162 * inferiors.c (gdb_id_to_thread): New function.
9163 (gdb_id_to_thread_id): Use it.
9164 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
9165 * linux-low.h (struct process_info): Add th member.
9166 (thread_db_get_tls_address): New prototype.
9167 * remote-utils.c (decode_address): Make non-static.
9168 * server.c (handle_query): Handle qGetTLSAddr.
9169 * server.h (gdb_id_to_thread, decode_address): New prototypes.
9170 * target.h (struct target_ops): Add get_tls_address.
9171 * thread-db.c (maybe_attach_thread): Save the thread handle.
9172 (thread_db_get_tls_address): New.
9173
32ca6d61
DJ
91742006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
9175
9176 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
9177 (linux_resume_one_process): Take a siginfo_t *. Update all
9178 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
9179 (struct pending_signals): Add a siginfo_t.
9180 (linux_wait_for_process): Always set last_status.
9181 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
9182 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
9183 * linux-low.h (struct process_info): Add last_status.
9184
5ffff7c1
DJ
91852006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9186
9187 * remote-utils.c (try_rle): New function.
9188 (putpkt_binary): Use it.
9189
8695c747
DJ
91902006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
9191
9192 * Makefile.in (clean): Clean reg-x86-64-linux.c.
9193 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
9194 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
9195 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
9196 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
9197 point registers.
9198
290fadea
RS
91992006-08-08 Richard Sandiford <richard@codesourcery.com>
9200
9201 * server.c (terminal_fd): New variable.
9202 (old_foreground_pgrp): Likewise.
9203 (restore_old_foreground_pgrp): New function.
9204 (start_inferior): Record the terminal file descriptor in terminal_fd
9205 and its original foreground group in old_foreground_pgrp. Register
9206 restore_old_foreground_pgrp with atexit().
9207
9f2e1e63
DJ
92082006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
9209
9210 * server.c (handle_query): Correct qPart to qXfer.
9211
b80864fb
DJ
92122006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9213
9214 * configure.ac: Check for more headers which are missing on
9215 Windows. Automatically supply -lwsock32 and USE_WIN32API.
9216 * configure.srv: Add Cygwin and mingw32.
9217 * remote-utils.c: Don't include headers unconditionally which
9218 are missing on mingw32. Include <winsock.h> for mingw32.
9219 (remote_open): Adjust for mingw32 support. Flush
9220 standard error after writing to it.
9221 (remote_close, putpkt_binary, input_interrupt, block_async_io)
9222 (unblock_async_io, enable_async_io, disable_async_io)
9223 (readchar, getpkt): Update for Winsock support.
9224 (prepare_resume_reply): Expect a protocol signal number.
9225 * server.c: Disable <sys/wait.h> on mingw32.
9226 (start_inferior): Adjust for mingw32 support. Flush
9227 standard error after writing to it.
9228 (attach_inferior): Likewise. Use protocol signal
9229 numbers.
9230 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
9231 and names.
9232 * win32-i386-low.c: New file.
9233 * Makefile.in (XM_CLIBS): Set.
9234 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
9235 (win32-i386-low.o): New dependency rule.
9236 * linux-low.c (linux_wait): Use target signal numbers.
9237 * target.h (struct target_ops): Doc fix.
9238 * server.h (target_signal_to_name): New prototype.
9239 * gdbreplay.c: Don't include headers unconditionally which
9240 are missing on mingw32. Include <winsock.h> for mingw32.
9241 (remote_close, remote_open): Adjust for Winsock support.
9242 * configure, config.in: Regenerated.
9243
0876f84a
DJ
92442006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
9245
9246 * server.c (decode_xfer_read, write_qxfer_response): New.
9247 (handle_query): Take a packet length argument. Handle
9248 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
9249 the qSupported response.
9250 (main): Update call to handle_query.
9251
01f9e8fa
DJ
92522006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
9253
9254 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
9255 (putpkt_binary): Renamed from putpkt and adjusted for binary
9256 data.
9257 (putpkt): New wrapper for putpkt_binary.
9258 (readchar): Don't mask off the high bit.
9259 (decode_X_packet): New function.
9260 * server.c (main): Call putpkt_binary if a handler sets the packet
9261 length. Save the length of the incoming packet. Handle 'X'.
9262 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
9263
be2a5f71
DJ
92642006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
9265
9266 * server.c (handle_query): Handle qSupported.
9267
ea025f5f
DJ
92682006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9269
9270 * remote-utils.c (all_symbols_looked_up): New variable.
9271 (look_up_one_symbol): Check it.
9272 * server.h (look_up_one_symbol): New declaration.
9273 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
9274
9308fc88
DJ
92752006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
9276
9277 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 9278 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
9279 (PTRACE_GET_THREAD_AREA): Define.
9280 (ps_get_thread_area): New function.
9281
52fb6437
NS
92822006-05-09 Nathan Sidwell <nathan@codesourcery.com>
9283
9284 * configure.srv (m68k*-*-uclinux*): New target.
9285 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
9286 (linux_resume_one_process): Remove extraneous cast.
9287 (linux_read_offsets): New.
9288 (linux_target_op): Add linux_read_offsets on mmuless systems.
9289 * server.c (handle_query): Add qOffsets logic.
9290 * target.h (struct target_ops): Add read_offsets.
9291
21b0f40c
DJ
92922006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9293
9294 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
9295 (PTRACE_GET_THREAD_AREA): Define.
9296 (ps_get_thread_area): New function.
9297 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
9298 (linux-x86-64-low.o): Update.
9299
0050a760
DJ
93002006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
9301
9302 * configure.ac: Remove checks for prfpregset_t.
9303 * gdb_proc_service.h: New file.
9304 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
9305 new "gdb_proc_service.h".
9306 * proc-service.c: Likewise.
9307 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
9308 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
9309 * Makefile.in (gdb_proc_service_h): Updated.
9310 * configure, config.in: Regenerated.
9311
b92a518e
DJ
93122006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9313
9314 * remote-utils.c (prepare_resume_reply): Move declaration
9315 of gdb_id_from_wait to the top of the block.
9316
545587ee
DJ
93172006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
9318
9319 * linux-low.c (regsets_store_inferior_registers): Read the regset
9320 from the target before filling it.
9321
9db87ebd
DJ
93222006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9323
9324 * server.c (attach_inferior): Return SIGTRAP for a successful
9325 attach.
9326
dd24457d
DJ
93272006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9328
9329 * Makefile.in (OBS): Add version.o.
9330 (STAGESTUFF): Delete.
9331 (version.o): Add dependencies.
9332 (version.c): Replace rule.
9333 (clean): Remove version.c.
9334 * server.c (gdbserver_version): New.
9335 (gdbserver_usage): Use printf.
9336 (main): Handle --version and --help.
9337 * server.h (version, host_name): Add declarations.
9338
6f0f660e
EZ
93392005-12-23 Eli Zaretskii <eliz@gnu.org>
9340
889bf7c5
PA
9341 * linux-arm-low.c:
9342 * linux-arm-low.c:
9343 * inferiors.c:
9344 * i387-fp.h:
9345 * i387-fp.c:
9346 * gdbreplay.c:
9347 * regcache.c:
9348 * proc-service.c:
9349 * mem-break.h:
9350 * mem-break.c:
9351 * linux-x86-64-low.c:
9352 * linux-sh-low.c:
9353 * linux-s390-low.c:
9354 * linux-ppc64-low.c:
9355 * linux-ppc-low.c:
9356 * linux-mips-low.c:
9357 * linux-m68k-low.c:
9358 * linux-m32r-low.c:
9359 * linux-low.h:
9360 * linux-low.c:
9361 * linux-ia64-low.c:
9362 * linux-i386-low.c:
9363 * linux-crisv32-low.c:
9364 * thread-db.c:
9365 * terminal.h:
9366 * target.h:
9367 * target.c:
9368 * server.h:
9369 * server.c:
9370 * remote-utils.c:
9371 * regcache.h:
9372 * utils.c:
9373 * Makefile.in:
9374 * configure.ac:
6f0f660e
EZ
9375 * gdbserver.1: Add (C) after Copyright. Update the FSF
9376 address.
9377
9d1fb177
DJ
93782005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9379
9380 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
9381 (arm_breakpoint_at): Recognize both breakpoints.
9382 (the_low_target): Use the correct breakpoint instruction.
9383
011a70c2
DJ
93842005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
9385
9386 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
9387 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
9388 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
9389 (the_low_target): Update.
9390
7fb85e41
AS
93912005-10-25 Andreas Schwab <schwab@suse.de>
9392
9393 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
9394
9395 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
9396 (ia64_num_regs): Reduce to 462.
9397
3db0444b
DJ
93982005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9399
9400 * acinclude.m4: Correct quoting.
9401 * aclocal.m4: Regenerated.
9402
9403 Suggested by SZOKOVACS Robert <szo@ies.hu>:
9404 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
9405 (thread_db_init): Call thread_db_err_str.
9406 * configure.ac: Check for TD_VERSION.
9407 * config.in, configure: Regenerated.
9408
bee0189a
DJ
94092005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9410
9411 * server.h (error, fatal, warning): Add ATTR_FORMAT.
9412
e9d25b98
DJ
94132005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
9414
9415 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
9416 is not available. Define HAVE_PTRACE_GETREGS if it is.
9417 * config.in, configure: Regenerated.
9418 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
9419 * linux-i386-low.c, linux-m68k-low.c: Update to use
9420 HAVE_PTRACE_GETREGS.
9421 * linux-low.c (regsets_fetch_inferior_registers)
9422 (regsets_store_inferior_registers): Only return 0 if we processed
9423 GENERAL_REGS.
9424 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
9425 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
9426
a06660f7
DJ
94272005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
9428
9429 * inferiors.c (struct thread_info): Add gdb_id.
9430 (add_thread): Add gdb_id argument.
9431 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
9432 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
9433 calls to add_thread.
9434 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
9435 * server.c (handle_query): Use thread_to_gdb_id.
9436 (handle_v_cont, main): Use gdb_id_to_thread_id.
9437 * server.h (add_thread): Update prototype.
9438 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
9439 prototypes.
9440
5a1f5858
DJ
94412005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
9442
9443 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
9444 left-padded registers.
9445 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
9446 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
9447
e122f1f5
SE
94482005-07-01 Steve Ellcey <sje@cup.hp.com>
9449
9450 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
9451 * configure: Regenerate.
9452 * config.in: Regenerate.
9453 * server.h (NEED_DECLARATION_STRERROR):
9454 Replace with !HAVE_DECL_STRERROR.
9455
d592fa2f
DJ
94562005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
9457
9458 * linux-low.c (linux_wait, linux_send_signal): Don't test
9459 an unsigned long variable for > 0 if it could be MAX_ULONG.
9460 * server.c (myresume): Likewise.
9461 * target.c (set_desired_inferior): Likewise.
9462
ccbd4912
MK
94632005-06-13 Mark Kettenis <kettenis@gnu.org>
9464
9465 * configure.ac: Simplify and improve check for socklen_t.
9466 * configure, config.in: Regenerate.
9467
f450004a
DJ
94682005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9469
9470 * acconfig.h: Remove.
9471 * configure.ac: Add a test for socklen_t. Use three-argument
9472 AC_DEFINE throughout.
9473 * config.in: Regenerated using autoheader 2.59.
9474 * configure: Regenerated.
9475
9476 * gdbreplay.c (socklen_t): Provide a default.
9477 (remote_open): Use socklen_t.
9478 * remote-utils.c (socklen_t): Provide a default.
9479 (remote_open): Use socklen_t.
9480 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
9481 unsigned char.
9482
9483 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
9484 char for buffers.
9485 * linux-low.c (linux_read_memory, linux_write_memory)
9486 (linux_read_auxv): Likewise.
9487 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
9488 (check_mem_write): Likewise.
9489 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
9490 Likewise.
9491 * regcache.c (struct inferior_rgcache_data, registers_to_string)
9492 (registers_from_string, register_data): Likewise.
9493 * server.c (handle_query, main): Likewise.
9494 * server.h (convert_ascii_to_int, convert_int_to_ascii)
9495 (decode_M_packet): Likewise.
9496 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
9497 * target.h (struct target_ops): Update read_memory, write_memory,
9498 and read_auxv.
9499 (read_inferior_memory, write_inferior_memory): Update.
9500 * linux-low.h (struct linux_target_ops): Change type of breakpoint
9501 to unsigned char *.
9502 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
9503 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
9504 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
9505 linux-s390-low.c, linux-sh-low.c: Update for changes in
9506 read_inferior_memory and the_low_target->breakpoint.
9507
eee84df1
DJ
95082005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
9509
9510 * Makefile.in (SFILES): Add linux-ppc64-low.c.
9511 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
9512 * configure.srv: Add powerpc64-*-linux*.
9513 * linux-ppc64-low.c: New file.
9514
45b134e5
OF
95152005-05-23 Orjan Friberg <orjanf@axis.com>
9516
9517 * linux-cris-low.c: New file with support for CRIS.
9518 * linux-crisv32-low.c: Ditto for CRISv32.
9519 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
9520 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 9521 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
9522 reg-crisv32.o, and reg-crisv32.c to make rules.
9523 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
9524 recognized targets.
9525
48d93c75
UW
95262005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
9527
9528 * linux-low.c (fetch_register): Ensure buffer size is a multiple
9529 of sizeof (PTRACE_XFER_TYPE).
9530 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
9531
e013ee27
OF
95322005-05-12 Orjan Friberg <orjanf@axis.com>
9533
889bf7c5 9534 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
9535 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
9536 pointers for hardware watchpoint support.
9537 * linux-low.h (struct linux_target_ops): Ditto.
9538 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
9539 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
9540 to linux_target_ops.
9541 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
9542 reply packet.
9543 * server.c (main): Recognize 'Z' and 'z' packets.
9544
b0ded00b
UW
95452005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
9546
9547 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
9548 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
9549 (the_low_target): Add new members.
9550
8643e2ad
DJ
95512005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9552
9553 * proc-service.c (ps_lgetregs): Search all_processes instead of
9554 all_threads.
9555
fc620387
DJ
95562005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9557
9558 * server.c (start_inferior): Change return type to int.
9559 (attach_inferior): Change sigptr to int *.
9560 (handle_v_cont, handle_v_requests): Change signal to int *.
9561 (main): Change signal to int.
9562
95632005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
9564
9565 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
9566 * configure.srv: Add m32r*-*-linux*.
9567 * linux-m32r-low.c: New file.
9568
e0e76420
DJ
95692005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
9570
9571 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
9572
a1928bad
DJ
95732005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9574
9575 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
9576 Take unsigned long arguments for PIDs.
9577 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
9578 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
9579 (wait_for_sigstop, linux_resume_one_process)
9580 (regsets_fetch_inferior_registers, linux_send_signal)
9581 (linux_read_auxv): Likewise. Update the types of variables holding
9582 PIDs. Update format string specifiers.
9583 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
9584 * remote-utils.c (prepare_resume_reply): Likewise.
9585 * server.c (cont_thread, general_thread, step_thread)
9586 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
9587 unsigned long.
9588 (handle_query): Update format specifiers.
9589 (handle_v_cont, main): Use strtoul for thread IDs.
9590 * server.h (struct inferior_list_entry): Use unsigned long for ID.
9591 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
9592 (general_thread, step_thread, thread_from_wait)
9593 (old_thread_from_wait): Update.
9594 * target.h (struct thread_resume): Use unsigned long for THREAD.
9595 (struct target_ops): Use unsigned long for arguments to attach and
9596 thread_alive.
9597
dcdb98d2
DJ
95982005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
9599
9600 * acinclude.m4: Include bfd/bfd.m4 directly.
9601 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
9602 <agriffis@toolchain.org>.
9603 * aclocal.m4, configure: Regenerated.
9604
bec39cab
AC
96052005-01-07 Andrew Cagney <cagney@gnu.org>
9606
9607 * configure.ac: Rename configure.in, require autoconf 2.59.
9608 * configure: Re-generate.
9609
434c4c77
DJ
96102004-12-08 Daniel Jacobowitz <dan@debian.org>
9611
9612 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
9613 LIBS when finished.
9614 * aclocal.m4: Regenerated.
9615 * configure: Regenerated.
9616
db1d3e1b
AS
96172004-11-21 Andreas Schwab <schwab@suse.de>
9618
9619 * linux-m68k-low.c (m68k_num_gregs): Define.
9620 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
9621 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
9622 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
9623 (m68k_breakpoint_at): New. Add to the_low_target.
9624
9625 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
9626 srv_linux_thread_db to yes.
9627
43360365
JB
96282004-10-20 Joel Brobecker <brobecker@gnat.com>
9629
9630 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
9631 (ARCH_SET_FS): Likewise.
9632 (ARCH_GET_FS): Likewise.
9633 (ARCH_GET_GS): Likewise.
9634
fd500816
DJ
96352004-10-16 Daniel Jacobowitz <dan@debian.org>
9636
9637 * linux-i386-low.c (ps_get_thread_area): New.
9638 * linux-x86-64-low.c (ps_get_thread_area): New.
9639 * linux-low.c: Include <sys/syscall.h>.
9640 (linux_kill_one_process): Don't kill the first thread here.
9641 (linux_kill): Kill the first thread here.
9642 (kill_lwp): New function.
9643 (send_sigstop, linux_send_signal): Use it.
9644 * proc-service.c: Clean up #ifdefs.
9645 (fpregset_info): Delete.
9646 (ps_lgetregs): Update and enable implementation.
9647 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
9648 implementations.
9649 * remote-utils.c (struct sym_cache, symbol_cache): New.
9650 (input_interrupt): Print a clearer message.
9651 (async_io_enabled): New variable.
9652 (enable_async_io, disable_async_io): Use it. Update comments.
9653 (look_up_one_symbol): Use the symbol cache.
9654 * thread-db.c (thread_db_look_up_symbols): New function.
9655 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
9656
f6de3c42
DJ
96572004-10-16 Daniel Jacobowitz <dan@debian.org>
9658
9659 * configure.in: Test for -rdynamic.
9660 * configure: Regenerated.
9661 * Makefile (INTERNAL_LDFLAGS): New.
9662 (gdbserver, gdbreplay): Use it.
9663
2c0fc042
AC
96642004-09-02 Andrew Cagney <cagney@gnu.org>
9665
9666 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
9667
075b3282
DJ
96682004-03-23 Daniel Jacobowitz <drow@mvista.com>
9669
9670 * linux-low.c (linux_wait): Clear all_processes list also.
9671
fa6a77dc
DJ
96722004-03-12 Daniel Jacobowitz <drow@mvista.com>
9673
9674 * linux-low.c: Include <errno.h>. Remove extern declaration of
9675 errno.
9676
6d782a97
DJ
96772004-03-12 Daniel Jacobowitz <drow@mvista.com>
9678
9679 * gdbreplay.c, server.h, utils.c: Update copyright years.
9680
3a7fb99b
DJ
96812004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
9682
9683 * server.c (main): Print child status or termination signal from
9684 variable 'signal', not 'sig'.
9685
c3e735a6
DJ
96862004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
9687
9688 * linux-low.c (linux_read_memory): Change return type to
9689 int. Check for and return error from ptrace().
9690 * target.c (read_inferior_memory): Change return type to int. Pass
9691 back return status from the_target->read_memory().
9692 * target.h (struct target_ops): Adapt *read_memory() prototype.
9693 Update comment.
9694 (read_inferior_memory): Adapt prototype.
9695 * server.c (main): Return an error packet if
9696 read_inferior_memory() returns an error.
9697
a59d1c82
DJ
96982004-03-04 Daniel Jacobowitz <drow@mvista.com>
9699
9700 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
9701 Unify with other clean targets.
9702
dc3f8883
DJ
97032004-02-29 Daniel Jacobowitz <drow@mvista.com>
9704
9705 * server.c (handle_v_cont): Call set_desired_inferior.
9706
89a208da
DJ
97072004-02-29 Daniel Jacobowitz <drow@mvista.com>
9708
9709 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
9710
62ea82f5
DJ
97112004-02-29 Daniel Jacobowitz <drow@mvista.com>
9712
9713 * linux-low.c (linux_wait): Unblock async I/O.
9714 (linux_resume): Block and enable async I/O.
9715 * remote-utils.c (block_async_io, unblock_async_io): New functions.
9716 * server.h (block_async_io, unblock_async_io): Add prototypes.
9717
6910d122
DJ
97182004-02-29 Daniel Jacobowitz <drow@mvista.com>
9719
9720 * remote-utils.c (remote_open): Print a status notice after
9721 opening a TCP port.
9722 * server.c (attach_inferior): Print a status notice after
9723 attaching.
9724
97252004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
9726
9727 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
9728
c89dc5d4
DJ
97292004-02-26 Daniel Jacobowitz <drow@mvista.com>
9730
9731 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
9732 error packet.
9733 * server.c, target.h: Update copyright years.
9734
4b8dad4a
RM
97352004-02-25 Roland McGrath <roland@redhat.com>
9736
9737 * target.h (struct target_ops): New member `read_auxv'.
9738 * server.c (handle_query): Handle qPart:auxv:read: query using that.
9739 * linux-low.c (linux_read_auxv): New function.
9740 (linux_target_ops): Initialize `read_auxv' member to that.
9741
d7446758
JB
97422004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9743
9744 Committed by Jim Blandy <jimb@redhat.com>.
9745
9746 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 9747 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
9748 instead of GPR_SIZE to distiguish s390 and s390x targets.
9749
5544ad89
DJ
97502004-01-31 Daniel Jacobowitz <drow@mvista.com>
9751
9752 * linux-low.c: Update copyright year.
9753 (check_removed_breakpoint): Clear pending_is_breakpoint.
9754 (linux_set_resume_request, linux_queue_one_thread)
9755 (resume_status_pending_p): New functions.
9756 (linux_continue_one_thread): Use process->resume.
9757 (linux_resume): Only resume threads if there are no pending events.
9758 * linux-low.h (struct process_info): Add resume request
9759 pointer.
9760
2a68b70e
DJ
97612004-01-30 Daniel Jacobowitz <drow@mvista.com>
9762
9763 * regcache.c (new_register_cache): Clear the allocated register
9764 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
9765
64386c31
DJ
97662003-10-13 Daniel Jacobowitz <drow@mvista.com>
9767
9768 * linux-low.c (linux_resume): Take a struct thread_resume *
9769 argument.
9770 (linux_wait): Update call.
9771 (resume_ptr): New static variable.
9772 (linux_continue_one_thread): Renamed from
9773 linux_continue_one_process. Use resume_ptr.
9774 (linux_resume): Use linux_continue_one_thread.
9775 * server.c (handle_v_cont, handle_v_requests): New functions.
9776 (myresume): New function.
9777 (main): Handle 'v' case.
9778 * target.h (struct thread_resume): New type.
9779 (struct target_ops): Change argument of "resume" to struct
9780 thread_resume *.
9781 (myresume): Delete macro.
9782
c938e9b0
L
97832003-08-08 H.J. Lu <hongjiu.lu@intel.com>
9784
9785 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
9786 (uninstall): Support DESTDIR.
9787
7f313d07
BC
9788Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
9789
9790 * configure.srv: Add xscale*linux copy of arm*linux entry.
9791
3b2fc2ea
DJ
97922003-07-24 Daniel Jacobowitz <drow@mvista.com>
9793
9794 * linux-arm-low.c (arm_reinsert_addr): New function.
9795 (the_low_target): Add arm_reinsert_addr.
9796
1c0a559e
MK
97972003-07-08 Mark Kettenis <kettenis@gnu.org>
9798
9799 * mem-break.c: Remove whitespace at end of file.
9800
43d5792c
DJ
98012003-06-28 Daniel Jacobowitz <drow@mvista.com>
9802
9803 * configure.in: Check whether we need to prototype strerror.
9804 * server.h: Optionally prototype strerror.
9805 * gdbreplay.c (perror_with_name): Use strerror.
9806 * linux-low.c (linux_attach_lwp): Use strerror.
9807 * utils.c (perror_with_name): Use strerror.
9808 * config.in, configure: Regenerated.
9809
c8a86edf
DJ
98102003-06-28 Daniel Jacobowitz <drow@mvista.com>
9811
9812 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
9813 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
9814
73d37363
DJ
98152003-06-20 Daniel Jacobowitz <drow@mvista.com>
9816
9817 * Makefile.in (SFILES): Update.
9818 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
9819 low-sun3.c: Remove files.
9820
6ad8ae5c
DJ
98212003-06-17 Daniel Jacobowitz <drow@mvista.com>
9822
9823 * linux-low.c: Move comment to linux_thread_alive where it belonged.
9824 (linux_detach_one_process, linux_detach): New functions.
9825 (linux_target_ops): Add linux_detach.
9826 * server.c (main): Handle 'D' packet.
9827 * target.h (struct target_ops): Add "detach" member.
9828 (detach_inferior): Define.
9829
1581182a
MK
98302003-06-13 Mark Kettenis <kettenis@gnu.org>
9831
9832 From Kelley Cook <kelleycook@wideopenwest.com>:
9833 * configure.srv: Accept i[34567]86 variants.
9834
e5379b03
DJ
98352003-06-05 Daniel Jacobowitz <drow@mvista.com>
9836
9837 * linux-low.c (linux_wait_for_event): Correct comment typos.
9838 (linux_resume_one_process): Call check_removed_breakpoint.
9839 (linux_send_signal): New function.
9840 (linux_target_ops): Add linux_send_signal.
9841 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
9842 of kill.
9843 * target.h (struct target_ops): Add send_signal.
9844
2ff29de4
JB
98452003-05-29 Jim Blandy <jimb@redhat.com>
9846
9847 * linux-low.c (usr_store_inferior_registers): Transfer buf in
9848 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
9849 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
9850 away part of the register's value.
9851
254787d4
DJ
98522003-03-26 Daniel Jacobowitz <drow@mvista.com>
9853
9854 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
9855 (linux_wait_for_event, linux_init_signals): Likewise.
9856
94e10508
DJ
98572003-03-17 Daniel Jacobowitz <drow@mvista.com>
9858
9859 * configure.in: Check for stdlib.h.
9860 * configure: Regenerated.
9861 * config.in: Regenerated.
9862
4c0711e0
DJ
98632003-01-04 Andreas Schwab <schwab@suse.de>
9864
9865 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
9866
ef66e766
AC
98672003-01-02 Andrew Cagney <ac131313@redhat.com>
9868
9869 * Makefile.in: Remove obsolete code.
9870
a1358604
DJ
98712002-11-20 Daniel Jacobowitz <drow@mvista.com>
9872
9873 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
9874 defined(PT_FPR0_HI).
9875
23ce3b1c
DJ
98762002-11-17 Stuart Hughes <seh@zee2.com>
9877
9878 * linux-arm-low.c (arm_num_regs): Increase.
9879 (arm_regmap): Include status register.
9880
98812002-11-17 Daniel Jacobowitz <drow@mvista.com>
9882
9883 * linux-low.c (register_addr): Remove incorrect -1 check.
9884
a9fa9f7d
DJ
98852002-08-29 Daniel Jacobowitz <drow@mvista.com>
9886
9887 * linux-low.c (linux_create_inferior): Call setpgid. Return
9888 the new PID.
9889 (unstopped_p, linux_signal_pid): Remove.
9890 (linux_target_ops): Remove linux_signal_pid.
9891 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
9892 global instead of target method.
9893 * target.h (struct target_ops): Remove signal_pid. Update comment
9894 for create_inferior.
9895 * server.c (signal_pid): New variable.
9896 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 9897 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
9898 (attach_inferior): Set signal_pid.
9899
17574093
DJ
99002002-08-23 Daniel Jacobowitz <drow@mvista.com>
9901
9902 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
9903
99042002-08-20 Jim Blandy <jimb@redhat.com>
9905
9906 * Makefile.in (LDFLAGS): Allow the configure script to establish a
9907 default for this.
9908
99092002-08-01 Andrew Cagney <cagney@redhat.com>
9910
9911 * Makefile.in: Make chill references obsolete.
9912
99132002-07-24 Kevin Buettner <kevinb@redhat.com>
9914
9915 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
9916 * configure: Regenerate.
9917 * config.in: Regenerate.
9918
99192002-07-09 David O'Brien <obrien@FreeBSD.org>
9920
9921 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
9922 (perror_with_name, remote_close, remote_open, expect, play): Static.
9923
99242002-07-04 Michal Ludvig <mludvig@suse.cz>
9925
4b8dad4a 9926 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
9927 byte offsets instead of an array of indexes.
9928 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
9929
99302002-06-13 Daniel Jacobowitz <drow@mvista.com>
9931
9932 * regcache.c: Add comment.
9933
99342002-06-11 Daniel Jacobowitz <drow@mvista.com>
9935
9936 * thread-db.c: New file.
9937 * proc-service.c: New file.
9938 * acinclude.m4: New file.
9939 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
9940 proc-service.o, and thread-db.o.
9941 (linux-low.o): Add USE_THREAD_DB.
9942 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
9943 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
9944 * aclocal.m4: Regenerated.
9945 * config.in: Regenerated.
9946 * configure: Regenerated.
9947 * configure.in: Check for proc_service.h, sys/procfs.h,
9948 thread_db.h, and linux/elf.h headrs.
9949 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
9950 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
9951 Check for -lthread_db and thread support.
9952 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
9953 PowerPC, and SuperH.
9954 * i387-fp.c: Constify arguments.
9955 * i387-fp.h: Likewise.
9956 * inferiors.c: (struct thread_info): Renamed from
9957 `struct inferior_info'. Remove PID member. Use generic inferior
9958 list header. All uses updated.
9959 (inferiors, signal_pid): Removed.
9960 (all_threads): New variable.
9961 (get_thread): Define.
9962 (add_inferior_to_list): New function.
9963 (for_each_inferior): New function.
9964 (change_inferior_id): New function.
9965 (add_inferior): Removed.
9966 (remove_inferior): New function.
9967 (add_thread): New function.
9968 (free_one_thread): New function.
9969 (remove_thread): New function.
9970 (clear_inferiors): Use for_each_inferior and free_one_thread.
9971 (find_inferior): New function.
9972 (find_inferior_id): New function.
9973 (inferior_target_data): Update argument type.
9974 (set_inferior_target_data): Likewise.
9975 (inferior_regcache_data): Likewise.
9976 (set_inferior_regcache_data): Likewise.
9977 * linux-low.c (linux_bp_reinsert): Remove.
9978 (all_processes, stopping_threads, using_thrads)
9979 (struct pending_signals, debug_threads, pid_of): New.
9980 (inferior_pid): Replace with macro.
9981 (struct inferior_linux_data): Remove.
9982 (get_stop_pc, add_process): New functions.
9983 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
9984 Use add_process and add_thread.
9985 (linux_attach_lwp): New function, based on old linux_attach. Use
9986 add_process and add_thread. Set stop_expected for new threads.
9987 (linux_attach): New function.
9988 (linux_kill_one_process): New function.
9989 (linux_kill): Kill all LWPs.
9990 (linux_thread_alive): Use find_inferior_id.
9991 (check_removed_breakpoints, status_pending_p): New functions.
9992 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
9993 Update. Use WNOHANG. Wait for cloned processes also. Update process
9994 struct for the found process.
9995 (linux_wait_for_event): New function.
9996 (linux_wait): Use it. Support LWPs.
9997 (send_sigstop, wait_for_sigstop, stop_all_processes)
9998 (linux_resume_one_process, linux_continue_one_process): New functions.
9999 (linux_resume): Support LWPs.
10000 (REGISTER_RAW_SIZE): Remove.
10001 (fetch_register): Use register_size instead. Call supply_register.
10002 (usr_store_inferior_registers): Likewise. Call collect_register.
10003 Fix recursive case.
10004 (regsets_fetch_inferior_registers): Improve error message.
10005 (regsets_store_inferior_registers): Add debugging.
10006 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
10007 (unstopped_p, linux_signal_pid): New functions.
10008 (linux_target_ops): Add linux_signal_pid.
10009 (linux_init_signals): New function.
10010 (initialize_low): Call it. Initialize using_threads.
10011 * regcache.c (inferior_regcache_data): Add valid
10012 flag.
10013 (get_regcache): Fetch registers lazily. Add fetch argument
10014 and update all callers.
10015 (regcache_invalidate_one, regcache_invalidate): New
10016 functions.
10017 (new_register_cache): Renamed from create_register_cache.
10018 Return the new regcache.
10019 (free_register_cache): Change argument to a void *.
10020 (registers_to_string, registers_from_string): Call get_regcache
10021 with fetch flag set.
10022 (register_data): Make static. Pass fetch flag to get_regcache.
10023 (supply_register): Call get_regcache with fetch flag clear.
10024 (collect_register): Call get_regcache with fetch flag set.
10025 (collect_register_as_string): New function.
10026 * regcache.h: Update.
10027 * remote-utils.c (putpkt): Flush after debug output and use
10028 stderr.
10029 Handle input interrupts while waiting for an ACK.
10030 (input_interrupt): Use signal_pid method.
10031 (getpkt): Flush after debug output and use stderr.
10032 (outreg): Use collect_register_as_string.
10033 (new_thread_notify, dead_thread_notify): New functions.
10034 (prepare_resume_reply): Check using_threads. Set thread_from_wait
10035 and general_thread.
10036 (look_up_one_symbol): Flush after debug output.
10037 * server.c (step_thread, server_waiting): New variables.
10038 (start_inferior): Don't use signal_pid. Update call to mywait.
10039 (attach_inferior): Update call to mywait.
10040 (handle_query): Handle qfThreadInfo and qsThreadInfo.
10041 (main): Don't fetch/store registers explicitly. Use
10042 set_desired_inferior. Support proposed ``Hs'' packet. Update
10043 calls to mywait.
10044 * server.h: Update.
10045 (struct inferior_list, struct_inferior_list_entry): New.
10046 * target.c (set_desired_inferior): New.
10047 (write_inferior_memory): Constify.
10048 (mywait): New function.
10049 * target.h: Update.
10050 (struct target_ops): New signal_pid method.
10051 (mywait): Removed macro, added prototype.
10052
10053 * linux-low.h (regset_func): Removed.
10054 (regset_fill_func, regset_store_func): New.
10055 (enum regset_type): New.
10056 (struct regset_info): Add type field. Use new operation types.
10057 (struct linux_target_ops): stop_pc renamed to get_pc.
10058 Add decr_pc_after_break and breakpoint_at.
10059 (get_process, get_thread_proess, get_process_thread)
10060 (strut process_info, all_processes, linux_attach_lwp)
10061 (thread_db_init): New.
10062
10063 * linux-arm-low.c (arm_get_pc, arm_set_pc,
10064 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
10065 (the_low_target): Add new members.
10066 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
10067 (i386_store_fpxregset): Constify.
10068 (target_regsets): Add new kind identifier.
10069 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
10070 (i386_set_pc): Add debugging.
10071 (i386_breakpoint_at): New function.
10072 (the_low_target): Add new members.
10073 * linux-mips-low.c (mips_get_pc, mips_set_pc)
10074 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
10075 (mips_breakpoint_at): New.
10076 (the_low_target): Add new members.
10077 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
10078 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
10079 (the_low_target): Add new members.
10080 * linux-sh-low.c (sh_get_pc, sh_set_pc)
10081 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
10082 (the_low_target): Add new members.
10083 * linux-x86-64-low.c (target_regsets): Add new kind
10084 identifier.
10085
100862002-05-15 Daniel Jacobowitz <drow@mvista.com>
10087
10088 From Martin Pool <mbp@samba.org>:
10089 * server.c (gdbserver_usage): New function.
10090 (main): Call it.
10091
100922002-05-14 Daniel Jacobowitz <drow@mvista.com>
10093
10094 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
10095 stop_at -> stop_pc.
10096
100972002-05-04 Andrew Cagney <ac131313@redhat.com>
10098
10099 * Makefile.in: Remove obsolete code.
10100
101012002-04-24 Michal Ludvig <mludvig@suse.cz>
10102
10103 * linux-low.c (regsets_fetch_inferior_registers),
10104 (regsets_store_inferior_registers): Removed cast to int from
10105 ptrace() calls.
10106 * regcache.h: Added declaration of struct inferior_info.
10107
101082002-04-20 Daniel Jacobowitz <drow@mvista.com>
10109
10110 * inferiors.c (struct inferior_info): Add regcache_data.
10111 (add_inferior): Call create_register_cache.
10112 (clear_inferiors): Call free_register_cache.
10113 (inferior_regcache_data, set_inferior_regcache_data): New functions.
10114 * regcache.c (struct inferior_regcache_data): New.
10115 (registers): Remove.
10116 (get_regcache): New function.
10117 (create_register_cache, free_register_cache): New functions.
10118 (set_register_cache): Don't initialize the register cache here.
10119 (registers_to_string, registers_from_string, register_data): Call
10120 get_regcache.
10121 * regcache.h: Add prototypes.
10122 * server.h: Likewise.
10123
101242002-04-20 Daniel Jacobowitz <drow@mvista.com>
10125
10126 * mem-break.c: New file.
10127 * mem-break.h: New file.
10128 * Makefile.in: Add mem-break.o rule; update server.h
10129 dependencies.
10130 * inferiors.c (struct inferior_info): Add target_data
10131 member.
10132 (clear_inferiors): Free target_data member if set.
10133 (inferior_target_data, set_inferior_target_data): New functions.
10134 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
10135 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
10136 * linux-low.c (linux_bp_reinsert): New variable.
10137 (struct inferior_linux_data): New.
10138 (linux_create_inferior): Use set_inferior_target_data.
10139 (linux_attach): Likewise. Call add_inferior.
10140 (linux_wait_for_one_inferior): New function.
10141 (linux_wait): Call it.
10142 (linux_write_memory): Add const.
10143 (initialize_low): Call set_breakpoint_data.
10144 * linux-low.h (struct linux_target_ops): Add breakpoint
10145 handling members.
10146 * server.c (attach_inferior): Remove extra add_inferior
10147 call.
10148 * server.h: Include mem-break.h. Update inferior.c
10149 prototypes.
10150 * target.c (read_inferior_memory)
10151 (write_inferior_memory): New functions.
10152 * target.h (read_inferior_memory)
10153 (write_inferior_memory): Change macros to prototypes.
10154 (struct target_ops): Update comments. Add const to write_memory
10155 definition.
10156
101572002-04-11 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * linux-low.c (usr_store_inferior_registers): Support
10160 registers which are allowed to fail to store.
10161 * linux-low.h (linux_target_ops): Likewise.
10162 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
10163 (ppc_cannot_store_register): FPSCR may not be storable.
10164
101652002-04-09 Daniel Jacobowitz <drow@mvista.com>
10166
10167 * server.h: Include <string.h> if HAVE_STRING_H.
10168 * ChangeLog: Correct paths in last ChangeLog entry.
10169
101702002-04-09 Daniel Jacobowitz <drow@mvista.com>
10171
10172 * linux-low.h: Remove obsolete prototypes.
10173 (struct linux_target_ops): New.
10174 (extern the_low_target): New.
10175 * linux-low.c (num_regs, regmap): Remove declarations.
10176 (register_addr): Use the_low_target explicitly.
10177 (fetch_register): Likewise.
10178 (usr_fetch_inferior_registers): Likewise.
10179 (usr_store_inferior_registers): Likewise.
10180 * linux-arm-low.c (num_regs): Remove.
10181 (arm_num_regs): Define.
10182 (arm_regmap): Renamed from regmap, made static.
10183 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
10184 made static.
10185 (arm_cannot_store_register): Renamed from cannot_store_register,
10186 made static.
10187 (the_low_target): New.
10188 * linux-i386-low.c (num_regs): Remove.
10189 (i386_num_regs): Define.
10190 (i386_regmap): Renamed from regmap, made static.
10191 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
10192 made static.
10193 (i386_cannot_store_register): Renamed from cannot_store_register,
10194 made static.
10195 (the_low_target): New.
10196 * linux-ia64-low.c (num_regs): Remove.
10197 (ia64_num_regs): Define.
10198 (ia64_regmap): Renamed from regmap, made static.
10199 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
10200 made static.
10201 (ia64_cannot_store_register): Renamed from cannot_store_register,
10202 made static.
10203 (the_low_target): New.
10204 * linux-m68k-low.c (num_regs): Remove.
10205 (m68k_num_regs): Define.
10206 (m68k_regmap): Renamed from regmap, made static.
10207 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
10208 made static.
10209 (m68k_cannot_store_register): Renamed from cannot_store_register,
10210 made static.
10211 (the_low_target): New.
10212 * linux-mips-low.c (num_regs): Remove.
10213 (mips_num_regs): Define.
10214 (mips_regmap): Renamed from regmap, made static.
10215 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
10216 made static.
10217 (mips_cannot_store_register): Renamed from cannot_store_register,
10218 made static.
10219 (the_low_target): New.
10220 * linux-ppc-low.c (num_regs): Remove.
10221 (ppc_num_regs): Define.
10222 (ppc_regmap): Renamed from regmap, made static.
10223 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
10224 made static.
10225 (ppc_cannot_store_register): Renamed from cannot_store_register,
10226 made static.
10227 (the_low_target): New.
10228 * linux-s390-low.c (num_regs): Remove.
10229 (s390_num_regs): Define.
10230 (s390_regmap): Renamed from regmap, made static.
10231 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
10232 made static.
10233 (s390_cannot_store_register): Renamed from cannot_store_register,
10234 made static.
10235 (the_low_target): New.
10236 * linux-sh-low.c (num_regs): Remove.
10237 (sh_num_regs): Define.
10238 (sh_regmap): Renamed from regmap, made static.
10239 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
10240 made static.
10241 (sh_cannot_store_register): Renamed from cannot_store_register,
10242 made static.
10243 (the_low_target): New.
10244 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
10245 (the_low_target): New.
10246
102472002-04-09 Daniel Jacobowitz <drow@mvista.com>
10248
10249 * Makefile.in: Add stamp-h target.
10250 * configure.in: Create stamp-h.
10251 * configure: Regenerated.
10252
102532002-04-09 Daniel Jacobowitz <drow@mvista.com>
10254
10255 * inferiors.c: New file.
10256 * target.c: New file.
10257 * target.h: New file.
10258 * Makefile.in: Add target.o and inferiors.o. Update
10259 dependencies.
10260 * linux-low.c (inferior_pid): New static variable,
10261 moved from server.c.
10262 (linux_create_inferior): Renamed from create_inferior.
10263 Call add_inferior. Return 0 on success instead of a PID.
10264 (linux_attach): Renamed from myattach.
10265 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
10266 (linux_thread_alive): Renamed from mythread_alive.
10267 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
10268 child dies.
10269 (linux_resume): Renamed from myresume. Add missing ``return 0''.
10270 (regsets_store_inferior_registers): Correct error message.
10271 Add missing ``return 0''.
10272 (linux_fetch_registers): Renamed from fetch_inferior_registers.
10273 (linux_store_registers): Renamed from store_inferior_registers.
10274 (linux_read_memory): Renamed from read_inferior_memory.
10275 (linux_write_memory): Renamed from write_inferior_memory.
10276 (linux_target_ops): New structure.
10277 (initialize_low): Call set_target_ops ().
10278 * remote-utils.c (unhexify): New function.
10279 (hexify): New function.
10280 (input_interrupt): Send signals to ``signal_pid''.
10281 * server.c (inferior_pid): Remove.
10282 (start_inferior): Update create_inferior call.
10283 (attach_inferior): Call add_inferior.
10284 (handle_query): New function.
10285 (main): Call handle_query for `q' packets.
10286 * server.h: Include "target.h". Remove obsolete prototypes.
10287 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
10288
102892002-04-09 Daniel Jacobowitz <drow@mvista.com>
10290
10291 * Makefile.in: Add WARN_CFLAGS. Update configury
10292 dependencies.
10293 * configure.in: Check for <string.h>
10294 * configure: Regenerate.
10295 * config.in: Regenerate.
10296 * gdbreplay.c: Include needed system headers.
10297 (remote_open): Remove strchr prototype.
10298 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
10299 * regcache.c (supply_register): Change buf argument to const void *.
10300 (supply_register_by_name): Likewise.
10301 (collect_register): Change buf argument to void *.
10302 (collect_register_by_name): Likewise.
10303 * regcache.h: Add missing prototypes.
10304 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
10305 * server.c (handle_query): New function.
10306 (attached): New static variable, moved out of main.
10307 (main): Quiet longjmp clobber warnings.
10308 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
10309 * utils.c (error): Remove NORETURN.
10310 (fatal): Likewise.