gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
... / ...
CommitLineData
12012-03-03 Yao Qi <yao@codesourcery.com>
2
3 * Makefile.in (linux-low.o): Keep dependence on agent.h.
4 (linux-x86-low.o): Likewise.
5 * server.h: Remove in_process_agent_loaded.
6 * tracepoint.c (in_process_agent_loaded): Removed. Moved it
7 common/agent.c.
8 Update callers.
9
102012-03-03 Yao Qi <yao@codesourcery.com>
11
12 * tracepoint.c (gdb_agent_capability): New global.
13 (in_process_agent_loaded_ust): Renamed to
14 `in_process_agent_supports_ust'.
15 Update callers.
16 (in_process_agent_supports_ust): Call agent_capability_check.
17 (clear_installed_tracepoints): Assert that agent supports
18 agent.
19
202012-03-03 Yao Qi <yao@codesourcery.com>
21
22 * linux-low.c (linux_supports_agent): New.
23 (linux_target_ops): Initialize field `supports_agent' with
24 linux_supports_agent.
25 * target.h (struct target_ops) <supports_agent>: New.
26 (target_supports_agent): New macro.
27 * server.c (handle_general_set): Handle packet 'QAgent'.
28 (handle_query): Send `QAgent+'.
29 * Makefile.in (server.o): Depends on agent.h.
30
312012-03-03 Yao Qi <yao@codesourcery.com>
32
33 * Makefile.in (OBS): Add agent.o.
34 Add new rule for agent.o.
35 Track dependence of tracepoint.c on agent.h.
36 * tracepoint.c (run_inferior_command_1):
37 (run_inferior_command): Call agent_run_command.
38 (gdb_ust_connect_sync_socket): Deleted. Move it to
39 common/agent.c.
40 (resume_thread, stop_thread): Likewise.
41 (gdb_ust_socket_init): Renamed to ...
42 (gdb_agent_socket_init): ... New.
43 (gdb_ust_thread): Renamed to ...
44 (gdb_agent_helper_thread): ... New.
45 (gdb_ust_init): Move some code to ...
46 (gdb_agent_init): ... here. New.
47 [HAVE_UST]: Call gdb_ust_init.
48 (initialize_tracepoint_ftlib): Call gdb_agent_init.
49 * configure.ac: Add `sys/un.h' to AC_CHECK_HEADERS.
50 * config.in, configure: Regenerated.
51
522012-03-02 Pedro Alves <palves@redhat.com>
53
54 * inferiors.c (add_pid_to_list, pull_pid_from_list): Delete.
55 * linux-low.c (struct simple_pid_list): New.
56 (stopped_pids): New a struct simple_pid_list pointer.
57 (add_to_pid_list, pull_pid_from_list): New.
58 (handle_extended_wait): Don't assume the first signal new children
59 report is SIGSTOP. Adjust call to pull_pid_from_list.
60 (linux_wait_for_lwp): Adjust.
61
622012-03-02 Yao Qi <yao@codesourcery.com>
63
64 * tracepoint.c (do_action_at_tracepoint): Write `stop_pc' in
65 debug log.
66
672012-03-02 Yao Qi <yao@codesourcery.com>
68
69 * tracepoint.c (collect_ust_data_at_tracepoint): Remove parameters
70 `stop_pc' and `tpoint'. Update caller.
71
722012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
73
74 * linux-low.h (linux_target_ops): Add regset_bitmap member.
75 * linux-low.c (use_linux_regsets): New macro.
76 [!HAVE_LINUX_REGSETS] (regsets_fetch_inferior_registers): Likewise.
77 [!HAVE_LINUX_REGSETS] (regsets_store_inferior_registers): Likewise.
78 (linux_register_in_regsets): New function.
79 (usr_fetch_inferior_registers): Skip registers covered by
80 regsets.
81 (usr_store_inferior_registers): Likewise.
82 (usr_fetch_inferior_registers): New macro.
83 (usr_store_inferior_registers): Likewise.
84 (linux_fetch_registers): Handle mixed regset/non-regset targets.
85 (linux_store_registers): Likewise.
86 * linux-mips-low.c (init_registers_mips_dsp_linux): New
87 prototype.
88 (init_registers_mips64_dsp_linux): Likewise.
89 (init_registers_mips_linux): New macro.
90 (init_registers_mips_dsp_linux): Likewise.
91 (mips_dsp_num_regs): Likewise.
92 (DSP_BASE, DSP_CONTROL): New fallback macros.
93 (mips_base_regs): New macro.
94 (mips_regmap): Use it. Fix the size.
95 (mips_dsp_regmap): New variable.
96 (mips_dsp_regset_bitmap): Likewise.
97 (mips_arch_setup): New function.
98 (mips_cannot_fetch_register): Use the_low_target.regmap rather
99 than mips_regmap.
100 (mips_cannot_store_register): Likewise.
101 (the_low_target): Update .arch_setup, .num_regs and .regmap
102 initializers. Add .regset_bitmap initializer.
103 * linux-arm-low.c (the_low_target): Add .regset_bitmap
104 initializer.
105 * linux-bfin-low.c (the_low_target): Likewise.
106 * linux-cris-low.c (the_low_target): Likewise.
107 * linux-crisv32-low.c (the_low_target): Likewise.
108 * linux-ia64-low.c (the_low_target): Likewise.
109 * linux-m32r-low.c (the_low_target): Likewise.
110 * linux-m68k-low.c (the_low_target): Likewise.
111 * linux-ppc-low.c (the_low_target): Likewise.
112 * linux-s390-low.c (the_low_target): Likewise.
113 * linux-sh-low.c (the_low_target): Likewise.
114 * linux-sparc-low.c (the_low_target): Likewise.
115 * linux-tic6x-low.c (the_low_target): Likewise.
116 * linux-x86-low.c (the_low_target): Likewise.
117 * linux-xtensa-low.c (the_low_target): Likewise.
118 * configure.srv <mips*-*-linux*>: Add mips-dsp-linux.o and
119 mips64-dsp-linux.o to srv_regobj. Add mips-dsp-linux.xml,
120 mips64-dsp-linux.xml, mips-dsp.xml and mips64-dsp.xml to
121 srv_xmlfiles.
122 * Makefile.in (mips-dsp-linux.o, mips-dsp-linux.c): New targets.
123 (mips64-dsp-linux.o, mips64-dsp-linux.c): Likewise.
124
1252012-02-29 Yao Qi <yao@codesourcery.com>
126 Pedro Alves <palves@redhat.com>
127
128 * linux-low.c: (linux_wait_1): Call unsuspend_all_lwps when
129 `step_over_finished' is true.
130
1312012-02-27 Pedro Alves <palves@redhat.com>
132
133 * linux-low.c (pid_is_stopped): Delete, moved to common/.
134 (linux_attach_lwp_1): Adjust to use linux_proc_pid_is_stopped.
135
1362012-02-27 Pedro Alves <palves@redhat.com>
137
138 PR server/9684
139 * linux-low.c (pid_is_stopped): New.
140 (linux_attach_lwp_1): Handle attaching to 'T (stopped)' processes.
141
1422012-02-25 Luis Machado <lgustavo@codesourcery.com>
143
144 * mem-break.c (clear_gdb_breakpoint_conditions): Fix de-allocation
145 of conditions.
146
1472012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
148
149 * linux-mips-low.c (mips_regmap): Correct the index of $f9.
150
1512012-02-24 Luis Machado <lgustavo@codesourcery>
152
153 * server.c (handle_query): Advertise support for target-side
154 breakpoint condition evaluation.
155 (process_point_options): New function.
156 (process_serial_event): When inserting a breakpoint, check for
157 a target-side condition that should be evaluated.
158
159 * mem-break.c: Include regcache.h and ax.h.
160 (point_cond_list_t): New data structure.
161 (breakpoint) <cond_list>: New field.
162 (find_gdb_breakpoint_at): Make non-static.
163 (delete_gdb_breakpoint_at): Clear any target-side
164 conditions.
165 (clear_gdb_breakpoint_conditions): New function.
166 (add_condition_to_breakpoint): Likewise.
167 (add_breakpoint_condition): Likewise.
168 (gdb_condition_true_at_breakpoint): Likewise.
169 (gdb_breakpoint_here): Return result directly instead
170 of going through a local variable.
171
172 * mem-break.h (find_gdb_breakpoint_at): New prototype.
173 (clear_gdb_breakpoint_conditions): Likewise.
174 (add_breakpoint_condition): Likewise.
175 (gdb_condition_true_at_breakpoint): Likewise.
176
177 * linux-low.c (linux_wait_1): Evaluate target-side breakpoint condition.
178 (need_step_over_p): Take target-side breakpoint condition into
179 consideration.
180
1812012-02-24 Luis Machado <lgustavo@codesourcery>
182
183 * server.h: Include tracepoint.h.
184 (agent_mem_read, agent_get_trace_state_variable_value,
185 agent_set_trace_state_variable_value,
186 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
187 get_set_tsv_func_addr): New prototypes.
188
189 * ax.h: New include file.
190 * ax.c: New source file.
191
192 * tracepoint.c: Include ax.h.
193 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
194 agent_expr, eval_result_type): Move to ax.h.
195 (parse_agent_expr): Rename to ...
196 (gdb_parse_agent_expr): ... this, make it non-static and move
197 to ax.h.
198 (unparse_agent_expr) Rename to ...
199 (gdb_unparse_agent_expr): ... this, make it non-static and move
200 to ax.h.
201 (eval_agent_expr): Rename to ...
202 (eval_tracepoint_agent_expr): ... this.
203 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
204 forward declarations.
205 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
206 (agent_get_trace_state_variable_value): New function.
207 (agent_set_trace_state_variable_value): New function.
208 (cmd_qtdp): Call gdb_parse_agent_expr (...).
209 (response_tracepoint): Call gdb_unparse_agent_expr (...).
210 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
211 (condition_true_at_tracepoint): Likewise.
212 (parse_agent_expr): Rename to ...
213 (gdb_parse_agent_expr): ... this and move to ax.c.
214 (unparse_agent_expr): Rename to ...
215 (gdb_unparse_agent_expr): ... this and move to ax.c.
216 (gdb_agent_op_name): Move to ax.c.
217 (eval_agent_expr): Rename to ...
218 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
219 and move to ax.c.
220 (eval_tracepoint_agent_expr): New function.
221 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
222 non-static.
223 (current_insn_ptr, emit_error, struct bytecode_address): Move to
224 ax.c.
225 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
226 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
227 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
228 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
229 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
230 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
231 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
232 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
233 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
234 (compile_bytecodes): Remove forward declaration.
235 (is_goto_target): Move to ax.c.
236 (compile_bytecodes): Move to ax.c and call
237 agent_get_trace_state_variable_value (...) and
238 agent_set_trace_state_variable_value (...).
239
240 * Makefile.in: Update ax.c and IPA dependencies.
241
2422012-02-24 Pedro Alves <palves@redhat.com>
243
244 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
245 (cmd_bigqtbuffer_circular): ... this. Only handle
246 'QTBuffer:circular:'.
247 (handle_tracepoint_general_set): Adjust.
248
2492012-02-16 Yao Qi <yao@codesourcery.com>
250
251 * inferiors.c: Move code to ...
252 * dll.c: .... here. New.
253 * server.h: Declare clear_dlls.
254 * Makefile.in (SFILES): Add dll.c.
255 (OBS): Add dll.o
256 (dll.o): New rule.
257
2582012-02-11 Yao Qi <yao@codesourcery.com>
259
260 * server.c: (handle_monitor_command): Add a new parameter
261 `own_buf'.
262 (handle_query): Update caller.
263
2642012-02-09 Joel Brobecker <brobecker@adacore.com>
265
266 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
267 * configure, config.in: Regenerate.
268 * hostio.c: Provide an alternate implementation if HAVE_READLINK
269 is not defined.
270
2712012-02-02 Pedro Alves <palves@redhat.com>
272
273 Try SIGKILL first, then PTRACE_KILL.
274 * linux-low.c (linux_kill_one_lwp): New.
275 (linux_kill_one_lwp): Rename to ...
276 (kill_one_lwp_callback): ... this. Use the new
277 linux_kill_one_lwp.
278
2792012-02-02 Pedro Alves <palves@redhat.com>
280
281 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
282 inferior.
283
2842012-01-27 Pedro Alves <palves@redhat.com>
285
286 * linux-low.c (linux_child_pid_to_exec_file): Delete.
287 (elf_64_file_p): Make static.
288 (linux_pid_exe_is_elf_64_file): New.
289 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
290 Delete declarations.
291 (linux_pid_exe_is_elf_64_file): Declare.
292 * linux-x86-low.c (x86_arch_setup): Use
293 linux_pid_exe_is_elf_64_file.
294
2952012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
296
297 * linux-low.c (linux_wait_for_event_1): Rename to ...
298 (linux_wait_for_event): ... here and merge it with former
299 linux_wait_for_event - new variable wait_ptid, use it.
300 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
301
3022012-01-23 Pedro Alves <palves@redhat.com>
303
304 * server.c (main): Avoid yet another case of infinite loop while
305 detaching/killing after a longjmp.
306
3072012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
308
309 Code cleanup.
310 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
311
3122012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
313
314 * hostio.c (handle_readlink): New function.
315 (handle_vFile): Call it to handle "vFile:readlink" packets.
316
3172012-01-20 Pedro Alves <palves@redhat.com>
318 Ulrich Weigand <ulrich.weigand@linaro.org>
319
320 * server.c (handle_v_requests): Only support vAttach and vRun to
321 start multiple processes when in extended protocol mode.
322
3232012-01-17 Pedro Alves <palves@redhat.com>
324
325 * tracepoint.c (initialize_tracepoint): Use mmap instead of
326 memalign plus mprotect to allocate the scratch buffer.
327
3282012-01-13 Pedro Alves <palves@redhat.com>
329
330 * server.c (attach_inferior): Clear `cont_thread'.
331
3322012-01-13 Pedro Alves <palves@redhat.com>
333
334 * server.c (main): Avoid infinite loop while detaching/killing
335 after a longjmp.
336
3372012-01-09 Doug Evans <dje@google.com>
338
339 * server.c (start_inferior): Set last_ptid in --wrapper case.
340
3412012-01-06 Yao Qi <yao@codesourcery.com>
342
343 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
344 defined.
345 [IN_PROCESS_AGENT] (debug_agent): New global variable.
346
3472012-01-04 Yao Qi <yao@codesourcery.com>
348
349 * tracepoint.c (cmd_qtdp): Print debug message
350 for static tracepoint.
351
3522012-01-04 Yao Qi <yao@codesourcery.com>
353
354 * tracepoint.c (trace_vdebug): Differentiate debug message
355 between gdbserver and IPA.
356
3572012-01-03 Yao Qi <yao@codesourcery.com>
358
359 * tracepoint.c (tracepoint_was_hit): Don't collect for
360 static tracepoint.
361
3622012-01-02 Joel Brobecker <brobecker@adacore.com>
363
364 * terminal.h: Reformat copyright header.
365
3662012-01-02 Joel Brobecker <brobecker@adacore.com>
367
368 * server.c (gdbserver_version): Update copyright year.
369 * gdbreplay.c (gdbreplay_version): Likewise.
370
3712011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * linux-low.c (linux_create_inferior): Put empty if clause for write.
374
375 Revert:
376 2011-12-18 Hui Zhu <teawater@gmail.com>
377 * linux-low.c (linux_create_inferior): Save return value to ret.
378
3792011-12-18 Hui Zhu <teawater@gmail.com>
380
381 * linux-low.c (linux_create_inferior): Save return value to ret.
382
3832011-12-16 Doug Evans <dje@google.com>
384
385 * linux-low.c (linux_create_inferior): If stdio connection,
386 redirect stdin from /dev/null, stdout to stderr.
387 * remote-utils.c (remote_is_stdio): New static global.
388 (remote_connection_is_stdio): New function.
389 (remote_prepare): Handle stdio connection.
390 (remote_open): Ditto.
391 (remote_close): Don't close stdin for stdio connections.
392 (read_prim,write_prim): New functions. Replace all calls to
393 read/write to these.
394 * server.c (main): Watch for "-" argument. Move call to
395 remote_prepare before start_inferior.
396 * server.h (STDIO_CONNECTION_NAME): New macro.
397 (remote_connection_is_stdio): Declare.
398
399 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
400 in debugging output.
401
4022011-12-15 Yao Qi <yao@codesourcery.com>
403
404 * tracepoint.c: Include sys/syscall.h.
405 (gdb_ust_thread): Remove preprocessor conditional.
406
4072011-12-14 Pedro Alves <pedro@codesourcery.com>
408
409 * linux-low.c (linux_detach_one_lwp): Call
410 the_low_target.prepare_to_resume before detaching.
411
4122011-12-14 Yao Qi <yao@codesourcery.com>
413
414 * tracepoint.c (gdb_ust_thread): Don't ignore return value
415 of write.
416
4172011-12-14 Yao Qi <yao@codesourcery.com>
418
419 * i386-low.c (i386_low_stopped_data_address): Initialize local
420 variable `control'.
421
4222011-12-13 Pedro Alves <pedro@codesourcery.com>
423
424 PR remote/13492
425
426 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
427 DR_CONTROL unless necessary. Extend comments.
428 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
429 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
430
4312011-12-13 Yao Qi <yao@codesourcery.com>
432
433 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
434 macros.
435 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
436
4372011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
438
439 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
440 Print new debug message for such case.
441
4422011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 Fix overlapping memcpy.
445 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
446 the read_inferior_memory transfer.
447 (delete_fast_tracepoint_jump): New variable buf. Use it for the
448 write_inferior_memory transfer.
449 (set_fast_tracepoint_jump): New variable buf. Use it for the
450 read_inferior_memory and write_inferior_memory transfers.
451 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
452 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
453 Use it for the write_inferior_memory transfer.
454 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
455 buffers.
456
4572011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
458
459 * linux-low.c (fetch_register, store_register): Make code
460 consistent, fix formatting.
461
4622011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
463
464 * linux-low.c (usr_store_inferior_registers): Factor out code
465 to handle individual registers into...
466 (store_register): ... this new function.
467
4682011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
469
470 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
471 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
472 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
473 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
474 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
475 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
476 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
477 (srv_xmlfiles): Add new XML files.
478
479 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
480 and <sys/uio.h>.
481 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
482 (init_registers_s390_linux32v1): Add prototype.
483 (init_registers_s390_linux32v2): Likewise.
484 (init_registers_s390_linux64v1): Likewise.
485 (init_registers_s390_linux64v2): Likewise.
486 (init_registers_s390x_linux64v1): Likewise.
487 (init_registers_s390x_linux64v2): Likewise.
488 (s390_num_regs): Increment to 52.
489 (s390_regmap): Add orig_r2 register.
490 (s390_num_regs_3264): Increment to 68.
491 (s390_regmap_3264): Add orig_r2 register.
492 (s390_collect_ptrace_register): Handle orig_r2 register.
493 (s390_supply_ptrace_register): Likewise.
494 (s390_fill_last_break): New function.
495 (s390_store_last_break): Likewise.
496 (s390_fill_system_call): New function.
497 (s390_store_system_call): Likewise.
498 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
499 register sets.
500 (s390_check_regset): New function.
501 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
502 NT_S390_SYSTEM_CALL regsets and use appropriate description.
503 Update target_regsets for available register sets.
504
5052011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
506 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
509 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
510 New.
511 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
512 * linux-low.h (struct process_info_private): New member r_debug.
513 * server.c (handle_qxfer_libraries): Call
514 the_target->qxfer_libraries_svr4.
515 (handle_qxfer_libraries_svr4): New function.
516 (qxfer_packets): New entry "libraries-svr4".
517 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
518 * target.h (struct target_ops): New member qxfer_libraries_svr4.
519 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
520 PACKET_qXfer_libraries_svr4.
521
5222011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
523
524 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
525 PSW address/mask between 8-byte and 16-byte formats.
526 (s390_supply_ptrace_register): Likewise.
527 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
528 basic addressing mode bit.
529
5302011-11-24 Stan Shebs <stan@codesourcery.com>
531
532 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
533
5342011-11-17 Stan Shebs <stan@codesourcery.com>
535
536 * tracepoint.c (struct tracepoint): New field traceframe_usage.
537 (tracing_start_time): New global.
538 (tracing_stop_time): New global.
539 (tracing_user_name): New global.
540 (tracing_notes): New global.
541 (tracing_stop_note): New global.
542 (cmd_qtstart): Set traceframe_usage, start_time.
543 (stop_tracing): Set stop_time.
544 (cmd_qtstatus): Report additional status.
545 (cmd_qtp): New function.
546 (handle_tracepoint_query): Call it.
547 (cmd_qtnotes): New function.
548 (handle_tracepoint_general_set): Call it.
549 (get_timestamp): Rename from tsv_get_timestamp.
550
5512011-11-14 Stan Shebs <stan@codesourcery.com>
552 Kwok Cheung Yeung <kcy@codesourcery.com>
553
554 * linux-x86-low.c (small_jump_insn): New.
555 (i386_install_fast_tracepoint_jump_pad): Add arguments for
556 trampoline and error message, build a trampoline and issue a small
557 jump instruction to it.
558 (x86_install_fast_tracepoint_jump_pad): Add arguments for
559 trampoline and error message.
560 (x86_get_min_fast_tracepoint_insn_len): New.
561 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
562 * linux-low.h (struct linux_target_ops): Add arguments to
563 install_fast_tracepoint_jump_pad operation, add new operation.
564 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
565 arguments.
566 (linux_get_min_fast_tracepoint_insn_len): New function.
567 (linux_target_op): Add new operation.
568 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
569 (gdb_trampoline_buffer_end): Ditto.
570 (gdb_trampoline_buffer_error): Ditto.
571 (struct ipa_sym_addresses): Add fields for new IPA variables.
572 (symbol_list): Add entries for new IPA variables.
573 (struct tracepoint): Add fields to hold the address range of the
574 trampoline used by the tracepoint.
575 (trampoline_buffer_head): New static variable.
576 (trampoline_buffer_tail): Ditto.
577 (claim_trampoline_space): New function.
578 (have_fast_tracepoint_trampoline_buffer): New function.
579 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
580 structure.
581 (install_fast_tracepoint): Ditto, also add error buffer argument.
582 (cmd_qtminftpilen): New function.
583 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
584 (fast_tracepoint_from_trampoline_address): New function.
585 (fast_tracepoint_collecting): Handle trampoline as part of jump
586 pad space.
587 (set_trampoline_buffer_space): New function.
588 (initialize_tracepoint): Initialize new IPA variables.
589 * target.h (struct target_ops): Add arguments to
590 install_fast_tracepoint_jump_pad operation, add new
591 get_min_fast_tracepoint_insn_len operation.
592 (target_get_min_fast_tracepoint_insn_len): New.
593 (install_fast_tracepoint_jump_pad): Add arguments.
594 * server.h (IPA_BUFSIZ): Define.
595 * linux-i386-ipa.c: Include extra header files.
596 (initialize_fast_tracepoint_trampoline_buffer): New function.
597 (initialize_low_tracepoint): Call it.
598 * server.h (set_trampoline_buffer_space): Declare.
599 (claim_trampoline_space): Ditto.
600 (have_fast_tracepoint_trampoline_buffer): Ditto.
601
6022011-11-14 Yao Qi <yao@codesourcery.com>
603
604 * server.c (handle_query): Handle InstallInTrace for qSupported.
605 * tracepoint.c (add_tracepoint): Sort list.
606 (install_tracepoint, download_tracepoint): New.
607 (cmd_qtdp): Call them to install and download tracepoints.
608 (sort_tracepoints): Removed.
609 (cmd_qtstart): Update.
610
6112011-11-14 Yao Qi <yao@codesourcery.com>
612
613 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
614 * mem-break.h: Declare.
615 * tracepoint.c (cmd_qtstart): Move some code to ...
616 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
617 New.
618 (download_tracepoints): Move some code to ...
619 (download_tracepoint_1): ... here. New.
620
6212011-11-08 Yao Qi <yao@codesourcery.com>
622
623 * remote-utils.c (relocate_instruction): A comment fix.
624
6252011-11-07 Joel Brobecker <brobecker@adacore.com>
626
627 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
628 (i386_dr_low_get_control, i386_dr_low_get_status): Use
629 dr_status_mirror and dr_control_mirror from debug_reg_state.
630 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
631 (i386_initial_stuff): Remove use of deleted globals.
632 (i386_get_thread_context, i386_set_thread_context,
633 i386_thread_added): Use dr_status_mirror and dr_control_mirror
634 from debug_reg_state.
635
6362011-11-05 Yao Qi <yao@codesourcery.com>
637
638 * tracepoint.c (gdb_collect): Loop over tracepoints of same
639 address as TPOINT's.
640
6412011-11-02 Stan Shebs <stan@codesourcery.com>
642
643 * tracepoint.c (agent_mem_read_string): New function.
644 (eval_agent_expr): Call it for tracenz.
645 * server.c (handle_query): Report support for tracenz.
646
6472011-11-02 Yao Qi <yao@codesourcery.com>
648
649 * tracepoint.c (cmd_qtstart): Remove unused local variables.
650
6512011-11-02 Yao Qi <yao@codesourcery.com>
652
653 * target.h: Fix a typo in comment.
654
6552011-10-31 Pedro Alves <pedro@codesourcery.com>
656
657 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
658 clobber the breakpoints' shadows with fast tracepoint jumps.
659 * mem-break.h (check_mem_write): Add `myaddr' parameter.
660 * target.c (write_inferior_memory): Also pass MYADDR down to
661 check_mem_write.
662
6632011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
664
665 * configure.ac: Check support for personality routine.
666 * configure: Regenerate.
667 * config.in: Likewise.
668 * linux-low.c: Include <sys/personality.h>.
669 Define ADDR_NO_RANDOMIZE if necessary.
670 (linux_create_inferior): Disable address space randomization when
671 forking inferior, if requested.
672 (linux_supports_disable_randomization): New function.
673 (linux_target_ops): Install it.
674 * server.h (disable_randomization): Declare.
675 * server.c (disable_randomization): New global variable.
676 (handle_general_set): Handle QDisableRandomization.
677 (handle_query): Likewise for qSupported.
678 (main): Support --disable-randomization and --no-disable-randomization
679 command line arguments.
680 * target.h (struct target_ops): Add supports_disable_randomization.
681 (target_supports_disable_randomization): New macro.
682
6832011-09-29 Mike Frysinger <vapier@gentoo.org>
684
685 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
686 ifdef check.
687 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
688 [!PT_GETDSBT] (target_loadmap): New definition.
689 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
690 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
691 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
692 and PT_GETDSBT to LINUX_LOADMAP.
693 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
694 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
695
6962011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
697
698 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
699 (arm_linux_hwbp_cap): New static variable.
700 (arm_linux_get_hwbp_cap): Replace by ...
701 (arm_linux_init_hwbp_cap): ... this new function.
702 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
703 (arm_linux_get_hw_watchpoint_count): Likewise.
704 (arm_linux_get_hw_watchpoint_max_length): Likewise.
705 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
706 (arm_prepare_to_resume): Use perror_with_name instead of error.
707
7082011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
709
710 * linux-arm-low.c: Include <signal.h>.
711 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
712 (struct arm_linux_hwbp_cap): New data type.
713 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
714 (struct arm_linux_hw_breakpoint): New data type.
715 (MAX_BPTS, MAX_WPTS): Define.
716 (struct arch_process_info, struct arch_lwp_info): New data types.
717 (arm_linux_get_hwbp_cap): New function.
718 (arm_linux_get_hw_breakpoint_count): Likewise.
719 (arm_linux_get_hw_watchpoint_count): Likewise.
720 (arm_linux_get_hw_watchpoint_max_length): Likewise.
721 (arm_hwbp_control_initialize): Likewise.
722 (arm_hwbp_control_is_enabled): Likewise.
723 (arm_hwbp_control_is_initialized): Likewise.
724 (arm_hwbp_control_disable): Likewise.
725 (arm_linux_hw_breakpoint_equal): Likewise.
726 (arm_linux_hw_point_initialize): Likewise.
727 (struct update_registers_data): New data structure.
728 (update_registers_callback: New function.
729 (arm_insert_point): Likewise.
730 (arm_remove_point): Likewise.
731 (arm_stopped_by_watchpoint): Likewise.
732 (arm_stopped_data_address): Likewise.
733 (arm_new_process): Likewise.
734 (arm_new_thread): Likewise.
735 (arm_prepare_to_resume): Likewise.
736 (the_low_target): Register arm_insert_point, arm_remove_point,
737 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
738 arm_new_thread, and arm_prepare_to_resume.
739
7402011-09-15 Stan Shebs <stan@codesourcery.com>
741
742 * server.h (struct emit_ops): Add compare-goto fields.
743 * tracepoint.c (gdb_agent_op_sizes): New table.
744 (emit_eq_goto): New function.
745 (emit_ne_goto): New function.
746 (emit_lt_goto): New function.
747 (emit_le_goto): New function.
748 (emit_gt_goto): New function.
749 (emit_ge_goto): New function.
750 (is_goto_target): New function.
751 (compile_bytecodes): Recognize special cases of compare-goto
752 combinations and call specialized emitters for them.
753 * linux-x86-low.c (amd64_emit_eq_goto): New function.
754 (amd64_emit_ne_goto): New function.
755 (amd64_emit_lt_goto): New function.
756 (amd64_emit_le_goto): New function.
757 (amd64_emit_gt_goto): New function.
758 (amd64_emit_ge_goto): New function.
759 (amd64_emit_ops): Add the new functions.
760 (i386_emit_eq_goto): New function.
761 (i386_emit_ne_goto): New function.
762 (i386_emit_lt_goto): New function.
763 (i386_emit_le_goto): New function.
764 (i386_emit_gt_goto): New function.
765 (i386_emit_ge_goto): New function.
766 (i386_emit_ops): Add the new functions.
767
7682011-09-08 Stan Shebs <stan@codesourcery.com>
769
770 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
771 (i386_emit_epilogue): Restore %ebx.
772
7732011-08-31 Jie Zhang <jzhang918@gmail.com>
774
775 * server.c (step_thread): Remove definition.
776 (process_serial_event): Don't handle Hs.
777 * server.h (step_thread): Remove declaration.
778 * target.c (set_desired_inferior): Remove use of step_thread.
779
7802011-08-24 Luis Machado <lgustavo@codesourcery.com>
781
782 * linux-low.c: Include linux-procfs.h.
783 (linux_attach_lwp_1): Update comments.
784 (linux_attach): Scan for existing threads when attaching to a
785 process that is the tgid.
786 * Makefile.in: Update dependencies.
787
7882011-08-24 Luis Machado <lgustavo@codesourcery.com>
789
790 * configure.srv: Add linux-procfs.o dependencies.
791
7922011-08-14 Yao Qi <yao@codesourcery.com>
793
794 * target.h (struct target_ops): Fix indent.
795 * win32-low.c (win32_target_ops): Fix comment.
796
7972011-08-14 Andrew Jenner <andrew@codesourcery.com>
798 Yao Qi <yao@codesourcery.com>
799
800 * Makefile.in (clean): Remove tic6x-*.c files.
801 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
802 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
803 (tic6x-c64xp-linux.c): Likewise.
804 * configure.srv: Add support for tic6x-*-uclinux.
805 * linux-tic6x-low.c: New.
806 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
807
8082011-08-14 Andrew Stubbs <ams@codesourcery.com>
809 Yao Qi <yao@codesourcery.com>
810
811 * target.h (struct target_ops): Add read_loadmap.
812 * linux-low.c (struct target_loadseg): New type.
813 (struct target_loadmap): New type.
814 (linux_read_loadmap): New function.
815 (linux_target_ops): Add linux_read_loadmap.
816 * server.c (handle_query): Support qXfer:fdpic:read packet.
817 * win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
818
8192011-08-05 Eli Zaretskii <eliz@gnu.org>
820
821 * win32-low.c: Include <stdint.h>.
822
8232011-07-22 Pedro Alves <pedro@codesourcery.com>
824
825 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
826 to the inferior here.
827 (i386_remove_aligned_watchpoint): Ditto.
828 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
829 fit part of the watchpoint in the debug registers.
830 (i386_update_inferior_debug_regs): New.
831 (i386_low_insert_watchpoint): Work on a local mirror of the debug
832 registers, and only update the inferior on success.
833 (i386_low_remove_watchpoint): Ditto.
834
8352011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
836
837 * linux-low.c (compare_ints, unique, list_threads, show_process,
838 linux_core_of_thread): Delete.
839 (linux_target_ops): Change linux_core_of_thread to
840 linux_common_core_of_thread.
841 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
842 * utils.c (malloc_failure): Change type of argument.
843 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
844 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
845 common/linux-osdata.c, common/ptid.c and common/buffer.c.
846 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
847 (IPA_OBJS): Add common-utils-ipa.o.
848 (ptid_h, linux_osdata_h): New macros.
849 (server_h): Add common/common-utils.h, common/xml-utils.h,
850 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
851 common/ptid.h.
852 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
853 ptid.o, buffer.o): New rules.
854 (linux-low.o): Add common/linux-osdata.h as a dependency.
855 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
856 * configure.ac: Add AC_HEADER_DIRENT check.
857 * config.in: Regenerate.
858 * configure: Regenerate.
859 * remote-utils.c (xml_escape_text): Delete.
860 (buffer_grow, buffer_free, buffer_init, buffer_finish,
861 buffer_xml_printf): Move to common/buffer.c.
862 * server.c (main): Remove call to initialize_inferiors.
863 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
864 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
865 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
866 internal_error, gdb_assert, gdb_assert_fail): Delete.
867 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
868 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
869 common/buffer.h.
870 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
871 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
872 initialize_inferiors): Delete.
873
8742011-07-20 Pedro Alves <pedro@codesourcery.com>
875
876 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
877 symbol error.
878
8792011-05-31 Pedro Alves <pedro@codesourcery.com>
880
881 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
882 assertion.
883 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
884
8852011-05-26 Yao Qi <yao@codesourcery.com>
886
887 * Makefile.in (thread-db.o): Track dependence to
888 common/gdb_thread_db.h.
889 * thread-db.c: include gdb_thread_db.h from right place.
890
8912011-05-16 Adrian Cornish <gnu@bluedreamer.com>
892
893 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
894 __FILE__ and __LINE__ to internal_error.
895
8962011-05-13 Doug Evans <dje@google.com>
897
898 * thread-db.c (try_thread_db_load_from_sdir): New function.
899 (try_thread_db_load_from_dir): New function.
900 (thread_db_load_search): Handle $sdir, ignore $pdir.
901 Remove trying of system directories if search of
902 libthread-db-search-path fails, that is now done via $sdir.
903
9042011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
905
906 * server.c (handle_query): Add EnableDisableTracepoints to the list
907 of supported features.
908 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
909 tracepoints.
910 (cmd_qtenable_disable): New.
911 (cmd_qtstart): Install tracepoints even if disabled.
912 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
913 receiving a QTEnable or QTDisable packet.
914 (gdb_collect): Skip data collection if fast tracepoint is disabled.
915 (ust_marker_to_static_tracepoint): Do not ignore disabled static
916 tracepoints.
917 (gdb_probe): Skip data collection if static tracepoint is disabled.
918
9192011-05-10 Doug Evans <dje@google.com>
920
921 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
922
9232011-05-04 Doug Evans <dje@google.com>
924
925 * linux-low.c (linux_join): Skip process lookup.
926 * spu-low.c (spu_join): Ditto.
927 * server.c (join_inferiors_callback): Delete.
928 (process_serial_event): For 'D' packet (detach) call join_inferior
929 directly.
930
9312011-05-04 Joseph Myers <joseph@codesourcery.com>
932
933 * README: Don't mention xscale*-*-linux*.
934 * configure.srv (xscale*-*-linux*): Don't handle target.
935
9362011-04-27 Nathan Froyd <froydnj@codesourcery.com>
937
938 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
939 casting pointers.
940 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
941 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
942 (i386_emit_void_call_2): Likewise.
943
9442011-04-26 Yao Qi <yao@codesourcery.com>
945
946 * linux-low.c: Move common macros to linux-ptrace.h.
947 Include linux-ptrace.h.
948 * Makefile.in (linux_ptrace_h): New.
949 (linux-low.o): Depends on linux-ptrace.h.
950
9512011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
954 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
955 (remote_prepare): New function with most of the TCP code from ...
956 (remote_open): ... here. Detect PORT here unconditionally. Move also
957 setting transport_is_reliable.
958 * server.c (run_once): New variable.
959 (gdbserver_usage): Document it.
960 (main): Set run_once for `--once'. Call remote_prepare. Exit after
961 the first run if RUN_ONCE.
962 * server.h (run_once, remote_prepare): New declarations.
963
9642011-04-19 Tom Tromey <tromey@redhat.com>
965
966 * win32-low.c (handle_load_dll): Remove duplicate "the".
967
9682011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
969
970 Remove support for old Cygwin 1.5 versions.
971 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
972 function to avoid warning.
973 (win32_add_one_solib): Use cygwin_conv_path function to avoid
974 warning.
975
9762011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
977
978 * gdbserver/server.h (Macro _): Define it if not available.
979
9802011-03-14 Michael Snyder <msnyder@vmware.com>
981
982 * hostio.c (handle_close): Remove unnecessary null test.
983
9842011-03-10 Joel Brobecker <brobecker@adacore.com>
985
986 * Makefile.in (maintainer-clean realclean distclean): Remove
987 "make ... subdir_do" command.
988
9892011-03-10 Michael Snyder <msnyder@vmware.com>
990
991 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
992
993 * server.c (handle_v_run): Free alloced buffer on early return.
994
9952011-03-09 Yao Qi <yao@codesourcery.com>
996
997 Revert:
998 2011-03-04 Yao Qi <yao@codesourcery.com>
999
1000 * Makefile.in: Remove GNU make feature --directory.
1001
1002 2011-03-05 Yao Qi <yao@codesourcery.com>
1003
1004 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
1005 (subdir_do): New make target. Copied from gdb/Makefile.
1006 (maintainer-clean, realclean, distclean, clean): Call corresponding
1007 make targets in common/Makefile.
1008
1009 2011-02-11 Yao Qi <yao@codesourcery.com>
1010
1011 * configure.ac: Call AC_PROG_RANLIB.
1012 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
1013 * configure: Regenerate.
1014
10152011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1016
1017 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
1018
10192011-03-06 Yao Qi <yao@codesourcery.com>
1020
1021 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
1022
10232011-03-05 Yao Qi <yao@codesourcery.com>
1024
1025 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
1026 (subdir_do): New make target. Copied from gdb/Makefile.
1027 (maintainer-clean, realclean, distclean, clean): Call corresponding
1028 make targets in common/Makefile.
1029
10302011-03-04 Yao Qi <yao@codesourcery.com>
1031
1032 * Makefile.in: Remove GNU make feature --directory.
1033
10342011-03-04 Michael Snyder <msnyder@vmware.com>
1035
1036 * server.c (queue_stop_reply): Call xmalloc not malloc.
1037
10382011-03-02 Michael Snyder <msnyder@vmware.com>
1039
1040 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
1041
10422011-02-28 Michael Snyder <msnyder@vmware.com>
1043
1044 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
1045 (cmd_qtframe): Ditto.
1046 (cmd_qtbuffer): Ditto.
1047 (cmd_bigqtbuffer): Ditto.
1048
1049 * utils.c (decimal2str): Initialize 'width' to nine, then
1050 don't mess with it.
1051
10522011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1053
1054 * hostio.c (require_data): Free *data, not data.
1055
10562011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * hostio.c (require_data): Use free, not xfree.
1059
10602011-02-27 Michael Snyder <msnyder@vmware.com>
1061
1062 * server.c (handle_query): Discard unused value.
1063
1064 * hostio.c (require_data): Free malloc memory before returning
1065 error.
1066
10672011-02-26 Michael Snyder <msnyder@vmware.com>
1068
1069 * linux-low.c (list_threads): Call closedir for dirent.
1070
10712011-02-27 Michael Snyder <msnyder@vmware.com>
1072
1073 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
1074 a case statement falls through.
1075
1076 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
1077
1078 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
1079 in comparison.
1080
10812011-02-26 Michael Snyder <msnyder@vmware.com>
1082
1083 * utils.c (decimal2str): Eliminate dead code and dead param.
1084 (pulongest): Drop dead param from call to decimal2str.
1085 (plongest): Ditto.
1086
10872011-02-24 Joel Brobecker <brobecker@adacore.com>
1088
1089 Revert the following patch (not approved yet):
1090 2011-02-21 Hui Zhu <teawater@gmail.com>
1091 * tracepoint.c (tp_printf): New function.
1092 (eval_agent_expr): Handle gdb_agent_op_printf.
1093
10942011-02-21 Hui Zhu <teawater@gmail.com>
1095
1096 * tracepoint.c (tp_printf): New function.
1097 (eval_agent_expr): Handle gdb_agent_op_printf.
1098
10992011-02-18 Tom Tromey <tromey@redhat.com>
1100
1101 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
1102 (tracepoint.o): Likewise.
1103 * tracepoint.c (enum gdb_agent_op): Use ax.def.
1104 (gdb_agent_op_names): Likewise.
1105
11062011-02-18 Tom Tromey <tromey@redhat.com>
1107
1108 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
1109 gdb_agent_op_rot>: New constants.
1110 (gdb_agent_op_names): Add pick and roll.
1111 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
1112 cases.
1113
11142011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1115
1116 * aclocal.m4: Regenerated with aclocal-1.11.1.
1117
11182011-02-14 Pedro Alves <pedro@codesourcery.com>
1119
1120 * server.c (handle_qxfer_traceframe_info): New.
1121 (qxfer_packets): Register "traceframe-info".
1122 (handle_query): Report support for qXfer:traceframe-info:read+.
1123 * tracepoint.c (match_blocktype): New.
1124 (traceframe_find_block_type): Rename to ...
1125 (traceframe_walk_blocks): ... this. Add callback filter argument,
1126 and use it.
1127 (traceframe_find_block_type): New, reimplemented on top of
1128 traceframe_walk_blocks.
1129 (build_traceframe_info_xml): New.
1130 (traceframe_read_info): New.
1131 * server.h (traceframe_read_info): Declare.
1132
11332011-02-11 Yao Qi <yao@codesourcery.com>
1134
1135 * configure.ac: Call AC_PROG_RANLIB.
1136 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
1137 * configure: Regenerate.
1138
11392011-02-07 Pedro Alves <pedro@codesourcery.com>
1140
1141 * server.c (gdb_read_memory): Change return semantics to allow
1142 partial transfers.
1143 (handle_search_memory_1): Adjust.
1144 (process_serial_event) <'m' packet>: Handle partial transfers.
1145 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
1146
11472011-01-28 Pedro Alves <pedro@codesourcery.com>
1148
1149 * regcache.c (init_register_cache): Initialize
1150 regcache->register_status.
1151 (free_register_cache): Release regcache->register_status.
1152 (regcache_cpy): Copy register_status.
1153 (registers_to_string): Print 'x's for unavailable registers.
1154 (supply_register): Mark the register's status valid or
1155 unavailable, depending on whether a buffer was passed in or not.
1156 (supply_register_zeroed): New.
1157 (supply_regblock): Mark the registers' status valid or
1158 unavailable, depending on whether a buffer was passed in or not.
1159 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
1160 (struct regcache): New `register_status' field.
1161 (supply_register_zeroed): Declare.
1162 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
1163 supply_register_zeroed, rather than passing a NULL buffer to
1164 supply_register.
1165 * tracepoint.c (fetch_traceframe_registers): Update comment.
1166
11672011-01-28 Pedro Alves <pedro@codesourcery.com>
1168
1169 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
1170 buffer explicit.
1171
11722011-01-25 Pedro Alves <pedro@codesourcery.com>
1173
1174 * server.h (decode_xfer_write): Change prototype.
1175 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
1176 and don't extract the annex here.
1177 * server.c (decode_xfer_read): Remove `annex' parameter,
1178 and don't extract the annex here.
1179 (decode_xfer): New.
1180 (struct qxfer): New.
1181 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
1182 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
1183 (handle_qxfer_statictrace): New functions, abstracted out from
1184 handle_query, and made to use the struct qxfer interface.
1185 (handle_threads_qxfer_proper): Rename to ...
1186 (handle_qxfer_threads_proper): ... this.
1187 (handle_threads_qxfer): Rename to ...
1188 (handle_qxfer_threads): ... this. Adjust.
1189 (qxfer_packets): New array.
1190 (handle_qxfer): New function.
1191 (handle_query): Use handle_qxfer.
1192
11932011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1194
1195 * gdbreplay.c: Shorten lines of >= 80 columns.
1196 * linux-low.c: Ditto.
1197 * linux-ppc-low.c: Ditto.
1198 * linux-s390-low.c: Ditto.
1199 * linux-sparc-low.c: Ditto.
1200 * linux-x86-low.c: Ditto.
1201 * linux-xtensa-low.c: Ditto.
1202 * mem-break.c: Ditto.
1203 * nto-low.c: Ditto.
1204 * regcache.h: Ditto.
1205 * remote-utils.c: Ditto.
1206 * server.c: Ditto.
1207 * server.h: Ditto.
1208 * thread-db.c: Ditto.
1209 * tracepoint.c: Ditto.
1210 * utils.c: Ditto.
1211 * win32-low.h: Ditto.
1212
12132011-01-05 Joel Brobecker <brobecker@adacore.com>
1214
1215 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
1216 update.
1217
12182011-01-01 Joel Brobecker <brobecker@adacore.com>
1219
1220 * server.c (gdbserver_version): Update copyright year in version
1221 output.
1222 * gdbreplay.c (gdbreplay_version): Ditto.
1223
12242010-12-29 Jie Zhang <jie.zhang@analog.com>
1225
1226 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
1227 * linux-bfin-low.c: New file.
1228 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
1229 PT_DATA_ADDR for BFIN targets.
1230 * Makefile.in (SFILES): Add linux-bfin-low.c.
1231 (clean): Remove reg-bfin.c.
1232 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
1233 * README: Mention supported Blackfin targets.
1234
12352010-12-23 Mike Frysinger <vapier@gentoo.org>
1236
1237 * .gitignore: New file.
1238
12392010-11-16 Mike Frysinger <vapier@gentoo.org>
1240
1241 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
1242
12432010-10-22 Jie Zhang <jie@codesourcery.com>
1244
1245 * Makefile.in: Add FLAGS_TO_PASS variable.
1246 (install): Remove dependency of install-only and recursively
1247 invoke make for install-only.
1248
12492010-10-04 Doug Evans <dje@google.com>
1250
1251 * Makefile.in (uninstall): Use $(DESTDIR).
1252
12532010-09-24 Pedro Alves <pedro@codesourcery.com>
1254
1255 PR gdb/11842
1256
1257 * linux-x86-low.c (compat_siginfo_from_siginfo)
1258 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1259 si_code is < 0. Check for si_code == SI_TIMER before checking for
1260 si_code < 0.
1261
12622010-09-13 Joel Brobecker <brobecker@adacore.com>
1263
1264 * lynx-i386-low.c: New file.
1265 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
1266
12672010-09-13 Joel Brobecker <brobecker@adacore.com>
1268
1269 * lynx-low.c (ptrace_request_to_str): Remove handling for
1270 request values that have been removed in LynxOS 5.x.
1271
12722010-09-13 Joel Brobecker <brobecker@adacore.com>
1273
1274 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
1275 <ptrace.h>
1276
12772010-09-09 Nathan Sidwell <nathan@codesourcery.com>
1278
1279 * configure.ac: Add --enable-inprocess-agent option.
1280 * configure: Rebuilt.
1281
12822010-09-06 Yao Qi <yao@codesourcery.com>
1283
1284 * linux-low.c (linux_kill): Remove unused variable.
1285 (linux_stabilize_threads): Likewise.
1286 * server.c (start_inferior): Likewise.
1287 (queue_stop_reply_callback): Likewise.
1288 * tracepoint.c (do_action_at_tracepoint): Likewise.
1289
12902010-09-06 Yao Qi <yao@codesourcery.com>
1291
1292 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
1293 on return.
1294
12952010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1296
1297 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
1298
12992010-09-06 Pedro Alves <pedro@codesourcery.com>
1300
1301 * Makefile.in (install-only): Replace $IPA_DEPFILES with
1302 "$(IPA_DEPFILES)".
1303
13042010-09-01 Joel Brobecker <brobecker@adacore.com>
1305
1306 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
1307 gdbserver/lynx-ppc-low.c: New files.
1308 * Makefile.in (lynx_low_h): New variable.
1309 (lynx-low.o, lynx-ppc-low.o): New rules.
1310 * configure.ac: On LynxOS, link with -lnetinet.
1311 * configure.srv: Add handling of powerpc-*-lynxos* targets.
1312 * configure: regenerate.
1313
13142010-09-01 Joel Brobecker <brobecker@adacore.com>
1315
1316 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
1317 * configure.ac: Add check for vasprintf and vsnprintf.
1318 * configure, config.in: Regenerate.
1319 * server.h (vasprintf, vsnprintf): Add conditional declarations.
1320
13212010-09-01 Joel Brobecker <brobecker@adacore.com>
1322
1323 * gdbreplay.c: Move include of alloca.h up, next to include of
1324 malloc.h.
1325 * server.h: Add include of malloc.h.
1326 * mem-break.c: Remove include of malloc.h.
1327 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
1328
13292010-09-01 Joel Brobecker <brobecker@adacore.com>
1330
1331 * Makefile.in (memmem.o): Build with -Wno-error.
1332
13332010-09-01 Joel Brobecker <brobecker@adacore.com>
1334
1335 * utils.c (xsnprintf): Make non-static.
1336 * server.h: Add xsnprintf declaration.
1337 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
1338 replace calls to snprintf by calls to xsnprintf throughout.
1339
13402010-09-01 Joel Brobecker <brobecker@adacore.com>
1341
1342 * configure.ac: Add configure check for alloca.
1343 * configure, config.in: Regenerate.
1344 * server.h: Include alloca.h if it exists.
1345 * gdbreplay.c: Include alloca.h if it exists.
1346
13472010-08-28 Pedro Alves <pedro@codesourcery.com>
1348
1349 * linux-low.c (__SIGRTMIN): Define if not already defined.
1350 (linux_create_inferior): Check for __ANDROID__ rather than
1351 __SIGRTMIN.
1352 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
1353 are already deferred.
1354 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
1355 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
1356 stopped and already has a pending signal to report.
1357 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
1358 a pending signal to report or is moving out of a jump pad.
1359 (linux_init_signals): Check for __ANDROID__ rather than
1360 __SIGRTMIN.
1361
13622010-08-28 Pedro Alves <pedro@codesourcery.com>
1363
1364 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
1365 debug_threads check. Avoid a linear search when not doing debug
1366 output.
1367
13682010-08-27 Pedro Alves <pedro@codesourcery.com>
1369
1370 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
1371 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
1372 (struct file_handler) <fd>: Change type to gdb_fildes_t.
1373 (process_event): Change local fd's type to gdb_fildes_t.
1374 (create_file_handler): Adjust prototype.
1375 (delete_file_handler): Adjust prototype.
1376 (handle_file_event): Adjust prototype. Use pfildes.
1377 (create_file_event): Adjsut prototype.
1378 * remote-utils.c (remote_desc, listen_desc): Change type to
1379 gdb_fildes_t.
1380 * server.h: New gdb_fildes_t typedef.
1381 [USE_WIN32API]: Include winsock2.h.
1382 (delete_file_handler, add_file_handler): Adjust prototypes.
1383 (pfildes): Declare.
1384 * utils.c (pfildes): New.
1385
13862010-08-27 Pedro Alves <pedro@codesourcery.com>
1387
1388 * configure.ac (build_warnings): Add -Wno-char-subscripts.
1389 * configure: Regenerate.
1390
13912010-08-27 Pedro Alves <pedro@codesourcery.com>
1392
1393 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
1394 (linux_done_accessing_memory): ... this.
1395 (linux_target_ops): Adjust.
1396 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
1397 * nto-low.c (nto_target_ops): Adjust comment.
1398 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
1399 * spu-low.c (spu_target_ops): Adjust comment.
1400 * target.h (target_ops): Rename unprepare_to_access_memory field
1401 to done_accessing_memory.
1402 (unprepare_to_access_memory): Rename to ...
1403 (done_accessing_memory): ... this.
1404
14052010-08-26 Pedro Alves <pedro@codesourcery.com>
1406
1407 * linux-low.c (linux_prepare_to_access_memory): New.
1408 (linux_unprepare_to_access_memory): New.
1409 (linux_target_ops): Install them.
1410 * server.c (read_memory): Rename to ...
1411 (gdb_read_memory): ... this. Use
1412 prepare_to_access_memory/prepare_to_access_memory.
1413 (write_memory): Rename to ...
1414 (gdb_write_memory): ... this. Use
1415 prepare_to_access_memory/prepare_to_access_memory.
1416 (handle_search_memory_1): Adjust.
1417 (process_serial_event): Adjust.
1418 * target.h (struct target_ops): New fields
1419 prepare_to_access_memory and unprepare_to_access_memory.
1420 (prepare_to_access_memory, unprepare_to_access_memory): New.
1421 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
1422 prepare_to_access_memory/prepare_to_access_memory.
1423 * nto-low.c (nto_target_ops): Adjust.
1424 * spu-low.c (spu_target_ops): Adjust.
1425 * win32-low.c (win32_target_ops): Adjust.
1426
14272010-08-26 Pedro Alves <pedro@codesourcery.com>
1428
1429 * Makefile.in (WARN_CFLAGS): Get it from configure.
1430 (WERROR_CFLAGS): New.
1431 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
1432 * configure.ac: Introduce --enable-werror, which adds -Werror to
1433 the compiler command line. Enabled by default. Disable with
1434 --disable-werror. Add -Wdeclaration-after-statement
1435 Wpointer-arith and -Wformat-nonliteral to warning flags.
1436 * configure: Regenerate.
1437
14382010-08-26 Pedro Alves <pedro@codesourcery.com>
1439
1440 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
1441
14422010-08-26 Pedro Alves <pedro@codesourcery.com>
1443
1444 * gdbreplay.c (remote_error): New.
1445 (gdbchar): New.
1446 (expect): Use gdbchar. Check for error reading from GDB.
1447 Clarify sync error output.
1448 (play): Check for errors writing to GDB.
1449 * linux-low.c (sigchld_handler): Really ignore `write' errors.
1450 * remote-utils.c (getpkt): Check for errors writing to the remote
1451 descriptor.
1452
14532010-08-25 Pedro Alves <pedro@codesourcery.com>
1454
1455 * linux-low.c (linux_wait_1): Move non-debugging code out of
1456 `debug_threads' control.
1457
14582010-08-25 Pedro Alves <pedro@codesourcery.com>
1459
1460 * linux-low.c (linux_wait_1): Don't set last_status here.
1461 * server.c (push_event, queue_stop_reply_callback): Assert we're
1462 not pushing a TARGET_WAITKIND_IGNORE event.
1463 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
1464 (myresume, handle_target_event): Set the thread's last_resume_kind
1465 and last_status from the target returned status.
1466
14672010-08-25 Pedro Alves <pedro@codesourcery.com>
1468
1469 PR threads/10729
1470
1471 * linux-x86-low.c (update_debug_registers_callback): New.
1472 (i386_dr_low_set_addr): Use it.
1473 (i386_dr_low_get_addr): New.
1474 (i386_dr_low_set_control): Use update_debug_registers_callback.
1475 (i386_dr_low_get_control): New.
1476 (i386_dr_low_get_status): Adjust.
1477 * linux-low.c (linux_stop_lwp): New.
1478 * linux-low.h (linux_stop_lwp): Declare.
1479
1480 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
1481 argument instead of a i386_debug_reg_state.
1482 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
1483 a i386_debug_reg_state.
1484 (i386_insert_aligned_watchpoint): Adjust.
1485 (i386_remove_aligned_watchpoint): Adjust.
1486 (i386_low_stopped_data_address): Read the debug registers from the
1487 inferior instead of from the mirrors.
1488 * i386-low.h (struct i386_debug_reg_state): Extend comment.
1489 (i386_dr_low_get_addr): Declare.
1490 (i386_dr_low_get_control): Declare.
1491 (i386_dr_low_get_status): Change prototype.
1492
1493 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
1494 (i386_dr_low_get_addr): New.
1495 (i386_dr_low_get_control): New.
1496 (i386_dr_low_get_status): Adjust prototype. Return
1497 dr_status_mirror.
1498 (i386_initial_stuff): Clear dr_status_mirror and
1499 dr_control_mirror.
1500 (i386_get_thread_context): Adjust.
1501 (i386_set_thread_context): Adjust.
1502 (i386_thread_added): Adjust.
1503
15042010-08-24 Pedro Alves <pedro@codesourcery.com>
1505
1506 * linux-low.h (linux_thread_area): Delete declaration.
1507
15082010-08-11 Thomas Schwinge <thomas@codesourcery.com>
1509
1510 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
1511 after its termination.
1512
15132010-08-09 Pedro Alves <pedro@codesourcery.com>
1514
1515 * linux-low.c (gdb_wants_lwp_stopped): Delete.
1516 (gdb_wants_all_stopped): Delete.
1517 (linux_wait_1): Don't call them.
1518 * server.c (handle_v_cont): Tag all threads as want-stopped.
1519 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
1520 stopped as "client-wants-stopped".
1521
15222010-07-31 Pedro Alves <pedro@codesourcery.com>
1523
1524 * Makefile.in (signals_h): New.
1525 (server_h): Depend on it.
1526 (server.o): Don't depend on $(signals_def).
1527 (signals.o): Depend on $(signals_def).
1528
15292010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1530
1531 * Makefile.in (signals_def): New.
1532 (server_h): Append include/gdb/signals.h and signals_def.
1533 (server.o): Append signals_def.
1534
15352010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1536
1537 * server.c (handle_target_event): Use target_signal_to_host for
1538 resume_info.sig initialization.
1539 * target.h (struct thread_resume) <sig>: New comment.
1540
15412010-07-20 Ozkan Sezer <sezeroz@gmail.com>
1542
1543 * server.c (handle_query): strcpy() the returned string from paddress()
1544 instead of sprintf().
1545 * utils.c (paddress): Return phex_nz().
1546
15472010-07-07 Joel Brobecker <brobecker@adacore.com>
1548
1549 * server.c (handle_v_cont): Call mourn_inferior if process
1550 just exited.
1551 (myresume): Likewise.
1552
15532010-07-01 Pedro Alves <pedro@codesourcery.com>
1554
1555 Static tracepoints, and integration with UST.
1556
1557 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
1558 * mem-break.c (uninsert_all_breakpoints)
1559 (reinsert_all_breakpoints): New.
1560 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
1561 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
1562 (gdb_agent_ust_loaded, helper_thread_id)
1563 (gdb_agent_helper_thread_id): New macros.
1564 (struct ipa_sym_addresses): Add addr_ust_loaded,
1565 addr_helper_thread_id, addr_cmd_buf.
1566 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
1567 (in_process_agent_loaded_ust): New.
1568 (write_e_ust_not_loaded): New.
1569 (maybe_write_ipa_ust_not_loaded): New.
1570 (struct collect_static_trace_data_action): New.
1571 (enum tracepoint_type) <static_tracepoint>: New.
1572 (struct tracepoint) <handle>: Mention static tracepoints.
1573 (struct static_tracepoint_ctx): New.
1574 (CMD_BUF_SIZE): New.
1575 (add_tracepoint_action): Handle static tracepoint actions.
1576 (unprobe_marker_at): New.
1577 (clear_installed_tracepoints): Handle static tracepoints.
1578 (cmd_qtdp): Handle static tracepoints.
1579 (probe_marker_at): New.
1580 (cmd_qtstart): Handle static tracepoints.
1581 (response_tracepoint): Handle static tracepoints.
1582 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
1583 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
1584 (get_context_regcache): Handle static tracepoints.
1585 (do_action_at_tracepoint): Handle static tracepoint actions.
1586 (traceframe_find_block_type): Handle static trace data blocks.
1587 (traceframe_read_sdata): New.
1588 (download_tracepoints): Download static tracepoint actions.
1589 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
1590 (GDB_PROBE_NAME): New.
1591 (ust_ops): New.
1592 (GET_UST_SYM): New.
1593 (USTF): New.
1594 (dlsym_ust): New.
1595 (ust_marker_to_static_tracepoint): New.
1596 (gdb_probe): New.
1597 (collect_ust_data_at_tracepoint): New.
1598 (gdb_ust_probe): New.
1599 (UNIX_PATH_MAX, SOCK_DIR): New.
1600 (gdb_ust_connect_sync_socket): New.
1601 (resume_thread, stop_thread): New.
1602 (run_inferior_command): New.
1603 (init_named_socket): New.
1604 (gdb_ust_socket_init): New.
1605 (cstr_to_hexstr): New.
1606 (next_st): New.
1607 (first_marker, next_marker): New.
1608 (response_ust_marker): New.
1609 (cmd_qtfstm, cmd_qtsstm): New.
1610 (unprobe_marker_at, probe_marker_at): New.
1611 (cmd_qtstmat, gdb_ust_thread): New.
1612 (gdb_ust_init): New.
1613 (initialize_tracepoint_ftlib): Call gdb_ust_init.
1614 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
1615 (ST_REGENTRY): New.
1616 (x86_64_st_collect_regmap): New.
1617 (X86_64_NUM_ST_COLLECT_GREGS): New.
1618 (AMD64_RIP_REGNUM): New.
1619 (supply_static_tracepoint_registers): New.
1620 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
1621 (ST_REGENTRY): New.
1622 (i386_st_collect_regmap): New.
1623 (i386_NUM_ST_COLLECT_GREGS): New.
1624 (supply_static_tracepoint_registers): New.
1625 * server.c (handle_query): Handle qXfer:statictrace:read.
1626 <qSupported>: Report support for StaticTracepoints, and
1627 qXfer:statictrace:read features.
1628 * server.h (traceframe_read_sdata)
1629 (supply_static_tracepoint_registers): Declare.
1630 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
1631 (unpack_varlen_hex): Include in IPA build.
1632 * Makefile.in (ustlibs, ustinc): New.
1633 (IPA_OBJS): Add remote-utils-ipa.o.
1634 ($(IPA_LIB)): Link -ldl and -lpthread.
1635 (UST_CFLAGS): New.
1636 (IPAGENT_CFLAGS): Add UST_CFLAGS.
1637 * config.in, configure: Regenerate.
1638
16392010-06-20 Ian Lance Taylor <iant@google.com>
1640 Pedro Alves <pedro@codesourcery.com>
1641
1642 * linux-x86-low.c (always_true): Delete.
1643 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
1644 trying to fool the compiler with always_true.
1645
16462010-06-20 Pedro Alves <pedro@codesourcery.com>
1647
1648 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
1649 conditions in gdbserver.
1650
16512010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
1652
1653 * spu-low.c (spu_read_memory): Wrap around local store limit.
1654 (spu_write_memory): Likewise.
1655
16562010-06-15 Pedro Alves <pedro@codesourcery.com>
1657
1658 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
1659 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
1660 LONGEST uses.
1661 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
1662 uses.
1663 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
1664 uses with LONGEST uses.
1665
16662010-06-14 Stan Shebs <stan@codesourcery.com>
1667 Pedro Alves <pedro@codesourcery.com>
1668
1669 Bytecode compiler.
1670
1671 * linux-x86-low.c: Include limits.h.
1672 (add_insns): New.
1673 (always_true): New.
1674 (EMIT_ASM): New.
1675 (EMIT_ASM32): New.
1676 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
1677 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
1678 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
1679 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
1680 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
1681 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
1682 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
1683 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
1684 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
1685 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
1686 (amd64_emit_void_call_2): New.
1687 (amd64_emit_ops): New.
1688 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
1689 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
1690 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
1691 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
1692 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
1693 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
1694 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
1695 (i386_emit_call, i386_emit_reg, i386_emit_pop)
1696 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
1697 (i386_emit_stack_adjust, i386_emit_int_call_1)
1698 (i386_emit_void_call_2): New.
1699 (i386_emit_ops): New.
1700 (x86_emit_ops): New.
1701 (the_low_target): Install x86_emit_ops.
1702 * server.h (struct emit_ops): New.
1703 (get_raw_reg_func_addr): Declare.
1704 (current_insn_ptr, emit_error): Declare.
1705 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
1706 (set_trace_state_variable_value): New defines.
1707 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
1708 addr_get_trace_state_variable_value and
1709 addr_set_trace_state_variable_value.
1710 (symbol_list): New fields for get_raw_reg,
1711 get_trace_state_variable_value and set_trace_state_variable_value.
1712 (condfn): New typedef.
1713 (struct tracepoint): New field `compiled_cond'.
1714 (do_action_at_tracepoint): Clear compiled_cond.
1715 (get_trace_state_variable_value, set_trace_state_variable_value):
1716 Export in the IPA.
1717 (condition_true_at_tracepoint): If there's a compiled condition,
1718 run that.
1719 (current_insn_ptr, emit_error): New globals.
1720 (struct bytecode_address): New.
1721 (get_raw_reg_func_addr): New.
1722 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
1723 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
1724 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
1725 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
1726 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
1727 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
1728 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
1729 (compile_tracepoint_condition, compile_bytecodes): New.
1730 * target.h (emit_ops): Forward declare.
1731 (struct target_ops): New field emit_ops.
1732 (target_emit_ops): New.
1733 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
1734 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
1735 * linux-low.c (linux_emit_ops): New.
1736 (linux_target_ops): Install it.
1737 * linux-low.h (struct linux_target_ops): New field emit_ops.
1738
17392010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
1740
1741 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
1742 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
1743
17442010-06-01 Pedro Alves <pedro@codesourcery.com>
1745 Stan Shebs <stan@codesourcery.com>
1746
1747 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
1748 (all): Depend on $(extra_libraries).
1749 (install-only): Install the IPA.
1750 (IPA_OBJS, IPA_LIB): New.
1751 (clean): Remove the IPA lib.
1752 (IPAGENT_CFLAGS): New.
1753 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
1754 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
1755 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
1756 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
1757 * configure.ac: Check for atomic builtins support in the compiler.
1758 (IPA_DEPFILES, extra_libraries): Define.
1759 * configure.srv (ipa_obj): Add description.
1760 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
1761 (i[34567]86-*-linux*): Set ipa_obj.
1762 (x86_64-*-linux*): Set ipa_obj.
1763 * linux-low.c (stabilizing_threads): New.
1764 (supports_fast_tracepoints): New.
1765 (linux_detach): Stabilize threads before detaching.
1766 (handle_tracepoints): Handle internal tracing breakpoints. Assert
1767 the lwp is either not stabilizing, or is moving out of a jump pad.
1768 (linux_fast_tracepoint_collecting): New.
1769 (maybe_move_out_of_jump_pad): New.
1770 (enqueue_one_deferred_signal): New.
1771 (dequeue_one_deferred_signal): New.
1772 (linux_wait_for_event_1): If moving out of a jump pad, defer
1773 pending signals to later.
1774 (linux_stabilize_threads): New.
1775 (linux_wait_1): Check if threads need moving out of jump pads, and
1776 do it if so.
1777 (stuck_in_jump_pad_callback): New.
1778 (move_out_of_jump_pad_callback): New.
1779 (lwp_running): New.
1780 (linux_resume_one_lwp): Handle moving out of jump pads.
1781 (linux_set_resume_request): Dequeue deferred signals.
1782 (need_step_over_p): Also step over fast tracepoint jumps.
1783 (start_step_over): Also uninsert fast tracepoint jumps.
1784 (finish_step_over): Also reinsert fast tracepoint jumps.
1785 (linux_install_fast_tracepoint_jump): New.
1786 (linux_target_ops): Install linux_stabilize_threads and
1787 linux_install_fast_tracepoint_jump_pad.
1788 * linux-low.h (linux_target_ops) <get_thread_area,
1789 install_fast_tracepoint_jump_pad>: New fields.
1790 (struct lwp_info) <collecting_fast_tracepoint,
1791 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
1792 (linux_get_thread_area): Declare.
1793 * linux-x86-low.c (jump_insn): New.
1794 (x86_get_thread_area): New.
1795 (append_insns): New.
1796 (push_opcode): New.
1797 (amd64_install_fast_tracepoint_jump_pad): New.
1798 (i386_install_fast_tracepoint_jump_pad): New.
1799 (x86_install_fast_tracepoint_jump_pad): New.
1800 (the_low_target): Install x86_get_thread_area and
1801 x86_install_fast_tracepoint_jump_pad.
1802 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
1803 (struct fast_tracepoint_jump): New.
1804 (fast_tracepoint_jump_insn): New.
1805 (fast_tracepoint_jump_shadow): New.
1806 (find_fast_tracepoint_jump_at): New.
1807 (fast_tracepoint_jump_here): New.
1808 (delete_fast_tracepoint_jump): New.
1809 (set_fast_tracepoint_jump): New.
1810 (uninsert_fast_tracepoint_jumps_at): New.
1811 (reinsert_fast_tracepoint_jumps_at): New.
1812 (set_breakpoint_at): Use write_inferior_memory.
1813 (uninsert_raw_breakpoint): Use write_inferior_memory.
1814 (check_mem_read): Mask out fast tracepoint jumps.
1815 (check_mem_write): Mask out fast tracepoint jumps.
1816 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
1817 (set_fast_tracepoint_jump): Declare.
1818 (delete_fast_tracepoint_jump)
1819 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
1820 (reinsert_fast_tracepoint_jumps_at): Declare.
1821 * regcache.c: Don't compile many functions when building the
1822 in-process agent library.
1823 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
1824 the register buffer in the heap.
1825 (free_register_cache): If the register buffer isn't owned by the
1826 regcache, don't free it.
1827 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
1828 pre-existing register caches.
1829 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
1830 type.
1831 (convert_ascii_to_int): : Constify `from' parameter type.
1832 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
1833 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
1834 the needed buffer in-place.
1835 (relocate_instruction): New.
1836 * server.c (handle_query) <qSymbols>: If the target supports
1837 tracepoints, give it a chance of looking up symbols. Report
1838 support for fast tracepoints.
1839 (handle_status): Stabilize threads.
1840 (process_serial_event): Adjust.
1841 * server.h (struct fast_tracepoint_jump): Forward declare.
1842 (struct process_info) <fast_tracepoint_jumps>: New field.
1843 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
1844 (decode_X_packet, decode_M_packet): Adjust.
1845 (relocate_instruction): Declare.
1846 (in_process_agent_loaded): Declare.
1847 (tracepoint_look_up_symbols): Declare.
1848 (struct fast_tpoint_collect_status): Declare.
1849 (fast_tracepoint_collecting): Declare.
1850 (force_unlock_trace_buffer): Declare.
1851 (handle_tracepoint_bkpts): Declare.
1852 (initialize_low_tracepoint)
1853 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
1854 * target.h (struct target_ops) <stabilize_threads,
1855 install_fast_tracepoint_jump_pad>: New fields.
1856 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
1857 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
1858 [HAVE_STDINT_H]: Include stdint.h.
1859 (trace_debug_1): Rename to ...
1860 (trace_vdebug): ... this.
1861 (trace_debug): Rename to ...
1862 (trace_debug_1): ... this. Add `level' parameter.
1863 (trace_debug): New.
1864 (ATTR_USED, ATTR_NOINLINE): New.
1865 (IP_AGENT_EXPORT): New.
1866 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1867 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
1868 (about_to_request_buffer_space, trace_buffer_is_full)
1869 (stopping_tracepoint, expr_eval_result, error_tracepoint)
1870 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
1871 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
1872 (traceframe_write_count, traceframes_created)
1873 (trace_state_variables)
1874 New renaming defines.
1875 (struct ipa_sym_addresses): New.
1876 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
1877 (symbol_list): New.
1878 (ipa_sym_addrs): New.
1879 (all_tracepoint_symbols_looked_up): New.
1880 (in_process_agent_loaded): New.
1881 (write_e_ipa_not_loaded): New.
1882 (maybe_write_ipa_not_loaded): New.
1883 (tracepoint_look_up_symbols): New.
1884 (debug_threads) [IN_PROCESS_AGENT]: New.
1885 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
1886 (UNKNOWN_SIDE_EFFECTS): New.
1887 (stop_tracing): New.
1888 (flush_trace_buffer): New.
1889 (stop_tracing_bkpt): New.
1890 (flush_trace_buffer_bkpt): New.
1891 (read_inferior_integer): New.
1892 (read_inferior_uinteger): New.
1893 (read_inferior_data_pointer): New.
1894 (write_inferior_data_pointer): New.
1895 (write_inferior_integer): New.
1896 (write_inferior_uinteger): New.
1897 (struct collect_static_trace_data_action): Delete.
1898 (enum tracepoint_type): New.
1899 (struct tracepoint) <type>: New field `type'.
1900 <actions_str, step_actions, step_actions_str>: Only include in GDBserver.
1901 <orig_size, obj_addr_on_target, adjusted_insn_addr>
1902 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
1903 (tracepoints): Use IP_AGENT_EXPORT.
1904 (last_tracepoint): Don't include in the IPA.
1905 (stopping_tracepoint): Use IP_AGENT_EXPORT.
1906 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
1907 (alloced_trace_state_variables): New.
1908 (trace_state_variables): Use IP_AGENT_EXPORT.
1909 (traceframe_t): Delete unused variable.
1910 (circular_trace_buffer): Don't include in the IPA.
1911 (trace_buffer_start): Delete.
1912 (struct trace_buffer_control): New.
1913 (trace_buffer_free): Delete.
1914 (struct ipa_trace_buffer_control): New.
1915 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
1916 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
1917 New.
1918 (trace_buffer_ctrl): New.
1919 (TRACE_BUFFER_CTRL_CURR): New.
1920 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
1921 Reimplement as macros.
1922 (trace_buffer_wrap): Delete.
1923 (traceframe_write_count, traceframe_read_count)
1924 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
1925 (struct tracepoint_hit_ctx) <type>: New field.
1926 (struct fast_tracepoint_ctx): New.
1927 (memory_barrier): New.
1928 (cmpxchg): New.
1929 (record_tracepoint_error): Update atomically in the IPA.
1930 (clear_inferior_trace_buffer): New.
1931 (about_to_request_buffer_space): New.
1932 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
1933 updating the same buffer.
1934 (add_tracepoint): Default the tracepoint's type to trap
1935 tracepoint, and orig_size to -1.
1936 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
1937 internal variables.
1938 (create_trace_state_variable): New parameter `gdb'. Handle it.
1939 (clear_installed_tracepoints): Clear fast tracepoint jumps.
1940 (cmd_qtdp): Handle fast tracepoints.
1941 (cmd_qtdv): Adjust.
1942 (max_jump_pad_size): New.
1943 (gdb_jump_pad_head): New.
1944 (get_jump_space_head): New.
1945 (claim_jump_space): New.
1946 (sort_tracepoints): New.
1947 (MAX_JUMP_SIZE): New.
1948 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
1949 IPA.
1950 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
1951 support. Upload fast traceframes, and delete internal IPA
1952 breakpoints.
1953 (stop_tracing_handler): New.
1954 (flush_trace_buffer_handler): New.
1955 (cmd_qtstop): Upload fast tracepoints.
1956 (response_tracepoint): Handle fast tracepoints.
1957 (tracepoint_finished_step): Upload fast traceframes. Set the
1958 tracepoint hit context's tracepoint type.
1959 (handle_tracepoint_bkpts): New.
1960 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
1961 type. Add comment about fast tracepoints.
1962 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
1963 non-existing action_str field.
1964 (get_context_regcache): Handle fast tracepoints.
1965 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
1966 to the regcache.
1967 (fast_tracepoint_from_jump_pad_address): New.
1968 (fast_tracepoint_from_ipa_tpoint_address): New.
1969 (collecting_t): New.
1970 (force_unlock_trace_buffer): New.
1971 (fast_tracepoint_collecting): New.
1972 (collecting): New.
1973 (gdb_collect): New.
1974 (write_inferior_data_ptr): New.
1975 (target_tp_heap): New.
1976 (target_malloc): New.
1977 (download_agent_expr): New.
1978 (UALIGN): New.
1979 (download_tracepoints): New.
1980 (download_trace_state_variables): New.
1981 (upload_fast_traceframes): New.
1982 (IPA_FIRST_TRACEFRAME): New.
1983 (IPA_NEXT_TRACEFRAME_1): New.
1984 (IPA_NEXT_TRACEFRAME): New.
1985 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
1986 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
1987 (gdb_jump_pad_buffer_end): New.
1988 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
1989 (initialize_tracepoint): Adjust.
1990 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
1991 buffer. Initialize the low module.
1992 * utils.c (PREFIX, TOOLNAME): New.
1993 (malloc_failure): Use PREFIX.
1994 (error): In the IPA, an error causes an exit.
1995 (fatal, warning): Use PREFIX.
1996 (internal_error): Use TOOLNAME.
1997 (NUMCELLS): Increase to 10.
1998 * configure, config.in: Regenerate.
1999
20002010-06-01 Pedro Alves <pedro@codesourcery.com>
2001
2002 * server.c (handle_query) <qSupported>: Do two passes over the
2003 qSupported string to avoid nesting strtok.
2004
20052010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2006
2007 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
2008 (CDEPS): New.
2009 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
2010 -Wl,--dynamic-list.
2011 * configure: Regenerate.
2012 * proc-service.list: New.
2013
20142010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
2017 New comment.
2018
20192010-05-26 Ozkan Sezer <sezeroz@gmail.com>
2020
2021 * gdbreplay.c (remote_open): Check error return from socket() call by
2022 its equality to -1 not by it being negative.
2023 * remote-utils.c (remote_open): Likewise.
2024
20252010-05-23 Pedro Alves <pedro@codesourcery.com>
2026
2027 * config.h: Regenerate.
2028
20292010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
2030
2031 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
2032 doesn't provide PTRACE_GET_THREAD_AREA.
2033
20342010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
2035
2036 * linux-m68k-low.c: Include <asm/ptrace.h>
2037 (ps_get_thread_area): Implement.
2038
20392010-05-03 Doug Evans <dje@google.com>
2040
2041 * event-loop.c (struct callback_event): New struct.
2042 (callback_list): New global.
2043 (append_callback_event, delete_callback_event): New functions.
2044 (process_callback): New function.
2045 (start_event_loop): Call it.
2046 * remote-utils.c (NOT_SCHEDULED): Define.
2047 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
2048 moved out of readchar.
2049 (readchar): Rewrite. Call reschedule before returning.
2050 (reset_readchar): New function.
2051 (remote_close): Call it.
2052 (process_remaining, reschedule): New functions.
2053 * server.h (callback_handler_func): New typedef.
2054 (append_callback_event, delete_callback_event): Declare.
2055
20562010-05-03 Pedro Alves <pedro@codesourcery.com>
2057
2058 * proc-service.c (ps_pglobal_lookup): Use
2059 thread_db_look_up_one_symbol.
2060 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
2061 parameter. Use it instead of all_symbols_looked_up.
2062 * server.h (struct process_info) <all_symbols_looked_up>: Delete
2063 field.
2064 (all_symbols_looked_up): Don't declare.
2065 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
2066 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
2067 field.
2068 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
2069 Set all_symbols_looked_up here.
2070 (thread_db_look_up_one_symbol): New.
2071 (thread_db_get_tls_address): Adjust.
2072 (thread_db_load_search, try_thread_db_load_1): Always allocate the
2073 thread_db object on the heap, and tentatively set it in the
2074 process structure.
2075 (thread_db_init): Don't set all_symbols_looked_up here.
2076 * linux-low.h (thread_db_look_up_one_symbol): Declare.
2077
20782010-05-03 Pedro Alves <pedro@codesourcery.com>
2079
2080 * linux-low.c (linux_kill, linux_detach): Adjust.
2081 (status_pending_p_callback): Remove redundant statement. Check
2082 for !TARGET_WAITIKIND_IGNORE, instead of
2083 TARGET_WAITKIND_STOPPED.
2084 (handle_tracepoints): Make sure LWP is locked. Adjust.
2085 (linux_wait_for_event_1): Adjust.
2086 (linux_cancel_breakpoints): New.
2087 (unsuspend_one_lwp): New.
2088 (unsuspend_all_lwps): New.
2089 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
2090 (send_sigstop_callback): Change return type to int, add new
2091 `except' parameter and handle it.
2092 (suspend_and_send_sigstop_callback): New.
2093 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
2094 pass them down. If SUSPEND, also increment the lwp's suspend
2095 count.
2096 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
2097 (need_step_over_p): Don't consider suspended LWPs.
2098 (start_step_over): Adjust.
2099 (proceed_one_lwp): Change return type to int, add new `except'
2100 parameter and handle it.
2101 (unsuspend_and_proceed_one_lwp): New.
2102 (proceed_all_lwps): Use find_inferior instead of
2103 for_each_inferior.
2104 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
2105 also decrement the suspend count of LWPs. Pass `except' down,
2106 instead of hacking its suspend count.
2107 (linux_pause_all): Add `freeze' parameter. Adjust.
2108 (linux_unpause_all): New.
2109 (linux_target_ops): Install linux_unpause_all.
2110 * server.c (handle_status): Adjust.
2111 * target.h (struct target_ops): New fields `unpause_all' and
2112 `cancel_breakpoints'. Add new parameter to `pause_all'.
2113 (pause_all): Add new `freeze' parameter.
2114 (unpause_all): New.
2115 (cancel_breakpoints): New.
2116 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
2117 cancel breakpoints.
2118 (cmd_qtstart): Pause threads.
2119 (stop_tracing): Pause threads, and cancel breakpoints.
2120 * win32-low.c (win32_target_ops): Adjust.
2121
21222010-05-03 Pedro Alves <pedro@codesourcery.com>
2123
2124 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
2125 the inferior right away from here...
2126 (linux_wait_1): ... to here, and adjust to check the thread's
2127 last_resume_kind instead of the lwp's step or stop_expected flags.
2128
21292010-05-02 Pedro Alves <pedro@codesourcery.com>
2130
2131 * README: Use consistent `GDB' and `GDBserver' spellings.
2132
21332010-05-02 Pedro Alves <pedro@codesourcery.com>
2134
2135 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
2136 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
2137 (linux_detach_one_lwp): Assume the lwp is stopped.
2138 (any_thread_of): Delete.
2139 (linux_detach): Stop all lwps here. Don't blindly delete all
2140 breakpoints.
2141 (delete_lwp_callback): New.
2142 (linux_mourn): Delete all lwps of the process that is gone.
2143 (linux_wait_1): Don't delete the last lwp of the process here.
2144 * mem-break.h (mark_breakpoints_out): Declare.
2145 * mem-break.c (mark_breakpoints_out): New.
2146 (free_all_breakpoints): Use it.
2147 * server.c (handle_target_event): If the process is gone, mark
2148 breakpoints out.
2149 * thread-db.c (struct thread_db) <create_bp>: New field.
2150 (thread_db_enable_reporting): Fix prototype. Store a thread event
2151 breakpoint reference in the thread_db struct.
2152 (thread_db_load_search): Clear the thread_db object.
2153 (try_thread_db_load_1): Ditto.
2154 (switch_to_process): New.
2155 (disable_thread_event_reporting): Use it.
2156 (remove_thread_event_breakpoints): New.
2157 (thread_db_detach, thread_db_mourn): Use it.
2158
21592010-05-01 Pedro Alves <pedro@codesourcery.com>
2160
2161 * linux-low.c (linux_enable_event_reporting): New.
2162 (linux_wait_for_event_1, handle_extended_wait): Use it.
2163
21642010-04-30 Pedro Alves <pedro@codesourcery.com>
2165
2166 * linux-low.c (linux_kill_one_lwp, linux_kill)
2167 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
2168 (send_sigstop): Take an lwp_info as parameter instead. Queue a
2169 SIGSTOP even if the LWP is stopped.
2170 (send_sigstop_callback): New.
2171 (stop_all_lwps): Use send_sigstop_callback instead.
2172 (linux_resume_one_thread): Adjust.
2173 (proceed_one_lwp): Still proceed an LWP that the client has
2174 requested to stop, if we haven't reported it as stopped yet. Make
2175 sure that LWPs the client want stopped, have a pending SIGSTOP.
2176
21772010-04-26 Doug Evans <dje@google.com>
2178
2179 * server.c (handle_general_set): Make static.
2180
2181 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
2182 Print received char after testing for error/eof instead of before.
2183 (input_interrupt): Tweak comment.
2184
21852010-04-23 Doug Evans <dje@google.com>
2186
2187 * server.c (start_inferior): Print inferior argv if --debug.
2188
21892010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
2190
2191 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
2192 * nto-x86-low.c: Include server.h
2193
21942010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
2195
2196 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
2197 be consistent with other sources of this directory.
2198 (init_registers_amd64): Correct name of source file of this function
2199 in the comment.
2200
22012010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2202
2203 * configure.srv (x86_64-*-mingw*): New configuration for Windows
2204 64-bit executables.
2205
22062010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2207
2208 * win32-i386-low.c: Add 64-bit support.
2209 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
2210 (init_registers_amd64): Declare.
2211 (mappings): Add 64-bit version of array.
2212 (init_windows_x86): New function.
2213 (the_low_target): Change init_arch field to init_windows_x86.
2214
22152010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2216
2217 * win32-low.c: Adapt to support also 64-bit architecture.
2218 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
2219 (get_image_name): Use SIZE_T type for local variable `done'.
2220 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
2221 (toolhelp_get_dll_name): Idem.
2222 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
2223 Use uintptr_t typecast to avoid warning.
2224 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
2225 (handle_exception): Use phex_nz to avoid warning.
2226 (win32_wait): Remove unused local variable `process'.
2227
22282010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2229
2230 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
2231 `amd64-avx.o'.
2232
22332010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
2234
2235 * configure.ac: Use `ws2_32' library for srv_mingw.
2236 * configure: Regenerate.
2237 * gdbreplay.c: Include winsock2.h instead of winsock.h.
2238 * remote-utils.c: Likewise.
2239
22402010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2241
2242 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
2243 if __x86_64__ is defined.
2244
22452010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2246
2247 * configure: Regenerate.
2248
22492010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2250
2251 * server.c (handle_query): Handle 'qGetTIBAddr' query.
2252 * target.h (target_ops): New get_tib_address field.
2253 * win32-low.h (win32_thread_info): Add thread_local_base field.
2254 * win32-low.c (child_add_thread): Add tlb argument.
2255 Set thread_local_base field to TLB.
2256 (get_child_debug_event): Adapt to child_add_thread change.
2257 (win32_get_tib_address): New function.
2258 (win32_target_ops): Set get_tib_address field to
2259 win32_get_tib_address.
2260 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
2261
22622010-04-12 Pedro Alves <pedro@codesourcery.com>
2263
2264 * linux-low.c (linux_mourn): Also remove the process.
2265 * server.c (handle_target_event): Don't remove the process here.
2266 * nto-low.c (nto_mourn): New.
2267 (nto_target_ops): Install it.
2268 * spu-low.c (spu_mourn): New.
2269 (spu_target_ops): Install it.
2270 * win32-low.c (win32_mourn): New.
2271 (win32_target_ops): Install it.
2272
22732010-04-12 Pedro Alves <pedro@codesourcery.com>
2274
2275 * server.h (buffer_xml_printf): Remove redundant `;'.
2276
22772010-04-12 Pedro Alves <pedro@codesourcery.com>
2278
2279 * regcache.c (set_register_cache): Invalidate regcaches before
2280 changing the register cache layout.
2281 (regcache_invalidate_one): Allow a NULL regcache.
2282 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
2283 regcaches before changing the register cache layout or the target
2284 regsets.
2285
22862010-04-12 H.J. Lu <hongjiu.lu@intel.com>
2287
2288 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
2289 variable warning on Linux/x86-64.
2290
22912010-04-11 Pedro Alves <pedro@codesourcery.com>
2292
2293 GDBserver disconnected tracing support.
2294
2295 * linux-low.c (linux_remove_process): Delete.
2296 (add_lwp): Don't set last_resume_kind here.
2297 (linux_kill): Use `mourn'.
2298 (linux_detach): Use `thread_db_detach', and `mourn'.
2299 (linux_mourn): New.
2300 (linux_attach_lwp_1): Adjust comment.
2301 (linux_attach): last_resume_kind moved the thread_info; adjust.
2302 (status_pending_p_callback): Adjust.
2303 (linux_wait_for_event_1): Adjust.
2304 (count_events_callback, select_singlestep_lwp_callback)
2305 (select_event_lwp_callback, cancel_breakpoints_callback)
2306 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
2307 (proceed_one_lwp): Adjust.
2308 (linux_async): Add debug output.
2309 (linux_thread_stopped): New.
2310 (linux_pause_all): New.
2311 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
2312 linux_pause_all.
2313 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
2314 (thread_db_free): Delete declaration.
2315 (thread_db_detach, thread_db_mourn): Declare.
2316 * thread-db.c (thread_db_init): Use thread_db_mourn.
2317 (thread_db_free): Delete, split in two.
2318 (disable_thread_event_reporting): New.
2319 (thread_db_detach): New.
2320 (thread_db_mourn): New.
2321
2322 * server.h (struct thread_info) <last_resume_kind>: New field.
2323 <attached>: Add comment.
2324 <gdb_detached>: New field.
2325 (handler_func): Change return type to int.
2326 (handle_serial_event, handle_target_event): Ditto.
2327 (gdb_connected): Declare.
2328 (tracing): Delete.
2329 (disconnected_tracing): Declare.
2330 (stop_tracing): Declare.
2331
2332 * server.c (handle_query) <qSupported>: Report support for
2333 disconnected tracing.
2334 (queue_stop_reply_callback): Account for running threads.
2335 (gdb_wants_thread_stopped): New.
2336 (gdb_wants_all_threads_stopped): New.
2337 (gdb_reattached_process): New.
2338 (handle_status): Clear the `gdb_detached' flag of all processes.
2339 In all-stop, stop all threads.
2340 (main): Be sure to leave tfind mode. Handle disconnected tracing.
2341 (process_serial_event): If the remote connection breaks, or if an
2342 exit was forced with "monitor exit", force an event loop exit.
2343 Handle disconnected tracing on detach.
2344 (handle_serial_event): Adjust.
2345 (handle_target_event): If GDB isn't connected, forward events back
2346 to the inferior, unless the last process exited, in which case,
2347 exit gdbserver. Adjust interface.
2348
2349 * remote-utils.c (remote_open): Don't block in accept. Instead
2350 register an event loop source on the listen socket file
2351 descriptor. Refactor bits into ...
2352 (listen_desc): ... this new global.
2353 (gdb_connected): ... this new function.
2354 (enable_async_notification): ... this new function.
2355 (handle_accept_event): ... this new function.
2356 (remote_close): Clear remote_desc.
2357
2358 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
2359
2360 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
2361 New fields.
2362 (mourn_inferior): Define.
2363 (target_process_qsupported): Avoid the dangling else problem.
2364 (thread_stopped): Define.
2365 (pause_all): Define.
2366 (target_waitstatus_to_string): Declare.
2367 * target.c (target_waitstatus_to_string): New.
2368
2369 * tracepoint.c (tracing): Make extern.
2370 (disconnected_tracing): New.
2371 (stop_tracing): Make extern. Handle tracing stops due to GDB
2372 disconnecting.
2373 (cmd_qtdisconnected): New.
2374 (cmd_qtstatus): Report disconnected tracing status in trace reply.
2375 (handle_tracepoint_general_set): Handle QTDisconnected.
2376
2377 * event-loop.c (event_handler_func): Change return type to int.
2378 (process_event): Bail out if the event handler wants the event
2379 loop to stop.
2380 (handle_file_event): Ditto.
2381 (start_event_loop): Bail out if the event handler wants the event
2382 loop to stop.
2383
2384 * nto-low.c (nto_target_ops): Adjust.
2385 * spu-low.c (spu_wait): Don't remove the process here.
2386 (spu_target_ops): Adjust.
2387 * win32-low.c (win32_wait): Don't remove the process here.
2388 (win32_target_ops): Adjust.
2389
23902010-04-11 Pedro Alves <pedro@codesourcery.com>
2391
2392 * regcache.c (realloc_register_cache): Invalidate inferior's
2393 regcache before recreating it.
2394
23952010-04-09 Pedro Alves <pedro@codesourcery.com>
2396
2397 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
2398
23992010-04-09 Stan Shebs <stan@codesourcery.com>
2400 Pedro Alves <pedro@codesourcery.com>
2401
2402 * server.h (LONGEST): New.
2403 (struct thread_info) <while_stepping>: New field.
2404 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
2405 Declare.
2406 (initialize_tracepoint, handle_tracepoint_general_set)
2407 (handle_tracepoint_query, tracepoint_finished_step)
2408 (tracepoint_was_hit, release_while_stepping_state_list):
2409 (current_traceframe): Declare.
2410 * server.c (handle_general_set): Handle tracepoint packets.
2411 (read_memory): New.
2412 (write_memory): New.
2413 (handle_search_memory_1): Use read_memory.
2414 (handle_query): Report support for conditional tracepoints, trace
2415 state variables, and tracepoint sources. Handle tracepoint
2416 queries.
2417 (main): Initialize the tracepoints module.
2418 (process_serial_event): Handle traceframe reads/writes.
2419
2420 * linux-low.c (handle_tracepoints): New.
2421 (linux_wait_1): Call it.
2422 (linux_resume_one_lwp): Handle while-stepping.
2423 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
2424 (linux_target_ops): Install them.
2425 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
2426 New field.
2427 * linux-x86-low.c (x86_supports_tracepoints): New.
2428 (the_low_target). Install it.
2429
2430 * mem-break.h (delete_breakpoint): Declare.
2431 * mem-break.c (delete_breakpoint): Make external.
2432
2433 * target.h (struct target_ops): Add `supports_tracepoints',
2434 `read_pc', and `write_pc' fields.
2435 (target_supports_tracepoints): Define.
2436 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
2437 (phex_nz): New.
2438
2439 * regcache.h (struct regcache) <registers_owned>: New field.
2440 (init_register_cache, regcache_cpy): Declare.
2441 (regcache_read_pc, regcache_write_pc): Declare.
2442 (register_cache_size): Declare.
2443 (supply_regblock): Declare.
2444 * regcache.c (init_register_cache): New.
2445 (new_register_cache): Use it.
2446 (regcache_cpy): New.
2447 (register_cache_size): New.
2448 (supply_regblock): New.
2449 (regcache_read_pc, regcache_write_pc): New.
2450
2451 * tracepoint.c: New.
2452
2453 * Makefile.in (OBS): Add tracepoint.o.
2454 (tracepoint.o): New rule.
2455
24562010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2457
2458 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
2459 (i386-mmx.o): New.
2460 (i386-mmx.c): Likewise.
2461 (i386-mmx-linux.o): Likewise.
2462 (i386-mmx-linux.c): Likewise.
2463
2464 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
2465 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
2466 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
2467 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
2468
2469 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
2470 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
2471 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
2472
24732010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2474
2475 * Makefile.in (clean): Updated.
2476 (i386-avx.o): New.
2477 (i386-avx.c): Likewise.
2478 (i386-avx-linux.o): Likewise.
2479 (i386-avx-linux.c): Likewise.
2480 (amd64-avx.o): Likewise.
2481 (amd64-avx.c): Likewise.
2482 (amd64-avx-linux.o): Likewise.
2483 (amd64-avx-linux.c): Likewise.
2484
2485 * configure.srv (srv_i386_regobj): Add i386-avx.o.
2486 (srv_i386_linux_regobj): Add i386-avx-linux.o.
2487 (srv_amd64_regobj): Add amd64-avx.o.
2488 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
2489 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
2490 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
2491 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
2492 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
2493 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
2494 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
2495
2496 * i387-fp.c: Include "i386-xstate.h".
2497 (i387_xsave): New.
2498 (i387_cache_to_xsave): Likewise.
2499 (i387_xsave_to_cache): Likewise.
2500 (x86_xcr0): Likewise.
2501
2502 * i387-fp.h (i387_cache_to_xsave): Likewise.
2503 (i387_xsave_to_cache): Likewise.
2504 (x86_xcr0): Likewise.
2505
2506 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
2507 * linux-crisv32-low.c (target_regsets): Likewise.
2508 * linux-m68k-low.c (target_regsets): Likewise.
2509 * linux-mips-low.c (target_regsets): Likewise.
2510 * linux-ppc-low.c (target_regsets): Likewise.
2511 * linux-s390-low.c (target_regsets): Likewise.
2512 * linux-sh-low.c (target_regsets): Likewise.
2513 * linux-sparc-low.c (target_regsets): Likewise.
2514 * linux-xtensa-low.c (target_regsets): Likewise.
2515
2516 * linux-low.c: Include <sys/uio.h>.
2517 (regsets_fetch_inferior_registers): Support nt_type.
2518 (regsets_store_inferior_registers): Likewise.
2519 (linux_process_qsupported): New.
2520 (linux_target_ops): Add linux_process_qsupported.
2521
2522 * linux-low.h (regset_info): Add nt_type.
2523 (linux_target_ops): Add process_qsupported.
2524
2525 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
2526 and <sys/uio.h>.
2527 (init_registers_i386_avx_linux): New.
2528 (init_registers_amd64_avx_linux): Likewise.
2529 (xmltarget_i386_linux_no_xml): Likewise.
2530 (xmltarget_amd64_linux_no_xml): Likewise.
2531 (PTRACE_GETREGSET): Likewise.
2532 (PTRACE_SETREGSET): Likewise.
2533 (x86_fill_xstateregset): Likewise.
2534 (x86_store_xstateregset): Likewise.
2535 (use_xml): Likewise.
2536 (x86_linux_update_xmltarget): Likewise.
2537 (x86_linux_process_qsupported): Likewise.
2538 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
2539 (x86_arch_setup): Don't call init_registers_amd64_linux nor
2540 init_registers_i386_linux here. Call
2541 x86_linux_update_xmltarget.
2542 (the_low_target): Add x86_linux_process_qsupported.
2543
2544 * server.c (handle_query): Call target_process_qsupported.
2545
2546 * target.h (target_ops): Add process_qsupported.
2547 (target_process_qsupported): New.
2548
25492010-04-03 Pedro Alves <pedro@codesourcery.com>
2550
2551 * inferiors.c (add_thread): Set last_status kind to
2552 TARGET_WAITKIND_IGNORE.
2553 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
2554 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
2555 (linux_wait_1): Move `thread' local definition to block that uses
2556 it. Don't NULL initialize `event_child'.
2557 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
2558 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
2559 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
2560
25612010-04-01 Pedro Alves <pedro@codesourcery.com>
2562
2563 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
2564 an extended waitstatus, or by a watchpoint.
2565 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
2566 thread was stepping or has been stopped by a watchpoint.
2567
25682010-04-01 Pedro Alves <pedro@codesourcery.com>
2569
2570 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
2571 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
2572 of another, then delete the previous, and validate all
2573 breakpoints.
2574 (validate_inserted_breakpoint): New.
2575 (delete_disabled_breakpoints): New.
2576 (validate_breakpoints): New.
2577 (check_mem_read): Validate breakpoints before trusting their
2578 shadow. Delete disabled breakpoints.
2579 (check_mem_write): Validate breakpoints before trusting they
2580 should be inserted. Delete disabled breakpoints.
2581 * mem-break.h (validate_breakpoints):
2582 * server.c (handle_query): Validate breakpoints when we see a
2583 qSymbol query.
2584
25852010-04-01 Pedro Alves <pedro@codesourcery.com>
2586
2587 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
2588 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
2589 if we could tell there's a GDB breakpoint at stop_pc.
2590 (need_step_over_p): Don't do a step over if we find a GDB
2591 breakpoint at the resume PC.
2592
2593 * mem-break.c (struct raw_breakpoint): New.
2594 (enum bkpt_type): New type `gdb_breakpoint'.
2595 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
2596 fields. New field `raw'.
2597 (find_raw_breakpoint_at): New.
2598 (set_raw_breakpoint_at): Handle refcounting. Create a raw
2599 breakpoint instead.
2600 (set_breakpoint_at): Adjust.
2601 (delete_raw_breakpoint): New.
2602 (release_breakpoint): New.
2603 (delete_breakpoint): Rename to...
2604 (delete_breakpoint_1): ... this. Add proc parameter. Use
2605 release_breakpoint. Return ENOENT.
2606 (delete_breakpoint): Reimplement.
2607 (find_breakpoint_at): Delete.
2608 (find_gdb_breakpoint_at): New.
2609 (delete_breakpoint_at): Delete.
2610 (set_gdb_breakpoint_at): New.
2611 (delete_gdb_breakpoint_at): New.
2612 (gdb_breakpoint_here): New.
2613 (set_reinsert_breakpoint): Use release_breakpoint.
2614 (uninsert_breakpoint): Rename to ...
2615 (uninsert_raw_breakpoint): ... this.
2616 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
2617 (reinsert_raw_breakpoint): Change parameter type to
2618 raw_breakpoint.
2619 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
2620 instead.
2621 (check_breakpoints): Adjust. Use release_breakpoint.
2622 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
2623 (breakpoint_inserted_here): Ditto.
2624 (check_mem_read): Adjust to iterate over raw breakpoints instead.
2625 Don't trust the breakpoint's shadow if it is not inserted.
2626 (check_mem_write): Adjust to iterate over raw breakpoints instead.
2627 (delete_all_breakpoints): Adjust.
2628 (free_all_breakpoints): Mark all breakpoints as uninserted, and
2629 use delete_breakpoint_1.
2630
2631 * mem-break.h (breakpoints_supported): Delete declaration.
2632 (set_gdb_breakpoint_at): Declare.
2633 (gdb_breakpoint_here): Declare.
2634 (delete_breakpoint_at): Delete.
2635 (delete_gdb_breakpoint_at): Declare.
2636
2637 * server.h (struct raw_breakpoint): Forward declare.
2638 (struct process_info): New field `raw_breakpoints'.
2639
2640 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
2641 breakpoints.
2642
26432010-03-24 Pedro Alves <pedro@codesourcery.com>
2644
2645 * linux-low.c (status_pending_p_callback): Fix comment.
2646 (linux_wait_for_event_1): Move most of the internal breakpoint
2647 handling from here...
2648 (linux_wait_1): ... to here.
2649 (count_events_callback): New.
2650 (select_singlestep_lwp_callback): New.
2651 (select_event_lwp_callback): New.
2652 (cancel_breakpoints_callback): New.
2653 (select_event_lwp): New.
2654 (linux_wait_1): Simplify internal breakpoint handling. Give equal
2655 priority to all LWPs that have had events that should be reported
2656 to the client. Cancel breakpoints when about to reporting the
2657 event to the client, not while stopping lwps. No longer cancel
2658 finished single-steps here.
2659 (cancel_finished_single_step): Delete.
2660 (cancel_finished_single_steps): Delete.
2661
26622010-03-24 Pedro Alves <pedro@codesourcery.com>
2663
2664 * mem-break.c (enum bkpt_type): New.
2665 (struct breakpoint): New field `type'.
2666 (set_breakpoint_at): Change return type to struct breakpoint
2667 pointer. Set type to `other_breakpoint' by default.
2668 (delete_breakpoint): Rewrite, supporting more than one breakpoint
2669 in the breakpoint list.
2670 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
2671 (reinsert_breakpoint): Rename to ...
2672 (reinsert_raw_breakpoint): ... this.
2673 (reinsert_breakpoints_at): Adjust.
2674 * mem-break.h (struct breakpoint): Declare.
2675 (set_breakpoint_at): Change return type to struct breakpoint
2676 pointer.
2677
26782010-03-24 Pedro Alves <pedro@codesourcery.com>
2679
2680 * server.c (handle_query): Assign, not compare.
2681
26822010-03-24 Pedro Alves <pedro@codesourcery.com>
2683
2684 Teach linux gdbserver to step-over-breakpoints.
2685
2686 * linux-low.c (can_hardware_single_step): New.
2687 (supports_breakpoints): New.
2688 (handle_extended_wait): If stopping threads, read the stop pc of
2689 the new cloned LWP.
2690 (get_pc): New.
2691 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
2692 low target doesn't support retrieving the PC.
2693 (add_lwp): Set last_resume_kind to resume_continue.
2694 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
2695 (linux_attach): Don't clear stop_expected. Set the lwp's
2696 last_resume_kind to resume_stop.
2697 (linux_detach_one_lwp): Don't check for removed breakpoints.
2698 (check_removed_breakpoint): Delete.
2699 (status_pending_p): Rename to ...
2700 (status_pending_p_callback): ... this. Don't check for removed
2701 breakpoints. Don't consider threads that are stopped from GDB's
2702 perspective.
2703 (linux_wait_for_lwp): Always read the stop_pc here.
2704 (cancel_breakpoint): New.
2705 (step_over_bkpt): New global.
2706 (linux_wait_for_event_1): Implement stepping over breakpoints.
2707 (gdb_wants_lwp_stopped): New.
2708 (gdb_wants_all_stopped): New.
2709 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
2710 single-step traps here. Store the thread's last reported target
2711 wait status.
2712 (send_sigstop): Don't clear stop_expected. Always set it,
2713 instead.
2714 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
2715 (cancel_finished_single_step): New.
2716 (cancel_finished_single_steps): New.
2717 (wait_for_sigstop): Don't cancel finished single-step traps here.
2718 (linux_resume_one_lwp): Don't check for removed breakpoints.
2719 Don't set `step' on non-hardware step archs.
2720 (linux_set_resume_request): Ignore resume_stop requests if already
2721 stopping or stopped. Set the lwp's last_resume_kind.
2722 (resume_status_pending_p): Don't check for removed breakpoints.
2723 (need_step_over_p): New.
2724 (start_step_over): New.
2725 (finish_step_over): New.
2726 (linux_resume_one_thread): Always queue a sigstop for resume_stop
2727 requests. Clear the thread's last reported target waitstatus.
2728 Don't use the `suspended' flag. Don't consider pending breakpoints.
2729 (linux_resume): Start a step-over if necessary.
2730 (proceed_one_lwp): New.
2731 (proceed_all_lwps): New.
2732 (unstop_all_lwps): New.
2733 * linux-low.h (struct lwp_info): Rewrite comment for the
2734 `suspended' flag. Add the `stop_pc' field. Delete the
2735 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
2736 Add `'last_resume_kind' and `need_step_over' fields.
2737 * inferiors.c (struct thread_info): Delete, moved elsewhere.
2738 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
2739 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
2740 (set_raw_breakpoint_at): New.
2741 (set_breakpoint_at): Rewrite to use it.
2742 (reinsert_breakpoint_handler): Delete.
2743 (set_reinsert_breakpoint): New.
2744 (reinsert_breakpoint_by_bp): Delete.
2745 (delete_reinsert_breakpoints): New.
2746 (uninsert_breakpoint): Rewrite.
2747 (uninsert_breakpoints_at): New.
2748 (reinsert_breakpoint): Rewrite.
2749 (reinsert_breakpoints_at): New.
2750 (check_breakpoints): Rewrite.
2751 (breakpoint_here): New.
2752 (breakpoint_inserted_here): New.
2753 (check_mem_read): Adjust.
2754 * mem-break.h (breakpoints_supported, breakpoint_here)
2755 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
2756 (reinsert_breakpoint_by_bp): Delete declaration.
2757 (delete_reinsert_breakpoints): Declare.
2758 (reinsert_breakpoint): Delete declaration.
2759 (reinsert_breakpoints_at): Declare.
2760 (uninsert_breakpoint): Delete declaration.
2761 (uninsert_breakpoints_at): Declare.
2762 (check_breakpoints): Adjust prototype.
2763 * server.h: Adjust include order.
2764 (struct thread_info): Declare here. Add a `last_status' field.
2765
27662010-03-23 Michael Snyder <msnyder@vmware.com>
2767
2768 * server.c (crc32): New function.
2769 (handle_query): Add handling for 'qCRC:' request.
2770
27712010-03-23 Pedro Alves <pedro@codesourcery.com>
2772
2773 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
2774 lwp had been stopped by a watchpoint.
2775
27762010-03-16 Pedro Alves <pedro@codesourcery.com>
2777
2778 * server.h (internal_error): Declare.
2779 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
2780 * utils.c (internal_error): New function.
2781
27822010-03-15 Andreas Schwab <schwab@redhat.com>
2783
2784 * configure.srv: Fix typo setting srv_regobj.
2785
27862010-03-15 Pedro Alves <pedro@codesourcery.com>
2787
2788 * linux-low.c (fetch_register): Avoid passing a non string literal
2789 format to `error'.
2790 (usr_store_inferior_registers): Ditto.
2791
27922010-03-14 Pedro Alves <pedro@codesourcery.com>
2793
2794 * linux-low.c (linux_write_memory): Bail out early if peeking
2795 memory failed.
2796
27972010-03-14 Pedro Alves <pedro@codesourcery.com>
2798
2799 * linux-low.h (struct lwp_info): New fields
2800 `stopped_by_watchpoint' and `stopped_data_address'.
2801 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
2802 here, and cache them in the lwp object.
2803 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
2804 directly.
2805 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
2806 field.
2807 (linux_stopped_by_watchpoint): Rewrite.
2808 (linux_stopped_data_address): Rewrite.
2809
28102010-03-06 Simo Melenius <simo.melenius@iki.fi>
2811
2812 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
2813 switching the current inferior, not before.
2814
28152010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2816
2817 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
2818 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
2819 i386-linux.c and amd64-linux.c.
2820 (reg-i386.o): Removed.
2821 (reg-i386.c): Likewise.
2822 (reg-i386-linux.o): Likewise.
2823 (reg-i386-linux.c): Likewise.
2824 (reg-x86-64.o): Likewise.
2825 (reg-x86-64.c): Likewise.
2826 (reg-x86-64-linux.o): Likewise.
2827 (reg-x86-64-linux.c): Likewise.
2828 (i386.o): New.
2829 (i386.c): Likewise.
2830 (i386-linux.o): Likewise.
2831 (i386-linux.c): Likewise.
2832 (amd64.o): Likewise.
2833 (amd64.c): Likewise.
2834 (amd64-linux.o): Likewise.
2835 (amd64-linux.c): Likewise.
2836
2837 * configure.srv (srv_i386_regobj): New.
2838 (srv_i386_linux_regobj): Likewise.
2839 (srv_amd64_regobj): Likewise.
2840 (srv_amd64_linux_regobj): Likewise.
2841 (srv_i386_32bit_xmlfiles): Likewise.
2842 (srv_i386_64bit_xmlfiles): Likewise.
2843 (srv_i386_xmlfiles): Likewise.
2844 (srv_amd64_xmlfiles): Likewise.
2845 (srv_i386_linux_xmlfiles): Likewise.
2846 (srv_amd64_linux_xmlfiles): Likewise.
2847 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
2848 srv_xmlfiles to $srv_i386_xmlfiles.
2849 (i[34567]86-*-mingw32ce*): Likewise.
2850 (i[34567]86-*-mingw*): Likewise.
2851 (i[34567]86-*-nto*): Likewise.
2852 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
2853 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
2854 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
2855 (x86_64-*-linux*): Likewise.
2856
2857 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
2858 (init_registers_amd64_linux): New.
2859 (x86_arch_setup): Replace init_registers_x86_64_linux with
2860 init_registers_amd64_linux.
2861
28622010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
2863
2864 * configure.ac: Check for libdl. If it is not available link against
2865 static libthread_db.
2866 * configure: Regenerate.
2867
28682010-02-22 Pedro Alves <pedro@codesourcery.com>
2869
2870 PR9605
2871
2872 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
2873 handing a read watchpoint.
2874 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
2875
28762010-02-12 Doug Evans <dje@google.com>
2877
2878 * linux-low.c (linux_supports_tracefork_flag): Document.
2879 (linux_look_up_symbols): Add comment.
2880
28812010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2882
2883 * regcache.c (supply_register): Clear regcache if buf is NULL.
2884
28852010-02-02 Nicolas Roche <roche@sourceware.org>
2886 Joel Brobecker <brobecker@adacore.com>
2887
2888 * inferiors.c (find_inferior): Add function documentation.
2889 (unloaded_dll): Handle the case where the unloaded dll has not
2890 been previously registered in the dll list.
2891
28922010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2893
2894 * linux-arm-low.c (thumb_breakpoint_len): Delete.
2895 (thumb2_breakpoint): New.
2896 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
2897
28982010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2899
2900 * linux-low.c (get_stop_pc): Check for SIGTRAP.
2901 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
2902 breakpoints.
2903
29042010-01-21 Pedro Alves <pedro@codesourcery.com>
2905
2906 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
2907
29082010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2909
2910 * linux-s390-low.c (s390_collect_ptrace_register)
2911 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
2912
29132010-01-21 Doug Evans <dje@google.com>
2914
2915 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
2916 (PTRACE_ARG4_TYPE): New macro.
2917 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
2918 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
2919 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
2920 (usr_store_inferior_registers): Ditto.
2921 (linux_read_memory, linux_write_memory): Ditto.
2922 (linux_test_for_tracefork): Ditto.
2923
2924 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
2925 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
2926
29272010-01-21 Pedro Alves <pedro@codesourcery.com>
2928
2929 * proc-service.c (ps_lgetregs): Don't refetch registers from the
2930 target.
2931
29322010-01-21 Pedro Alves <pedro@codesourcery.com>
2933
2934 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
2935 prototype to take a regcache. Adjust.
2936
29372010-01-20 Pedro Alves <pedro@codesourcery.com>
2938
2939 * regcache.h (struct thread_info): Forward declare.
2940 (struct regcache): New.
2941 (new_register_cache): Adjust prototype.
2942 (get_thread_regcache): Declare.
2943 (free_register_cache): Adjust prototype.
2944 (registers_to_string, registers_from_string): Ditto.
2945 (supply_register, supply_register_by_name, collect_register)
2946 (collect_register_as_string, collect_register_by_name): Ditto.
2947 * regcache.c (struct inferior_regcache_data): Delete.
2948 (get_regcache): Rename to ...
2949 (get_thread_regcache): ... this. Adjust. Switch inferior before
2950 fetching registers.
2951 (regcache_invalidate_one): Adjust.
2952 (regcache_invalidate): Fix prototype.
2953 (new_register_cache): Return the new register cache.
2954 (free_register_cache): Change prototype.
2955 (realloc_register_cache): Adjust.
2956 (registers_to_string): Change prototype to take a regcache. Adjust.
2957 (registers_from_string): Ditto.
2958 (register_data): Ditto.
2959 (supply_register): Ditto.
2960 (supply_register_by_name): Ditto.
2961 (collect_register): Ditto.
2962 (collect_register_as_string): Ditto.
2963 (collect_register_by_name): Ditto.
2964 * server.c (process_serial_event): Adjust.
2965 * linux-low.h (regset_fill_func, regset_store_func): Change
2966 prototype.
2967 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
2968 Change prototype.
2969 * linux-low.c (get_stop_pc): Adjust.
2970 (check_removed_breakpoint): Adjust.
2971 (linux_wait_for_event): Adjust.
2972 (linux_resume_one_lwp): Adjust.
2973 (fetch_register): Add regcache parameter. Adjust.
2974 (usr_store_inferior_registers): Ditto.
2975 (regsets_fetch_inferior_registers): Ditto.
2976 (regsets_store_inferior_registers): Ditto.
2977 (linux_fetch_registers, linux_store_registers): Ditto.
2978 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
2979 regcache. Adjust.
2980 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
2981 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
2982 prototype to take a regcache.
2983 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
2984 * remote-utils.c (convert_ascii_to_int, outreg)
2985 (prepare_resume_reply): Change prototype to take a regcache.
2986 Adjust.
2987 * target.h (struct target_ops) <fetch_registers, store_registers>:
2988 Change prototype to take a regcache.
2989 (fetch_inferior_registers, store_inferior_registers): Change
2990 prototype to take a regcache. Adjust.
2991 * proc-service.c (ps_lgetregs): Adjust.
2992 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
2993 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
2994 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
2995 take a regcache. Adjust.
2996 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
2997 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
2998 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
2999 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
3000 * linux-cris-low.c (cris_get_pc, cris_set_pc)
3001 (cris_cannot_fetch_register):
3002 (cris_breakpoint_at): Change prototype to take a regcache.
3003 Adjust.
3004 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
3005 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
3006 to take a regcache. Adjust.
3007 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
3008 Adjust.
3009 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
3010 take a regcache. Adjust.
3011 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
3012 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
3013 (m68k_set_pc): Change prototype to take a regcache. Adjust.
3014 * linux-mips-low.c (mips_get_pc):
3015 (mips_set_pc): Change prototype to take a regcache. Adjust.
3016 (mips_reinsert_addr): Adjust.
3017 (mips_collect_register): Change prototype to take a regcache.
3018 Adjust.
3019 (mips_supply_register):
3020 (mips_collect_register_32bit, mips_supply_register_32bit)
3021 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
3022 (mips_store_fpregset): Ditto.
3023 * linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
3024 Ditto.
3025 (parse_spufs_run): Adjust.
3026 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
3027 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
3028 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
3029 take a regcache. Adjust.
3030 * linux-s390-low.c (s390_collect_ptrace_register)
3031 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
3032 (s390_set_pc): Change prototype to take a regcache. Adjust.
3033 (s390_arch_setup): Adjust.
3034 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
3035 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
3036 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
3037 (sparc_fill_gregset, sparc_store_gregset_from_stack)
3038 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
3039 regcache. Adjust.
3040 (sparc_breakpoint_at): Adjust.
3041 * linux-xtensa-low.c (xtensa_fill_gregset):
3042 (xtensa_store_gregset):
3043 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
3044 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
3045 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
3046 prototype to take a regcache. Adjust.
3047 * win32-arm-low.c (arm_fetch_inferior_register)
3048 (arm_store_inferior_register): Change prototype to take a
3049 regcache. Adjust.
3050 * win32-i386-low.c (i386_fetch_inferior_register)
3051 (i386_store_inferior_register): Change prototype to take a
3052 regcache. Adjust.
3053 * win32-low.c (child_fetch_inferior_registers)
3054 (child_store_inferior_registers): Change prototype to take a
3055 regcache. Adjust.
3056 (win32_wait): Adjust.
3057 (win32_fetch_inferior_registers): Change prototype to take a
3058 regcache. Adjust.
3059 (win32_store_inferior_registers): Adjust.
3060 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
3061 store_inferior_register>: Change prototype to take a regcache.
3062
30632010-01-20 Doug Evans <dje@google.com>
3064
3065 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
3066 #ifdef.
3067 (linux_wait_for_event1, linux_init_signals): Ditto.
3068 (W_STOPCODE): Provide definition if missing.
3069
30702010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3071
3072 * linux-low.c (linux_core_of_thread): New.
3073 (compare_ints, show_process, list_threads): New.
3074 (linux_qxfer_osdata): Report threads and cores.
3075 (linux_target_op): Register linux_core_of_thread.
3076 * remote-utils.c (prepare_resume_reply): Report the core.
3077 (buffer_xml_printf): Support %d specifier.
3078 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
3079 New.
3080 (handle_query): Handle qXfer:threads. Announce availability
3081 thereof.
3082 * target.h (struct target_ops): New field core_of_thread.
3083
30842010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
3085
3086 * Makefile.in (clean): Remove new generated files.
3087 (reg-s390.o, reg-s390.c): Remove rules.
3088 (reg-s390x.o, reg-s390x.c): Likewise.
3089 (s390-linux32.o, s390-linux32.c): Add rules.
3090 (s390-linux64.o, s390-linux64.c): Likewise.
3091 (s390x-linux64.o, s390x-linux64.c): Likewise.
3092 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
3093 * linux-s390-low.c: Include <elf.h>.
3094 (HWCAP_S390_HIGH_GPRS): Define if undefined.
3095 (init_registers_s390): Remove prototype.
3096 (init_registers_s390x): Likewise.
3097 (init_registers_s390_linux32): Add prototype.
3098 (init_registers_s390_linux64): Likewise.
3099 (init_registers_s390x_linux64): Likewise.
3100 (s390_num_regs_3264): New define.
3101 (s390_regmap_3264): New global variable.
3102 (s390_cannot_fetch_register): Remove obsolete check.
3103 (s390_cannot_store_register): Likewise.
3104 (s390_collect_ptrace_register): Handle upper/lower register halves.
3105 (s390_supply_ptrace_register): Likewise.
3106 (s390_fill_gregset): Update to register number changes.
3107 (s390_get_hwcap): New routine.
3108 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
3109 Install appropriate regmap and register set.
3110
31112010-01-01 Joel Brobecker <brobecker@adacore.com>
3112
3113 * server.c (gdbserver_version): Update copyright year to 2010.
3114 * gdbreplay.c (gdbreplay_version): Likewise.
3115
31162009-12-28 Doug Evans <dje@google.com>
3117
3118 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
3119 elf/external.h. Include <elf.h> instead but only if necessary.
3120
31212009-12-28 Pedro Alves <pedro@codesourcery.com>
3122
3123 * linux-low.c (linux_remove_process): Remove `detaching'
3124 parameter. Don't release/detach from thread_db here.
3125 (linux_kill): Release/detach from thread_db here, ...
3126 (linux_detach): ... and here, before actually detaching.
3127 (linux_wait_1): ... and here, when a process exits.
3128 * thread-db.c (any_thread_of): New.
3129 (thread_db_free): Switch the current inferior to a thread of the
3130 passed in process.
3131
31322009-12-21 Doug Evans <dje@google.com>
3133
3134 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
3135
3136 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
3137 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
3138 warning ifndef __NR_tkill. Move setting of errno there too.
3139 Delete unnecessary resetting of errno after syscall.
3140 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
3141
3142 * configure.ac: Check for dladdr.
3143 * config.in: Regenerate.
3144 * configure: Regenerate.
3145 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
3146 (try_thread_db_load): Update.
3147
3148 * linux-low.c (my_waitpid): Delete unnecessary prototype.
3149
31502009-12-18 Doug Evans <dje@google.com>
3151
3152 * event-loop.c: Include unistd.h if it exists.
3153
3154 * linux-low.c (my_waitpid): Move definition away from being in
3155 between linux_tracefork_child/linux_test_for_tracefork.
3156
3157 * gdb_proc_service.h (psaddr_t): Fix type.
3158 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
3159 signature to match glibc.
3160
31612009-12-16 Doug Evans <dje@google.com>
3162
3163 * linux-low.c (linux_read_memory): Fix argument to read.
3164
31652009-11-26 Pedro Alves <pedro@codesourcery.com>
3166
3167 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
3168 events, don't leave current_inferior pointing at null.
3169
31702009-11-26 Pedro Alves <pedro@codesourcery.com>
3171
3172 * win32-low.c (LOG): Delete.
3173 (OUTMSG): Output to stderr.
3174 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
3175 on compile time LOG macro.
3176 (win32_wait): Fix debug output.
3177
31782009-11-26 Pedro Alves <pedro@codesourcery.com>
3179
3180 * win32-low.c (win32_add_one_solib): If the dll name is
3181 "ntdll.dll", prepend the system directory to the dll path.
3182
31832009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
3184
3185 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
3186
31872009-11-17 Nathan Sidwell <nathan@codesourcery.com>
3188 Vladimir Prus <vladimir@codesourcery.com>
3189
3190 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
3191 * configure.ac: Check for __mcoldfire__ and set
3192 gdb_cv_m68k_is_coldfire.
3193 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
3194 reg-cf.o and reg-m68k.o.
3195 * configure: Regenerated.
3196
31972009-11-16 Pedro Alves <pedro@codesourcery.com>
3198
3199 * linux-low.c (linux_remove_process): Add `detaching' parameter.
3200 Pass it to thread_db_free.
3201 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
3202 proper `detaching' argument to linux_remove_process.
3203 * linux-low.h (thread_db_free): Add `detaching' parameter.
3204 * thread-db.c (thread_db_init): Pass false as `detaching' argument
3205 to thread_db_free.
3206 (thread_db_free): Add `detaching' parameter. Only
3207 call td_ta_clear_event if detaching from process.
3208
32092009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
3210
3211 * thread-db.c (thread_db_free): Fix typo.
3212
32132009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3214
3215 PR gdb/10838
3216 * thread-db.c (thread_db_free): Call td_ta_clear_event.
3217
32182009-11-03 Nathan Sidwell <nathan@codesourcery.com>
3219
3220 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
3221 with an i686 compiler.
3222 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
3223 needed.
3224 * configure: Rebuilt.
3225
32262009-10-29 Sandra Loosemore <sandra@codesourcery.com>
3227
3228 PR gdb/10783
3229
3230 * server.c (handle_search_memory_1): Correct read_addr initialization
3231 in loop for searching subsequent chunks.
3232
32332009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
3234
3235 * configure.ac: New --with-libthread-db option.
3236 * thread-db.c: Allow direct dependence on libthread_db.
3237 (thread_db_free): Adjust.
3238 * config.in: Regenerate.
3239 * configure: Likewise.
3240
32412009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3242
3243 PR gdb/10757
3244 * thread-db.c (attach_thread): New function.
3245 (maybe_attach_thread): Return success/failure.
3246 (find_new_threads_callback): Adjust.
3247 (thread_db_find_new_threads): Loop until no new threads.
3248
32492009-10-13 Pedro Alves <pedro@codesourcery.com>
3250
3251 * proc-service.c (ps_lgetregs): Formatting.
3252
32532009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3254
3255 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
3256 * configure.ac: Adjust.
3257 * linux-low.h (struct process_info_private): Move members to struct
3258 thread_db.
3259 (thread_db_free, thread_db_handle_monitor_command): New prototype.
3260 * linux-low.c (linux_remove_process): Adjust.
3261 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
3262 * server.c (handle_query): Move code ...
3263 (handle_monitor_command): ... here. New function.
3264 * target.h (struct target_ops): New member.
3265 * thread-db.c (struct thread_db): New.
3266 (libthread_db_search_path): New variable.
3267 (thread_db_create_event, thread_db_enable_reporting)
3268 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
3269 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
3270 (try_thread_db_load_1, dladdr_to_soname): New functions.
3271 (try_thread_db_load, thread_db_load_search): New functions.
3272 (thread_db_init): Search for libthread_db.
3273 (thread_db_free): New function.
3274 (thread_db_handle_monitor_command): Likewise.
3275 * config.in: Regenerate.
3276 * configure: Regenerate.
3277
32782009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
3279
3280 * spu-low.c (spu_kill): Wait for inferior to terminate.
3281 Call clear_inferiors.
3282 (spu_detach): Call clear_inferiors.
3283
32842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3285
3286 * aclocal.m4: Regenerate.
3287 * config.in: Likewise.
3288 * configure: Likewise.
3289
32902009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3291
3292 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
3293 (parse_spufs_run): New function.
3294 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
3295 (ppc_breakpoint_at): Handle SPU breakpoints.
3296
32972009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3298
3299 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
3300 (SPUFS_MAGIC): Define.
3301 (spu_enumerate_spu_ids): New function.
3302 (linux_qxfer_spu): New function.
3303 (linux_target_ops): Install linux_qxfer_spu.
3304
33052009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3306
3307 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
3308 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
3309 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
3310 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
3311 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
3312 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
3313 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
3314 (init_registers_powerpc_cell32l): Add prototype.
3315 (init_registers_powerpc_cell64l): Likewise.
3316 (ppc_arch_setup): Detect Cell/B.E. architecture.
3317
33182009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3319
3320 * Makefile.in (datarootdir): New variable.
3321
33222009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3323
3324 * linux-low.c (linux_write_memory): Update debugging output.
3325 * Makefile.in (clean): Add new descriptions.
3326 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
3327 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
3328 * configure.srv: Add new files for arm*-*-linux*.
3329 * linux-arm-low.c: Add new declarations.
3330 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
3331 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
3332 (HWCAP_VFPv3D16): New.
3333 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
3334 instead of __IWMMXT__.
3335 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
3336 (arm_arch_setup): New.
3337 (target_regsets): Remove #ifdef. Add VFP regset.
3338 (the_low_target): Use arm_arch_setup.
3339
33402009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3341
3342 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
3343 the main thread again.
3344
33452009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
3346
3347 Adding Neutrino gdbserver.
3348 * configure: Regenerated.
3349 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
3350 * configure.srv (i[34567]86-*-nto*): New target.
3351 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
3352 * remote-utils.c [__QNX__]: Include sys/iomgr.h
3353 (nto_comctrl) [__QNX__]: New function.
3354 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
3355
33562009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
3357
3358 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
3359 srv_tgtobj.
3360
33612009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
3362 Pedro Alves <pedro@codesourcery.com>
3363
3364 * win32-i386-low.c (i386_get_thread_context): Handle systems that
3365 don't support CONTEXT_EXTENDED_REGISTERS.
3366 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
3367 (the_low_target): Install them.
3368 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
3369 failing with ERROR_PIPE_NOT_CONNECTED.
3370
33712009-06-30 Doug Evans <dje@google.com>
3372 Pierre Muller <muller@ics.u-strasbg.fr>
3373
3374 Add h/w watchpoint support to x86-linux, win32-i386.
3375 * Makefile.in (SFILES): Add i386-low.c
3376 (i386_low_h): Define.
3377 (i386-low.o): Add dependencies.
3378 (linux-x86-low.o): Add i386-low.h dependency.
3379 (win32-i386-low.o): Ditto.
3380 * i386-low.c: New file.
3381 * i386-low.h: New file.
3382 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
3383 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
3384 * linux-low.c (linux_add_process): Initialize arch_private.
3385 (linux_remove_process): Free arch_private.
3386 (add_lwp): Initialize arch_private.
3387 (delete_lwp): Free arch_private.
3388 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
3389 provided.
3390 * linux-low.h (process_info_private): New member arch_private.
3391 (lwp_info): New member arch_private.
3392 (linux_target_ops): New members new_process, new_thread,
3393 prepare_to_resume.
3394 (ptid_of): New macro.
3395 * linux-x86-low.c: Include stddef.h, i386-low.h.
3396 (arch_process_info): New struct.
3397 (arch_lwp_info): New struct.
3398 (x86_linux_dr_get, x86_linux_dr_set): New functions.
3399 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
3400 (i386_dr_low_get_status): New function.
3401 (x86_insert_point, x86_remove_point): New functions.
3402 (x86_stopped_by_watchpoint): New function.
3403 (x86_stopped_data_address): New function.
3404 (x86_linux_new_process, x86_linux_new_thread): New functions.
3405 (x86_linux_prepare_to_resume): New function.
3406 (the_low_target): Add entries for insert_point, remove_point,
3407 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
3408 prepare_to_resume.
3409 * server.c (debug_hw_points): New global.
3410 (monitor_show_help): Document set debug-hw-points.
3411 (handle_query): Process "set debug-hw-points".
3412 * server.h (debug_hw_points): Declare.
3413 (paddress): Declare.
3414 * utils.c (NUMCELLS, CELLSIZE): New macros.
3415 (get_sell, xsnprintf, paddress): New functions.
3416 * win32-arm-low.c (the_low_target): Add entries for insert_point,
3417 remove_point, stopped_by_watchpoint, stopped_data_address.
3418 * win32-i386-low.c: Include i386-low.h.
3419 (debug_reg_state): Replaces dr.
3420 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
3421 (i386_dr_low_get_status): New function.
3422 (i386_insert_point, i386_remove_point): New functions.
3423 (i386_stopped_by_watchpoint): New function.
3424 (i386_stopped_data_address): New function.
3425 (i386_initial_stuff): Update.
3426 (get_thread_context,set_thread_context,i386_thread_added): Update.
3427 (the_low_target): Add entries for insert_point,
3428 remove_point, stopped_by_watchpoint, stopped_data_address.
3429 * win32-low.c (win32_insert_watchpoint): New function.
3430 (win32_remove_watchpoint): New function.
3431 (win32_stopped_by_watchpoint): New function.
3432 (win32_stopped_data_address): New function.
3433 (win32_target_ops): Add entries for insert_watchpoint,
3434 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
3435 * win32-low.h (win32_target_ops): New members insert_point,
3436 remove_point, stopped_by_watchpoint, stopped_data_address.
3437
34382009-06-25 Pedro Alves <pedro@codesourcery.com>
3439
3440 * server.c (process_serial_event): Re-return unsupported, not
3441 error, if the type isn't recognized. Re-allow supporting only
3442 insert or remove packets. Also call require_running for
3443 breakpoints. Add missing break statement to default case. Tidy.
3444 * target.h (struct target_ops): Rename insert_watchpoint to
3445 insert_point, and remove_watchpoint to remove_point.
3446
3447 * linux-low.h (struct linux_target_ops): Likewise.
3448 * linux-low.c (linux_insert_watchpoint): Rename to ...
3449 (linux_insert_point): ... this. Adjust.
3450 (linux_remove_watchpoint): Rename to ...
3451 (linux_remove_point): ... this. Adjust.
3452 (linux_target_ops): Adjust.
3453 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
3454 (cris_insert_point): ... this.
3455 (cris_remove_watchpoint): Rename to ...
3456 (cris_remove_point): ... this.
3457 (the_low_target): Adjust.
3458
34592009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
3460
3461 * server.c (handle_v_kill): Pass signal_pid to
3462 kill_inferior if multi_process is zero.
3463
34642009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
3465
3466 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
3467 * target.h (target_ops): Comment for *_watchpoint to make it clear
3468 the functions can get types '0' and '1'.
3469
34702009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
3471
3472 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
3473 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
3474 * regcache.c (get_regcache): Likewise.
3475 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
3476 * win32-low.c (child_fetch_inferior_registers): Remove check for
3477 regno 0.
3478
34792009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
3480 Pedro Alves <pedro@codesourcery.com>
3481
3482 * target.h (struct target_ops) <supports_multi_process>: New
3483 callback.
3484 (target_supports_multi_process): New.
3485 * server.c (handle_query): Even if GDB reports support, only
3486 enable multi-process if the target also supports it. Report
3487 multi-process support only if the target backend supports it.
3488 * linux-low.c (linux_supports_multi_process): New function.
3489 (linux_target_ops): Install it as target_supports_multi_process
3490 callback.
3491
34922009-05-24 Doug Evans <dje@google.com>
3493
3494 Global renaming of find_thread_pid to find_thread_ptid.
3495 * server.h (find_thread_ptid): Renamed from find_thread_pid.
3496 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
3497 All callers updated.
3498
3499 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
3500 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
3501 directly.
3502
3503 * linux-low.c (get_stop_pc): Print pc if debug_threads.
3504 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
3505 (linux_resume_one_lwp): Ditto.
3506
35072009-05-23 Doug Evans <dje@google.com>
3508
3509 * linux-low.c (linux_resume_one_lwp): Change type of first arg
3510 from struct inferior_list_entry * to struct lwp_info *.
3511 All callers updated.
3512
35132009-05-13 Doug Evans <dje@google.com>
3514
3515 * linux-x86-low.c: Don't include assert.h.
3516 (x86_siginfo_fixup): Use fatal, not assert.
3517 (x86_arch_setup): Fix comment.
3518
35192009-05-12 Doug Evans <dje@google.com>
3520
3521 Biarch support for i386/amd64 gdbserver.
3522 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
3523 Add linux-x86-low.c.
3524 (linux-i386-low.o, linux-x86-64-low.o): Delete.
3525 (linux-x86-low.o): Add.
3526 * linux-x86-64-low.c: Delete.
3527 * linux-i386-low.c: Delete.
3528 * linux-x86-low.c: New file.
3529 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
3530 linux-x86-low.o.
3531 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
3532 linux-x86-low.o.
3533 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
3534 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
3535 (linux_child_pid_to_exec_file): New function.
3536 (elf_64_header_p, elf_64_file_p): New functions.
3537 (siginfo_fixup): New function.
3538 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
3539 give target a chance to convert layout.
3540 * linux-low.h (linux_target_ops): New member siginfo_fixup.
3541 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
3542
35432009-05-07 Doug Evans <dje@google.com>
3544
3545 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
3546 (regsets_store_inferior_registers): Ditto.
3547
35482009-05-06 Pedro Alves <pedro@codesourcery.com>
3549
3550 PR server/10048
3551
3552 * linux-low.c (must_set_ptrace_flags): Delete.
3553 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
3554 of the global.
3555 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
3556 `lwp->must_set_ptrace_flags' instead.
3557 (linux_wait_for_event_1): Set ptrace options here.
3558 (linux_wait_1): ... not here.
3559
35602009-04-30 Doug Evans <dje@google.com>
3561
3562 * inferiors.c (started_inferior_callback): New function.
3563 (attached_inferior_callback): New function.
3564 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
3565 * server.c (print_started_pid, print_attached_pid): New functions.
3566 (detach_or_kill_for_exit): New function.
3567 (main): Call it instead of for_each_inferior (kill_inferior_callback).
3568 * server.h (have_started_inferiors_p): Declare.
3569 (have_attached_inferiors_p): Declare.
3570
3571 * inferiors.c (remove_process): Fix memory leak, free process.
3572 * linux-low.c (linux_remove_process): New function.
3573 (linux_kill): Call it instead of remove_process.
3574 (linux_detach, linux_wait_1): Ditto.
3575
35762009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
3577
3578 * configure.srv: Add x86 Windows CE target.
3579
35802009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3581
3582 * inferiors.c (get_thread_process): Make global.
3583 * server.h (get_thread_process): Add prototype.
3584 * thread-db.c (find_one_thread): Use get_thread_process
3585 instead of current_process.
3586 (thread_db_get_tls_address): Do not crash if called when
3587 thread layer is not yet initialized.
3588
35892009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3590
3591 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
3592 * spu-low.c (current_tid): Rename to ...
3593 (current_ptid): ... this.
3594 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
3595 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
3596 ptid_get_lwp (current_ptid) instead of current_tid.
3597 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
3598 instead of current_tid. Use find_process_pid to verify pid
3599 argument is valid. Pass proper argument to remove_process.
3600 (spu_thread_alive): Compare current_ptid instead of current_tid.
3601 (spu_resume): Likewise.
3602
36032009-04-02 Pedro Alves <pedro@codesourcery.com>
3604
3605 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
3606 variable.
3607
36082009-04-01 Pedro Alves <pedro@codesourcery.com>
3609
3610 Implement the multiprocess extensions, and add linux multiprocess
3611 support.
3612
3613 * server.h (ULONGEST): Declare.
3614 (struct ptid, ptid_t): New.
3615 (minus_one_ptid, null_ptid): Declare.
3616 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
3617 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
3618 (struct inferior_list_entry): Change `id' type from unsigned from
3619 to ptid_t.
3620 (struct sym_cache, struct breakpoint, struct
3621 process_info_private): Forward declare.
3622 (struct process_info): Declare.
3623 (current_process): Declare.
3624 (all_processes): Declare.
3625 (initialize_inferiors): Declare.
3626 (add_thread): Adjust to use ptid_t.
3627 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
3628 (add_process, remove_process, find_thread_pid): Declare.
3629 (find_inferior_id): Adjust to use ptid_t.
3630 (cont_thread, general_thread, step_thread): Change type to ptid_t.
3631 (multi_process): Declare.
3632 (push_event): Adjust to use ptid_t.
3633 (read_ptid, write_ptid): Declare.
3634 (prepare_resume_reply): Adjust to use ptid_t.
3635 (clear_symbol_cache): Declare.
3636 * inferiors.c (all_processes): New.
3637 (null_ptid, minus_one_ptid): New.
3638 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
3639 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
3640 (add_thread): Change unsigned long to ptid. Remove gdb_id
3641 parameter. Adjust.
3642 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
3643 (gdb_id_to_thread): Rename to ...
3644 (find_thread_pid): ... this. Change unsigned long to ptid.
3645 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
3646 (loaded_dll, pull_pid_from_list): Adjust.
3647 (add_process, remove_process, find_process_pid)
3648 (get_thread_process, current_process, initialize_inferiors): New.
3649 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
3650 (struct target_waitstatus) <related_pid>: Ditto.
3651 (struct target_ops) <kill, detach>: Add `pid' argument. Change
3652 return type to int.
3653 (struct target_ops) <join>: Add `pid' argument.
3654 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
3655 (struct target_ops) <wait>: Add `ptid' field. Change return type
3656 to ptid.
3657 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
3658 (mywait): Add `ptid' argument. Change return type to ptid_t.
3659 (target_pid_to_str): Declare.
3660 * target.c (set_desired_inferior): Adjust to use ptids.
3661 (mywait): Add new `ptid' argument. Adjust.
3662 (target_pid_to_str): New.
3663 * mem-break.h (free_all_breakpoints): Declare.
3664 * mem-break.c (breakpoints): Delelete.
3665 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
3666 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
3667 to use per-process breakpoint list.
3668 (free_all_breakpoints): New.
3669 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
3670 (symbol_cache, all_symbols_looked_up): Delete.
3671 (hexchars): New.
3672 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
3673 read_ptid): New.
3674 (prepare_resume_reply): Change ptid argument's type from unsigned
3675 long to ptid_t. Adjust. Implement W;process and X;process.
3676 (free_sym_cache, clear_symbol_cache): New.
3677 (look_up_one_symbol): Adjust to per-process symbol cache. *
3678 * server.c (cont_thread, general_thread, step_thread): Change type
3679 to ptid_t.
3680 (attached): Delete.
3681 (multi_process): New.
3682 (last_ptid): Change type to ptid_t.
3683 (struct vstop_notif) <ptid>: Change type to ptid_t.
3684 (queue_stop_reply, push_event): Change `ptid' argument's type to
3685 ptid_t.
3686 (discard_queued_stop_replies): Add `pid' argument.
3687 (start_inferior): Adjust to use ptids. Adjust to mywait interface
3688 changes. Don't reference the `attached' global.
3689 (attach_inferior): Adjust to mywait interface changes.
3690 (handle_query): Adjust to use ptids. Parse GDB's qSupported
3691 features. Handle and report "multiprocess+". Handle
3692 "qAttached:PID".
3693 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
3694 changes.
3695 (handle_v_kill): New.
3696 (handle_v_stopped): Adjust to use target_pid_to_str.
3697 (handle_v_requests): Allow multiple attaches and runs when
3698 multiprocess extensions are in effect. Handle "vKill".
3699 (myresume): Adjust to use ptids.
3700 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
3701 (handle_status): Adjust to discard_queued_stop_replies interface
3702 change.
3703 (first_thread_of, kill_inferior_callback)
3704 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
3705 (main): Call initialize_inferiors. Adjust to use ptids, killing
3706 and detaching from all inferiors. Handle multiprocess packet
3707 variants.
3708 * linux-low.h: Include gdb_proc_service.h.
3709 (struct process_info_private): New.
3710 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
3711 <lwpid_of>: Use ptid_get_lwp.
3712 (get_lwp_thread): Adjust.
3713 (struct lwp_info): Add `dead' member.
3714 (find_lwp_pid): Declare.
3715 * linux-low.c (thread_db_active): Delete.
3716 (new_inferior): Adjust comment.
3717 (inferior_pid): Delete.
3718 (linux_add_process): New.
3719 (handle_extended_wait): Adjust.
3720 (add_lwp): Change unsigned long to ptid.
3721 (linux_create_inferior): Add process to processes table. Adjust
3722 to use ptids. Don't set new_inferior here.
3723 (linux_attach_lwp): Rename to ...
3724 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
3725 it. Adjust to use ptids.
3726 (linux_attach_lwp): New.
3727 (linux_attach): Add process to processes table. Don't set
3728 new_inferior here.
3729 (struct counter): New.
3730 (second_thread_of_pid_p, last_thread_of_process_p): New.
3731 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
3732 multiple processes.
3733 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
3734 processes. Remove process from process table.
3735 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
3736 to multiple processes.
3737 (any_thread_of): New.
3738 (linux_detach): Add `pid' argument, and handle it. Remove process
3739 from processes table.
3740 (linux_join): Add `pid' argument. Handle it.
3741 (linux_thread_alive): Change unsighed long argument to ptid_t.
3742 Consider dead lwps as not being alive.
3743 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
3744 threads we're not interested in.
3745 (same_lwp, find_lwp_pid): New.
3746 (linux_wait_for_lwp): Change `pid' argument's type from int to
3747 ptid_t. Adjust.
3748 (linux_wait_for_event): Rename to ...
3749 (linux_wait_for_event_1): ... this. Change `pid' argument's type
3750 from int to ptid_t. Adjust.
3751 (linux_wait_for_event): New.
3752 (linux_wait_1): Add `ptid' argument. Change return type to
3753 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
3754 that exit from the process table.
3755 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
3756 Adjust.
3757 (mark_lwp_dead): New.
3758 (wait_for_sigstop): Adjust to use ptids. If a process exits while
3759 stopping all threads, mark its main lwp as dead.
3760 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
3761 ptids.
3762 (fetch_register, usr_store_inferior_registers)
3763 (regsets_fetch_inferior_registers)
3764 (regsets_store_inferior_registers, linux_read_memory)
3765 (linux_write_memory): Inline `inferior_pid'.
3766 (linux_look_up_symbols): Adjust to use per-process
3767 `thread_db_active'.
3768 (linux_request_interrupt): Adjust to use ptids.
3769 (linux_read_auxv): Inline `inferior_pid'.
3770 (initialize_low): Don't reference thread_db_active.
3771 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
3772 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
3773 (ps_getpid): Return the pid of the current inferior.
3774 * thread-db.c (proc_handle, thread_agent): Delete.
3775 (thread_db_create_event, thread_db_enable_reporting): Adjust to
3776 per-process data.
3777 (find_one_thread): Change argument type to ptid_t. Adjust to
3778 per-process data.
3779 (maybe_attach_thread): Adjust to per-process data and ptids.
3780 (thread_db_find_new_threads): Ditto.
3781 (thread_db_init): Ditto.
3782 * spu-low.c (spu_create_inferior, spu_attach): Add process to
3783 processes table. Adjust to use ptids.
3784 (spu_kill, spu_detach): Adjust interface. Remove process from
3785 processes table.
3786 (spu_join, spu_thread_alive): Adjust interface.
3787 (spu_wait): Adjust interface. Remove process from processes
3788 table. Adjust to use ptids.
3789 * win32-low.c (current_inferior_tid): Delete.
3790 (current_inferior_ptid): New.
3791 (debug_event_ptid): New.
3792 (thread_rec): Take a ptid. Adjust.
3793 (child_add_thread): Add `pid' argument. Adjust to use ptids.
3794 (child_delete_thread): Ditto.
3795 (do_initial_child_stuff): Add `attached' argument. Add process to
3796 processes table.
3797 (child_fetch_inferior_registers, child_store_inferior_registers):
3798 Adjust.
3799 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
3800 (win32_attach): Pass 1 to do_initial_child_stuff.
3801 (win32_kill): Adjust interface. Remove process from processes
3802 table.
3803 (win32_detach): Ditto.
3804 (win32_join): Adjust interface.
3805 (win32_thread_alive): Take a ptid.
3806 (win32_resume): Adjust to use ptids.
3807 (get_child_debug_event): Ditto.
3808 (win32_wait): Adjust interface. Remove exiting process from
3809 processes table.
3810
38112009-04-01 Pedro Alves <pedro@codesourcery.com>
3812
3813 Non-stop mode support.
3814
3815 * server.h (non_stop): Declare.
3816 (gdb_client_data, handler_func): Declare.
3817 (delete_file_handler, add_file_handler, start_event_loop):
3818 Declare.
3819 (handle_serial_event, handle_target_event, push_event)
3820 (putpkt_notif): Declare.
3821 * target.h (enum resume_kind): New.
3822 (struct thread_resume): Replace `step' field by `kind' field.
3823 (TARGET_WNOHANG): Define.
3824 (struct target_ops) <wait>: Add `options' argument.
3825 <supports_non_stop, async, start_non_stop>: New fields.
3826 (target_supports_non_stop, target_async): New.
3827 (start_non_stop): Declare.
3828 (mywait): Add `options' argument.
3829 * target.c (mywait): Add `options' argument. Print child exit
3830 notifications here.
3831 (start_non_stop): New.
3832 * server.c (non_stop, own_buf, mem_buf): New globals.
3833 (struct vstop_notif): New.
3834 (notif_queue): New global.
3835 (queue_stop_reply, push_event, discard_queued_stop_replies)
3836 (send_next_stop_reply): New.
3837 (start_inferior): Adjust to use resume_kind. Adjust to mywait
3838 interface changes.
3839 (attach_inferior): In non-stop mode, don't wait for the target
3840 here.
3841 (handle_general_set): Handle QNonStop.
3842 (handle_query): When handling qC, return the current general
3843 thread, instead of the first thread of the list.
3844 (handle_query): If the backend supports non-stop mode, include
3845 QNonStop+ in the qSupported query response.
3846 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
3847 and non-stop mode.
3848 (handle_v_attach, handle_v_run): Handle non-stop mode.
3849 (handle_v_stopped): New.
3850 (handle_v_requests): Report support for vCont;t. Handle vStopped.
3851 (myresume): Adjust to use resume_kind. Handle non-stop.
3852 (queue_stop_reply_callback): New.
3853 (handle_status): Handle non-stop mode.
3854 (main): Clear non_stop flag on reconnection. Use the event-loop.
3855 Refactor serial protocol handling from here ...
3856 (process_serial_event): ... to this new function. When GDB
3857 selects any thread, select one here. In non-stop mode, wait until
3858 GDB acks all pending events before exiting.
3859 (handle_serial_event, handle_target_event): New.
3860 * remote-utils.c (remote_open): Install remote_desc in the event
3861 loop.
3862 (remote_close): Remove remote_desc from the event loop.
3863 (putpkt_binary): Rename to...
3864 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
3865 (putpkt_binary): New as wrapper around putpkt_binary_1.
3866 (putpkt_notif): New.
3867 (prepare_resume_reply): In non-stop mode, don't change the
3868 general_thread.
3869 * event-loop.c: New.
3870 * Makefile.in (OBJ): Add event-loop.o.
3871 (event-loop.o): New rule.
3872
3873 * linux-low.h (pid_of): Moved here.
3874 (lwpid_of): New.
3875 (get_lwp_thread): Use lwpid_of.
3876 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
3877 * linux-low.c (pid_of): Delete.
3878 (inferior_pid): Use lwpid_of.
3879 (linux_event_pipe): New.
3880 (target_is_async_p): New.
3881 (delete_lwp): New.
3882 (handle_extended_wait): Use lwpid_of.
3883 (add_lwp): Don't set lwpid field.
3884 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
3885 (linux_kill_one_lwp): If killing a running lwp, stop it first.
3886 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
3887 (linux_detach_one_lwp): If detaching from a running lwp, stop it
3888 first. Adjust to linux_wait_for_event interface changes. Use
3889 lwpid_of.
3890 (linux_detach): Don't delete the main lwp here.
3891 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
3892 (status_pending_p): Don't consider explicitly suspended lwps.
3893 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
3894 pointer. Add OPTIONS argument. Change return type to int. Use
3895 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
3896 (linux_wait_for_event): Take an integer pid instead of a lwp_info
3897 pointer. Add status pointer argument. Return a pid instead of a
3898 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
3899 changes. In non-stop mode, don't switch to a random thread.
3900 (linux_wait): Rename to...
3901 (linux_wait_1): ... this. Add target_options argument, and handle
3902 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
3903 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
3904 clean exit and signal exit code. Don't stop all threads in
3905 non-stop mode. In all-stop mode, only stop all threads when
3906 reporting a stop to GDB. Handle explicit thread stop requests.
3907 (async_file_flush, async_file_mark): New.
3908 (linux_wait): New.
3909 (send_sigstop): Use lwpid_of.
3910 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
3911 interface changes. In non-stop mode, don't switch to a random
3912 thread.
3913 (linux_resume_one_lwp): Use lwpid_of.
3914 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
3915 (linux_resume_one_thread): ... this. Handle resume_stop. In
3916 non-stop mode, don't look for pending flag in all threads.
3917 (resume_status_pending_p): Don't consider explicitly suspended
3918 threads.
3919 (my_waitpid): Reimplement. Emulate __WALL.
3920 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
3921 Use lwpid_of.
3922 (sigchld_handler, linux_supports_non_stop, linux_async)
3923 (linux_start_non_stop): New.
3924 (linux_target_ops): Register linux_supports_non_stop, linux_async
3925 and linux_start_non_stop.
3926 (initialize_low): Install SIGCHLD handler.
3927 * thread-db.c (thread_db_create_event, find_one_thread)
3928 (thread_db_get_tls_address): Use lwpid_of.
3929 * win32-low.c (win32_detach): Adjust to use resume_kind.
3930 (win32_wait): Add `options' argument.
3931 * spu-low.c (spu_resume): Adjust to use resume_kind.
3932 (spu_wait): Add `options' argument.
3933
39342009-04-01 Pedro Alves <pedro@codesourcery.com>
3935
3936 Decouple target code from remote protocol.
3937
3938 * target.h (enum target_waitkind): New.
3939 (struct target_waitstatus): New.
3940 (struct target_ops) <wait>: Return an unsigned long. Take a
3941 target_waitstatus pointer instead of a char pointer.
3942 (mywait): Likewise.
3943 * target.c (mywait): Change prototype to return an unsigned long.
3944 Take a target_waitstatus pointer instead of a char pointer. Adjust.
3945 * server.h (thread_from_wait, old_thread_from_wait): Delete
3946 declarations.
3947 (prepare_resume_reply): Change prototype to take a
3948 target_waitstatus.
3949 * server.c (thread_from_wait, old_thread_from_wait): Delete.
3950 (last_status, last_ptid): New.
3951 (start_inferior): Remove "statusptr" argument. Adjust. Return a
3952 pid instead of a signal.
3953 (attach_inferior): Remove "status" and "signal" parameters.
3954 Adjust.
3955 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
3956 not as an address.
3957 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
3958 (handle_v_requests, myresume): Remove "status" and "signal"
3959 parameters. Adjust.
3960 (handle_status): New.
3961 (main): Delete local `status'. Adjust.
3962 * remote-utils.c: Include target.h.
3963 (prepare_resume_reply): Change prototype to take a
3964 target_waitstatus. Adjust.
3965
3966 * linux-low.c (linux_wait): Adjust to new target_ops->wait
3967 interface.
3968 * spu-low.c (spu_wait): Adjust.
3969 * win32-low.c (enum target_waitkind, struct target_waitstatus):
3970 Delete.
3971 (win32_wait): Adjust.
3972
39732009-04-01 Pedro Alves <pedro@codesourcery.com>
3974
3975 * target.h (struct thread_resume): Delete leave_stopped member.
3976 (struct target_ops): Add a `n' argument to the `resume' callback.
3977 * server.c (start_inferior): Adjust.
3978 (handle_v_cont, myresume): Adjust.
3979 * linux-low.c (check_removed_breakpoint): Adjust to resume
3980 interface change, and to removed leave_stopped field.
3981 (resume_ptr): Delete.
3982 (struct thread_resume_array): New.
3983 (linux_set_resume_request): Add new `arg' parameter. Adjust to
3984 resume interface change.
3985 (linux_continue_one_thread, linux_queue_one_thread)
3986 (resume_status_pending_p): Check if the resume field is NULL
3987 instead of checking the leave_stopped member.
3988 (linux_resume): Adjust to the target resume interface change.
3989 * spu-low.c (spu_resume): Adjust to the target resume interface
3990 change.
3991 * win32-low.c (win32_detach, win32_resume): Ditto.
3992
39932009-04-01 Pedro Alves <pedro@codesourcery.com>
3994
3995 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
3996 flag.
3997 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
3998 pending.
3999 (linux_continue_one_thread): Only preserve the stepping flag if
4000 there's a pending breakpoint.
4001
40022009-03-31 Pedro Alves <pedro@codesourcery.com>
4003
4004 * server.c (main): After the inferior having exited, call
4005 remote_close before exiting gdbserver.
4006
40072009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
4008
4009 Fix size of FPSCR in Power 7 processors.
4010 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
4011 (PPC_FEATURE_HAS_DFP): New #define.
4012 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
4013 size of the FPSCR.
4014
40152009-03-23 Pedro Alves <pedro@codesourcery.com>
4016
4017 * server.c (handle_query) Whitespace and formatting.
4018
40192009-03-22 Pedro Alves <pedro@codesourcery.com>
4020
4021 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
4022 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
4023 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
4024 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
4025 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
4026 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
4027 Makefile.in, configure.ac: Fix whitespace throughout.
4028 * configure: Regenerate.
4029
40302009-03-22 Pedro Alves <pedro@codesourcery.com>
4031
4032 * inferiors.c (find_inferior): Make it safe for the callback
4033 function to delete the currently iterated inferior.
4034
40352009-03-22 Pedro Alves <pedro@codesourcery.com>
4036
4037 * Makefile.in (linuw_low_h): Move higher.
4038 (thread-db.o): Depend on $(linux_low_h).
4039
40402009-03-17 Pedro Alves <pedro@codesourcery.com>
4041
4042 Rename "process" to "lwp" throughout.
4043
4044 * linux-low.c (all_processes): Rename to...
4045 (all_lwps): ... this.
4046 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
4047 (add_process): Rename to ...
4048 (add_lwp): ... this. Adjust.
4049 (linux_create_inferior): Adjust.
4050 (linux_attach_lwp): Adjust.
4051 (linux_attach): Adjust.
4052 (linux_kill_one_process): Rename to ...
4053 (linux_kill_one_lwp): ... this. Adjust.
4054 (linux_kill): Adjust.
4055 (linux_detach_one_process): Rename to ...
4056 (linux_detach_one_lwp): ... this. Adjust.
4057 (linux_detach): Adjust.
4058 (check_removed_breakpoint): Adjust.
4059 (status_pending_p): Adjust.
4060 (linux_wait_for_process): Rename to ...
4061 (linux_wait_for_lwp): ... this. Adjust.
4062 (linux_wait_for_event): Adjust.
4063 (send_sigstop): Adjust.
4064 (wait_for_sigstop): Adjust.
4065 (stop_all_processes): Rename to ...
4066 (stop_all_lwps): ... this.
4067 (linux_resume_one_process): Rename to ...
4068 (linux_resume_one_lwp): ... this. Adjust.
4069 (linux_set_resume_request, linux_continue_one_thread)
4070 (linux_queue_one_thread, resume_status_pending_p)
4071 (usr_store_inferior_registers, regsets_store_inferior_registers)
4072 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
4073 Adjust.
4074 * linux-low.h (get_process): Rename to ...
4075 (get_lwp): ... this. Adjust.
4076 (get_thread_process): Rename to ...
4077 (get_thread_lwp): ... this. Adjust.
4078 (get_process_thread): Rename to ...
4079 (get_lwp_thread): ... this. Adjust.
4080 (struct process_info): Rename to ...
4081 (struct lwp_info): ... this.
4082 (all_processes): Rename to ...
4083 (all_lwps): ... this.
4084 * proc-service.c (ps_lgetregs): Adjust.
4085 * thread-db.c (thread_db_create_event, find_one_thread)
4086 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
4087
40882009-03-14 Pedro Alves <pedro@codesourcery.com>
4089
4090 * server.c (handle_query): Handle "qAttached".
4091
40922009-03-13 Nathan Sidwell <nathan@codesourcery.com>
4093
4094 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
4095 GPLv3, update license URL.
4096
40972009-03-01 Doug Evans <dje@google.com>
4098
4099 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
4100 (server_h): Add gdb_signals.h.
4101 (signals.o): Update.
4102 * server.h (target_signal_from_host,target_signal_to_host_p)
4103 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
4104
41052009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
4106
4107 * remote-utils.c (getpkt): Also generate remote-debug
4108 information if noack_mode is set.
4109
41102009-02-06 Pedro Alves <pedro@codesourcery.com>
4111
4112 * server.c (handle_query): Report qXfer:siginfo:read and
4113 qXfer:siginfo:write as supported and handle them.
4114 * target.h (struct target_ops) <qxfer_siginfo>: New field.
4115 * linux-low.c (linux_xfer_siginfo): New.
4116 (linux_target_ops): Set it.
4117
41182009-01-26 Pedro Alves <pedro@codesourcery.com>
4119
4120 * server.c (gdbserver_usage): Mention --remote-debug.
4121 (main): Accept '--remote-debug' switch.
4122
41232009-01-18 Doug Evans <dje@google.com>
4124
4125 * regcache.c (new_register_cache): No need to check result of xcalloc.
4126 * server.c (handle_search_memory): Back out calls to xmalloc,
4127 result is checked and error is returned to user upon failure.
4128 (handle_query): Ditto. Add more checks for result of malloc.
4129 (handle_v_cont): Check result of malloc, report error back to
4130 user upon failure.
4131 (handle_v_run): Ditto. Call freeargv.
4132 * server.h (freeargv): Declare.
4133 * utils.c (freeargv): New fn.
4134
41352009-01-15 Doug Evans <dje@google.com>
4136
4137 * gdbreplay.c (perror_with_name): Make arg const char *.
4138 * server.h (target_signal_to_name): Make return type const char *.
4139 * thread-db.c (thread_db_err_str): Make return type const char *.
4140 * utils.c (perror_with_name): Make arg const char *.
4141
41422009-01-14 Pedro Alves <pedro@codesourcery.com>
4143
4144 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
4145 when handling a EXIT_PROCESS_DEBUG_EVENT.
4146
41472009-01-06 Joel Brobecker <brobecker@adacore.com>
4148
4149 * gdbreplay.c (gdbreplay_version): Update copyright year.
4150 * server.c (gdbserver_version): Likewise.
4151
41522009-01-05 Doug Evans <dje@google.com>
4153
4154 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
4155 (handle_extended_wait): Improve comment.
4156
41572008-12-13 Doug Evans <dje@google.com>
4158
4159 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
4160 * server.h (ATTR_MALLOC): New macro.
4161 (xmalloc,xcalloc,xstrdup): Declare.
4162 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
4163 * inferiors.c: Ditto.
4164 * linux-low.c: Ditto.
4165 * mem-break.c: Ditto.
4166 * regcache.c: Ditto.
4167 * remote-utils.c: Ditto.
4168 * server.c: Ditto.
4169 * target.c: Ditto.
4170 * win32-low.c: Ditto.
4171
41722008-12-12 Doug Evans <dje@google.com>
4173
4174 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
4175 in debugging printf.
4176
4177 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
4178
41792008-12-09 Doug Evans <dje@google.com>
4180
4181 * linux-low.h (struct process_info): Delete member tid, unused.
4182 * thread-db.c (find_one_thread): Update.
4183 (maybe_attach_thread): Update.
4184
41852008-12-02 Pedro Alves <pedro@codesourcery.com>
4186
4187 * target.h (struct target_ops): Add qxfer_osdata member.
4188 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
4189 and dirent.h.
4190 (linux_qxfer_osdata): New functions.
4191 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
4192 callback.
4193 * server.c (handle_query): Handle "qXfer:osdata:read:".
4194 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
4195 (buffer_xml_printf): New functions.
4196 * server.h (struct buffer): New.
4197 (buffer_grow_str, buffer_grow_str0): New macros.
4198 (buffer_grow, buffer_free, buffer_init, buffer_finish)
4199 (buffer_xml_printf): Declare.
4200
42012008-11-24 Doug Evans <dje@google.com>
4202
4203 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
4204
42052008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4206
4207 * server.c (handle_v_run): Always use the supplied argument list.
4208
42092008-11-19 Bob Wilson <bob.wilson@acm.org>
4210
4211 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
4212 (xtensa_regmap_table): Add entry for scompare1.
4213
42142008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4215
4216 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
4217 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
4218 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
4219 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
4220 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
4221 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
4222 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
4223 XML target descriptions.
4224 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
4225 when inferior is running on an ISA 2.05 or later processor. Add
4226 special case to return offset for full 64-bit slot of FPSCR when
4227 in 32-bits.
4228
42292008-11-14 Daniel Gutson <dgutson@codesourcery.com>
4230
4231 * Makefile.in (SFILES, clean): Added sparc64 files.
4232 (reg-sparc64.o, reg-sparc64.c): New.
4233 * configure.srv (sparc*-*-linux*): New configuration.
4234 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
4235 syscall arguments for SPARC.
4236 (regsets_store_inferior_registers): Likewise.
4237 * linux-sparc-low.c: New file.
4238
42392008-10-21 Doug Evans <dje@google.com>
4240
4241 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
4242 (READLINE_DIR,READLINE_DEP): Delete.
4243 (INTERNAL_CFLAGS): Update.
4244 (LINTFLAGS): Update.
4245
42462008-10-10 Pedro Alves <pedro@codesourcery.com>
4247
4248 * server.c (handle_v_run): If GDB didn't specify an argv, use the
4249 whole argv from the last run, not just argv[0].
4250
42512008-09-08 Pedro Alves <pedro@codesourcery.com>
4252
4253 * regcache.c (new_register_cache): Return NULL if the register
4254 cache size isn't known yet.
4255 (free_register_cache): Avoid dereferencing a NULL regcache.
4256
42572008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4258
4259 * configure.srv: Merge MIPS and MIPS64.
4260
42612008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
4262
4263 * Makefile.in (uninstall): Apply $(EXEEXT) too.
4264
42652008-08-18 Luis Machado <luisgpm@br.ibm.com>
4266
4267 * Makefile.in: Add required vsx dependencies.
4268
4269 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
4270 Declare init_registers_powerpc_vsx32l.
4271 Declare init_registers_powerpc_vsx64l.
4272 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
4273 (ppc_arch_setup): Check for VSX in hwcap.
4274 (ppc_fill_vsxregset): New function.
4275 (ppc_store_vsxregset): New function.
4276 Add new VSX entry in regset_info target_regsets.
4277
4278 * configure.srv: Add new VSX dependencies.
4279
42802008-08-12 Pedro Alves <pedro@codesourcery.com>
4281
4282 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
4283 (remote_open): Set or clear transport_is_reliable.
4284 (putpkt_binary): Don't expect acks in noack mode.
4285 (getpkt): Don't send ack/nac in noack mode.
4286 * server.c (handle_general_set): Handle QStartNoAckMode.
4287 (handle_query): If connected by tcp pass QStartNoAckMode+ in
4288 qSupported.
4289 (main): Reset noack_mode on every connection.
4290 * server.h (noack_mode): Declare.
4291
42922008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4293
4294 * Makefile.in (GDBREPLAY_OBS): New variable.
4295 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
4296
42972008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
4298 Daniel Jacobowitz <dan@codesourcery.com>
4299
4300 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
4301 (usr_store_inferior_registers): Likewise.
4302 (regsets_store_inferior_registers): Likewise.
4303
43042008-07-31 Rolf Jansen <rj@surtec.com>
4305 Pedro Alves <pedro@codesourcery.com>
4306
4307 * configure.ac: Check for memmem declaration.
4308 * server.c [HAVE_MALLOC_H]: Include malloc.h.
4309 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
4310 (disable_packet_qfThreadInfo): Unconditionally compile.
4311 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
4312 * configure, config.in: Regenerate.
4313
43142008-07-28 Doug Kwan <dougkwan@google.com>
4315
4316 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
4317 (linux_write_memory): Remove declaration of errno.
4318
43192008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4320
4321 * linux-low.c (handle_extended_wait): Do not use "status"
4322 variable uninitialized.
4323
43242008-07-07 Pedro Alves <pedro@codesourcery.com>
4325
4326 * server.c (handle_v_attach): Inhibit reporting dll changes.
4327
43282008-06-27 Pedro Alves <pedro@codesourcery.com>
4329
4330 * remote-utils.c (prepare_resume_reply): If requested, don't
4331 output "thread:TID" in the T stop reply.
4332
4333 * server.c (disable_packet_vCont, disable_packet_Tthread)
4334 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
4335 (handle_query): If requested, disable support for qC, qfThreadInfo
4336 and qsThreadInfo.
4337 (handle_v_requests): If requested, disable support for vCont.
4338 (gdbserver_show_disableable): New.
4339 (main): Handle --disable-packet and --disable-packet=LIST.
4340
4341 * server.h (disable_packet_vCont, disable_packet_Tthread)
4342 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
4343
43442008-06-20 Carlos O'Donell <carlos@codesourcery.com>
4345
4346 * server.c (gdbserver_usage): Mention --version.
4347
43482008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
4349
4350 * Makefile.in (gdbreplay.o): New rule.
4351
43522008-06-06 Joseph Myers <joseph@codesourcery.com>
4353
4354 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
4355 message, not gdbserver.
4356
43572008-06-05 Vladimir Prus <vladimir@codesourcery.com>
4358 Nathan Sidwell <nathan@codesourcery.com>
4359 Joseph Myers <joseph@codesourcery.com>
4360
4361 * acinclude.m4: Include ../../config/acx.m4.
4362 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
4363 * configure, config.in: Regenerate.
4364 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
4365 * server.c (gdbserver_version): Print PKGVERSION.
4366 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
4367 (main): Adjust gdbserver_usage calls.
4368 * gdbreplay.c (version, host_name): Add declarations.
4369 (gdbreplay_version, gdbreplay_usage): New.
4370 (main): Accept --version and --help options.
4371
43722008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
4373
4374 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
4375 (arm_breakpoint_at): Handle Thumb.
4376 (the_low_target): Add comment.
4377
43782008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
4379
4380 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
4381
43822008-05-09 Doug Evans <dje@google.com>
4383
4384 * server.h (decode_search_memory_packet): Declare.
4385 * remote-utils.c (decode_search_memory_packet): New fn.
4386 * server.c (handle_search_memory_1): New fn.
4387 (handle_search_memory): New fn.
4388 (handle_query): Process qSearch:memory packets.
4389
43902008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4391
4392 * regcache.c (registers_length): Remove.
4393 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
4394 full register packet.
4395 * regcache.h (registers_length): Remove prototype.
4396 * server.h (PBUFSIZ): Define to 16384.
4397
43982008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
4399
4400 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
4401 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
4402 powerpc-64l.o, and powerpc-altivec64l.o.
4403 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
4404 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
4405 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
4406 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
4407 rs6000/power-linux.xml, and rs6000/power64-linux.xml
4408 to srv_xmlfiles.
4409
4410 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
4411 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
4412 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
4413 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
4414 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
4415 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
4416 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
4417 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
4418 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
4419 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
4420 (clean): Update.
4421
4422 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
4423 (init_registers_powerpc_32l): ... this new prototype.
4424 (init_registers_powerpc_32): Remove, replace by ...
4425 (init_registers_powerpc_altivec32l): ... this new prototype.
4426 (init_registers_powerpc_e500): Remove, replace by ...
4427 (init_registers_powerpc_e500l): ... this new prototype.
4428 (init_registers_ppc64): Remove, replace by ...
4429 (init_registers_powerpc_64l): ... this new prototype.
4430 (init_registers_powerpc_64): Remove, replace by ...
4431 (init_registers_powerpc_altivec64l): ... this new prototype.
4432 (ppc_num_regs): Set to 73.
4433 (PT_ORIG_R3, PT_TRAP): Define if necessary.
4434 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
4435 (ppc_cannot_store_register): Handle orig_r3 and trap.
4436 (ppc_arch_setup): Update init_registers_... calls.
4437 (ppc_fill_gregset): Handle orig_r3 and trap.
4438
4439 * inferiors.c (clear_inferiors): Reset current_inferior.
4440
44412008-04-23 Paolo Bonzini <bonzini@gnu.org>
4442
4443 * acinclude.m4: Add override.m4.
4444 * configure: Regenerate.
4445
44462008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
4447
4448 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
4449 initial call to init_register_ppc64.
4450
44512008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
4452
4453 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
4454 powerpc*-*-linux* case.
4455 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
4456
44572008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
4458
4459 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
4460 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
4461 from reg_xmlfiles.
4462 * linux-ppc-low.c: Include <elf.h>.
4463 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
4464 (ppc_hwcap): New global variable.
4465 (ppc_regmap): Remove __SPE__ #ifdef sections.
4466 (ppc_regmap_e500): New global variable.
4467 (ppc_cannot_store_register): Update __SPE__ special case.
4468 (ppc_get_hwcap): New function.
4469 (ppc_arch_setup): Use it to determine whether inferior supports
4470 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
4471 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
4472 Do not access registers if target does not support AltiVec.
4473 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
4474 Do not access registers if target does not support SPE.
4475 (target_regsets): Unconditionally include AltiVec and SPE regsets.
4476
44772008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4478
4479 * linux-low.c (disabled_regsets, num_regsets): New.
4480 (use_regsets_p): Delete.
4481 (linux_wait_for_process): Clear disabled_regsets.
4482 (regsets_fetch_inferior_registers): Check and set it.
4483 (regsets_store_inferior_registers): Likewise.
4484 (linux_fetch_registers, linux_store_registers): Do not use
4485 use_regsets_p.
4486 (initialize_low): Allocate disabled_regsets.
4487
44882008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4489
4490 * Makefile.in (LIBOBJS): New.
4491 (OBS): Use LIBOBJS.
4492 (memmem.o): New rule.
4493 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
4494 * configure: Regenerated.
4495
44962008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
4497
4498 * server.c (handle_query): Never return "unsupported" for
4499 qXfer:features:read queries.
4500
45012008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4502
4503 * server.c (get_features_xml): Fix inverted condition.
4504 (handle_query): Always support qXfer:feature:read.
4505
45062008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4507
4508 * server.c (wrapper_argv): New.
4509 (start_inferior): Handle wrapper_argv. If set, expect an extra
4510 trap.
4511 (gdbserver_usage): Document --wrapper.
4512 (main): Parse --wrapper.
4513
45142008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4515
4516 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
4517 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
4518 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
4519 (ppc_set_pc): Likewise.
4520 (ppc_arch_setup): New function.
4521 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
4522 of collect_register.
4523 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
4524
45252008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4526
4527 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
4528 instead of linux-ppc64-low.o.
4529 * linux-ppc64-low.c: Remove file.
4530 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
4531 (linux-ppc64-low.o): Remove rule.
4532
4533 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
4534 (init_registers_powerpc_64): Likewise.
4535 (ppc_regmap): Conditionally define depending on __powerpc64__.
4536 (ppc_cannot_store_register): Do not special-case "fpscr" when
4537 compiled on __powerpc64__.
4538 (ppc_collect_ptrace_register): New function.
4539 (ppc_supply_ptrace_register): New function.
4540 (ppc_breakpoint): Change type to "unsigned int".
4541 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
4542 (the_low_target): Conditionally provide initializers for the
4543 arch_setup member depending on __powerpc64__. Install
4544 collect_ptrace_register and supply_ptrace_register members.
4545
45462008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4547
4548 * regcache.h (gdbserver_xmltarget): Add extern declaration.
4549 * server.c (gdbserver_xmltarget): Define.
4550 (get_features_xml): Use it to replace "target.xml" and arch_string.
4551
4552 * configure.srv: Remove srv_xmltarget. Add XML files that were
4553 mentioned there to srv_xmlfiles instead. Remove conditional tests
4554 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
4555 srv_xmlfiles and srv_regobj to include all possible choices.
4556 * configure.ac (srv_xmltarget): Remove.
4557 (srv_xmlfiles): Do not add "target.xml".
4558 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
4559 checks for supplementary target information.
4560 * configure: Regenerate.
4561 * Makefile.in (XML_TARGET): Remove.
4562 (target.xml): Remove rule.
4563 (clean): Do not clean up target.xml.
4564 (.PRECIOUS): Do not mention target.xml.
4565
4566 * target.h (struct target_ops): Remove arch_string member.
4567 * linux-low.c (linux_arch_string): Remove.
4568 (linux_target_ops): Remove arch_string initializer.
4569 * linux-low.h (struct linux_target_ops): Remove arch_string member.
4570 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
4571 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
4572 * spu-low.c (spu_arch_string): Remove.
4573 (spu_target_ops): Remove arch_string initializer.
4574 * win32-low.c (win32_arch_string): Remove.
4575 (win32_target_ops): Remove arch_string initializer.
4576 * win32-low.h (struct win32_target_ops): Remove arch_string member.
4577 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
4578 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
4579
45802008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4581
4582 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
4583 by collect_ptrace_register and supply_ptrace_register hooks.
4584 * linux-low.c (fetch_register): Use supply_ptrace_register callback
4585 instead of checking for the_low_target.left_pad_xfer.
4586 (usr_store_inferior_registers): Use collect_ptrace_register callback
4587 instead of checking for the_low_target.left_pad_xfer.
4588
4589 * linux-s390-low.c (s390_collect_ptrace_register): New function.
4590 (s390_supply_ptrace_register): Likewise.
4591 (s390_fill_gregset): Call s390_collect_ptrace_register.
4592 (the_low_target): Update.
4593
4594 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
4595 (ppc_supply_ptrace_register): Likewise.
4596 (the_low_target): Update.
4597
4598 * linux-i386-low.c (the_low_target): Update.
4599 * linux-x86-64-low.c (the_low_target): Update.
4600
46012008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4602
4603 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
4604 reg-s390.o and reg-s390x.o.
4605
4606 * linux-low.c (new_inferior): New global variable.
4607 (linux_create_inferior, linux_attach): Set it.
4608 (linux_wait_for_process): Call the_low_target.arch_setup after the
4609 target has stopped for the first time.
4610 (initialize_low): Do not call the_low_target.arch_setup.
4611
4612 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
4613 (s390_set_pc): Likewise.
4614 (s390_arch_setup): New function.
4615 (the_low_target): Use s390_arch_setup as arch_setup routine.
4616
4617 * regcache.c (realloc_register_cache): New function.
4618 (set_register_cache): Call it for each existing regcache.
4619
46202008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4621
4622 * server.h (init_registers): Remove prototype.
4623
4624 * linux-low.h (struct linux_target_ops): Add arch_setup field.
4625 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
4626 instead of init_registers ().
4627 * linux-arm-low.c (init_registers_arm): Add prototype.
4628 (init_registers_arm_with_iwmmxt): Likewise.
4629 (the_low_target): Add initializer for arch_setup field.
4630 * linux-cris-low.c (init_registers_cris): Add prototype.
4631 (the_low_target): Add initializer for arch_setup field.
4632 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
4633 (the_low_target): Add initializer for arch_setup field.
4634 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
4635 (the_low_target): Add initializer for arch_setup field.
4636 * linux-ia64-low.c (init_registers_ia64): Add prototype.
4637 (the_low_target): Add initializer for arch_setup field.
4638 * linux-m32r-low.c (init_registers_m32r): Add prototype.
4639 (the_low_target): Add initializer for arch_setup field.
4640 * linux-m68k-low.c (init_registers_m68k): Add prototype.
4641 (the_low_target): Add initializer for arch_setup field.
4642 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
4643 (init_registers_mips64_linux): Likewise.
4644 (the_low_target): Add initializer for arch_setup field.
4645 * linux-ppc-low.c (init_registers_ppc): Add prototype.
4646 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
4647 (the_low_target): Add initializer for arch_setup field.
4648 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
4649 (init_registers_powerpc_64): Likewise.
4650 (the_low_target): Add initializer for arch_setup field.
4651 * linux-s390-low.c (init_registers_s390): Add prototype.
4652 (init_registers_s390x): Likewise.
4653 (the_low_target): Add initializer for arch_setup field.
4654 * linux-sh-low.c (init_registers_sh): Add prototype.
4655 (the_low_target): Add initializer for arch_setup field.
4656 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
4657 (the_low_target): Add initializer for arch_setup field.
4658 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
4659 (the_low_target): Add initializer for arch_setup field.
4660
4661 * win32-low.h (struct win32_target_ops): Add arch_setup field.
4662 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
4663 instead of init_registers ().
4664 * win32-arm-low.c (init_registers_arm): Add prototype.
4665 (the_low_target): Add initializer for arch_setup field.
4666 * win32-i386-low.c (init_registers_i386): Add prototype.
4667 (the_low_target): Add initializer for arch_setup field.
4668
4669 * spu-low.c (init_registers_spu): Add prototype.
4670 (initialize_low): Call initialie_registers_spu () instead of
4671 initialize_registers ().
4672
46732008-02-19 Pedro Alves <pedro@codesourcery.com>
4674
4675 * server.c (handle_v_requests): When handling the vRun and vAttach
4676 packets, if already debugging a process, don't kill it. Return an
4677 error instead.
4678
46792008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
4680
4681 * server.c (handle_query): Correct length check.
4682
46832008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
4684
4685 * win32-low.c (do_initial_child_stuff): Add process handle
4686 parameter. Set current_process_handle and current_process_id from the
4687 parameters. Clear globals.
4688 (win32_create_inferior): Don't set current_process_handle and
4689 current_process_id here. Instead pass them on the call to
4690 do_initial_child_stuff.
4691 (win32_attach): Likewise.
4692 (win32_clear_inferiors): New.
4693 (win32_kill): Don't close the current process handle or the
4694 current thread handle here. Instead call win32_clear_inferiors.
4695 (win32_detach): Don't open a new handle to the process. Call
4696 win32_clear_inferiors.
4697 (win32_join): Don't rely on current_process_handle; open a new
4698 handle using the process id.
4699 (win32_wait): Call win32_clear_inferiors when the inferior process
4700 has exited.
4701
47022008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
4703
4704 * server.c (monitor_show_help): Add "exit".
4705
47062008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
4707
4708 * Makefile.in (SFILES): Add linux-xtensa-low.c.
4709 (clean): Add reg-xtensa.c.
4710 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
4711 * configure.srv (xtensa*-*-linux*) New target.
4712 * linux-xtensa-low.c: New.
4713 * xtensa-xtregs.c: New.
4714
47152008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
4716
4717 * hostio.c: Don't include errno.h.
4718 (errno_to_fileio_errno): Move to hostio-errno.
4719 * hostio.c: (hostio_error): Remove the error parameter. Defer the
4720 error number outputting to the target->hostio_last_error callback.
4721 (hostio_packet_error): Use FILEIO_EINVAL directly.
4722 (handle_open, handle_pread, hostio_error, handle_unlink): Update
4723 calls to hostio_error.
4724 * hostio-errno.c: New.
4725 * server.h (hostio_last_error_from_errno): Declare.
4726 * target.h (target_ops): Add hostio_last_error member.
4727 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
4728 as hostio_last_error handler.
4729 * spu-low.c (spu_target_ops): Likewise.
4730 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
4731 (wince_hostio_last_error): New functions.
4732 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
4733 as hostio_last_error handler.
4734 (win32_target_ops) [!_WIN32_WCE]: Register
4735 hostio_last_error_from_errno as hostio_last_error handler.
4736 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
4737 (hostio-errno.o): New rule.
4738 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
4739 * configure.srv (srv_hostio_err_objs): New variable. Default to
4740 hostio-errno.o.
4741 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
4742 * configure: Regenerate.
4743
47442008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4745
4746 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
4747 (linux_kill, linux_detach): Clean up the process list.
4748 * remote-utils.c (remote_open): Improve port number parsing.
4749 (putpkt_binary, input_interrupt): Only send interrupts if the target
4750 is running.
4751 * server.c (extended_protocol): Make static.
4752 (attached): Define earlier.
4753 (exit_requested, response_needed, program_argv): New variables.
4754 (target_running): New.
4755 (start_inferior): Clear attached here.
4756 (attach_inferior): Set attached here.
4757 (require_running): Define.
4758 (handle_query): Use require_running and target_running. Implement
4759 "monitor exit".
4760 (handle_v_attach, handle_v_run): New.
4761 (handle_v_requests): Use require_running. Handle vAttach and vRun.
4762 (gdbserver_usage): Update.
4763 (main): Redo argument parsing. Handle --debug and --multi. Handle
4764 --attach along with other options or after the port. Save
4765 program_argv. Support no initial program. Resynchronize
4766 communication with GDB after an error. Handle "monitor exit".
4767 Use require_running and target_running. Always allow the extended
4768 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
4769 restart in extended mode.
4770 * README: Refer to the GDB manual. Update --attach usage.
4771
47722007-12-20 Andreas Schwab <schwab@suse.de>
4773
4774 * linux-low.c (STACK_SIZE): Define.
4775 (linux_tracefork_child): Use it. Use __clone2 on ia64.
4776 (linux_test_for_tracefork): Likewise.
4777
47782007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
4779
4780 * linux-low.c (linux_wait_for_event): Update messages. Do not
4781 reinsert auto-delete breakpoints.
4782 * mem-break.c (struct breakpoint): Change return type of handler to
4783 int.
4784 (set_breakpoint_at): Update handler type.
4785 (reinsert_breakpoint_handler): Return 1 instead of calling
4786 delete_breakpoint.
4787 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
4788 setting a new one.
4789 (check_breakpoints): Delete auto-delete breakpoints and return 2.
4790 * mem-break.h (set_breakpoint_at): Update handler type.
4791 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
4792 * win32-low.c (auto_delete_breakpoint): New.
4793 (get_child_debug_event): Use it.
4794
47952007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4796
4797 * configure.ac: Check for pread and pwrite.
4798 * hostio.c (handle_pread): Fall back to lseek and read.
4799 (handle_pwrite): Fall back to lseek and write.
4800 * config.in, configure: Regenerated.
4801
48022007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
4803
4804 * server.c (myresume): Add own_buf argument.
4805 (main): Update calls.
4806
48072007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
4808
4809 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
4810 * remote-utils.c (remote_open): Do not call disable_async_io.
4811 (block_async_io): Delete.
4812 (unblock_async_io): Make static.
4813 (initialize_async_io): New.
4814 * server.c (handle_v_cont): Handle async I/O here.
4815 (myresume): Likewise. Move other common resume tasks here...
4816 (main): ... from here. Call initialize_async_io. Disable async
4817 I/O before the main loop.
4818 * server.h (initialize_async_io): Declare.
4819 (block_async_io, unblock_async_io): Delete prototypes.
4820 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
4821
48222007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
4823
4824 * remote-utils.c (readchar): Allow binary data in received messages.
4825
48262007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4827
4828 * win32-low.c (attaching): New global.
4829 (win32_create_inferior): Clear the `attaching' global.
4830 (win32_attach): Set the `attaching' global.
4831 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
4832 attaching. Only set a breakpoint at the entry point if not
4833 attaching.
4834
48352007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4836
4837 * server.c (main): Don't report dll events on the initial
4838 connection on attaches.
4839
48402007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4841
4842 * server.c (main): Relax numerical bases supported for the pid of
4843 the --attach command line argument.
4844
48452007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4846
4847 * win32-low.c (win32_attach): Call OpenProcess before
4848 DebugActiveProcess, not after. Add last error output to error
4849 call.
4850
48512007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4852
4853 * win32-low.c (win32_get_thread_context)
4854 (win32_set_thread_context): New functions.
4855 (thread_rec): Use win32_get_thread_context.
4856 (continue_one_thread, win32_resume): Use win32_set_thread_context.
4857 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
4858 field.
4859
48602007-12-03 Leo Zayas
4861 Pedro Alves <pedro_alves@portugalmail.pt>
4862
4863 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
4864 global variables.
4865 (child_add_thread): Minor cleanup.
4866 (child_continue): Resume artificially suspended threads before
4867 calling ContinueDebugEvent.
4868 (suspend_one_thread): New.
4869 (fake_breakpoint_event): New.
4870 (get_child_debug_event): Change return type to int. Check here if
4871 gdb sent an interrupt request. If a soft interrupt was requested,
4872 fake a breakpoint event. Return 0 if there is no event to handle,
4873 and 1 otherwise.
4874 (win32_wait): Don't check here if gdb sent an interrupt request.
4875 Ensure there is a valid event to handle.
4876 (win32_request_interrupt): Add soft interruption method as last
4877 resort.
4878
48792007-12-03 Leo Zayas
4880 Pedro Alves <pedro_alves@portugalmail.pt>
4881
4882 * win32-low.h (win32_thread_info): Add descriptions to the
4883 structure members. Replace `suspend_count' counter by a
4884 `suspended' flag.
4885 * win32-low.c (thread_rec): Update condition of when to get the
4886 context from the inferior. Rely on ContextFlags being set if it
4887 has already been retrieved. Only suspend the inferior thread if
4888 we haven't already. Warn if that fails.
4889 (continue_one_thread): s/suspend_count/suspended/. Only call
4890 ResumeThread once. Warn if that fails.
4891
48922007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
4893
4894 * win32-low.c (win32_wait): Don't read from the inferior when it
4895 has already exited.
4896
48972007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
4898
4899 * Makefile.in (win32_low_h): New variable.
4900 (win32-low.o): Add dependency on $(win32_low_h).
4901 (win32-arm-low.o, win32-i386-low.o): New rules.
4902
49032007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4904
4905 * hostio.c: Correct copyright year.
4906
49072007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4908
4909 * Makefile.in (OBS): Add hostio.o.
4910 (hostio.o): New rule.
4911 * server.h (handle_vFile): Declare.
4912 * hostio.c: New file.
4913 * server.c (handle_v_requests): Take packet_len and new_packet_len
4914 for binary packets. Call handle_vFile.
4915 (main): Update call to handle_v_requests.
4916
49172007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4918
4919 * linux-low.c: Include <sched.h>.
4920
49212007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
4922
4923 * linux-low.c (linux_tracefork_grandchild): New.
4924 (linux_tracefork_child): Use clone.
4925 (linux_test_for_tracefork): Use clone; allocate and free a stack.
4926
49272007-10-31 Joel Brobecker <brobecker@adacore.com>
4928
4929 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
4930
49312007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4932
4933 * linux-low.c (handle_extended_wait): Handle unexpected signals.
4934
49352007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4936
4937 * inferiors.c (change_inferior_id): Delete.
4938 (add_pid_to_list, pull_pid_from_list): New.
4939 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
4940 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
4941 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
4942 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
4943 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
4944 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
4945 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
4946 (using_threads): Always set to 1.
4947 (handle_extended_wait): New.
4948 (add_process): Do not set TID.
4949 (linux_create_inferior): Set must_set_ptrace_flags.
4950 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
4951 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
4952 (linux_thread_alive): Rename TID argument to LWPID.
4953 (linux_wait_for_process): Handle unknown processes. Do not use TID.
4954 (linux_wait_for_event): Do not use TID or check using_threads. Update
4955 call to dead_thread_notify. Call handle_extended_wait.
4956 (linux_create_inferior): Use PTRACE_SETOPTIONS.
4957 (send_sigstop): Delete sigstop_sent.
4958 (wait_for_sigstop): Avoid TID.
4959 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
4960 (linux_test_for_tracefork): New.
4961 (linux_lookup_signals): Use thread_db_active and
4962 linux_supports_tracefork_flag.
4963 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
4964 * linux-low.h (get_process_thread): Avoid TID.
4965 (struct process_ifo): Move thread_known and tid to the end. Remove
4966 sigstop_sent.
4967 (linux_attach_lwp, thread_db_init): Update prototypes.
4968 * server.h (change_inferior_id): Delete prototype.
4969 (add_pid_to_list, pull_pid_from_list): New prototypes.
4970 * thread-db.c (thread_db_use_events): New.
4971 (find_first_thread): Rename to...
4972 (find_one_thread): ...this. Update callers and messages. Do not
4973 call fatal. Check thread_db_use_events. Do not call
4974 change_inferior_id or new_thread_notify.
4975 (maybe_attach_thread): Update. Do not call new_thread_notify.
4976 (thread_db_init): Set thread_db_use_events. Check use_events.
4977 * utils.c (fatal, warning): Correct message prefix.
4978
49792007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4980
4981 * Makefile.in (clean): Remove new files.
4982 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
4983 (powerpc-64.o, powerpc-64.c): New rules.
4984 * configure.srv: Use alternate register sets for powerpc64-*-linux*
4985 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
4986 with SPE.
4987 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
4988 SPE targets.
4989 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
4990 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
4991 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
4992 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
4993 (target_regsets): Add AltiVec and SPE register sets.
4994 * configure.ac: Check for AltiVec and SPE.
4995 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
4996 (ppc_fill_vrregset, ppc_store_vrregset): New.
4997 (target_regsets): Add AltiVec register set.
4998 * configure: Regenerated.
4999
50002007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
5001
5002 * linux-low.c (O_LARGEFILE): Define.
5003 (linux_read_memory): Use /proc/PID/mem.
5004 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
5005 * configure, config.in: Regenerated.
5006
50072007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
5008
5009 * linux-low.c (linux_wait_for_event): Do not pass signals while
5010 single-stepping.
5011
50122007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
5013
5014 * win32-low.c (create_process): New.
5015 (win32_create_inferior): Use create_process instead of
5016 CreateProcess. If create_process failed retry appending an ".exe"
5017 suffix. Store the GetLastError result immediatelly after
5018 create_process calls and use it on the call to error.
5019
50202007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
5021
5022 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
5023
50242007-08-23 Joel Brobecker <brobecker@adacore.com>
5025
5026 * configure.ac: Switch license to GPLv3.
5027
50282007-08-01 Michael Snyder <msnyder@access-company.com>
5029
5030 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
5031
50322007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
5033
5034 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
5035 typedef.
5036 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
5037 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
5038 CloseToolhelp32Snapshot.
5039 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
5040 CloseToolhelp32Snapshot.
5041
50422007-07-27 Michael Snyder <michael.snyder@access-company.com>
5043
5044 * server.c (main): Check for inferior exit before main loop.
5045
50462007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
5047
5048 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
5049 instead of on tmp_desc.
5050
50512007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
5052 Daniel Jacobowitz <dan@codesourcery.com>
5053
5054 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
5055 (add_thread): Minor cleanups.
5056 (clear_inferiors): Move lower in the file. Clear the DLL
5057 list.
5058 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
5059 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
5060 (xml_escape_text): New.
5061 * server.c (handle_query): Handle qXfer:libraries:read. Report it
5062 for qSupported.
5063 (handle_v_cont): Report errors.
5064 (gdbserver_version): Update.
5065 (main): Correct size of own_buf. Do not report initial DLL events.
5066 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
5067 (unloaded_dll, xml_escape_text): New.
5068 * win32-low.c (enum target_waitkind): Update comments.
5069 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
5070 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
5071 (win32_EnumProcessModules, win32_GetModuleInformation)
5072 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
5073 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
5074 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
5075 (win32_Module32First, win32_Module32Next, load_toolhelp)
5076 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
5077 (get_child_debug_event): Handle DLL events.
5078 (win32_wait): Likewise.
5079
50802007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5081
5082 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
5083 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
5084
50852007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
5086
5087 * win32-low.c (handle_output_debug_string): Ignore event if not
5088 waiting.
5089
50902007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
5091
5092 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
5093
50942007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
5095
5096 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
5097
50982007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
5099
5100 * inferiors.c (change_inferior_id): Add comment.
5101 * linux-low.c (check_removed_breakpoint): Add an early
5102 prototype. Improve debug output.
5103 (linux_attach): Doc update.
5104 (linux_detach_one_process, linux_detach): Clean up before releasing
5105 each process.
5106 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
5107 * linux-low.h (struct process_info): Doc improvement.
5108 * mem-break.c (delete_all_breakpoints): New.
5109 * mem-break.h (delete_all_breakpoints): New prototype.
5110 * thread-db.c (find_first_thread): New.
5111 (thread_db_create_event): Call it instead of
5112 thread_db_find_new_threads. Clean up unused variables.
5113 (maybe_attach_thread): Remove first thread handling.
5114 (thread_db_find_new_threads): Use find_first_thread.
5115 (thread_db_get_tls_address): Likewise.
5116
51172007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 * thread-db.c (thread_db_find_new_threads): Add prototype.
5120 (thread_db_create_event): Check for the main thread before adding
5121 a new thread.
5122 (maybe_attach_thread): Only enable event reporting if TID == 0.
5123 (thread_db_get_tls_address): Check for new threads.
5124
51252007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * linux-low.c (linux_create_inferior): Try execv before execvp.
5128 * spu-low.c (spu_create_inferior): Likewise.
5129
51302007-06-13 Mike Frysinger <vapier@gentoo.org>
5131
5132 * linux-low.c (linux_create_inferior): Change execv to execvp.
5133 * spu-low.c (spu_create_inferior): Likewies.
5134
51352007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
5136
5137 * Makefile.in (clean): Clean new files instead of deleted ones.
5138 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
5139 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
5140 rules.
5141 * configure.srv: Specify XML files and new regformats for MIPS and
5142 MIPS64 GNU/Linux.
5143 * linux-mips-low.c (mips_num_regs): Set to only used registers.
5144 (mips_regmap): Do not fetch $0. Remove unused registers. Add
5145 an entry for the restart register.
5146 (mips_cannot_fetch_register, mips_cannot_store_register)
5147 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
5148 register names to match the XML descriptions.
5149 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
5150 restart register instead of $0.
5151
51522007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5153 Markus Deuling <deuling@de.ibm.com>
5154
5155 * remote-utils.c (decode_xfer_write): New function.
5156 * server.h (decode_xfer_write): Add prototype.
5157 * server.c (handle_query): Add PACKET_LEN argument. Support
5158 qXfer:spu:read and qXfer:spu:write packets.
5159 (main): Pass packet_len to handle_query.
5160 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
5161 * target.h (target_ops): Add qxfer_spu.
5162
51632007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5164
5165 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
5166 accessing non-seekable spufs files.
5167
51682007-05-16 Markus Deuling <deuling@de.ibm.com>
5169
5170 * server.c (handle_query): Add reply for qC packet.
5171
51722007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5173 Leo Zayas <lerele@champenstudios@com>
5174
5175 * server.h (check_remote_input_interrupt_request): New function.
5176 * remote_utils.c (INVALID_DESCRIPTOR): New define.
5177 (remote_desc): Initialize with INVALID_DESCRIPTOR.
5178 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
5179 (check_remote_input_interrupt_request): New function.
5180 * server.h (check_remote_input_interrupt_request): Declare.
5181 * win32-low.c (winapi_DebugBreakProcess,
5182 winapi_GenerateConsoleCtrlEvent): New typedefs.
5183 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
5184 to 250 ms.
5185 (win32_wait): Check for remote interrupt request
5186 with check_remote_input_interrupt_request.
5187 (win32_request_interrupt): New function.
5188 (win32_target_op): Set request_interrupt to win32_request_interrupt.
5189
51902007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5191
5192 * win32-low.c (debug_registers_changed,
5193 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
5194 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
5195 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
5196 (thread_rec): Get context using the low target.
5197 (child_add_thread): Call thread_added on the low target,
5198 which does the same thing.
5199 (regptr): Delete.
5200 (do_initial_child_stuff): Remove debug registers references.
5201 Set context using the low target. Resume threads after
5202 setting the contexts.
5203 (child_continue): Remove dead variable. Remove debug
5204 registers references.
5205 (child_fetch_inferior_registers): Go through the low target.
5206 (do_child_store_inferior_registers): Remove.
5207 (child_store_inferior_registers): Go through the low target.
5208 (win32_resume): Remove debug registers references.
5209 Set context using the low target.
5210 (handle_exception): Change return type to void. Don't record
5211 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
5212 first chance exception.
5213 (get_child_debug_event): Change return type to void. Remove
5214 goto loop. Always return after waiting for debug event.
5215 (win32_wait): Convert to switch statement. Handle spurious
5216 events.
5217
5218 * win32-i386-low.c (debug_registers_changed,
5219 debug_registers_used): New.
5220 (initial_stuff): Rename to ...
5221 (i386_initial_stuff): ... this. Clear debug registers
5222 state variables.
5223 (store_debug_registers): Delete.
5224 (i386_get_thread_context): New.
5225 (load_debug_registers): Delete.
5226 (i386_set_thread_context): New.
5227 (i386_thread_added): New.
5228 (single_step): Rename to ...
5229 (i386_single_step): ... this.
5230 (do_fetch_inferior_registers): Rename to ...
5231 (i386_fetch_inferior_register): ... this.
5232 (i386_store_inferior_register): New.
5233 (the_low_target): Adapt to new interface.
5234
5235 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
5236 (arm_get_thread_context): New.
5237 (arm_set_thread_context): New.
5238 (regptr): New.
5239 (do_fetch_inferior_registers): Rename to ...
5240 (arm_fetch_inferior_register): ... this.
5241 (arm_store_inferior_register): New.
5242 (arm_wince_breakpoint): Reimplement as unsigned long.
5243 (arm_wince_breakpoint_len): Define.
5244 (the_low_target): Adapt to new interface.
5245
5246 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
5247 load_debug_registers. Add get_thread_context, set_thread_context,
5248 thread_added and store_inferior_register. Rename
5249 fetch_inferior_registers to fetch_inferior_register.
5250 (regptr): Remove declaration.
5251
52522007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5253
5254 * linux-low.c (linux_detach): Change return type to int. Return 0.
5255 * spu-low.c (spu_detach): Likewise.
5256
52572007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5258
5259 * target.h (target_ops): Change return type of detach to int.
5260 Add join.
5261 (join_inferior): New.
5262 * server.c (main): Don't skip detach support on mingw32.
5263 If the inferior doesn't support detaching return error.
5264 Call join_inferior instead of using waitpid.
5265 * linux-low.c (linux_join): New.
5266 (linux_target_op): Add linux_join.
5267 * spu-low.c (spu_join): New.
5268 (spu_target_ops): Add spu_join.
5269 * win32-low.c (win32_detach): Adapt to new interface.
5270 Reopen current_process_handle before detaching. Issue a child
5271 resume before detaching.
5272 (win32_join): New.
5273 (win32_target_op): Add win32_join.
5274
52752007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5276
5277 * win32-low.c (win32-attach): Fix return value.
5278 * target.h (target_ops): Describe ATTACH return values.
5279
52802007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5281
5282 * win32-low.c (GETPROCADDRESS): Define.
5283 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
5284 (winapi_DebugSetProcessKillOnExit): Likewise.
5285 (win32_create_inferior): Force usage of ansi CreateProcessA.
5286 (win32_attach): Use GETPROCADDRESS.
5287 (win32_detach): Likewise.
5288
52892007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5290
5291 * win32-low.c (win32_wait): Don't use WSTOPSIG.
5292
52932007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5294
5295 * win32-low.c: Commit leftover changes from 2007-03-29.
5296
52972007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5298
5299 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
5300 fields short instead of int. Add explicit padding.
5301 (i387_cache_to_fsave): Remove unnecessary casts.
5302 (i387_fsave_to_cache): Doc fix.
5303 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
5304
53052007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5306
5307 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
5308 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
5309
53102007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5311
5312 * configure.srv (arm*-*-mingw32ce*): Move near the other
5313 arm targets.
5314
53152007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5316
5317 * configure.ac: Add errno checking.
5318 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
5319 sys/file.h and malloc.h.
5320 (AC_CHECK_DECLS): Add perror.
5321 (srv_mingwce): Handle.
5322 * configure.srv (i[34567]86-*-cygwin*): Add
5323 win32-i386-low.o to srv_tgtobj.
5324 (i[34567]86-*-mingw*): Likewise.
5325 (arm*-*-mingw32ce*): Add case.
5326 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
5327 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
5328 [__MINGW32CE__] (strerror): New function.
5329 [__MINGW32CE__] (errno): Define to GetLastError.
5330 [__MINGW32CE__] (COUNTOF): New macro.
5331 (remote_open): Remove extra close call.
5332 * mem-break.c (delete_breakpoint_at): New function.
5333 * mem-break.h (delete_breakpoint_at): Declare.
5334 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
5335 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
5336 [USE_WIN32API] (read, write): Add char* casts.
5337 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
5338 * server.h: Include wincecompat.h on Windows CE.
5339 [HAVE_ERRNO_H]: Check.
5340 (perror): Declare if not declared.
5341 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
5342 (perror_with_name): Remove errno declaration.
5343 * wincecompat.h: New.
5344 * wincecompat.c: New.
5345 * win32-low.h: New.
5346 * win32-arm-low.c: New.
5347 * win32-i386-low.c: New.
5348 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
5349 (OUTMSG2): Make it safe.
5350 (_T): New macro.
5351 (COUNTOF): New macro.
5352 (NUM_REGS): Get it from the low target.
5353 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
5354 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
5355 (thread_rec): Let low target handle debug registers.
5356 (child_add_thread): Likewise.
5357 (child_init_thread_list): Likewise.
5358 (continue_one_thread): Likewise.
5359 (regptr): New.
5360 (do_child_fetch_inferior_registers): Move to ...
5361 * win32-i386-low.c: ... here, and rename to ...
5362 (do_fetch_inferior_registers): ... this.
5363 * win32-low.c (child_fetch_inferior_registers):
5364 Go through the low target.
5365 (do_child_store_inferior_registers): Use regptr.
5366 (strwinerror): New function.
5367 (win32_create_inferior): Handle Windows CE.
5368 Use strwinerror instead of strerror on Windows error
5369 codes. Add program to the error output.
5370 Don't close the main thread handle on Windows CE.
5371 (win32_attach): Use coredll.dll on Windows CE.
5372 (win32_kill): Close current process and current
5373 thread handles.
5374 (win32_detach): Use coredll.dll on Windows CE.
5375 (win32_resume): Let low target handle debug registers, and
5376 step request.
5377 (handle_exception): Add/Remove initial breakpoint. Avoid
5378 non-existant WSTOPSIG on Windows CE.
5379 (win32_read_inferior_memory): Cast to remove warning.
5380 (win32_arch_string): Go through the low target.
5381 (initialize_low): Call set_breakpoint_data with the low
5382 target's breakpoint.
5383 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
5384 FOP_REGNUM, mappings): Move to ...
5385 * win32-i386-low.c: ... here.
5386 * win32-low.c (win32_thread_info): Move to ...
5387 * win32-low.h: ... here.
5388 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
5389 win32-arm-low.c and wincecompat.c.
5390 (all:): Add $EXEEXT.
5391 (install-only:): Likewise.
5392 (gdbserver:): Likewise.
5393 (gdbreplay:): Likewise.
5394 * config.in: Regenerate.
5395 * configure: Regenerate.
5396
53972007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
5398
5399 * win32-low.c: Rename typedef thread_info to
5400 win32_thread_info throughout.
5401
54022007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
5403
5404 * win32-i386-low.c: Rename to ...
5405 * win32-low.c: ... this.
5406 * configure.srv: Replace win32-i386-low.o with win32-low.o.
5407 * Makefile.in: Likewise.
5408
54092007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
5410
5411 * remote-utils.c (monitor_output): Constify msg parameter.
5412 * server.h (monitor_output): Likewise.
5413 * win32-i386-low.c (handle_output_debug_string): New.
5414 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
5415 handle_output_debug_string.
5416 (get_child_debug_event): Likewise.
5417
54182007-03-27 Mat Hostetter <mat@lcs.mit.edu>
5419
5420 * server.c (main): Correct strtoul check.
5421
54222007-03-27 Jon Ringle <jon@ringle.org>
5423
5424 * linux-low.c: Check __ARCH_HAS_MMU__ also.
5425
54262007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5427
5428 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
5429
54302007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5431
5432 * terminal.h: Check HAVE_SGTTY_H.
5433
54342007-02-27 Mat Hostetter <mat@lcs.mit.edu>
5435
5436 * remote-utils.c (remote_open): Print out the assigned port number.
5437
54382007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5439
5440 * remote-utils.c (monitor_output): New function.
5441 * server.c (debug_threads): Define here.
5442 (monitor_show_help): New function.
5443 (handle_query): Handle qRcmd.
5444 (main): Do not handle 'd' packet.
5445 * server.h (debug_threads, remote_debug, monitor_output): Declare.
5446 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
5447 of debug_threads.
5448
54492007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5450
5451 * Makefile.in (EXEEXT): New.
5452 (clean): Use $(EXEEXT).
5453
54542007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5455
5456 * target.h (target_ops): Rename send_signal to request_interrupt,
5457 and remove enum target_signal parameter.
5458 * linux-low.c (linux_request_interrupt): Rename from
5459 linux_send_signal, and always send SIGINT.
5460 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
5461 and always send SIGINT.
5462 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
5463 of send_signal.
5464 (input_interrupt): Likewise.
5465
54662007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5467
5468 * server.c (get_features_xml): Check if target implemented
5469 arch_string.
5470 * win32-i386-low.c (win32_arch_string): New.
5471 (win32_target_ops): Add win32_arch_string as arch_string member.
5472
54732007-02-22 Markus Deuling <deuling@de.ibm.com>
5474
5475 * spu-low.c (spu_arch_string): New.
5476 (spu_target_ops): Add spu_arch_string.
5477
54782007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5479
5480 * remote-utils.c: Remove HAVE_TERMINAL_H check.
5481 * configure.ac: Do not check for terminal.h.
5482 * configure, config.in: Regenerated.
5483
54842007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5485
5486 * Makefile.in (OBS): Add $(XML_BUILTIN).
5487 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
5488 (clean): Update.
5489 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
5490 (arm-with-iwmmxt.c): New.
5491 * config.in, configure: Regenerate.
5492 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
5493 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
5494 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
5495 (arm*-*-linux*): Add iWMMXt and regset support.
5496 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
5497 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
5498 (arm_store_wmmxregset, target_regsets): New.
5499 * server.c (get_features_xml): Take annex argument. Check builtin
5500 XML documents.
5501 (handle_query): Handle multiple annexes.
5502
55032007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5504
5505 * remote-utils.c [USE_WIN32API] (read, write): Define.
5506 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
5507 write.
5508
55092007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5510
5511 * linux-i386-low.c (the_low_target): Set arch_string.
5512 * linux-x86-64-low.c (the_low_target): Likewise.
5513 * linux-low.c (linux_arch_string): New.
5514 (linux_target_ops): Add it.
5515 * linux-low.h (struct linux_target_ops): Add arch_string.
5516 * server.c (write_qxfer_response): Use const void * for DATA.
5517 (get_features_xml): New.
5518 (handle_query): Handle qXfer:features:read. Report it for qSupported.
5519 * target.h (struct target_ops): Add arch_string method.
5520
55212007-01-03 Denis Pilat <denis.pilat@st.com>
5522 Daniel Jacobowitz <dan@codesourcery.com>
5523
5524 * linux-low.c (linux_kill): Handle being called with no threads.
5525 * win32-i386-low.c (win32_kill): Likewise.
5526 (get_child_debug_event): Clear current_process_handle.
5527
55282006-12-30 Denis PILAT <denis.pilat@st.com>
5529 Daniel Jacobowitz <dan@codesourcery.com>
5530
5531 * remote-utils.c (remote_open): Check the type of specified
5532 serial port devices before opening them.
5533 * server.c (main): Kill the inferior if an error occurs during
5534 the first remote_open.
5535
55362006-12-05 Markus Deuling <deuling@de.ibm.com>
5537
5538 * README: Update supported targets.
5539
55402006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
5541
5542 * Makefile.in (clean): Remove reg-mips64.c.
5543 (reg-mips64.c, reg-mips64.o): New rules.
5544 * configure.srv: Handle mips64. Include regset support for mips.
5545 * linux-mips-low.c (union mips_register): New.
5546 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
5547 (mips_breakpoint, mips_breakpoint_at): Use int.
5548 (mips_collect_register, mips_supply_register)
5549 (mips_collect_register_32bit, mips_supply_register_32bit)
5550 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
5551 (mips_store_fpregset, target_regsets): New.
5552 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
5553
55542006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5555
5556 * configure.srv: Add target "spu*-*-*".
5557 * Makefile.in (clean): Remove reg-spu.c.
5558 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
5559 * spu-low.c: New file.
5560
55612006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5562
5563 * configure.ac: Correct td_thr_tls_get_addr test.
5564 * configure: Regenerated.
5565
55662006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5567
5568 * linux-low.c (linux_wait_for_event): Reformat. Use the
5569 pass_signals array.
5570 * remote-utils.c (decode_address_to_semicolon): New.
5571 * server.c (pass_signals, handle_general_set): New.
5572 (handle_query): Mention QPassSignals for qSupported.
5573 (main): Call handle_general_set.
5574 * server.h (pass_signals, decode_address_to_semicolon): New.
5575
55762006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
5577
5578 * server.c (handle_query): Correct error handling for read_auxv.
5579
55802005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5581
5582 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
5583 and srv_linux_thread_db to yes.
5584 * linux-s390-low.c (s390_fill_gregset): New function.
5585 (target_regsets): Define data structure.
5586
55872006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5588
5589 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
5590 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
5591 * config.in, configure: Regenerated.
5592 * inferiors.c (gdb_id_to_thread): New function.
5593 (gdb_id_to_thread_id): Use it.
5594 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
5595 * linux-low.h (struct process_info): Add th member.
5596 (thread_db_get_tls_address): New prototype.
5597 * remote-utils.c (decode_address): Make non-static.
5598 * server.c (handle_query): Handle qGetTLSAddr.
5599 * server.h (gdb_id_to_thread, decode_address): New prototypes.
5600 * target.h (struct target_ops): Add get_tls_address.
5601 * thread-db.c (maybe_attach_thread): Save the thread handle.
5602 (thread_db_get_tls_address): New.
5603
56042006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
5605
5606 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
5607 (linux_resume_one_process): Take a siginfo_t *. Update all
5608 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
5609 (struct pending_signals): Add a siginfo_t.
5610 (linux_wait_for_process): Always set last_status.
5611 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
5612 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
5613 * linux-low.h (struct process_info): Add last_status.
5614
56152006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
5616
5617 * remote-utils.c (try_rle): New function.
5618 (putpkt_binary): Use it.
5619
56202006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
5621
5622 * Makefile.in (clean): Clean reg-x86-64-linux.c.
5623 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
5624 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
5625 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
5626 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
5627 point registers.
5628
56292006-08-08 Richard Sandiford <richard@codesourcery.com>
5630
5631 * server.c (terminal_fd): New variable.
5632 (old_foreground_pgrp): Likewise.
5633 (restore_old_foreground_pgrp): New function.
5634 (start_inferior): Record the terminal file descriptor in terminal_fd
5635 and its original foreground group in old_foreground_pgrp. Register
5636 restore_old_foreground_pgrp with atexit().
5637
56382006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
5639
5640 * server.c (handle_query): Correct qPart to qXfer.
5641
56422006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5643
5644 * configure.ac: Check for more headers which are missing on
5645 Windows. Automatically supply -lwsock32 and USE_WIN32API.
5646 * configure.srv: Add Cygwin and mingw32.
5647 * remote-utils.c: Don't include headers unconditionally which
5648 are missing on mingw32. Include <winsock.h> for mingw32.
5649 (remote_open): Adjust for mingw32 support. Flush
5650 standard error after writing to it.
5651 (remote_close, putpkt_binary, input_interrupt, block_async_io)
5652 (unblock_async_io, enable_async_io, disable_async_io)
5653 (readchar, getpkt): Update for Winsock support.
5654 (prepare_resume_reply): Expect a protocol signal number.
5655 * server.c: Disable <sys/wait.h> on mingw32.
5656 (start_inferior): Adjust for mingw32 support. Flush
5657 standard error after writing to it.
5658 (attach_inferior): Likewise. Use protocol signal
5659 numbers.
5660 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
5661 and names.
5662 * win32-i386-low.c: New file.
5663 * Makefile.in (XM_CLIBS): Set.
5664 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
5665 (win32-i386-low.o): New dependency rule.
5666 * linux-low.c (linux_wait): Use target signal numbers.
5667 * target.h (struct target_ops): Doc fix.
5668 * server.h (target_signal_to_name): New prototype.
5669 * gdbreplay.c: Don't include headers unconditionally which
5670 are missing on mingw32. Include <winsock.h> for mingw32.
5671 (remote_close, remote_open): Adjust for Winsock support.
5672 * configure, config.in: Regenerated.
5673
56742006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5675
5676 * server.c (decode_xfer_read, write_qxfer_response): New.
5677 (handle_query): Take a packet length argument. Handle
5678 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
5679 the qSupported response.
5680 (main): Update call to handle_query.
5681
56822006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5683
5684 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
5685 (putpkt_binary): Renamed from putpkt and adjusted for binary
5686 data.
5687 (putpkt): New wrapper for putpkt_binary.
5688 (readchar): Don't mask off the high bit.
5689 (decode_X_packet): New function.
5690 * server.c (main): Call putpkt_binary if a handler sets the packet
5691 length. Save the length of the incoming packet. Handle 'X'.
5692 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
5693
56942006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5695
5696 * server.c (handle_query): Handle qSupported.
5697
56982006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
5699
5700 * remote-utils.c (all_symbols_looked_up): New variable.
5701 (look_up_one_symbol): Check it.
5702 * server.h (look_up_one_symbol): New declaration.
5703 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
5704
57052006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
5706
5707 * Makefile.in (linux-arm-low.o): Update dependencies.
5708 * linux-arm-low.c: Include "gdb_proc_service.h".
5709 (PTRACE_GET_THREAD_AREA): Define.
5710 (ps_get_thread_area): New function.
5711
57122006-05-09 Nathan Sidwell <nathan@codesourcery.com>
5713
5714 * configure.srv (m68k*-*-uclinux*): New target.
5715 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
5716 (linux_resume_one_process): Remove extraneous cast.
5717 (linux_read_offsets): New.
5718 (linux_target_op): Add linux_read_offsets on mmuless systems.
5719 * server.c (handle_query): Add qOffsets logic.
5720 * target.h (struct target_ops): Add read_offsets.
5721
57222006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
5723
5724 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
5725 (PTRACE_GET_THREAD_AREA): Define.
5726 (ps_get_thread_area): New function.
5727 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
5728 (linux-x86-64-low.o): Update.
5729
57302006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
5731
5732 * configure.ac: Remove checks for prfpregset_t.
5733 * gdb_proc_service.h: New file.
5734 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
5735 new "gdb_proc_service.h".
5736 * proc-service.c: Likewise.
5737 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
5738 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
5739 * Makefile.in (gdb_proc_service_h): Updated.
5740 * configure, config.in: Regenerated.
5741
57422006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5743
5744 * remote-utils.c (prepare_resume_reply): Move declaration
5745 of gdb_id_from_wait to the top of the block.
5746
57472006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
5748
5749 * linux-low.c (regsets_store_inferior_registers): Read the regset
5750 from the target before filling it.
5751
57522006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5753
5754 * server.c (attach_inferior): Return SIGTRAP for a successful
5755 attach.
5756
57572006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5758
5759 * Makefile.in (OBS): Add version.o.
5760 (STAGESTUFF): Delete.
5761 (version.o): Add dependencies.
5762 (version.c): Replace rule.
5763 (clean): Remove version.c.
5764 * server.c (gdbserver_version): New.
5765 (gdbserver_usage): Use printf.
5766 (main): Handle --version and --help.
5767 * server.h (version, host_name): Add declarations.
5768
57692005-12-23 Eli Zaretskii <eliz@gnu.org>
5770
5771 * linux-arm-low.c:
5772 * linux-arm-low.c:
5773 * inferiors.c:
5774 * i387-fp.h:
5775 * i387-fp.c:
5776 * gdbreplay.c:
5777 * regcache.c:
5778 * proc-service.c:
5779 * mem-break.h:
5780 * mem-break.c:
5781 * linux-x86-64-low.c:
5782 * linux-sh-low.c:
5783 * linux-s390-low.c:
5784 * linux-ppc64-low.c:
5785 * linux-ppc-low.c:
5786 * linux-mips-low.c:
5787 * linux-m68k-low.c:
5788 * linux-m32r-low.c:
5789 * linux-low.h:
5790 * linux-low.c:
5791 * linux-ia64-low.c:
5792 * linux-i386-low.c:
5793 * linux-crisv32-low.c:
5794 * thread-db.c:
5795 * terminal.h:
5796 * target.h:
5797 * target.c:
5798 * server.h:
5799 * server.c:
5800 * remote-utils.c:
5801 * regcache.h:
5802 * utils.c:
5803 * Makefile.in:
5804 * configure.ac:
5805 * gdbserver.1: Add (C) after Copyright. Update the FSF
5806 address.
5807
58082005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5809
5810 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
5811 (arm_breakpoint_at): Recognize both breakpoints.
5812 (the_low_target): Use the correct breakpoint instruction.
5813
58142005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5815
5816 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
5817 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
5818 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
5819 (the_low_target): Update.
5820
58212005-10-25 Andreas Schwab <schwab@suse.de>
5822
5823 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
5824
5825 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
5826 (ia64_num_regs): Reduce to 462.
5827
58282005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5829
5830 * acinclude.m4: Correct quoting.
5831 * aclocal.m4: Regenerated.
5832
5833 Suggested by SZOKOVACS Robert <szo@ies.hu>:
5834 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
5835 (thread_db_init): Call thread_db_err_str.
5836 * configure.ac: Check for TD_VERSION.
5837 * config.in, configure: Regenerated.
5838
58392005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5840
5841 * server.h (error, fatal, warning): Add ATTR_FORMAT.
5842
58432005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5844
5845 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
5846 is not available. Define HAVE_PTRACE_GETREGS if it is.
5847 * config.in, configure: Regenerated.
5848 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
5849 * linux-i386-low.c, linux-m68k-low.c: Update to use
5850 HAVE_PTRACE_GETREGS.
5851 * linux-low.c (regsets_fetch_inferior_registers)
5852 (regsets_store_inferior_registers): Only return 0 if we processed
5853 GENERAL_REGS.
5854 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
5855 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
5856
58572005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5858
5859 * inferiors.c (struct thread_info): Add gdb_id.
5860 (add_thread): Add gdb_id argument.
5861 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
5862 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
5863 calls to add_thread.
5864 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
5865 * server.c (handle_query): Use thread_to_gdb_id.
5866 (handle_v_cont, main): Use gdb_id_to_thread_id.
5867 * server.h (add_thread): Update prototype.
5868 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
5869 prototypes.
5870
58712005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5872
5873 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
5874 left-padded registers.
5875 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
5876 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
5877
58782005-07-01 Steve Ellcey <sje@cup.hp.com>
5879
5880 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
5881 * configure: Regenerate.
5882 * config.in: Regenerate.
5883 * server.h (NEED_DECLARATION_STRERROR):
5884 Replace with !HAVE_DECL_STRERROR.
5885
58862005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
5887
5888 * linux-low.c (linux_wait, linux_send_signal): Don't test
5889 an unsigned long variable for > 0 if it could be MAX_ULONG.
5890 * server.c (myresume): Likewise.
5891 * target.c (set_desired_inferior): Likewise.
5892
58932005-06-13 Mark Kettenis <kettenis@gnu.org>
5894
5895 * configure.ac: Simplify and improve check for socklen_t.
5896 * configure, config.in: Regenerate.
5897
58982005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
5899
5900 * acconfig.h: Remove.
5901 * configure.ac: Add a test for socklen_t. Use three-argument
5902 AC_DEFINE throughout.
5903 * config.in: Regenerated using autoheader 2.59.
5904 * configure: Regenerated.
5905
5906 * gdbreplay.c (socklen_t): Provide a default.
5907 (remote_open): Use socklen_t.
5908 * remote-utils.c (socklen_t): Provide a default.
5909 (remote_open): Use socklen_t.
5910 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
5911 unsigned char.
5912
5913 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
5914 char for buffers.
5915 * linux-low.c (linux_read_memory, linux_write_memory)
5916 (linux_read_auxv): Likewise.
5917 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
5918 (check_mem_write): Likewise.
5919 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
5920 Likewise.
5921 * regcache.c (struct inferior_rgcache_data, registers_to_string)
5922 (registers_from_string, register_data): Likewise.
5923 * server.c (handle_query, main): Likewise.
5924 * server.h (convert_ascii_to_int, convert_int_to_ascii)
5925 (decode_M_packet): Likewise.
5926 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
5927 * target.h (struct target_ops): Update read_memory, write_memory,
5928 and read_auxv.
5929 (read_inferior_memory, write_inferior_memory): Update.
5930 * linux-low.h (struct linux_target_ops): Change type of breakpoint
5931 to unsigned char *.
5932 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
5933 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
5934 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
5935 linux-s390-low.c, linux-sh-low.c: Update for changes in
5936 read_inferior_memory and the_low_target->breakpoint.
5937
59382005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * Makefile.in (SFILES): Add linux-ppc64-low.c.
5941 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
5942 * configure.srv: Add powerpc64-*-linux*.
5943 * linux-ppc64-low.c: New file.
5944
59452005-05-23 Orjan Friberg <orjanf@axis.com>
5946
5947 * linux-cris-low.c: New file with support for CRIS.
5948 * linux-crisv32-low.c: Ditto for CRISv32.
5949 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
5950 (clean): Add reg-cris.c and reg-crisv32.c.
5951 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
5952 reg-crisv32.o, and reg-crisv32.c to make rules.
5953 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
5954 recognized targets.
5955
59562005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
5957
5958 * linux-low.c (fetch_register): Ensure buffer size is a multiple
5959 of sizeof (PTRACE_XFER_TYPE).
5960 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
5961
59622005-05-12 Orjan Friberg <orjanf@axis.com>
5963
5964 * target.h (struct target_ops): Add insert_watchpoint,
5965 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
5966 pointers for hardware watchpoint support.
5967 * linux-low.h (struct linux_target_ops): Ditto.
5968 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
5969 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
5970 to linux_target_ops.
5971 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
5972 reply packet.
5973 * server.c (main): Recognize 'Z' and 'z' packets.
5974
59752005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
5976
5977 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
5978 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
5979 (the_low_target): Add new members.
5980
59812005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5982
5983 * proc-service.c (ps_lgetregs): Search all_processes instead of
5984 all_threads.
5985
59862005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5987
5988 * server.c (start_inferior): Change return type to int.
5989 (attach_inferior): Change sigptr to int *.
5990 (handle_v_cont, handle_v_requests): Change signal to int *.
5991 (main): Change signal to int.
5992
59932005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
5994
5995 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
5996 * configure.srv: Add m32r*-*-linux*.
5997 * linux-m32r-low.c: New file.
5998
59992005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
6000
6001 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
6002
60032005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6004
6005 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
6006 Take unsigned long arguments for PIDs.
6007 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
6008 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
6009 (wait_for_sigstop, linux_resume_one_process)
6010 (regsets_fetch_inferior_registers, linux_send_signal)
6011 (linux_read_auxv): Likewise. Update the types of variables holding
6012 PIDs. Update format string specifiers.
6013 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
6014 * remote-utils.c (prepare_resume_reply): Likewise.
6015 * server.c (cont_thread, general_thread, step_thread)
6016 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
6017 unsigned long.
6018 (handle_query): Update format specifiers.
6019 (handle_v_cont, main): Use strtoul for thread IDs.
6020 * server.h (struct inferior_list_entry): Use unsigned long for ID.
6021 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
6022 (general_thread, step_thread, thread_from_wait)
6023 (old_thread_from_wait): Update.
6024 * target.h (struct thread_resume): Use unsigned long for THREAD.
6025 (struct target_ops): Use unsigned long for arguments to attach and
6026 thread_alive.
6027
60282005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
6029
6030 * acinclude.m4: Include bfd/bfd.m4 directly.
6031 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
6032 <agriffis@toolchain.org>.
6033 * aclocal.m4, configure: Regenerated.
6034
60352005-01-07 Andrew Cagney <cagney@gnu.org>
6036
6037 * configure.ac: Rename configure.in, require autoconf 2.59.
6038 * configure: Re-generate.
6039
60402004-12-08 Daniel Jacobowitz <dan@debian.org>
6041
6042 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
6043 LIBS when finished.
6044 * aclocal.m4: Regenerated.
6045 * configure: Regenerated.
6046
60472004-11-21 Andreas Schwab <schwab@suse.de>
6048
6049 * linux-m68k-low.c (m68k_num_gregs): Define.
6050 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
6051 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
6052 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
6053 (m68k_breakpoint_at): New. Add to the_low_target.
6054
6055 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
6056 srv_linux_thread_db to yes.
6057
60582004-10-20 Joel Brobecker <brobecker@gnat.com>
6059
6060 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
6061 (ARCH_SET_FS): Likewise.
6062 (ARCH_GET_FS): Likewise.
6063 (ARCH_GET_GS): Likewise.
6064
60652004-10-16 Daniel Jacobowitz <dan@debian.org>
6066
6067 * linux-i386-low.c (ps_get_thread_area): New.
6068 * linux-x86-64-low.c (ps_get_thread_area): New.
6069 * linux-low.c: Include <sys/syscall.h>.
6070 (linux_kill_one_process): Don't kill the first thread here.
6071 (linux_kill): Kill the first thread here.
6072 (kill_lwp): New function.
6073 (send_sigstop, linux_send_signal): Use it.
6074 * proc-service.c: Clean up #ifdefs.
6075 (fpregset_info): Delete.
6076 (ps_lgetregs): Update and enable implementation.
6077 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
6078 implementations.
6079 * remote-utils.c (struct sym_cache, symbol_cache): New.
6080 (input_interrupt): Print a clearer message.
6081 (async_io_enabled): New variable.
6082 (enable_async_io, disable_async_io): Use it. Update comments.
6083 (look_up_one_symbol): Use the symbol cache.
6084 * thread-db.c (thread_db_look_up_symbols): New function.
6085 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
6086
60872004-10-16 Daniel Jacobowitz <dan@debian.org>
6088
6089 * configure.in: Test for -rdynamic.
6090 * configure: Regenerated.
6091 * Makefile (INTERNAL_LDFLAGS): New.
6092 (gdbserver, gdbreplay): Use it.
6093
60942004-09-02 Andrew Cagney <cagney@gnu.org>
6095
6096 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
6097
60982004-03-23 Daniel Jacobowitz <drow@mvista.com>
6099
6100 * linux-low.c (linux_wait): Clear all_processes list also.
6101
61022004-03-12 Daniel Jacobowitz <drow@mvista.com>
6103
6104 * linux-low.c: Include <errno.h>. Remove extern declaration of
6105 errno.
6106
61072004-03-12 Daniel Jacobowitz <drow@mvista.com>
6108
6109 * gdbreplay.c, server.h, utils.c: Update copyright years.
6110
61112004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
6112
6113 * server.c (main): Print child status or termination signal from
6114 variable 'signal', not 'sig'.
6115
61162004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
6117
6118 * linux-low.c (linux_read_memory): Change return type to
6119 int. Check for and return error from ptrace().
6120 * target.c (read_inferior_memory): Change return type to int. Pass
6121 back return status from the_target->read_memory().
6122 * target.h (struct target_ops): Adapt *read_memory() prototype.
6123 Update comment.
6124 (read_inferior_memory): Adapt prototype.
6125 * server.c (main): Return an error packet if
6126 read_inferior_memory() returns an error.
6127
61282004-03-04 Daniel Jacobowitz <drow@mvista.com>
6129
6130 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
6131 Unify with other clean targets.
6132
61332004-02-29 Daniel Jacobowitz <drow@mvista.com>
6134
6135 * server.c (handle_v_cont): Call set_desired_inferior.
6136
61372004-02-29 Daniel Jacobowitz <drow@mvista.com>
6138
6139 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
6140
61412004-02-29 Daniel Jacobowitz <drow@mvista.com>
6142
6143 * linux-low.c (linux_wait): Unblock async I/O.
6144 (linux_resume): Block and enable async I/O.
6145 * remote-utils.c (block_async_io, unblock_async_io): New functions.
6146 * server.h (block_async_io, unblock_async_io): Add prototypes.
6147
61482004-02-29 Daniel Jacobowitz <drow@mvista.com>
6149
6150 * remote-utils.c (remote_open): Print a status notice after
6151 opening a TCP port.
6152 * server.c (attach_inferior): Print a status notice after
6153 attaching.
6154
61552004-02-29 Daniel Jacobowitz <drow@mvista.com>
6156
6157 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
6158
61592004-02-26 Daniel Jacobowitz <drow@mvista.com>
6160
6161 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
6162 error packet.
6163 * server.c, target.h: Update copyright years.
6164
61652004-02-25 Roland McGrath <roland@redhat.com>
6166
6167 * target.h (struct target_ops): New member `read_auxv'.
6168 * server.c (handle_query): Handle qPart:auxv:read: query using that.
6169 * linux-low.c (linux_read_auxv): New function.
6170 (linux_target_ops): Initialize `read_auxv' member to that.
6171
61722004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6173
6174 Committed by Jim Blandy <jimb@redhat.com>.
6175
6176 * linux-s390-low.c (s390_num_regs): Update.
6177 (s390_regmap): Remove control registers. Use __s390x__ predefine
6178 instead of GPR_SIZE to distiguish s390 and s390x targets.
6179
61802004-01-31 Daniel Jacobowitz <drow@mvista.com>
6181
6182 * linux-low.c: Update copyright year.
6183 (check_removed_breakpoint): Clear pending_is_breakpoint.
6184 (linux_set_resume_request, linux_queue_one_thread)
6185 (resume_status_pending_p): New functions.
6186 (linux_continue_one_thread): Use process->resume.
6187 (linux_resume): Only resume threads if there are no pending events.
6188 * linux-low.h (struct process_info): Add resume request
6189 pointer.
6190
61912004-01-30 Daniel Jacobowitz <drow@mvista.com>
6192
6193 * regcache.c (new_register_cache): Clear the allocated register
6194 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6195
61962003-10-13 Daniel Jacobowitz <drow@mvista.com>
6197
6198 * linux-low.c (linux_resume): Take a struct thread_resume *
6199 argument.
6200 (linux_wait): Update call.
6201 (resume_ptr): New static variable.
6202 (linux_continue_one_thread): Renamed from
6203 linux_continue_one_process. Use resume_ptr.
6204 (linux_resume): Use linux_continue_one_thread.
6205 * server.c (handle_v_cont, handle_v_requests): New functions.
6206 (myresume): New function.
6207 (main): Handle 'v' case.
6208 * target.h (struct thread_resume): New type.
6209 (struct target_ops): Change argument of "resume" to struct
6210 thread_resume *.
6211 (myresume): Delete macro.
6212
62132003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6214
6215 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
6216 (uninstall): Support DESTDIR.
6217
6218Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
6219
6220 * configure.srv: Add xscale*linux copy of arm*linux entry.
6221
62222003-07-24 Daniel Jacobowitz <drow@mvista.com>
6223
6224 * linux-arm-low.c (arm_reinsert_addr): New function.
6225 (the_low_target): Add arm_reinsert_addr.
6226
62272003-07-08 Mark Kettenis <kettenis@gnu.org>
6228
6229 * mem-break.c: Remove whitespace at end of file.
6230
62312003-06-28 Daniel Jacobowitz <drow@mvista.com>
6232
6233 * configure.in: Check whether we need to prototype strerror.
6234 * server.h: Optionally prototype strerror.
6235 * gdbreplay.c (perror_with_name): Use strerror.
6236 * linux-low.c (linux_attach_lwp): Use strerror.
6237 * utils.c (perror_with_name): Use strerror.
6238 * config.in, configure: Regenerated.
6239
62402003-06-28 Daniel Jacobowitz <drow@mvista.com>
6241
6242 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
6243 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
6244
62452003-06-20 Daniel Jacobowitz <drow@mvista.com>
6246
6247 * Makefile.in (SFILES): Update.
6248 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
6249 low-sun3.c: Remove files.
6250
62512003-06-17 Daniel Jacobowitz <drow@mvista.com>
6252
6253 * linux-low.c: Move comment to linux_thread_alive where it belonged.
6254 (linux_detach_one_process, linux_detach): New functions.
6255 (linux_target_ops): Add linux_detach.
6256 * server.c (main): Handle 'D' packet.
6257 * target.h (struct target_ops): Add "detach" member.
6258 (detach_inferior): Define.
6259
62602003-06-13 Mark Kettenis <kettenis@gnu.org>
6261
6262 From Kelley Cook <kelleycook@wideopenwest.com>:
6263 * configure.srv: Accept i[34567]86 variants.
6264
62652003-06-05 Daniel Jacobowitz <drow@mvista.com>
6266
6267 * linux-low.c (linux_wait_for_event): Correct comment typos.
6268 (linux_resume_one_process): Call check_removed_breakpoint.
6269 (linux_send_signal): New function.
6270 (linux_target_ops): Add linux_send_signal.
6271 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
6272 of kill.
6273 * target.h (struct target_ops): Add send_signal.
6274
62752003-05-29 Jim Blandy <jimb@redhat.com>
6276
6277 * linux-low.c (usr_store_inferior_registers): Transfer buf in
6278 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
6279 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
6280 away part of the register's value.
6281
62822003-03-26 Daniel Jacobowitz <drow@mvista.com>
6283
6284 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
6285 (linux_wait_for_event, linux_init_signals): Likewise.
6286
62872003-03-17 Daniel Jacobowitz <drow@mvista.com>
6288
6289 * configure.in: Check for stdlib.h.
6290 * configure: Regenerated.
6291 * config.in: Regenerated.
6292
62932003-01-04 Andreas Schwab <schwab@suse.de>
6294
6295 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
6296
62972003-01-02 Andrew Cagney <ac131313@redhat.com>
6298
6299 * Makefile.in: Remove obsolete code.
6300
63012002-11-20 Daniel Jacobowitz <drow@mvista.com>
6302
6303 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
6304 defined(PT_FPR0_HI).
6305
63062002-11-17 Stuart Hughes <seh@zee2.com>
6307
6308 * linux-arm-low.c (arm_num_regs): Increase.
6309 (arm_regmap): Include status register.
6310
63112002-11-17 Daniel Jacobowitz <drow@mvista.com>
6312
6313 * linux-low.c (register_addr): Remove incorrect -1 check.
6314
63152002-08-29 Daniel Jacobowitz <drow@mvista.com>
6316
6317 * linux-low.c (linux_create_inferior): Call setpgid. Return
6318 the new PID.
6319 (unstopped_p, linux_signal_pid): Remove.
6320 (linux_target_ops): Remove linux_signal_pid.
6321 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
6322 global instead of target method.
6323 * target.h (struct target_ops): Remove signal_pid. Update comment
6324 for create_inferior.
6325 * server.c (signal_pid): New variable.
6326 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
6327 gdbserver. Set the child to be the foreground process group.
6328 (attach_inferior): Set signal_pid.
6329
63302002-08-23 Daniel Jacobowitz <drow@mvista.com>
6331
6332 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
6333
63342002-08-20 Jim Blandy <jimb@redhat.com>
6335
6336 * Makefile.in (LDFLAGS): Allow the configure script to establish a
6337 default for this.
6338
63392002-08-01 Andrew Cagney <cagney@redhat.com>
6340
6341 * Makefile.in: Make chill references obsolete.
6342
63432002-07-24 Kevin Buettner <kevinb@redhat.com>
6344
6345 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
6346 * configure: Regenerate.
6347 * config.in: Regenerate.
6348
63492002-07-09 David O'Brien <obrien@FreeBSD.org>
6350
6351 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
6352 (perror_with_name, remote_close, remote_open, expect, play): Static.
6353
63542002-07-04 Michal Ludvig <mludvig@suse.cz>
6355
6356 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
6357 byte offsets instead of an array of indexes.
6358 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
6359
63602002-06-13 Daniel Jacobowitz <drow@mvista.com>
6361
6362 * regcache.c: Add comment.
6363
63642002-06-11 Daniel Jacobowitz <drow@mvista.com>
6365
6366 * thread-db.c: New file.
6367 * proc-service.c: New file.
6368 * acinclude.m4: New file.
6369 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
6370 proc-service.o, and thread-db.o.
6371 (linux-low.o): Add USE_THREAD_DB.
6372 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
6373 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
6374 * aclocal.m4: Regenerated.
6375 * config.in: Regenerated.
6376 * configure: Regenerated.
6377 * configure.in: Check for proc_service.h, sys/procfs.h,
6378 thread_db.h, and linux/elf.h headrs.
6379 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
6380 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
6381 Check for -lthread_db and thread support.
6382 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
6383 PowerPC, and SuperH.
6384 * i387-fp.c: Constify arguments.
6385 * i387-fp.h: Likewise.
6386 * inferiors.c: (struct thread_info): Renamed from
6387 `struct inferior_info'. Remove PID member. Use generic inferior
6388 list header. All uses updated.
6389 (inferiors, signal_pid): Removed.
6390 (all_threads): New variable.
6391 (get_thread): Define.
6392 (add_inferior_to_list): New function.
6393 (for_each_inferior): New function.
6394 (change_inferior_id): New function.
6395 (add_inferior): Removed.
6396 (remove_inferior): New function.
6397 (add_thread): New function.
6398 (free_one_thread): New function.
6399 (remove_thread): New function.
6400 (clear_inferiors): Use for_each_inferior and free_one_thread.
6401 (find_inferior): New function.
6402 (find_inferior_id): New function.
6403 (inferior_target_data): Update argument type.
6404 (set_inferior_target_data): Likewise.
6405 (inferior_regcache_data): Likewise.
6406 (set_inferior_regcache_data): Likewise.
6407 * linux-low.c (linux_bp_reinsert): Remove.
6408 (all_processes, stopping_threads, using_thrads)
6409 (struct pending_signals, debug_threads, pid_of): New.
6410 (inferior_pid): Replace with macro.
6411 (struct inferior_linux_data): Remove.
6412 (get_stop_pc, add_process): New functions.
6413 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
6414 Use add_process and add_thread.
6415 (linux_attach_lwp): New function, based on old linux_attach. Use
6416 add_process and add_thread. Set stop_expected for new threads.
6417 (linux_attach): New function.
6418 (linux_kill_one_process): New function.
6419 (linux_kill): Kill all LWPs.
6420 (linux_thread_alive): Use find_inferior_id.
6421 (check_removed_breakpoints, status_pending_p): New functions.
6422 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
6423 Update. Use WNOHANG. Wait for cloned processes also. Update process
6424 struct for the found process.
6425 (linux_wait_for_event): New function.
6426 (linux_wait): Use it. Support LWPs.
6427 (send_sigstop, wait_for_sigstop, stop_all_processes)
6428 (linux_resume_one_process, linux_continue_one_process): New functions.
6429 (linux_resume): Support LWPs.
6430 (REGISTER_RAW_SIZE): Remove.
6431 (fetch_register): Use register_size instead. Call supply_register.
6432 (usr_store_inferior_registers): Likewise. Call collect_register.
6433 Fix recursive case.
6434 (regsets_fetch_inferior_registers): Improve error message.
6435 (regsets_store_inferior_registers): Add debugging.
6436 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
6437 (unstopped_p, linux_signal_pid): New functions.
6438 (linux_target_ops): Add linux_signal_pid.
6439 (linux_init_signals): New function.
6440 (initialize_low): Call it. Initialize using_threads.
6441 * regcache.c (inferior_regcache_data): Add valid
6442 flag.
6443 (get_regcache): Fetch registers lazily. Add fetch argument
6444 and update all callers.
6445 (regcache_invalidate_one, regcache_invalidate): New
6446 functions.
6447 (new_register_cache): Renamed from create_register_cache.
6448 Return the new regcache.
6449 (free_register_cache): Change argument to a void *.
6450 (registers_to_string, registers_from_string): Call get_regcache
6451 with fetch flag set.
6452 (register_data): Make static. Pass fetch flag to get_regcache.
6453 (supply_register): Call get_regcache with fetch flag clear.
6454 (collect_register): Call get_regcache with fetch flag set.
6455 (collect_register_as_string): New function.
6456 * regcache.h: Update.
6457 * remote-utils.c (putpkt): Flush after debug output and use
6458 stderr.
6459 Handle input interrupts while waiting for an ACK.
6460 (input_interrupt): Use signal_pid method.
6461 (getpkt): Flush after debug output and use stderr.
6462 (outreg): Use collect_register_as_string.
6463 (new_thread_notify, dead_thread_notify): New functions.
6464 (prepare_resume_reply): Check using_threads. Set thread_from_wait
6465 and general_thread.
6466 (look_up_one_symbol): Flush after debug output.
6467 * server.c (step_thread, server_waiting): New variables.
6468 (start_inferior): Don't use signal_pid. Update call to mywait.
6469 (attach_inferior): Update call to mywait.
6470 (handle_query): Handle qfThreadInfo and qsThreadInfo.
6471 (main): Don't fetch/store registers explicitly. Use
6472 set_desired_inferior. Support proposed ``Hs'' packet. Update
6473 calls to mywait.
6474 * server.h: Update.
6475 (struct inferior_list, struct_inferior_list_entry): New.
6476 * target.c (set_desired_inferior): New.
6477 (write_inferior_memory): Constify.
6478 (mywait): New function.
6479 * target.h: Update.
6480 (struct target_ops): New signal_pid method.
6481 (mywait): Removed macro, added prototype.
6482
6483 * linux-low.h (regset_func): Removed.
6484 (regset_fill_func, regset_store_func): New.
6485 (enum regset_type): New.
6486 (struct regset_info): Add type field. Use new operation types.
6487 (struct linux_target_ops): stop_pc renamed to get_pc.
6488 Add decr_pc_after_break and breakpoint_at.
6489 (get_process, get_thread_proess, get_process_thread)
6490 (strut process_info, all_processes, linux_attach_lwp)
6491 (thread_db_init): New.
6492
6493 * linux-arm-low.c (arm_get_pc, arm_set_pc,
6494 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
6495 (the_low_target): Add new members.
6496 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
6497 (i386_store_fpxregset): Constify.
6498 (target_regsets): Add new kind identifier.
6499 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
6500 (i386_set_pc): Add debugging.
6501 (i386_breakpoint_at): New function.
6502 (the_low_target): Add new members.
6503 * linux-mips-low.c (mips_get_pc, mips_set_pc)
6504 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
6505 (mips_breakpoint_at): New.
6506 (the_low_target): Add new members.
6507 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
6508 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
6509 (the_low_target): Add new members.
6510 * linux-sh-low.c (sh_get_pc, sh_set_pc)
6511 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
6512 (the_low_target): Add new members.
6513 * linux-x86-64-low.c (target_regsets): Add new kind
6514 identifier.
6515
65162002-05-15 Daniel Jacobowitz <drow@mvista.com>
6517
6518 From Martin Pool <mbp@samba.org>:
6519 * server.c (gdbserver_usage): New function.
6520 (main): Call it.
6521
65222002-05-14 Daniel Jacobowitz <drow@mvista.com>
6523
6524 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
6525 stop_at -> stop_pc.
6526
65272002-05-04 Andrew Cagney <ac131313@redhat.com>
6528
6529 * Makefile.in: Remove obsolete code.
6530
65312002-04-24 Michal Ludvig <mludvig@suse.cz>
6532
6533 * linux-low.c (regsets_fetch_inferior_registers),
6534 (regsets_store_inferior_registers): Removed cast to int from
6535 ptrace() calls.
6536 * regcache.h: Added declaration of struct inferior_info.
6537
65382002-04-20 Daniel Jacobowitz <drow@mvista.com>
6539
6540 * inferiors.c (struct inferior_info): Add regcache_data.
6541 (add_inferior): Call create_register_cache.
6542 (clear_inferiors): Call free_register_cache.
6543 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6544 * regcache.c (struct inferior_regcache_data): New.
6545 (registers): Remove.
6546 (get_regcache): New function.
6547 (create_register_cache, free_register_cache): New functions.
6548 (set_register_cache): Don't initialize the register cache here.
6549 (registers_to_string, registers_from_string, register_data): Call
6550 get_regcache.
6551 * regcache.h: Add prototypes.
6552 * server.h: Likewise.
6553
65542002-04-20 Daniel Jacobowitz <drow@mvista.com>
6555
6556 * mem-break.c: New file.
6557 * mem-break.h: New file.
6558 * Makefile.in: Add mem-break.o rule; update server.h
6559 dependencies.
6560 * inferiors.c (struct inferior_info): Add target_data
6561 member.
6562 (clear_inferiors): Free target_data member if set.
6563 (inferior_target_data, set_inferior_target_data): New functions.
6564 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6565 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6566 * linux-low.c (linux_bp_reinsert): New variable.
6567 (struct inferior_linux_data): New.
6568 (linux_create_inferior): Use set_inferior_target_data.
6569 (linux_attach): Likewise. Call add_inferior.
6570 (linux_wait_for_one_inferior): New function.
6571 (linux_wait): Call it.
6572 (linux_write_memory): Add const.
6573 (initialize_low): Call set_breakpoint_data.
6574 * linux-low.h (struct linux_target_ops): Add breakpoint
6575 handling members.
6576 * server.c (attach_inferior): Remove extra add_inferior
6577 call.
6578 * server.h: Include mem-break.h. Update inferior.c
6579 prototypes.
6580 * target.c (read_inferior_memory)
6581 (write_inferior_memory): New functions.
6582 * target.h (read_inferior_memory)
6583 (write_inferior_memory): Change macros to prototypes.
6584 (struct target_ops): Update comments. Add const to write_memory
6585 definition.
6586
65872002-04-11 Daniel Jacobowitz <drow@mvista.com>
6588
6589 * linux-low.c (usr_store_inferior_registers): Support
6590 registers which are allowed to fail to store.
6591 * linux-low.h (linux_target_ops): Likewise.
6592 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
6593 (ppc_cannot_store_register): FPSCR may not be storable.
6594
65952002-04-09 Daniel Jacobowitz <drow@mvista.com>
6596
6597 * server.h: Include <string.h> if HAVE_STRING_H.
6598 * ChangeLog: Correct paths in last ChangeLog entry.
6599
66002002-04-09 Daniel Jacobowitz <drow@mvista.com>
6601
6602 * linux-low.h: Remove obsolete prototypes.
6603 (struct linux_target_ops): New.
6604 (extern the_low_target): New.
6605 * linux-low.c (num_regs, regmap): Remove declarations.
6606 (register_addr): Use the_low_target explicitly.
6607 (fetch_register): Likewise.
6608 (usr_fetch_inferior_registers): Likewise.
6609 (usr_store_inferior_registers): Likewise.
6610 * linux-arm-low.c (num_regs): Remove.
6611 (arm_num_regs): Define.
6612 (arm_regmap): Renamed from regmap, made static.
6613 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6614 made static.
6615 (arm_cannot_store_register): Renamed from cannot_store_register,
6616 made static.
6617 (the_low_target): New.
6618 * linux-i386-low.c (num_regs): Remove.
6619 (i386_num_regs): Define.
6620 (i386_regmap): Renamed from regmap, made static.
6621 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6622 made static.
6623 (i386_cannot_store_register): Renamed from cannot_store_register,
6624 made static.
6625 (the_low_target): New.
6626 * linux-ia64-low.c (num_regs): Remove.
6627 (ia64_num_regs): Define.
6628 (ia64_regmap): Renamed from regmap, made static.
6629 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6630 made static.
6631 (ia64_cannot_store_register): Renamed from cannot_store_register,
6632 made static.
6633 (the_low_target): New.
6634 * linux-m68k-low.c (num_regs): Remove.
6635 (m68k_num_regs): Define.
6636 (m68k_regmap): Renamed from regmap, made static.
6637 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6638 made static.
6639 (m68k_cannot_store_register): Renamed from cannot_store_register,
6640 made static.
6641 (the_low_target): New.
6642 * linux-mips-low.c (num_regs): Remove.
6643 (mips_num_regs): Define.
6644 (mips_regmap): Renamed from regmap, made static.
6645 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6646 made static.
6647 (mips_cannot_store_register): Renamed from cannot_store_register,
6648 made static.
6649 (the_low_target): New.
6650 * linux-ppc-low.c (num_regs): Remove.
6651 (ppc_num_regs): Define.
6652 (ppc_regmap): Renamed from regmap, made static.
6653 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6654 made static.
6655 (ppc_cannot_store_register): Renamed from cannot_store_register,
6656 made static.
6657 (the_low_target): New.
6658 * linux-s390-low.c (num_regs): Remove.
6659 (s390_num_regs): Define.
6660 (s390_regmap): Renamed from regmap, made static.
6661 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6662 made static.
6663 (s390_cannot_store_register): Renamed from cannot_store_register,
6664 made static.
6665 (the_low_target): New.
6666 * linux-sh-low.c (num_regs): Remove.
6667 (sh_num_regs): Define.
6668 (sh_regmap): Renamed from regmap, made static.
6669 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6670 made static.
6671 (sh_cannot_store_register): Renamed from cannot_store_register,
6672 made static.
6673 (the_low_target): New.
6674 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6675 (the_low_target): New.
6676
66772002-04-09 Daniel Jacobowitz <drow@mvista.com>
6678
6679 * Makefile.in: Add stamp-h target.
6680 * configure.in: Create stamp-h.
6681 * configure: Regenerated.
6682
66832002-04-09 Daniel Jacobowitz <drow@mvista.com>
6684
6685 * inferiors.c: New file.
6686 * target.c: New file.
6687 * target.h: New file.
6688 * Makefile.in: Add target.o and inferiors.o. Update
6689 dependencies.
6690 * linux-low.c (inferior_pid): New static variable,
6691 moved from server.c.
6692 (linux_create_inferior): Renamed from create_inferior.
6693 Call add_inferior. Return 0 on success instead of a PID.
6694 (linux_attach): Renamed from myattach.
6695 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6696 (linux_thread_alive): Renamed from mythread_alive.
6697 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6698 child dies.
6699 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6700 (regsets_store_inferior_registers): Correct error message.
6701 Add missing ``return 0''.
6702 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6703 (linux_store_registers): Renamed from store_inferior_registers.
6704 (linux_read_memory): Renamed from read_inferior_memory.
6705 (linux_write_memory): Renamed from write_inferior_memory.
6706 (linux_target_ops): New structure.
6707 (initialize_low): Call set_target_ops ().
6708 * remote-utils.c (unhexify): New function.
6709 (hexify): New function.
6710 (input_interrupt): Send signals to ``signal_pid''.
6711 * server.c (inferior_pid): Remove.
6712 (start_inferior): Update create_inferior call.
6713 (attach_inferior): Call add_inferior.
6714 (handle_query): New function.
6715 (main): Call handle_query for `q' packets.
6716 * server.h: Include "target.h". Remove obsolete prototypes.
6717 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6718
67192002-04-09 Daniel Jacobowitz <drow@mvista.com>
6720
6721 * Makefile.in: Add WARN_CFLAGS. Update configury
6722 dependencies.
6723 * configure.in: Check for <string.h>
6724 * configure: Regenerate.
6725 * config.in: Regenerate.
6726 * gdbreplay.c: Include needed system headers.
6727 (remote_open): Remove strchr prototype.
6728 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6729 * regcache.c (supply_register): Change buf argument to const void *.
6730 (supply_register_by_name): Likewise.
6731 (collect_register): Change buf argument to void *.
6732 (collect_register_by_name): Likewise.
6733 * regcache.h: Add missing prototypes.
6734 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6735 * server.c (handle_query): New function.
6736 (attached): New static variable, moved out of main.
6737 (main): Quiet longjmp clobber warnings.
6738 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6739 * utils.c (error): Remove NORETURN.
6740 (fatal): Likewise.
This page took 0.066087 seconds and 4 git commands to generate.