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