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