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