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