Add missing files from previous commit.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
CommitLineData
5e1dc496
LM
12012-02-24 Luis Machado <lgustavo@codesourcery>
2
3 * server.h: Include tracepoint.h.
4 (agent_mem_read, agent_get_trace_state_variable_value,
5 agent_set_trace_state_variable_value,
6 agent_tsv_read, agent_mem_read_string, get_get_tsv_func_addr,
7 get_set_tsv_func_addr): New prototypes.
8
9 * ax.h: New include file.
10 * ax.c: New source file.
11
12 * tracepoint.c: Include ax.h.
13 (gdb_agent_op, gdb_agent_op_names, gdb_agent_op_sizes,
14 agent_expr, eval_result_type): Move to ax.h.
15 (parse_agent_expr): Rename to ...
16 (gdb_parse_agent_expr): ... this, make it non-static and move
17 to ax.h.
18 (unparse_agent_expr) Rename to ...
19 (gdb_unparse_agent_expr): ... this, make it non-static and move
20 to ax.h.
21 (eval_agent_expr): Rename to ...
22 (eval_tracepoint_agent_expr): ... this.
23 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Remove
24 forward declarations.
25 (add_tracepoint_action): Call gdb_parse_agent_expr (...).
26 (agent_get_trace_state_variable_value): New function.
27 (agent_set_trace_state_variable_value): New function.
28 (cmd_qtdp): Call gdb_parse_agent_expr (...).
29 (response_tracepoint): Call gdb_unparse_agent_expr (...).
30 (do_action_at_tracepoint): Call eval_tracepoint_agent_expr (...).
31 (condition_true_at_tracepoint): Likewise.
32 (parse_agent_expr): Rename to ...
33 (gdb_parse_agent_expr): ... this and move to ax.c.
34 (unparse_agent_expr): Rename to ...
35 (gdb_unparse_agent_expr): ... this and move to ax.c.
36 (gdb_agent_op_name): Move to ax.c.
37 (eval_agent_expr): Rename to ...
38 (gdb_eval_agent_expr): ... this, use regcache passed as parameter
39 and move to ax.c.
40 (eval_tracepoint_agent_expr): New function.
41 (agent_mem_read, agent_mem_read_string, agent_tsv_read): Make
42 non-static.
43 (current_insn_ptr, emit_error, struct bytecode_address): Move to
44 ax.c.
45 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul, emit_lsh,
46 emit_rsh_signed, emit_rsh_unsigned, emit_ext, emit_log_not,
47 emit_bit_and, emit_bit_or, emit_bit_xor, emit_bit_not, emit_equal,
48 emit_less_signed, emit_less_unsigned, emit_ref, emit_if_goto,
49 emit_goto, write_goto_address, emit_const, emit_reg, emit_pop,
50 emit_stack, emit_zero_ext, emit_swap, emit_stack_adjust,
51 emit_int_call_1, emit_void_call_2, emit_eq_goto, emit_ne_goto,
52 emit_lt_goto, emit_ge_goto, emit_gt_goto, emit_le_goto): Move to ax.c.
53 (get_get_tsv_func_addr, get_set_tsv_func_addr): New functions.
54 (compile_bytecodes): Remove forward declaration.
55 (is_goto_target): Move to ax.c.
56 (compile_bytecodes): Move to ax.c and call
57 agent_get_trace_state_variable_value (...) and
58 agent_set_trace_state_variable_value (...).
59
60 * Makefile.in: Update ax.c and IPA dependencies.
61
277e4e52
PA
622012-02-24 Pedro Alves <palves@redhat.com>
63
64 * tracepoint.c (cmd_bigqtbuffer): Rename as ...
65 (cmd_bigqtbuffer_circular): ... this. Only handle
66 'QTBuffer:circular:'.
67 (handle_tracepoint_general_set): Adjust.
68
bf4c19f7
YQ
692012-02-16 Yao Qi <yao@codesourcery.com>
70
71 * inferiors.c: Move code to ...
72 * dll.c: .... here. New.
73 * server.h: Declare clear_dlls.
74 * Makefile.in (SFILES): Add dll.c.
75 (OBS): Add dll.o
76 (dll.o): New rule.
77
d73f2619
YQ
782012-02-11 Yao Qi <yao@codesourcery.com>
79
80 * server.c: (handle_monitor_command): Add a new parameter
81 `own_buf'.
82 (handle_query): Update caller.
83
f8255c2a
JB
842012-02-09 Joel Brobecker <brobecker@adacore.com>
85
86 * configure.ac: Add readlink to AC_CHECK_FUNCS list.
87 * configure, config.in: Regenerate.
88 * hostio.c: Provide an alternate implementation if HAVE_READLINK
89 is not defined.
90
da84f473
PA
912012-02-02 Pedro Alves <palves@redhat.com>
92
93 Try SIGKILL first, then PTRACE_KILL.
94 * linux-low.c (linux_kill_one_lwp): New.
95 (linux_kill_one_lwp): Rename to ...
96 (kill_one_lwp_callback): ... this. Use the new
97 linux_kill_one_lwp.
98
e886a173
PA
992012-02-02 Pedro Alves <palves@redhat.com>
100
101 * tracepoint.c (cmd_qtminftpilen): Return 0 if there's no current
102 inferior.
103
be07f1a2
PA
1042012-01-27 Pedro Alves <palves@redhat.com>
105
106 * linux-low.c (linux_child_pid_to_exec_file): Delete.
107 (elf_64_file_p): Make static.
108 (linux_pid_exe_is_elf_64_file): New.
109 * linux-low.h (linux_child_pid_to_exec_file, elf_64_file_p):
110 Delete declarations.
111 (linux_pid_exe_is_elf_64_file): Declare.
112 * linux-x86-low.c (x86_arch_setup): Use
113 linux_pid_exe_is_elf_64_file.
114
d8301ad1
JK
1152012-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
116
117 * linux-low.c (linux_wait_for_event_1): Rename to ...
118 (linux_wait_for_event): ... here and merge it with former
119 linux_wait_for_event - new variable wait_ptid, use it.
120 (linux_wait_for_event): Remove - merge it to linux_wait_for_event_1.
121
01b17894
PA
1222012-01-23 Pedro Alves <palves@redhat.com>
123
124 * server.c (main): Avoid yet another case of infinite loop while
125 detaching/killing after a longjmp.
126
e825046f
JK
1272012-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
128
129 Code cleanup.
130 * linux-low.c (linux_wait_for_event_1): Use ptid_is_pid.
131
b9e7b9c3
UW
1322012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
133
134 * hostio.c (handle_readlink): New function.
135 (handle_vFile): Call it to handle "vFile:readlink" packets.
136
901f9912
UW
1372012-01-20 Pedro Alves <palves@redhat.com>
138 Ulrich Weigand <ulrich.weigand@linaro.org>
139
140 * server.c (handle_v_requests): Only support vAttach and vRun to
141 start multiple processes when in extended protocol mode.
142
fc1ab1a0
PA
1432012-01-17 Pedro Alves <palves@redhat.com>
144
145 * tracepoint.c (initialize_tracepoint): Use mmap instead of
146 memalign plus mprotect to allocate the scratch buffer.
147
7d5d4e98
PA
1482012-01-13 Pedro Alves <palves@redhat.com>
149
150 * server.c (attach_inferior): Clear `cont_thread'.
151
f128d5e9
PA
1522012-01-13 Pedro Alves <palves@redhat.com>
153
154 * server.c (main): Avoid infinite loop while detaching/killing
155 after a longjmp.
156
06db92f0
DE
1572012-01-09 Doug Evans <dje@google.com>
158
159 * server.c (start_inferior): Set last_ptid in --wrapper case.
160
32d92999
YQ
1612012-01-06 Yao Qi <yao@codesourcery.com>
162
163 * tracepoint.c [IN_PROCESS_AGENT] (debug_threads): Macro
164 defined.
165 [IN_PROCESS_AGENT] (debug_agent): New global variable.
166
5e0a92a9
YQ
1672012-01-04 Yao Qi <yao@codesourcery.com>
168
169 * tracepoint.c (cmd_qtdp): Print debug message
170 for static tracepoint.
171
ae639e8c
YQ
1722012-01-04 Yao Qi <yao@codesourcery.com>
173
174 * tracepoint.c (trace_vdebug): Differentiate debug message
175 between gdbserver and IPA.
176
f72429c5
YQ
1772012-01-03 Yao Qi <yao@codesourcery.com>
178
179 * tracepoint.c (tracepoint_was_hit): Don't collect for
180 static tracepoint.
181
12c3e59c
JB
1822012-01-02 Joel Brobecker <brobecker@adacore.com>
183
184 * terminal.h: Reformat copyright header.
185
67827812
JB
1862012-01-02 Joel Brobecker <brobecker@adacore.com>
187
188 * server.c (gdbserver_version): Update copyright year.
189 * gdbreplay.c (gdbreplay_version): Likewise.
190
3e52c33d
JK
1912011-12-18 Jan Kratochvil <jan.kratochvil@redhat.com>
192
193 * linux-low.c (linux_create_inferior): Put empty if clause for write.
194
195 Revert:
196 2011-12-18 Hui Zhu <teawater@gmail.com>
197 * linux-low.c (linux_create_inferior): Save return value to ret.
198
66f1260e
HZ
1992011-12-18 Hui Zhu <teawater@gmail.com>
200
201 * linux-low.c (linux_create_inferior): Save return value to ret.
202
e77616d7
DE
2032011-12-16 Doug Evans <dje@google.com>
204
e7b06c57
DE
205 * linux-low.c (linux_create_inferior): If stdio connection,
206 redirect stdin from /dev/null, stdout to stderr.
207 * remote-utils.c (remote_is_stdio): New static global.
208 (remote_connection_is_stdio): New function.
209 (remote_prepare): Handle stdio connection.
210 (remote_open): Ditto.
211 (remote_close): Don't close stdin for stdio connections.
212 (read_prim,write_prim): New functions. Replace all calls to
213 read/write to these.
214 * server.c (main): Watch for "-" argument. Move call to
215 remote_prepare before start_inferior.
216 * server.h (STDIO_CONNECTION_NAME): New macro.
217 (remote_connection_is_stdio): Declare.
218
e77616d7
DE
219 * remote-utils.c (prepare_resume_reply): Remove extraneous \n
220 in debugging output.
221
82067193
YQ
2222011-12-15 Yao Qi <yao@codesourcery.com>
223
224 * tracepoint.c: Include sys/syscall.h.
225 (gdb_ust_thread): Remove preprocessor conditional.
226
82bfbe7e
PA
2272011-12-14 Pedro Alves <pedro@codesourcery.com>
228
229 * linux-low.c (linux_detach_one_lwp): Call
230 the_low_target.prepare_to_resume before detaching.
231
712c6575
YQ
2322011-12-14 Yao Qi <yao@codesourcery.com>
233
234 * tracepoint.c (gdb_ust_thread): Don't ignore return value
235 of write.
236
d54d1edf
YQ
2372011-12-14 Yao Qi <yao@codesourcery.com>
238
239 * i386-low.c (i386_low_stopped_data_address): Initialize local
240 variable `control'.
241
6210a125
PA
2422011-12-13 Pedro Alves <pedro@codesourcery.com>
243
244 PR remote/13492
245
246 * i386-low.c (i386_low_stopped_data_address): Avoid fetching
247 DR_CONTROL unless necessary. Extend comments.
248 * linux-x86-low.c (x86_linux_prepare_to_resume): Don't write to
249 DR0-3 if not used. If any watchpoint was set, clear DR_STATUS.
250
2ece8244
YQ
2512011-12-13 Yao Qi <yao@codesourcery.com>
252
253 * tracepoint.c (trace_buffer_alloc): Replace magic numbers with
254 macros.
255 (upload_fast_traceframes, upload_fast_traceframes): Likewise.
256
784867a5
JK
2572011-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
258
259 * linux-low.c (linux_kill): Skip PTRACE_KILL if LWP does not exist.
260 Print new debug message for such case.
261
6bf36717
JK
2622011-12-06 Jan Kratochvil <jan.kratochvil@redhat.com>
263
264 Fix overlapping memcpy.
265 * mem-break.c (set_raw_breakpoint_at): New variable buf. Use it for
266 the read_inferior_memory transfer.
267 (delete_fast_tracepoint_jump): New variable buf. Use it for the
268 write_inferior_memory transfer.
269 (set_fast_tracepoint_jump): New variable buf. Use it for the
270 read_inferior_memory and write_inferior_memory transfers.
271 (uninsert_fast_tracepoint_jumps_at, reinsert_fast_tracepoint_jumps_at)
272 (delete_raw_breakpoint, uninsert_raw_breakpoint): New variable buf.
273 Use it for the write_inferior_memory transfer.
274 (check_mem_read, check_mem_write): New gdb_asserts for overlapping
275 buffers.
276
50275556
MR
2772011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
278
279 * linux-low.c (fetch_register, store_register): Make code
280 consistent, fix formatting.
281
7325beb4
MR
2822011-12-06 Maciej W. Rozycki <macro@codesourcery.com>
283
284 * linux-low.c (usr_store_inferior_registers): Factor out code
285 to handle individual registers into...
286 (store_register): ... this new function.
287
c642a434
UW
2882011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
289
290 * Makefile.in (s390-linux32v1.o, s390-linux32v1.c): New rules.
291 (s390-linux32v2.o, s390-linux32v2.c): Likewise.
292 (s390-linux64v1.o, s390-linux64v1.c): Likewise.
293 (s390-linux64v2.o, s390-linux64v2.c): Likewise.
294 (s390x-linux64v1.o, s390x-linux64v1.c): Likewise.
295 (s390x-linux64v2.o, s390x-linux64v2.c): Likewise.
296 * configure.srv [s390*-*-linux*] (srv_regobj): Add new objects.
297 (srv_xmlfiles): Add new XML files.
298
299 * linux-s390-low.c: Include "elf/common.h", <sys/ptrace.h>,
300 and <sys/uio.h>.
301 (PTRACE_GETREGSET, PTRACE_SETREGSET): Define if undefined.
302 (init_registers_s390_linux32v1): Add prototype.
303 (init_registers_s390_linux32v2): Likewise.
304 (init_registers_s390_linux64v1): Likewise.
305 (init_registers_s390_linux64v2): Likewise.
306 (init_registers_s390x_linux64v1): Likewise.
307 (init_registers_s390x_linux64v2): Likewise.
308 (s390_num_regs): Increment to 52.
309 (s390_regmap): Add orig_r2 register.
310 (s390_num_regs_3264): Increment to 68.
311 (s390_regmap_3264): Add orig_r2 register.
312 (s390_collect_ptrace_register): Handle orig_r2 register.
313 (s390_supply_ptrace_register): Likewise.
314 (s390_fill_last_break): New function.
315 (s390_store_last_break): Likewise.
316 (s390_fill_system_call): New function.
317 (s390_store_system_call): Likewise.
318 (target_regsets): Handle NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL
319 register sets.
320 (s390_check_regset): New function.
321 (s390_arch_setup): Check for presence of NT_S390_LAST_BREAK and
322 NT_S390_SYSTEM_CALL regsets and use appropriate description.
323 Update target_regsets for available register sets.
324
2268b414
JK
3252011-12-02 Paul Pluzhnikov <ppluzhnikov@google.com>
326 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 * linux-low.c (get_phdr_phnum_from_proc_auxv, get_dynamic, get_r_debug)
329 (read_one_ptr, struct link_map_offsets, linux_qxfer_libraries_svr4):
330 New.
331 (struct linux_target_ops): Install linux_qxfer_libraries_svr4.
332 * linux-low.h (struct process_info_private): New member r_debug.
333 * server.c (handle_qxfer_libraries): Call
334 the_target->qxfer_libraries_svr4.
335 (handle_qxfer_libraries_svr4): New function.
336 (qxfer_packets): New entry "libraries-svr4".
337 (handle_query): Check QXFER_LIBRARIES_SVR4 and report libraries-svr4.
338 * target.h (struct target_ops): New member qxfer_libraries_svr4.
339 * remote.c (remote_xfer_partial): Call add_packet_config_cmd for
340 PACKET_qXfer_libraries_svr4.
341
d6db1fab
UW
3422011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
343
344 * linux-s390-low.c (s390_collect_ptrace_register): Fully convert
345 PSW address/mask between 8-byte and 16-byte formats.
346 (s390_supply_ptrace_register): Likewise.
347 (s390_get_pc, s390_set_pc): 4-byte PSW address always includes
348 basic addressing mode bit.
349
242f5f1c
SS
3502011-11-24 Stan Shebs <stan@codesourcery.com>
351
352 * tracepoint.c (cmd_qtstatus): Use plongest instead of %llx.
353
f196051f
SS
3542011-11-17 Stan Shebs <stan@codesourcery.com>
355
356 * tracepoint.c (struct tracepoint): New field traceframe_usage.
357 (tracing_start_time): New global.
358 (tracing_stop_time): New global.
359 (tracing_user_name): New global.
360 (tracing_notes): New global.
361 (tracing_stop_note): New global.
362 (cmd_qtstart): Set traceframe_usage, start_time.
363 (stop_tracing): Set stop_time.
364 (cmd_qtstatus): Report additional status.
365 (cmd_qtp): New function.
366 (handle_tracepoint_query): Call it.
367 (cmd_qtnotes): New function.
368 (handle_tracepoint_general_set): Call it.
369 (get_timestamp): Rename from tsv_get_timestamp.
370
405f8e94
SS
3712011-11-14 Stan Shebs <stan@codesourcery.com>
372 Kwok Cheung Yeung <kcy@codesourcery.com>
373
374 * linux-x86-low.c (small_jump_insn): New.
375 (i386_install_fast_tracepoint_jump_pad): Add arguments for
376 trampoline and error message, build a trampoline and issue a small
377 jump instruction to it.
378 (x86_install_fast_tracepoint_jump_pad): Add arguments for
379 trampoline and error message.
380 (x86_get_min_fast_tracepoint_insn_len): New.
381 (the_low_target): Add call to x86_get_min_fast_tracepoint_insn_len.
382 * linux-low.h (struct linux_target_ops): Add arguments to
383 install_fast_tracepoint_jump_pad operation, add new operation.
384 * linux-low.c (linux_install_fast_tracepoint_jump_pad): Add
385 arguments.
386 (linux_get_min_fast_tracepoint_insn_len): New function.
387 (linux_target_op): Add new operation.
388 * tracepoint.c (gdb_trampoline_buffer): New IPA variable.
389 (gdb_trampoline_buffer_end): Ditto.
390 (gdb_trampoline_buffer_error): Ditto.
391 (struct ipa_sym_addresses): Add fields for new IPA variables.
392 (symbol_list): Add entries for new IPA variables.
393 (struct tracepoint): Add fields to hold the address range of the
394 trampoline used by the tracepoint.
395 (trampoline_buffer_head): New static variable.
396 (trampoline_buffer_tail): Ditto.
397 (claim_trampoline_space): New function.
398 (have_fast_tracepoint_trampoline_buffer): New function.
399 (clone_fast_tracepoint): Fill in trampoline fields of tracepoint
400 structure.
401 (install_fast_tracepoint): Ditto, also add error buffer argument.
402 (cmd_qtminftpilen): New function.
403 (handle_tracepoint_query): Add response to qTMinFTPILen packet.
404 (fast_tracepoint_from_trampoline_address): New function.
405 (fast_tracepoint_collecting): Handle trampoline as part of jump
406 pad space.
407 (set_trampoline_buffer_space): New function.
408 (initialize_tracepoint): Initialize new IPA variables.
409 * target.h (struct target_ops): Add arguments to
410 install_fast_tracepoint_jump_pad operation, add new
411 get_min_fast_tracepoint_insn_len operation.
412 (target_get_min_fast_tracepoint_insn_len): New.
413 (install_fast_tracepoint_jump_pad): Add arguments.
414 * server.h (IPA_BUFSIZ): Define.
415 * linux-i386-ipa.c: Include extra header files.
416 (initialize_fast_tracepoint_trampoline_buffer): New function.
417 (initialize_low_tracepoint): Call it.
418 * server.h (set_trampoline_buffer_space): Declare.
419 (claim_trampoline_space): Ditto.
420 (have_fast_tracepoint_trampoline_buffer): Ditto.
421
1e4d1764
YQ
4222011-11-14 Yao Qi <yao@codesourcery.com>
423
424 * server.c (handle_query): Handle InstallInTrace for qSupported.
425 * tracepoint.c (add_tracepoint): Sort list.
426 (install_tracepoint, download_tracepoint): New.
427 (cmd_qtdp): Call them to install and download tracepoints.
428 (sort_tracepoints): Removed.
429 (cmd_qtstart): Update.
430
5c73ff4e
YQ
4312011-11-14 Yao Qi <yao@codesourcery.com>
432
433 * mem-break.c (inc_ref_fast_tracepoint_jump): New.
434 * mem-break.h: Declare.
435 * tracepoint.c (cmd_qtstart): Move some code to ...
436 (clone_fast_tracepoint, install_fast_tracepoint): ... here.
437 New.
438 (download_tracepoints): Move some code to ...
439 (download_tracepoint_1): ... here. New.
440
86a30030
YQ
4412011-11-08 Yao Qi <yao@codesourcery.com>
442
443 * remote-utils.c (relocate_instruction): A comment fix.
444
8d26e50c
JB
4452011-11-07 Joel Brobecker <brobecker@adacore.com>
446
447 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): Delete.
448 (i386_dr_low_get_control, i386_dr_low_get_status): Use
449 dr_status_mirror and dr_control_mirror from debug_reg_state.
450 (i386_dr_low_get_status): Use debug_reg_state.dr_status_mirror
451 (i386_initial_stuff): Remove use of deleted globals.
452 (i386_get_thread_context, i386_set_thread_context,
453 i386_thread_added): Use dr_status_mirror and dr_control_mirror
454 from debug_reg_state.
455
a59306a3
YQ
4562011-11-05 Yao Qi <yao@codesourcery.com>
457
458 * tracepoint.c (gdb_collect): Loop over tracepoints of same
459 address as TPOINT's.
460
3065dfb6
SS
4612011-11-02 Stan Shebs <stan@codesourcery.com>
462
463 * tracepoint.c (agent_mem_read_string): New function.
464 (eval_agent_expr): Call it for tracenz.
465 * server.c (handle_query): Report support for tracenz.
466
fd0d8c7c
YQ
4672011-11-02 Yao Qi <yao@codesourcery.com>
468
469 * tracepoint.c (cmd_qtstart): Remove unused local variables.
470
609086b1
YQ
4712011-11-02 Yao Qi <yao@codesourcery.com>
472
473 * target.h: Fix a typo in comment.
474
b9fd1791
PA
4752011-10-31 Pedro Alves <pedro@codesourcery.com>
476
477 * mem-break.c (check_mem_write): Add `myaddr' parameter. Don't
478 clobber the breakpoints' shadows with fast tracepoint jumps.
479 * mem-break.h (check_mem_write): Add `myaddr' parameter.
480 * target.c (write_inferior_memory): Also pass MYADDR down to
481 check_mem_write.
482
03583c20
UW
4832011-10-07 Ulrich Weigand <ulrich.weigand@linaro.org>
484
485 * configure.ac: Check support for personality routine.
486 * configure: Regenerate.
487 * config.in: Likewise.
488 * linux-low.c: Include <sys/personality.h>.
489 Define ADDR_NO_RANDOMIZE if necessary.
490 (linux_create_inferior): Disable address space randomization when
491 forking inferior, if requested.
492 (linux_supports_disable_randomization): New function.
493 (linux_target_ops): Install it.
494 * server.h (disable_randomization): Declare.
495 * server.c (disable_randomization): New global variable.
496 (handle_general_set): Handle QDisableRandomization.
497 (handle_query): Likewise for qSupported.
498 (main): Support --disable-randomization and --no-disable-randomization
499 command line arguments.
500 * target.h (struct target_ops): Add supports_disable_randomization.
501 (target_supports_disable_randomization): New macro.
502
723b724b
MF
5032011-09-29 Mike Frysinger <vapier@gentoo.org>
504
505 * linux-low.c (target_loadseg): Add defined PTRACE_GETFDPIC to the
506 ifdef check.
507 [PT_GETDSBT] (target_loadmap): Wrap in a defined PT_GETDSBT check.
508 [!PT_GETDSBT] (target_loadmap): New definition.
509 (LINUX_LOADMAP, LINUX_LOADMAP_EXEC, LINUX_LOADMAP_INTERP): Define.
510 (linux_read_loadmap): Change PTRACE_GETDSBT_EXEC to
511 LINUX_LOADMAP_EXEC, PTRACE_GETDSBT_INTERP to LINUX_LOADMAP_INTERP,
512 and PT_GETDSBT to LINUX_LOADMAP.
513 [!PT_GETDSBT] (linux_read_loadmap): Define to NULL.
514 (linux_target_ops): Delete unnecessary ifdef PT_GETDSBT check.
515
55329a5c 5162011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
71487fd7
UW
517
518 * linux-arm-low.c (struct arm_linux_hwbp_cap): Remove.
519 (arm_linux_hwbp_cap): New static variable.
520 (arm_linux_get_hwbp_cap): Replace by ...
521 (arm_linux_init_hwbp_cap): ... this new function.
522 (arm_linux_get_hw_breakpoint_count): Use arm_linux_hwbp_cap.
523 (arm_linux_get_hw_watchpoint_count): Likewise.
524 (arm_linux_get_hw_watchpoint_max_length): Likewise.
525 (arm_arch_setup): Call arm_linux_init_hwbp_cap.
526 (arm_prepare_to_resume): Use perror_with_name instead of error.
527
55329a5c 5282011-09-21 Ulrich Weigand <ulrich.weigand@linaro.org>
09b4ad9f
UW
529
530 * linux-arm-low.c: Include <signal.h>.
531 (PTRACE_GETHBPREGS, PTRACE_SETHBPREGS): Define if necessary.
532 (struct arm_linux_hwbp_cap): New data type.
533 (arm_hwbp_type, arm_hwbp_control_t): New typedefs.
534 (struct arm_linux_hw_breakpoint): New data type.
535 (MAX_BPTS, MAX_WPTS): Define.
536 (struct arch_process_info, struct arch_lwp_info): New data types.
537 (arm_linux_get_hwbp_cap): New function.
538 (arm_linux_get_hw_breakpoint_count): Likewise.
539 (arm_linux_get_hw_watchpoint_count): Likewise.
540 (arm_linux_get_hw_watchpoint_max_length): Likewise.
541 (arm_hwbp_control_initialize): Likewise.
542 (arm_hwbp_control_is_enabled): Likewise.
543 (arm_hwbp_control_is_initialized): Likewise.
544 (arm_hwbp_control_disable): Likewise.
545 (arm_linux_hw_breakpoint_equal): Likewise.
546 (arm_linux_hw_point_initialize): Likewise.
547 (struct update_registers_data): New data structure.
548 (update_registers_callback: New function.
549 (arm_insert_point): Likewise.
550 (arm_remove_point): Likewise.
551 (arm_stopped_by_watchpoint): Likewise.
552 (arm_stopped_data_address): Likewise.
553 (arm_new_process): Likewise.
554 (arm_new_thread): Likewise.
555 (arm_prepare_to_resume): Likewise.
556 (the_low_target): Register arm_insert_point, arm_remove_point,
557 arm_stopped_by_watchpoint, arm_stopped_data_address, arm_new_process,
558 arm_new_thread, and arm_prepare_to_resume.
559
6b9801d4
SS
5602011-09-15 Stan Shebs <stan@codesourcery.com>
561
562 * server.h (struct emit_ops): Add compare-goto fields.
563 * tracepoint.c (gdb_agent_op_sizes): New table.
564 (emit_eq_goto): New function.
565 (emit_ne_goto): New function.
566 (emit_lt_goto): New function.
567 (emit_le_goto): New function.
568 (emit_gt_goto): New function.
569 (emit_ge_goto): New function.
570 (is_goto_target): New function.
571 (compile_bytecodes): Recognize special cases of compare-goto
572 combinations and call specialized emitters for them.
573 * linux-x86-low.c (amd64_emit_eq_goto): New function.
574 (amd64_emit_ne_goto): New function.
575 (amd64_emit_lt_goto): New function.
576 (amd64_emit_le_goto): New function.
577 (amd64_emit_gt_goto): New function.
578 (amd64_emit_ge_goto): New function.
579 (amd64_emit_ops): Add the new functions.
580 (i386_emit_eq_goto): New function.
581 (i386_emit_ne_goto): New function.
582 (i386_emit_lt_goto): New function.
583 (i386_emit_le_goto): New function.
584 (i386_emit_gt_goto): New function.
585 (i386_emit_ge_goto): New function.
586 (i386_emit_ops): Add the new functions.
587
bf15cbda
SS
5882011-09-08 Stan Shebs <stan@codesourcery.com>
589
590 * linux-x86-low.c (i386_emit_prologue): Save %ebx.
591 (i386_emit_epilogue): Restore %ebx.
592
943ca1dd
JZ
5932011-08-31 Jie Zhang <jzhang918@gmail.com>
594
595 * server.c (step_thread): Remove definition.
596 (process_serial_event): Don't handle Hs.
597 * server.h (step_thread): Remove declaration.
598 * target.c (set_desired_inferior): Remove use of step_thread.
599
e3deef73
LM
6002011-08-24 Luis Machado <lgustavo@codesourcery.com>
601
602 * linux-low.c: Include linux-procfs.h.
603 (linux_attach_lwp_1): Update comments.
604 (linux_attach): Scan for existing threads when attaching to a
605 process that is the tgid.
606 * Makefile.in: Update dependencies.
607
13da1c97
LM
6082011-08-24 Luis Machado <lgustavo@codesourcery.com>
609
610 * configure.srv: Add linux-procfs.o dependencies.
611
881127c9
YQ
6122011-08-14 Yao Qi <yao@codesourcery.com>
613
614 * target.h (struct target_ops): Fix indent.
615 * win32-low.c (win32_target_ops): Fix comment.
616
58dbd541
YQ
6172011-08-14 Andrew Jenner <andrew@codesourcery.com>
618 Yao Qi <yao@codesourcery.com>
619
620 * Makefile.in (clean): Remove tic6x-*.c files.
621 (linux-tic6x-low.o, tic6x-c62x-linux.o, tic6x-c64x-linux.o): New rules.
622 (tic6x-c64xp-linux.o, tic6x-c62x-linux.c, tic6x-c64x-linux.c): Likewise.
623 (tic6x-c64xp-linux.c): Likewise.
624 * configure.srv: Add support for tic6x-*-uclinux.
625 * linux-tic6x-low.c: New.
626 * linux-low.c (PT_TEXT_ADDR, PT_DATA_ADDR, PT_TEXT_END_ADDR): Define.
627
78d85199
YQ
6282011-08-14 Andrew Stubbs <ams@codesourcery.com>
629 Yao Qi <yao@codesourcery.com>
630
631 * target.h (struct target_ops): Add read_loadmap.
632 * linux-low.c (struct target_loadseg): New type.
633 (struct target_loadmap): New type.
634 (linux_read_loadmap): New function.
635 (linux_target_ops): Add linux_read_loadmap.
636 * server.c (handle_query): Support qXfer:fdpic:read packet.
637 * win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
638
a959a88d
EZ
6392011-08-05 Eli Zaretskii <eliz@gnu.org>
640
641 * win32-low.c: Include <stdint.h>.
642
1ced966e
PA
6432011-07-22 Pedro Alves <pedro@codesourcery.com>
644
645 * i386-low.c (i386_insert_aligned_watchpoint): Don't pass the info
646 to the inferior here.
647 (i386_remove_aligned_watchpoint): Ditto.
648 (i386_handle_nonaligned_watchpoint): Return immediate on fail to
649 fit part of the watchpoint in the debug registers.
650 (i386_update_inferior_debug_regs): New.
651 (i386_low_insert_watchpoint): Work on a local mirror of the debug
652 registers, and only update the inferior on success.
653 (i386_low_remove_watchpoint): Ditto.
654
d26e3629
KY
6552011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
656
657 * linux-low.c (compare_ints, unique, list_threads, show_process,
658 linux_core_of_thread): Delete.
659 (linux_target_ops): Change linux_core_of_thread to
660 linux_common_core_of_thread.
661 (linux_qxfer_osdata): Defer to linux_common_xfer_osdata.
662 * utils.c (malloc_failure): Change type of argument.
663 (xmalloc, xrealloc, xcalloc, xsnprintf): Delete.
664 * Makefile.in (SFILES): Add common/common-utils.c, common/xml-utils.c,
665 common/linux-osdata.c, common/ptid.c and common/buffer.c.
666 (OBS): Add xml-utils.o, common-utils.o, ptid.o and buffer.o.
667 (IPA_OBJS): Add common-utils-ipa.o.
668 (ptid_h, linux_osdata_h): New macros.
669 (server_h): Add common/common-utils.h, common/xml-utils.h,
670 common/buffer.h, common/gdb_assert.h, common/gdb_locale.h and
671 common/ptid.h.
672 (common-utils-ipa.o, common-utils.o, xml-utils.o, linux-osdata.o,
673 ptid.o, buffer.o): New rules.
674 (linux-low.o): Add common/linux-osdata.h as a dependency.
675 * configure.srv (srv_tgtobj): Add linux-osdata.o to Linux targets.
676 * configure.ac: Add AC_HEADER_DIRENT check.
677 * config.in: Regenerate.
678 * configure: Regenerate.
679 * remote-utils.c (xml_escape_text): Delete.
680 (buffer_grow, buffer_free, buffer_init, buffer_finish,
681 buffer_xml_printf): Move to common/buffer.c.
682 * server.c (main): Remove call to initialize_inferiors.
683 * server.h (struct ptid, ptid_t, minus_one_ptid, null_ptid,
684 ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid,
685 ptid_equal, ptid_is_pid, initialize_inferiors, xml_escape_text,
686 internal_error, gdb_assert, gdb_assert_fail): Delete.
687 (struct buffer, buffer_grow, buffer_free, buffer_init, buffer_finish,
688 buffer_xml_printf, buffer_grow_str, buffer_grow_str0): Move to
689 common/buffer.h.
690 * inferiors.c (null_ptid, minus_one_ptid, ptid_build, pid_to_ptid,
691 ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid,
692 initialize_inferiors): Delete.
693
2275a1a7
PA
6942011-07-20 Pedro Alves <pedro@codesourcery.com>
695
696 * tracepoint.c (tracepoint_look_up_symbols): Return upon the first
697 symbol error.
698
0a5b1e09
PA
6992011-05-31 Pedro Alves <pedro@codesourcery.com>
700
701 * linux-x86-low.c (i386_dr_low_get_addr): Fix off by one in
702 assertion.
703 * win32-i386-low.c (i386_dr_low_get_addr): Ditto.
704
6938fd34
YQ
7052011-05-26 Yao Qi <yao@codesourcery.com>
706
707 * Makefile.in (thread-db.o): Track dependence to
708 common/gdb_thread_db.h.
709 * thread-db.c: include gdb_thread_db.h from right place.
710
b481f9e0
TT
7112011-05-16 Adrian Cornish <gnu@bluedreamer.com>
712
713 * linux-i386-ipa.c (supply_static_tracepoint_registers): Pass
714 __FILE__ and __LINE__ to internal_error.
715
98a5dd13
DE
7162011-05-13 Doug Evans <dje@google.com>
717
718 * thread-db.c (try_thread_db_load_from_sdir): New function.
719 (try_thread_db_load_from_dir): New function.
720 (thread_db_load_search): Handle $sdir, ignore $pdir.
721 Remove trying of system directories if search of
722 libthread-db-search-path fails, that is now done via $sdir.
723
d248b706
KY
7242011-05-12 Kwok Cheung Yeung <kcy@codesourcery.com>
725
726 * server.c (handle_query): Add EnableDisableTracepoints to the list
727 of supported features.
728 * tracepoint.c (clear_installed_tracepoints): Uninstall disabled
729 tracepoints.
730 (cmd_qtenable_disable): New.
731 (cmd_qtstart): Install tracepoints even if disabled.
732 (handle_tracepoint_general_set): Add call to cmd_qtenable_disable on
733 receiving a QTEnable or QTDisable packet.
734 (gdb_collect): Skip data collection if fast tracepoint is disabled.
735 (ust_marker_to_static_tracepoint): Do not ignore disabled static
736 tracepoints.
737 (gdb_probe): Skip data collection if static tracepoint is disabled.
738
84e578fb
DE
7392011-05-10 Doug Evans <dje@google.com>
740
741 * thread-db.c (thread_db_handle_monitor_command): Handle elided path.
742
71f55dd8
DE
7432011-05-04 Doug Evans <dje@google.com>
744
745 * linux-low.c (linux_join): Skip process lookup.
746 * spu-low.c (spu_join): Ditto.
747 * server.c (join_inferiors_callback): Delete.
748 (process_serial_event): For 'D' packet (detach) call join_inferior
749 directly.
750
4d393d60
JM
7512011-05-04 Joseph Myers <joseph@codesourcery.com>
752
753 * README: Don't mention xscale*-*-linux*.
754 * configure.srv (xscale*-*-linux*): Don't handle target.
755
b00ad6ff
NF
7562011-04-27 Nathan Froyd <froydnj@codesourcery.com>
757
758 * linux-x86-low.c (amd64_emit_const): Call memcpy instead of
759 casting pointers.
760 (amd64_emit_reg, amd64_emit_int_call_1, amd64_emit_void_call_2):
761 (i386_emit_const, i386_emit_reg, i386_emit_int_call_1):
762 (i386_emit_void_call_2): Likewise.
763
af96c192
YQ
7642011-04-26 Yao Qi <yao@codesourcery.com>
765
766 * linux-low.c: Move common macros to linux-ptrace.h.
767 Include linux-ptrace.h.
768 * Makefile.in (linux_ptrace_h): New.
769 (linux-low.o): Depends on linux-ptrace.h.
770
03f2bd59
JK
7712011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 * remote-utils.c (handle_accept_event): Close LISTEN_DESC only if
774 RUN_ONCE. Comment for the LISTEN_DESC delete_file_handler call.
775 (remote_prepare): New function with most of the TCP code from ...
776 (remote_open): ... here. Detect PORT here unconditionally. Move also
777 setting transport_is_reliable.
778 * server.c (run_once): New variable.
779 (gdbserver_usage): Document it.
780 (main): Set run_once for `--once'. Call remote_prepare. Exit after
781 the first run if RUN_ONCE.
782 * server.h (run_once, remote_prepare): New declarations.
783
7a9dd1b2
TT
7842011-04-19 Tom Tromey <tromey@redhat.com>
785
786 * win32-low.c (handle_load_dll): Remove duplicate "the".
787
81239425
PM
7882011-04-07 Pierre Muller <muller@ics.u-strasbg.fr>
789
790 Remove support for old Cygwin 1.5 versions.
791 * win32-low.c (win32_create_inferior): Use new cygwin_path_list
792 function to avoid warning.
793 (win32_add_one_solib): Use cygwin_conv_path function to avoid
794 warning.
795
9e0627f1
PM
7962011-03-18 Pierre Muller <muller@ics.u-strasbg.fr>
797
798 * gdbserver/server.h (Macro _): Define it if not available.
799
588eebee
MS
8002011-03-14 Michael Snyder <msnyder@vmware.com>
801
348af9f7 802 * hostio.c (handle_close): Remove unnecessary null test.
588eebee 803
43f70d4c
JB
8042011-03-10 Joel Brobecker <brobecker@adacore.com>
805
806 * Makefile.in (maintainer-clean realclean distclean): Remove
807 "make ... subdir_do" command.
808
348af9f7
MS
8092011-03-10 Michael Snyder <msnyder@vmware.com>
810
811 * tracepoint.c (tracepoint_finish_step): Fix loop variable.
812
813 * server.c (handle_v_run): Free alloced buffer on early return.
814
e637a4f5
YQ
8152011-03-09 Yao Qi <yao@codesourcery.com>
816
817 Revert:
818 2011-03-04 Yao Qi <yao@codesourcery.com>
819
820 * Makefile.in: Remove GNU make feature --directory.
821
822 2011-03-05 Yao Qi <yao@codesourcery.com>
823
824 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
825 (subdir_do): New make target. Copied from gdb/Makefile.
826 (maintainer-clean, realclean, distclean, clean): Call corresponding
827 make targets in common/Makefile.
828
829 2011-02-11 Yao Qi <yao@codesourcery.com>
830
831 * configure.ac: Call AC_PROG_RANLIB.
832 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
833 * configure: Regenerate.
834
e6edda56
JK
8352011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 * remote-utils.c (putpkt_binary_1): Calculate BUF2 size dynamically.
838
e5141119
JB
8392011-03-06 Yao Qi <yao@codesourcery.com>
840
841 * Makefile.in (REQUIRED_SUBDIRS): Remove $(LIBCOMMON_DIR).
842
64794aa4
JB
8432011-03-05 Yao Qi <yao@codesourcery.com>
844
845 * Makefile.in (CLEANDIRS, REQUIRED_SUBDIRS): New variable.
846 (subdir_do): New make target. Copied from gdb/Makefile.
847 (maintainer-clean, realclean, distclean, clean): Call corresponding
848 make targets in common/Makefile.
849
7a762829
YQ
8502011-03-04 Yao Qi <yao@codesourcery.com>
851
852 * Makefile.in: Remove GNU make feature --directory.
853
348af9f7
MS
8542011-03-04 Michael Snyder <msnyder@vmware.com>
855
856 * server.c (queue_stop_reply): Call xmalloc not malloc.
857
8582011-03-02 Michael Snyder <msnyder@vmware.com>
859
860 * linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
861
9f72fee2
MS
8622011-02-28 Michael Snyder <msnyder@vmware.com>
863
588eebee
MS
864 * tracepoint.c (cmd_qtv): Discard unused value 'packet'.
865 (cmd_qtframe): Ditto.
866 (cmd_qtbuffer): Ditto.
867 (cmd_bigqtbuffer): Ditto.
868
9f72fee2
MS
869 * utils.c (decimal2str): Initialize 'width' to nine, then
870 don't mess with it.
871
8040bd49
UW
8722011-02-28 Ulrich Weigand <uweigand@de.ibm.com>
873
874 * hostio.c (require_data): Free *data, not data.
875
7e52cbd0
JK
8762011-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
877
878 * hostio.c (require_data): Use free, not xfree.
879
9130f83e
MS
8802011-02-27 Michael Snyder <msnyder@vmware.com>
881
4b812f4e
MS
882 * server.c (handle_query): Discard unused value.
883
9130f83e
MS
884 * hostio.c (require_data): Free malloc memory before returning
885 error.
886
69d37113
MS
8872011-02-26 Michael Snyder <msnyder@vmware.com>
888
889 * linux-low.c (list_threads): Call closedir for dirent.
890
35f5825a
MS
8912011-02-27 Michael Snyder <msnyder@vmware.com>
892
2a589cef
MS
893 * i386-low.c (i386-length_and_rw_bits): Comment the fact that
894 a case statement falls through.
895
0adea5f7
MS
896 * linux-low.c (linux_xfer_siginfo): Fix fencepost error.
897
35f5825a
MS
898 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
899 in comparison.
900
238f1c74
MS
9012011-02-26 Michael Snyder <msnyder@vmware.com>
902
903 * utils.c (decimal2str): Eliminate dead code and dead param.
904 (pulongest): Drop dead param from call to decimal2str.
905 (plongest): Ditto.
906
633ff500
JB
9072011-02-24 Joel Brobecker <brobecker@adacore.com>
908
909 Revert the following patch (not approved yet):
910 2011-02-21 Hui Zhu <teawater@gmail.com>
911 * tracepoint.c (tp_printf): New function.
912 (eval_agent_expr): Handle gdb_agent_op_printf.
913
f9c6ff72
HZ
9142011-02-21 Hui Zhu <teawater@gmail.com>
915
916 * tracepoint.c (tp_printf): New function.
917 (eval_agent_expr): Handle gdb_agent_op_printf.
918
94d5e490
TT
9192011-02-18 Tom Tromey <tromey@redhat.com>
920
921 * Makefile.in (tracepoint-ipa.o): Depend on ax.def.
922 (tracepoint.o): Likewise.
923 * tracepoint.c (enum gdb_agent_op): Use ax.def.
924 (gdb_agent_op_names): Likewise.
925
c7f96d2b
TT
9262011-02-18 Tom Tromey <tromey@redhat.com>
927
928 * tracepoint.c (enum gdb_agent_op) <gdb_agent_op_pick,
929 gdb_agent_op_rot>: New constants.
930 (gdb_agent_op_names): Add pick and roll.
931 (eval_agent_expr) <gdb_agent_op_pick, gdb_agent_op_rot>: New
932 cases.
933
0feedb2c
JK
9342011-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
935
936 * aclocal.m4: Regenerated with aclocal-1.11.1.
937
b3b9301e
PA
9382011-02-14 Pedro Alves <pedro@codesourcery.com>
939
940 * server.c (handle_qxfer_traceframe_info): New.
941 (qxfer_packets): Register "traceframe-info".
942 (handle_query): Report support for qXfer:traceframe-info:read+.
943 * tracepoint.c (match_blocktype): New.
944 (traceframe_find_block_type): Rename to ...
945 (traceframe_walk_blocks): ... this. Add callback filter argument,
946 and use it.
947 (traceframe_find_block_type): New, reimplemented on top of
948 traceframe_walk_blocks.
949 (build_traceframe_info_xml): New.
950 (traceframe_read_info): New.
951 * server.h (traceframe_read_info): Declare.
952
4f3e6fb7
YQ
9532011-02-11 Yao Qi <yao@codesourcery.com>
954
955 * configure.ac: Call AC_PROG_RANLIB.
956 * Makefile.in: Remove signals.o from OBS. Link libcommon.a.
957 * configure: Regenerate.
958
764880b7
PA
9592011-02-07 Pedro Alves <pedro@codesourcery.com>
960
961 * server.c (gdb_read_memory): Change return semantics to allow
962 partial transfers.
963 (handle_search_memory_1): Adjust.
964 (process_serial_event) <'m' packet>: Handle partial transfers.
965 * tracepoint.c (traceframe_read_mem): Handle partial transfers.
966
1c79eb8a
PA
9672011-01-28 Pedro Alves <pedro@codesourcery.com>
968
969 * regcache.c (init_register_cache): Initialize
970 regcache->register_status.
971 (free_register_cache): Release regcache->register_status.
972 (regcache_cpy): Copy register_status.
973 (registers_to_string): Print 'x's for unavailable registers.
974 (supply_register): Mark the register's status valid or
975 unavailable, depending on whether a buffer was passed in or not.
976 (supply_register_zeroed): New.
977 (supply_regblock): Mark the registers' status valid or
978 unavailable, depending on whether a buffer was passed in or not.
979 * regcache.h (REG_UNAVAILABLE, REG_VALID): New defines.
980 (struct regcache): New `register_status' field.
981 (supply_register_zeroed): Declare.
982 * i387-fp.c (i387_xsave_to_cache): Zero out registers using
983 supply_register_zeroed, rather than passing a NULL buffer to
984 supply_register.
985 * tracepoint.c (fetch_traceframe_registers): Update comment.
986
85724a0e
PA
9872011-01-28 Pedro Alves <pedro@codesourcery.com>
988
989 * i387-fp.c (i387_xsave_to_cache): Make passing NULL as register
990 buffer explicit.
991
d08aafef
PA
9922011-01-25 Pedro Alves <pedro@codesourcery.com>
993
994 * server.h (decode_xfer_write): Change prototype.
995 * remote-utils.c (decode_xfer_write): Remove `annex' parameter,
996 and don't extract the annex here.
997 * server.c (decode_xfer_read): Remove `annex' parameter,
998 and don't extract the annex here.
999 (decode_xfer): New.
1000 (struct qxfer): New.
1001 (handle_qxfer_auxv, handle_qxfer_features, handle_qxfer_libraries)
1002 (handle_qxfer_osdata, handle_qxfer_siginfo, handle_qxfer_spu)
1003 (handle_qxfer_statictrace): New functions, abstracted out from
1004 handle_query, and made to use the struct qxfer interface.
1005 (handle_threads_qxfer_proper): Rename to ...
1006 (handle_qxfer_threads_proper): ... this.
1007 (handle_threads_qxfer): Rename to ...
1008 (handle_qxfer_threads): ... this. Adjust.
1009 (qxfer_packets): New array.
1010 (handle_qxfer): New function.
1011 (handle_query): Use handle_qxfer.
1012
493e2a69
MS
10132011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1014
1015 * gdbreplay.c: Shorten lines of >= 80 columns.
1016 * linux-low.c: Ditto.
1017 * linux-ppc-low.c: Ditto.
1018 * linux-s390-low.c: Ditto.
1019 * linux-sparc-low.c: Ditto.
1020 * linux-x86-low.c: Ditto.
1021 * linux-xtensa-low.c: Ditto.
1022 * mem-break.c: Ditto.
1023 * nto-low.c: Ditto.
1024 * regcache.h: Ditto.
1025 * remote-utils.c: Ditto.
1026 * server.c: Ditto.
1027 * server.h: Ditto.
1028 * thread-db.c: Ditto.
1029 * tracepoint.c: Ditto.
1030 * utils.c: Ditto.
1031 * win32-low.h: Ditto.
1032
44944448
JB
10332011-01-05 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdbserver/configure.ac, gdbserver/gdbserver.1: Copyright year
1036 update.
1037
71ce852c
JB
10382011-01-01 Joel Brobecker <brobecker@adacore.com>
1039
1040 * server.c (gdbserver_version): Update copyright year in version
1041 output.
1042 * gdbreplay.c (gdbreplay_version): Ditto.
1043
eb826dc6
MF
10442010-12-29 Jie Zhang <jie.zhang@analog.com>
1045
1046 * configure.srv (bfin-*-*linux*): Handle Blackfin/Linux targets.
1047 * linux-bfin-low.c: New file.
1048 * linux-low.c: Define PT_TEXT_ADDR, PT_TEXT_END_ADDR, and
1049 PT_DATA_ADDR for BFIN targets.
1050 * Makefile.in (SFILES): Add linux-bfin-low.c.
1051 (clean): Remove reg-bfin.c.
1052 (linux-bfin-low.o, reg-bfin.o, reg-bfin.c): New targets.
1053 * README: Mention supported Blackfin targets.
1054
39ab222a
MF
10552010-12-23 Mike Frysinger <vapier@gentoo.org>
1056
1057 * .gitignore: New file.
1058
a1f2ce7d
MF
10592010-11-16 Mike Frysinger <vapier@gentoo.org>
1060
1061 * linux-low.c (linux_tracefork_child): Add char* cast to arg.
1062
f474844c
JZ
10632010-10-22 Jie Zhang <jie@codesourcery.com>
1064
1065 * Makefile.in: Add FLAGS_TO_PASS variable.
1066 (install): Remove dependency of install-only and recursively
1067 invoke make for install-only.
1068
f1048712
DE
10692010-10-04 Doug Evans <dje@google.com>
1070
1071 * Makefile.in (uninstall): Use $(DESTDIR).
1072
b53a1623
PA
10732010-09-24 Pedro Alves <pedro@codesourcery.com>
1074
e6ee044d
PA
1075 PR gdb/11842
1076
b53a1623
PA
1077 * linux-x86-low.c (compat_siginfo_from_siginfo)
1078 (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
1079 si_code is < 0. Check for si_code == SI_TIMER before checking for
1080 si_code < 0.
1081
fa1bd1e4
JB
10822010-09-13 Joel Brobecker <brobecker@adacore.com>
1083
1084 * lynx-i386-low.c: New file.
1085 * configure.srv: Add handling of i[34567]86-*-lynxos* targets.
1086
47fac8f8
JB
10872010-09-13 Joel Brobecker <brobecker@adacore.com>
1088
1089 * lynx-low.c (ptrace_request_to_str): Remove handling for
1090 request values that have been removed in LynxOS 5.x.
1091
1adfc54d
JB
10922010-09-13 Joel Brobecker <brobecker@adacore.com>
1093
1094 * lynx-low.c, lynx-ppc-loc.c: Include <sys/ptrace.h> instead of
1095 <ptrace.h>
1096
c2a66c29
NS
10972010-09-09 Nathan Sidwell <nathan@codesourcery.com>
1098
1099 * configure.ac: Add --enable-inprocess-agent option.
1100 * configure: Rebuilt.
1101
32fcada3
YQ
11022010-09-06 Yao Qi <yao@codesourcery.com>
1103
1104 * linux-low.c (linux_kill): Remove unused variable.
1105 (linux_stabilize_threads): Likewise.
1106 * server.c (start_inferior): Likewise.
1107 (queue_stop_reply_callback): Likewise.
1108 * tracepoint.c (do_action_at_tracepoint): Likewise.
1109
0cccb683
YQ
11102010-09-06 Yao Qi <yao@codesourcery.com>
1111
1112 * linux-low.c (maybe_move_out_of_jump_pad): Restore current_inferior
1113 on return.
1114
423ec54c
JK
11152010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1116
1117 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER.
1118
12ac6819
PA
11192010-09-06 Pedro Alves <pedro@codesourcery.com>
1120
1121 * Makefile.in (install-only): Replace $IPA_DEPFILES with
1122 "$(IPA_DEPFILES)".
1123
8ed54b31
JB
11242010-09-01 Joel Brobecker <brobecker@adacore.com>
1125
1126 * gdbserver/lynx-low.c, gdbserver/lynx-low.h,
1127 gdbserver/lynx-ppc-low.c: New files.
1128 * Makefile.in (lynx_low_h): New variable.
1129 (lynx-low.o, lynx-ppc-low.o): New rules.
1130 * configure.ac: On LynxOS, link with -lnetinet.
1131 * configure.srv: Add handling of powerpc-*-lynxos* targets.
1132 * configure: regenerate.
1133
bb0116a4
JB
11342010-09-01 Joel Brobecker <brobecker@adacore.com>
1135
1136 * Makefile.in (vasprintf.o, vsnprintf.o): New rules.
1137 * configure.ac: Add check for vasprintf and vsnprintf.
1138 * configure, config.in: Regenerate.
1139 * server.h (vasprintf, vsnprintf): Add conditional declarations.
1140
a778ab81 11412010-09-01 Joel Brobecker <brobecker@adacore.com>
1142
1143 * gdbreplay.c: Move include of alloca.h up, next to include of
1144 malloc.h.
1145 * server.h: Add include of malloc.h.
1146 * mem-break.c: Remove include of malloc.h.
1147 * server.c, tracepoint.c, utils.c, win32-low.c: Likewise.
1148
8b034a19 11492010-09-01 Joel Brobecker <brobecker@adacore.com>
1150
1151 * Makefile.in (memmem.o): Build with -Wno-error.
1152
11532010-09-01 Joel Brobecker <brobecker@adacore.com>
1154
1155 * utils.c (xsnprintf): Make non-static.
1156 * server.h: Add xsnprintf declaration.
1157 * linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
1158 replace calls to snprintf by calls to xsnprintf throughout.
1159
11602010-09-01 Joel Brobecker <brobecker@adacore.com>
1161
1162 * configure.ac: Add configure check for alloca.
1163 * configure, config.in: Regenerate.
1164 * server.h: Include alloca.h if it exists.
1165 * gdbreplay.c: Include alloca.h if it exists.
1166
1a981360
PA
11672010-08-28 Pedro Alves <pedro@codesourcery.com>
1168
1169 * linux-low.c (__SIGRTMIN): Define if not already defined.
1170 (linux_create_inferior): Check for __ANDROID__ rather than
1171 __SIGRTMIN.
1172 (enqueue_one_deferred_signal): Don't requeue non-RT signals that
1173 are already deferred.
1174 (linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
1175 (linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
1176 stopped and already has a pending signal to report.
1177 (proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
1178 a pending signal to report or is moving out of a jump pad.
1179 (linux_init_signals): Check for __ANDROID__ rather than
1180 __SIGRTMIN.
1181
b4d51a55
PA
11822010-08-28 Pedro Alves <pedro@codesourcery.com>
1183
1184 * linux-low.c (linux_stabilize_threads): Wrap debug output in a
1185 debug_threads check. Avoid a linear search when not doing debug
1186 output.
1187
ec48365d
PA
11882010-08-27 Pedro Alves <pedro@codesourcery.com>
1189
1190 * event-loop.c (event_handle_func): Adjust to use gdb_fildes_t.
1191 (struct gdb_event) <fd>: Change type to gdb_fildes_t.
1192 (struct file_handler) <fd>: Change type to gdb_fildes_t.
1193 (process_event): Change local fd's type to gdb_fildes_t.
1194 (create_file_handler): Adjust prototype.
1195 (delete_file_handler): Adjust prototype.
1196 (handle_file_event): Adjust prototype. Use pfildes.
1197 (create_file_event): Adjsut prototype.
1198 * remote-utils.c (remote_desc, listen_desc): Change type to
1199 gdb_fildes_t.
1200 * server.h: New gdb_fildes_t typedef.
1201 [USE_WIN32API]: Include winsock2.h.
1202 (delete_file_handler, add_file_handler): Adjust prototypes.
1203 (pfildes): Declare.
1204 * utils.c (pfildes): New.
1205
854d88f0
PA
12062010-08-27 Pedro Alves <pedro@codesourcery.com>
1207
1208 * configure.ac (build_warnings): Add -Wno-char-subscripts.
1209 * configure: Regenerate.
1210
0146f85b
PA
12112010-08-27 Pedro Alves <pedro@codesourcery.com>
1212
1213 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...
1214 (linux_done_accessing_memory): ... this.
1215 (linux_target_ops): Adjust.
1216 * linux-x86-low.c (x86_insert_point, x86_remove_point): Adjust.
1217 * nto-low.c (nto_target_ops): Adjust comment.
1218 * server.c (gdb_read_memory, gdb_write_memory): Adjust.
1219 * spu-low.c (spu_target_ops): Adjust comment.
1220 * target.h (target_ops): Rename unprepare_to_access_memory field
1221 to done_accessing_memory.
1222 (unprepare_to_access_memory): Rename to ...
1223 (done_accessing_memory): ... this.
1224
90d74c30
PA
12252010-08-26 Pedro Alves <pedro@codesourcery.com>
1226
1227 * linux-low.c (linux_prepare_to_access_memory): New.
1228 (linux_unprepare_to_access_memory): New.
1229 (linux_target_ops): Install them.
1230 * server.c (read_memory): Rename to ...
1231 (gdb_read_memory): ... this. Use
1232 prepare_to_access_memory/prepare_to_access_memory.
1233 (write_memory): Rename to ...
1234 (gdb_write_memory): ... this. Use
1235 prepare_to_access_memory/prepare_to_access_memory.
1236 (handle_search_memory_1): Adjust.
1237 (process_serial_event): Adjust.
1238 * target.h (struct target_ops): New fields
1239 prepare_to_access_memory and unprepare_to_access_memory.
1240 (prepare_to_access_memory, unprepare_to_access_memory): New.
1241 * linux-x86-low.c (x86_insert_point, x86_remove_point): Use
1242 prepare_to_access_memory/prepare_to_access_memory.
1243 * nto-low.c (nto_target_ops): Adjust.
1244 * spu-low.c (spu_target_ops): Adjust.
1245 * win32-low.c (win32_target_ops): Adjust.
1246
fd467969
PA
12472010-08-26 Pedro Alves <pedro@codesourcery.com>
1248
1249 * Makefile.in (WARN_CFLAGS): Get it from configure.
1250 (WERROR_CFLAGS): New.
1251 (INTERNAL_CFLAGS): Add WERROR_CFLAGS.
1252 * configure.ac: Introduce --enable-werror, which adds -Werror to
1253 the compiler command line. Enabled by default. Disable with
1254 --disable-werror. Add -Wdeclaration-after-statement
1255 Wpointer-arith and -Wformat-nonliteral to warning flags.
1256 * configure: Regenerate.
1257
331e2f5f
PA
12582010-08-26 Pedro Alves <pedro@codesourcery.com>
1259
1260 * mem-break.c [HAVE_MALLOC_H]: Include malloc.h.
1261
e581f2b4
PA
12622010-08-26 Pedro Alves <pedro@codesourcery.com>
1263
1264 * gdbreplay.c (remote_error): New.
1265 (gdbchar): New.
1266 (expect): Use gdbchar. Check for error reading from GDB.
1267 Clarify sync error output.
1268 (play): Check for errors writing to GDB.
1269 * linux-low.c (sigchld_handler): Really ignore `write' errors.
1270 * remote-utils.c (getpkt): Check for errors writing to the remote
1271 descriptor.
1272
3c11dd79
PA
12732010-08-25 Pedro Alves <pedro@codesourcery.com>
1274
1275 * linux-low.c (linux_wait_1): Move non-debugging code out of
1276 `debug_threads' control.
1277
d20a8ad9
PA
12782010-08-25 Pedro Alves <pedro@codesourcery.com>
1279
1280 * linux-low.c (linux_wait_1): Don't set last_status here.
1281 * server.c (push_event, queue_stop_reply_callback): Assert we're
1282 not pushing a TARGET_WAITKIND_IGNORE event.
1283 (start_inferior, start_inferior, attach_inferior, handle_v_cont)
1284 (myresume, handle_target_event): Set the thread's last_resume_kind
1285 and last_status from the target returned status.
1286
964e4306
PA
12872010-08-25 Pedro Alves <pedro@codesourcery.com>
1288
1289 PR threads/10729
1290
1291 * linux-x86-low.c (update_debug_registers_callback): New.
1292 (i386_dr_low_set_addr): Use it.
1293 (i386_dr_low_get_addr): New.
1294 (i386_dr_low_set_control): Use update_debug_registers_callback.
1295 (i386_dr_low_get_control): New.
1296 (i386_dr_low_get_status): Adjust.
1297 * linux-low.c (linux_stop_lwp): New.
1298 * linux-low.h (linux_stop_lwp): Declare.
1299
1300 * i386-low.c (I386_DR_GET_RW_LEN): Take the dr7 contents as
1301 argument instead of a i386_debug_reg_state.
1302 (I386_DR_WATCH_HIT): Take the dr6 contents as argument instead of
1303 a i386_debug_reg_state.
1304 (i386_insert_aligned_watchpoint): Adjust.
1305 (i386_remove_aligned_watchpoint): Adjust.
1306 (i386_low_stopped_data_address): Read the debug registers from the
1307 inferior instead of from the mirrors.
1308 * i386-low.h (struct i386_debug_reg_state): Extend comment.
1309 (i386_dr_low_get_addr): Declare.
1310 (i386_dr_low_get_control): Declare.
1311 (i386_dr_low_get_status): Change prototype.
1312
1313 * win32-i386-low.c (dr_status_mirror, dr_control_mirror): New globals.
1314 (i386_dr_low_get_addr): New.
1315 (i386_dr_low_get_control): New.
1316 (i386_dr_low_get_status): Adjust prototype. Return
1317 dr_status_mirror.
1318 (i386_initial_stuff): Clear dr_status_mirror and
1319 dr_control_mirror.
1320 (i386_get_thread_context): Adjust.
1321 (i386_set_thread_context): Adjust.
1322 (i386_thread_added): Adjust.
1323
5f21a75b
PA
13242010-08-24 Pedro Alves <pedro@codesourcery.com>
1325
1326 * linux-low.h (linux_thread_area): Delete declaration.
1327
3e4c1235
TS
13282010-08-11 Thomas Schwinge <thomas@codesourcery.com>
1329
1330 * linux-low.c (linux_wait_1): Correctly return the ptid of the child
1331 after its termination.
1332
1971b033
PA
13332010-08-09 Pedro Alves <pedro@codesourcery.com>
1334
1335 * linux-low.c (gdb_wants_lwp_stopped): Delete.
1336 (gdb_wants_all_stopped): Delete.
1337 (linux_wait_1): Don't call them.
1338 * server.c (handle_v_cont): Tag all threads as want-stopped.
1339 (gdb_wants_thread_stopped): Fix comments. Tag the thread that
1340 stopped as "client-wants-stopped".
1341
310444ac
PA
13422010-07-31 Pedro Alves <pedro@codesourcery.com>
1343
1344 * Makefile.in (signals_h): New.
1345 (server_h): Depend on it.
1346 (server.o): Don't depend on $(signals_def).
1347 (signals.o): Depend on $(signals_def).
1348
a19cae16
JK
13492010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1350
1351 * Makefile.in (signals_def): New.
1352 (server_h): Append include/gdb/signals.h and signals_def.
1353 (server.o): Append signals_def.
1354
30d50328
JK
13552010-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 * server.c (handle_target_event): Use target_signal_to_host for
1358 resume_info.sig initialization.
1359 * target.h (struct thread_resume) <sig>: New comment.
1360
5c3216e2
OS
13612010-07-20 Ozkan Sezer <sezeroz@gmail.com>
1362
c6f46ca0
OS
1363 * server.c (handle_query): strcpy() the returned string from paddress()
1364 instead of sprintf().
5c3216e2
OS
1365 * utils.c (paddress): Return phex_nz().
1366
6bd31874
JB
13672010-07-07 Joel Brobecker <brobecker@adacore.com>
1368
1369 * server.c (handle_v_cont): Call mourn_inferior if process
1370 just exited.
1371 (myresume): Likewise.
1372
0fb4aa4b
PA
13732010-07-01 Pedro Alves <pedro@codesourcery.com>
1374
1375 Static tracepoints, and integration with UST.
1376
1377 * configure.ac: Handle --with-ust. substitute ustlibs and ustinc.
1378 * mem-break.c (uninsert_all_breakpoints)
1379 (reinsert_all_breakpoints): New.
1380 * mem-break.h (reinsert_all_breakpoints, uninsert_all_breakpoints):
1381 * tracepoint.c (ust_loaded, helper_thread_id, cmd_buf): New.
1382 (gdb_agent_ust_loaded, helper_thread_id)
1383 (gdb_agent_helper_thread_id): New macros.
1384 (struct ipa_sym_addresses): Add addr_ust_loaded,
1385 addr_helper_thread_id, addr_cmd_buf.
1386 (symbol_list): Add ust_loaded, helper_thread_id, cmd_buf.
1387 (in_process_agent_loaded_ust): New.
1388 (write_e_ust_not_loaded): New.
1389 (maybe_write_ipa_ust_not_loaded): New.
1390 (struct collect_static_trace_data_action): New.
1391 (enum tracepoint_type) <static_tracepoint>: New.
1392 (struct tracepoint) <handle>: Mention static tracepoints.
1393 (struct static_tracepoint_ctx): New.
1394 (CMD_BUF_SIZE): New.
1395 (add_tracepoint_action): Handle static tracepoint actions.
1396 (unprobe_marker_at): New.
1397 (clear_installed_tracepoints): Handle static tracepoints.
1398 (cmd_qtdp): Handle static tracepoints.
1399 (probe_marker_at): New.
1400 (cmd_qtstart): Handle static tracepoints.
1401 (response_tracepoint): Handle static tracepoints.
1402 (cmd_qtfstm, cmd_qtsstm, cmd_qtstmat): New.
1403 (handle_tracepoint_query): Handle qTfSTM, qTsSTM and qTSTMat.
1404 (get_context_regcache): Handle static tracepoints.
1405 (do_action_at_tracepoint): Handle static tracepoint actions.
1406 (traceframe_find_block_type): Handle static trace data blocks.
1407 (traceframe_read_sdata): New.
1408 (download_tracepoints): Download static tracepoint actions.
1409 [HAVE_UST] Include ust/ust.h, dlfcn.h, sys/socket.h, and sys/un.h.
1410 (GDB_PROBE_NAME): New.
1411 (ust_ops): New.
1412 (GET_UST_SYM): New.
1413 (USTF): New.
1414 (dlsym_ust): New.
1415 (ust_marker_to_static_tracepoint): New.
1416 (gdb_probe): New.
1417 (collect_ust_data_at_tracepoint): New.
1418 (gdb_ust_probe): New.
1419 (UNIX_PATH_MAX, SOCK_DIR): New.
1420 (gdb_ust_connect_sync_socket): New.
1421 (resume_thread, stop_thread): New.
1422 (run_inferior_command): New.
1423 (init_named_socket): New.
1424 (gdb_ust_socket_init): New.
1425 (cstr_to_hexstr): New.
1426 (next_st): New.
1427 (first_marker, next_marker): New.
1428 (response_ust_marker): New.
1429 (cmd_qtfstm, cmd_qtsstm): New.
1430 (unprobe_marker_at, probe_marker_at): New.
1431 (cmd_qtstmat, gdb_ust_thread): New.
1432 (gdb_ust_init): New.
1433 (initialize_tracepoint_ftlib): Call gdb_ust_init.
1434 * linux-amd64-ipa.c [HAVE_UST]: Include ust/processor.h
1435 (ST_REGENTRY): New.
1436 (x86_64_st_collect_regmap): New.
1437 (X86_64_NUM_ST_COLLECT_GREGS): New.
1438 (AMD64_RIP_REGNUM): New.
1439 (supply_static_tracepoint_registers): New.
1440 * linux-i386-ipa.c [HAVE_UST]: Include ust/processor.h
1441 (ST_REGENTRY): New.
1442 (i386_st_collect_regmap): New.
1443 (i386_NUM_ST_COLLECT_GREGS): New.
1444 (supply_static_tracepoint_registers): New.
1445 * server.c (handle_query): Handle qXfer:statictrace:read.
1446 <qSupported>: Report support for StaticTracepoints, and
1447 qXfer:statictrace:read features.
1448 * server.h (traceframe_read_sdata)
1449 (supply_static_tracepoint_registers): Declare.
1450 * remote-utils.c (convert_int_to_ascii, hexchars, ishex, tohex)
1451 (unpack_varlen_hex): Include in IPA build.
1452 * Makefile.in (ustlibs, ustinc): New.
1453 (IPA_OBJS): Add remote-utils-ipa.o.
1454 ($(IPA_LIB)): Link -ldl and -lpthread.
1455 (UST_CFLAGS): New.
1456 (IPAGENT_CFLAGS): Add UST_CFLAGS.
1457 * config.in, configure: Regenerate.
1458
9e4344e5
PA
14592010-06-20 Ian Lance Taylor <iant@google.com>
1460 Pedro Alves <pedro@codesourcery.com>
1461
1462 * linux-x86-low.c (always_true): Delete.
1463 (EMIT_ASM, EMIT_ASM32): Use an uncondition asm jmp instead of
1464 trying to fool the compiler with always_true.
1465
c6beb2cb
PA
14662010-06-20 Pedro Alves <pedro@codesourcery.com>
1467
1468 * tracepoint.c (condition_true_at_tracepoint): Don't run compiled
1469 conditions in gdbserver.
1470
d2ed6730
UW
14712010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
1472
1473 * spu-low.c (spu_read_memory): Wrap around local store limit.
1474 (spu_write_memory): Likewise.
1475
4e29fb54
PA
14762010-06-15 Pedro Alves <pedro@codesourcery.com>
1477
1478 * linux-x86-low.c (amd64_emit_const, amd64_emit_void_call_2)
1479 (i386_emit_const, i386_emit_void_call_2): Replace int64_t uses with
1480 LONGEST uses.
1481 * server.h (struct emit_ops): Replace int64_t uses with LONGEST
1482 uses.
1483 * tracepoint.c (emit_const, emit_void_call_2): Replace int64_t
1484 uses with LONGEST uses.
1485
6a271cae
PA
14862010-06-14 Stan Shebs <stan@codesourcery.com>
1487 Pedro Alves <pedro@codesourcery.com>
1488
1489 Bytecode compiler.
1490
1491 * linux-x86-low.c: Include limits.h.
1492 (add_insns): New.
1493 (always_true): New.
1494 (EMIT_ASM): New.
1495 (EMIT_ASM32): New.
1496 (amd64_emit_prologue, amd64_emit_epilogue, amd64_emit_add)
1497 (amd64_emit_sub, amd64_emit_mul, amd64_emit_lsh)
1498 (amd64_emit_rsh_signed, amd64_emit_rsh_unsigned, amd64_emit_ext,
1499 (amd64_emit_log_not, amd64_emit_bit_and, amd64_emit_bit_or)
1500 (amd64_emit_bit_xor, amd64_emit_bit_not, amd64_emit_equal,
1501 (amd64_emit_less_signed, amd64_emit_less_unsigned, amd64_emit_ref,
1502 (amd64_emit_if_goto, amd64_emit_goto, amd64_write_goto_address)
1503 (amd64_emit_const, amd64_emit_call, amd64_emit_reg)
1504 (amd64_emit_pop, amd64_emit_stack_flush, amd64_emit_zero_ext)
1505 (amd64_emit_swap, amd64_emit_stack_adjust, amd64_emit_int_call_1)
1506 (amd64_emit_void_call_2): New.
1507 (amd64_emit_ops): New.
1508 (i386_emit_prologue, i386_emit_epilogue, i386_emit_add)
1509 (i386_emit_sub,i386_emit_mul, i386_emit_lsh, i386_emit_rsh_signed)
1510 (i386_emit_rsh_unsigned, i386_emit_ext, i386_emit_log_not)
1511 (i386_emit_bit_and, i386_emit_bit_or, i386_emit_bit_xor)
1512 (i386_emit_bit_not, i386_emit_equal, i386_emit_less_signed)
1513 (i386_emit_less_unsigned, i386_emit_ref, i386_emit_if_goto)
1514 (i386_emit_goto, i386_write_goto_address, i386_emit_const)
1515 (i386_emit_call, i386_emit_reg, i386_emit_pop)
1516 (i386_emit_stack_flush, i386_emit_zero_ext, i386_emit_swap)
1517 (i386_emit_stack_adjust, i386_emit_int_call_1)
1518 (i386_emit_void_call_2): New.
1519 (i386_emit_ops): New.
1520 (x86_emit_ops): New.
1521 (the_low_target): Install x86_emit_ops.
1522 * server.h (struct emit_ops): New.
1523 (get_raw_reg_func_addr): Declare.
1524 (current_insn_ptr, emit_error): Declare.
1525 * tracepoint.c (get_raw_reg, get_trace_state_variable_value)
1526 (set_trace_state_variable_value): New defines.
1527 (struct ipa_sym_addresses): New fields addr_get_raw_reg,
1528 addr_get_trace_state_variable_value and
1529 addr_set_trace_state_variable_value.
1530 (symbol_list): New fields for get_raw_reg,
1531 get_trace_state_variable_value and set_trace_state_variable_value.
1532 (condfn): New typedef.
1533 (struct tracepoint): New field `compiled_cond'.
1534 (do_action_at_tracepoint): Clear compiled_cond.
1535 (get_trace_state_variable_value, set_trace_state_variable_value):
1536 Export in the IPA.
1537 (condition_true_at_tracepoint): If there's a compiled condition,
1538 run that.
1539 (current_insn_ptr, emit_error): New globals.
1540 (struct bytecode_address): New.
1541 (get_raw_reg_func_addr): New.
1542 (emit_prologue, emit_epilogue, emit_add, emit_sub, emit_mul)
1543 (emit_lsh, emit_rsh_signed, emit_rsh_unsigned, emit_ext)
1544 (emit_log_not, emit_bit_and, emit_bit_or, emit_bit_xor)
1545 (emit_bit_not, emit_equal, emit_less_signed, emit_less_unsigned)
1546 (emit_ref, emit_if_goto, emit_goto, write_goto_address, emit_const)
1547 (emit_reg, emit_pop, emit_stack_flush, emit_zero_ext, emit_swap)
1548 (emit_stack_adjust, emit_int_call_1, emit_void_call_2): New.
1549 (compile_tracepoint_condition, compile_bytecodes): New.
1550 * target.h (emit_ops): Forward declare.
1551 (struct target_ops): New field emit_ops.
1552 (target_emit_ops): New.
1553 * linux-amd64-ipa.c (gdb_agent_get_raw_reg): New.
1554 * linux-i386-ipa.c (gdb_agent_get_raw_reg): New.
1555 * linux-low.c (linux_emit_ops): New.
1556 (linux_target_ops): Install it.
1557 * linux-low.h (struct linux_target_ops): New field emit_ops.
1558
92b72907
UW
15592010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
1560
1561 * linux-ppc-low.c (ppc_arch_setup): Use private regcache to test MSR.
1562 * linux-s390-low.c (ppc_arch_setup): Use private regcache to test PSW.
1563
fa593d66
PA
15642010-06-01 Pedro Alves <pedro@codesourcery.com>
1565 Stan Shebs <stan@codesourcery.com>
1566
1567 * Makefile.in (IPA_DEPFILES, extra_libraries): New.
1568 (all): Depend on $(extra_libraries).
1569 (install-only): Install the IPA.
1570 (IPA_OBJS, IPA_LIB): New.
1571 (clean): Remove the IPA lib.
1572 (IPAGENT_CFLAGS): New.
1573 (tracepoint-ipa.o, utils-ipa.o, remote-utils-ipa.o)
1574 (regcache-ipa.o, i386-linux-ipa.o, linux-i386-ipa.o)
1575 (linux-amd64-ipa.o, amd64-linux-ipa.o): New rules.
1576 * linux-amd64-ipa.c, linux-i386-ipa.c: New files.
1577 * configure.ac: Check for atomic builtins support in the compiler.
1578 (IPA_DEPFILES, extra_libraries): Define.
1579 * configure.srv (ipa_obj): Add description.
1580 (ipa_i386_linux_regobj, ipa_amd64_linux_regobj): Define.
1581 (i[34567]86-*-linux*): Set ipa_obj.
1582 (x86_64-*-linux*): Set ipa_obj.
1583 * linux-low.c (stabilizing_threads): New.
1584 (supports_fast_tracepoints): New.
1585 (linux_detach): Stabilize threads before detaching.
1586 (handle_tracepoints): Handle internal tracing breakpoints. Assert
1587 the lwp is either not stabilizing, or is moving out of a jump pad.
1588 (linux_fast_tracepoint_collecting): New.
1589 (maybe_move_out_of_jump_pad): New.
1590 (enqueue_one_deferred_signal): New.
1591 (dequeue_one_deferred_signal): New.
1592 (linux_wait_for_event_1): If moving out of a jump pad, defer
1593 pending signals to later.
1594 (linux_stabilize_threads): New.
1595 (linux_wait_1): Check if threads need moving out of jump pads, and
1596 do it if so.
1597 (stuck_in_jump_pad_callback): New.
1598 (move_out_of_jump_pad_callback): New.
1599 (lwp_running): New.
1600 (linux_resume_one_lwp): Handle moving out of jump pads.
1601 (linux_set_resume_request): Dequeue deferred signals.
1602 (need_step_over_p): Also step over fast tracepoint jumps.
1603 (start_step_over): Also uninsert fast tracepoint jumps.
1604 (finish_step_over): Also reinsert fast tracepoint jumps.
1605 (linux_install_fast_tracepoint_jump): New.
1606 (linux_target_ops): Install linux_stabilize_threads and
1607 linux_install_fast_tracepoint_jump_pad.
1608 * linux-low.h (linux_target_ops) <get_thread_area,
1609 install_fast_tracepoint_jump_pad>: New fields.
1610 (struct lwp_info) <collecting_fast_tracepoint,
1611 pending_signals_to_report, exit_jump_pad_bkpt>: New fields.
1612 (linux_get_thread_area): Declare.
1613 * linux-x86-low.c (jump_insn): New.
1614 (x86_get_thread_area): New.
1615 (append_insns): New.
1616 (push_opcode): New.
1617 (amd64_install_fast_tracepoint_jump_pad): New.
1618 (i386_install_fast_tracepoint_jump_pad): New.
1619 (x86_install_fast_tracepoint_jump_pad): New.
1620 (the_low_target): Install x86_get_thread_area and
1621 x86_install_fast_tracepoint_jump_pad.
1622 * mem-break.c (set_raw_breakpoint_at): Use read_inferior_memory.
1623 (struct fast_tracepoint_jump): New.
1624 (fast_tracepoint_jump_insn): New.
1625 (fast_tracepoint_jump_shadow): New.
1626 (find_fast_tracepoint_jump_at): New.
1627 (fast_tracepoint_jump_here): New.
1628 (delete_fast_tracepoint_jump): New.
1629 (set_fast_tracepoint_jump): New.
1630 (uninsert_fast_tracepoint_jumps_at): New.
1631 (reinsert_fast_tracepoint_jumps_at): New.
1632 (set_breakpoint_at): Use write_inferior_memory.
1633 (uninsert_raw_breakpoint): Use write_inferior_memory.
1634 (check_mem_read): Mask out fast tracepoint jumps.
1635 (check_mem_write): Mask out fast tracepoint jumps.
1636 * mem-break.h (struct fast_tracepoint_jump): Forward declare.
1637 (set_fast_tracepoint_jump): Declare.
1638 (delete_fast_tracepoint_jump)
1639 (fast_tracepoint_jump_here, uninsert_fast_tracepoint_jumps_at)
1640 (reinsert_fast_tracepoint_jumps_at): Declare.
1641 * regcache.c: Don't compile many functions when building the
1642 in-process agent library.
1643 (init_register_cache) [IN_PROCESS_AGENT]: Don't allow allocating
1644 the register buffer in the heap.
1645 (free_register_cache): If the register buffer isn't owned by the
1646 regcache, don't free it.
1647 (set_register_cache) [IN_PROCESS_AGENT]: Don't re-alocate
1648 pre-existing register caches.
1649 * remote-utils.c (convert_int_to_ascii): Constify `from' parameter
1650 type.
1651 (convert_ascii_to_int): : Constify `from' parameter type.
1652 (decode_M_packet, decode_X_packet): Replace the `to' parameter by
1653 a `to_p' pointer to pointer parameter. If TO_P is NULL, malloc
1654 the needed buffer in-place.
1655 (relocate_instruction): New.
1656 * server.c (handle_query) <qSymbols>: If the target supports
1657 tracepoints, give it a chance of looking up symbols. Report
1658 support for fast tracepoints.
1659 (handle_status): Stabilize threads.
1660 (process_serial_event): Adjust.
1661 * server.h (struct fast_tracepoint_jump): Forward declare.
1662 (struct process_info) <fast_tracepoint_jumps>: New field.
1663 (convert_ascii_to_int, convert_int_to_ascii): Adjust.
1664 (decode_X_packet, decode_M_packet): Adjust.
1665 (relocate_instruction): Declare.
1666 (in_process_agent_loaded): Declare.
1667 (tracepoint_look_up_symbols): Declare.
1668 (struct fast_tpoint_collect_status): Declare.
1669 (fast_tracepoint_collecting): Declare.
1670 (force_unlock_trace_buffer): Declare.
1671 (handle_tracepoint_bkpts): Declare.
1672 (initialize_low_tracepoint)
1673 (supply_fast_tracepoint_registers) [IN_PROCESS_AGENT]: Declare.
1674 * target.h (struct target_ops) <stabilize_threads,
1675 install_fast_tracepoint_jump_pad>: New fields.
1676 (stabilize_threads, install_fast_tracepoint_jump_pad): New.
1677 * tracepoint.c [HAVE_MALLOC_H]: Include malloc.h.
1678 [HAVE_STDINT_H]: Include stdint.h.
1679 (trace_debug_1): Rename to ...
1680 (trace_vdebug): ... this.
1681 (trace_debug): Rename to ...
1682 (trace_debug_1): ... this. Add `level' parameter.
1683 (trace_debug): New.
1684 (ATTR_USED, ATTR_NOINLINE): New.
1685 (IP_AGENT_EXPORT): New.
1686 (gdb_tp_heap_buffer, gdb_jump_pad_buffer, gdb_jump_pad_buffer_end)
1687 (collecting, gdb_collect, stop_tracing, flush_trace_buffer)
1688 (about_to_request_buffer_space, trace_buffer_is_full)
1689 (stopping_tracepoint, expr_eval_result, error_tracepoint)
1690 (tracepoints, tracing, trace_buffer_ctrl, trace_buffer_ctrl_curr)
1691 (trace_buffer_lo, trace_buffer_hi, traceframe_read_count)
1692 (traceframe_write_count, traceframes_created)
1693 (trace_state_variables)
1694 New renaming defines.
1695 (struct ipa_sym_addresses): New.
1696 (STRINGIZE_1, STRINGIZE, IPA_SYM): New.
1697 (symbol_list): New.
1698 (ipa_sym_addrs): New.
1699 (all_tracepoint_symbols_looked_up): New.
1700 (in_process_agent_loaded): New.
1701 (write_e_ipa_not_loaded): New.
1702 (maybe_write_ipa_not_loaded): New.
1703 (tracepoint_look_up_symbols): New.
1704 (debug_threads) [IN_PROCESS_AGENT]: New.
1705 (read_inferior_memory) [IN_PROCESS_AGENT]: New.
1706 (UNKNOWN_SIDE_EFFECTS): New.
1707 (stop_tracing): New.
1708 (flush_trace_buffer): New.
1709 (stop_tracing_bkpt): New.
1710 (flush_trace_buffer_bkpt): New.
1711 (read_inferior_integer): New.
1712 (read_inferior_uinteger): New.
1713 (read_inferior_data_pointer): New.
1714 (write_inferior_data_pointer): New.
1715 (write_inferior_integer): New.
1716 (write_inferior_uinteger): New.
1717 (struct collect_static_trace_data_action): Delete.
1718 (enum tracepoint_type): New.
1719 (struct tracepoint) <type>: New field `type'.
1720 <actions_str, step_actions, step_actions_str>: Only include in GDBserver.
1721 <orig_size, obj_addr_on_target, adjusted_insn_addr>
1722 <adjusted_insn_addr_end, jump_pad, jump_pad_end>: New fields.
1723 (tracepoints): Use IP_AGENT_EXPORT.
1724 (last_tracepoint): Don't include in the IPA.
1725 (stopping_tracepoint): Use IP_AGENT_EXPORT.
1726 (trace_buffer_is_full): Use IP_AGENT_EXPORT.
1727 (alloced_trace_state_variables): New.
1728 (trace_state_variables): Use IP_AGENT_EXPORT.
1729 (traceframe_t): Delete unused variable.
1730 (circular_trace_buffer): Don't include in the IPA.
1731 (trace_buffer_start): Delete.
1732 (struct trace_buffer_control): New.
1733 (trace_buffer_free): Delete.
1734 (struct ipa_trace_buffer_control): New.
1735 (GDBSERVER_FLUSH_COUNT_MASK, GDBSERVER_FLUSH_COUNT_MASK_PREV)
1736 (GDBSERVER_FLUSH_COUNT_MASK_CURR, GDBSERVER_UPDATED_FLUSH_COUNT_BIT):
1737 New.
1738 (trace_buffer_ctrl): New.
1739 (TRACE_BUFFER_CTRL_CURR): New.
1740 (trace_buffer_start, trace_buffer_free, trace_buffer_end_free):
1741 Reimplement as macros.
1742 (trace_buffer_wrap): Delete.
1743 (traceframe_write_count, traceframe_read_count)
1744 (traceframes_created, tracing): Use IP_AGENT_EXPORT.
1745 (struct tracepoint_hit_ctx) <type>: New field.
1746 (struct fast_tracepoint_ctx): New.
1747 (memory_barrier): New.
1748 (cmpxchg): New.
1749 (record_tracepoint_error): Update atomically in the IPA.
1750 (clear_inferior_trace_buffer): New.
1751 (about_to_request_buffer_space): New.
1752 (trace_buffer_alloc): Handle GDBserver and inferior simulatenous
1753 updating the same buffer.
1754 (add_tracepoint): Default the tracepoint's type to trap
1755 tracepoint, and orig_size to -1.
1756 (get_trace_state_variable) [IN_PROCESS_AGENT]: Handle allocated
1757 internal variables.
1758 (create_trace_state_variable): New parameter `gdb'. Handle it.
1759 (clear_installed_tracepoints): Clear fast tracepoint jumps.
1760 (cmd_qtdp): Handle fast tracepoints.
1761 (cmd_qtdv): Adjust.
1762 (max_jump_pad_size): New.
1763 (gdb_jump_pad_head): New.
1764 (get_jump_space_head): New.
1765 (claim_jump_space): New.
1766 (sort_tracepoints): New.
1767 (MAX_JUMP_SIZE): New.
1768 (cmd_qtstart): Handle fast tracepoints. Sync tracepoints with the
1769 IPA.
1770 (stop_tracing) [IN_PROCESS_AGENT]: Don't include the tdisconnected
1771 support. Upload fast traceframes, and delete internal IPA
1772 breakpoints.
1773 (stop_tracing_handler): New.
1774 (flush_trace_buffer_handler): New.
1775 (cmd_qtstop): Upload fast tracepoints.
1776 (response_tracepoint): Handle fast tracepoints.
1777 (tracepoint_finished_step): Upload fast traceframes. Set the
1778 tracepoint hit context's tracepoint type.
1779 (handle_tracepoint_bkpts): New.
1780 (tracepoint_was_hit): Set the tracepoint hit context's tracepoint
1781 type. Add comment about fast tracepoints.
1782 (collect_data_at_tracepoint) [IN_PROCESS_AGENT]: Don't access the
1783 non-existing action_str field.
1784 (get_context_regcache): Handle fast tracepoints.
1785 (do_action_at_tracepoint) [!IN_PROCESS_AGENT]: Don't write the PC
1786 to the regcache.
1787 (fast_tracepoint_from_jump_pad_address): New.
1788 (fast_tracepoint_from_ipa_tpoint_address): New.
1789 (collecting_t): New.
1790 (force_unlock_trace_buffer): New.
1791 (fast_tracepoint_collecting): New.
1792 (collecting): New.
1793 (gdb_collect): New.
1794 (write_inferior_data_ptr): New.
1795 (target_tp_heap): New.
1796 (target_malloc): New.
1797 (download_agent_expr): New.
1798 (UALIGN): New.
1799 (download_tracepoints): New.
1800 (download_trace_state_variables): New.
1801 (upload_fast_traceframes): New.
1802 (IPA_FIRST_TRACEFRAME): New.
1803 (IPA_NEXT_TRACEFRAME_1): New.
1804 (IPA_NEXT_TRACEFRAME): New.
1805 [IN_PROCESS_AGENT]: Include sys/mman.h and fcntl.h.
1806 [IN_PROCESS_AGENT] (gdb_tp_heap_buffer, gdb_jump_pad_buffer)
1807 (gdb_jump_pad_buffer_end): New.
1808 [IN_PROCESS_AGENT] (initialize_tracepoint_ftlib): New.
1809 (initialize_tracepoint): Adjust.
1810 [IN_PROCESS_AGENT]: Allocate the IPA heap, and jump pad scratch
1811 buffer. Initialize the low module.
1812 * utils.c (PREFIX, TOOLNAME): New.
1813 (malloc_failure): Use PREFIX.
1814 (error): In the IPA, an error causes an exit.
1815 (fatal, warning): Use PREFIX.
1816 (internal_error): Use TOOLNAME.
1817 (NUMCELLS): Increase to 10.
1818 * configure, config.in: Regenerate.
1819
d149dd1d
PA
18202010-06-01 Pedro Alves <pedro@codesourcery.com>
1821
1822 * server.c (handle_query) <qSupported>: Do two passes over the
1823 qSupported string to avoid nesting strtok.
1824
f6528abd
JK
18252010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1826
1827 * Makefile.in (SFILES): Add $(srcdir)/proc-service.list.
1828 (CDEPS): New.
1829 * configure.ac (RDYNAMIC): New AC_MSG_CHECKING wrapping. Test also
1830 -Wl,--dynamic-list.
1831 * configure: Regenerate.
1832 * proc-service.list: New.
1833
ca2a87a0
JK
18342010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * linux-low.c (linux_core_of_thread): Fix crash on invalid CONTENT.
1837 New comment.
1838
363a6e9f
OS
18392010-05-26 Ozkan Sezer <sezeroz@gmail.com>
1840
1841 * gdbreplay.c (remote_open): Check error return from socket() call by
1842 its equality to -1 not by it being negative.
1843 * remote-utils.c (remote_open): Likewise.
1844
d23b6cb1
PA
18452010-05-23 Pedro Alves <pedro@codesourcery.com>
1846
1847 * config.h: Regenerate.
1848
28d3cf85
MK
18492010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1850
1851 * linux-m68k-low.c (ps_get_thread_area): Don't define if kernel
1852 doesn't provide PTRACE_GET_THREAD_AREA.
1853
fea36a59
MK
18542010-05-19 Maxim Kuvyrkov <maxim@codesourcery.com>
1855
1856 * linux-m68k-low.c: Include <asm/ptrace.h>
1857 (ps_get_thread_area): Implement.
1858
24b066ba
DE
18592010-05-03 Doug Evans <dje@google.com>
1860
1861 * event-loop.c (struct callback_event): New struct.
1862 (callback_list): New global.
1863 (append_callback_event, delete_callback_event): New functions.
1864 (process_callback): New function.
1865 (start_event_loop): Call it.
1866 * remote-utils.c (NOT_SCHEDULED): Define.
1867 (readchar_buf, readchar_bufcnt, readchar_bufp): New static globals,
1868 moved out of readchar.
1869 (readchar): Rewrite. Call reschedule before returning.
1870 (reset_readchar): New function.
1871 (remote_close): Call it.
1872 (process_remaining, reschedule): New functions.
1873 * server.h (callback_handler_func): New typedef.
1874 (append_callback_event, delete_callback_event): Declare.
1875
9836d6ea
PA
18762010-05-03 Pedro Alves <pedro@codesourcery.com>
1877
1878 * proc-service.c (ps_pglobal_lookup): Use
1879 thread_db_look_up_one_symbol.
1880 * remote-utils.c (look_up_one_symbol): Add new `may_ask_gdb'
1881 parameter. Use it instead of all_symbols_looked_up.
1882 * server.h (struct process_info) <all_symbols_looked_up>: Delete
1883 field.
1884 (all_symbols_looked_up): Don't declare.
1885 (look_up_one_symbol): Add new `may_ask_gdb' parameter.
1886 * thread-db.c (struct thread_db) <all_symbols_looked_up>: New
1887 field.
1888 (thread_db_look_up_symbols): Adjust call to look_up_one_symbol.
1889 Set all_symbols_looked_up here.
1890 (thread_db_look_up_one_symbol): New.
1891 (thread_db_get_tls_address): Adjust.
1892 (thread_db_load_search, try_thread_db_load_1): Always allocate the
1893 thread_db object on the heap, and tentatively set it in the
1894 process structure.
1895 (thread_db_init): Don't set all_symbols_looked_up here.
1896 * linux-low.h (thread_db_look_up_one_symbol): Declare.
1897
7984d532
PA
18982010-05-03 Pedro Alves <pedro@codesourcery.com>
1899
1900 * linux-low.c (linux_kill, linux_detach): Adjust.
1901 (status_pending_p_callback): Remove redundant statement. Check
1902 for !TARGET_WAITIKIND_IGNORE, instead of
1903 TARGET_WAITKIND_STOPPED.
1904 (handle_tracepoints): Make sure LWP is locked. Adjust.
1905 (linux_wait_for_event_1): Adjust.
1906 (linux_cancel_breakpoints): New.
1907 (unsuspend_one_lwp): New.
1908 (unsuspend_all_lwps): New.
1909 (linux_wait_1): If finishing a step-over, unsuspend all lwps.
1910 (send_sigstop_callback): Change return type to int, add new
1911 `except' parameter and handle it.
1912 (suspend_and_send_sigstop_callback): New.
1913 (stop_all_lwps): Add new `suspend' and `expect' parameters, and
1914 pass them down. If SUSPEND, also increment the lwp's suspend
1915 count.
1916 (linux_resume_one_lwp): Add notice about resuming a suspended LWP.
1917 (need_step_over_p): Don't consider suspended LWPs.
1918 (start_step_over): Adjust.
1919 (proceed_one_lwp): Change return type to int, add new `except'
1920 parameter and handle it.
1921 (unsuspend_and_proceed_one_lwp): New.
1922 (proceed_all_lwps): Use find_inferior instead of
1923 for_each_inferior.
1924 (unstop_all_lwps): Add `unsuspend' parameter. If UNSUSPEND, them
1925 also decrement the suspend count of LWPs. Pass `except' down,
1926 instead of hacking its suspend count.
1927 (linux_pause_all): Add `freeze' parameter. Adjust.
1928 (linux_unpause_all): New.
1929 (linux_target_ops): Install linux_unpause_all.
1930 * server.c (handle_status): Adjust.
1931 * target.h (struct target_ops): New fields `unpause_all' and
1932 `cancel_breakpoints'. Add new parameter to `pause_all'.
1933 (pause_all): Add new `freeze' parameter.
1934 (unpause_all): New.
1935 (cancel_breakpoints): New.
1936 * tracepoint.c (clear_installed_tracepoints): Pause threads, and
1937 cancel breakpoints.
1938 (cmd_qtstart): Pause threads.
1939 (stop_tracing): Pause threads, and cancel breakpoints.
1940 * win32-low.c (win32_target_ops): Adjust.
1941
e471f25b
PA
19422010-05-03 Pedro Alves <pedro@codesourcery.com>
1943
1944 * linux-low.c (linux_wait_for_event_1): Move passing the signal to
1945 the inferior right away from here...
1946 (linux_wait_1): ... to here, and adjust to check the thread's
1947 last_resume_kind instead of the lwp's step or stop_expected flags.
1948
1915ef4f
PA
19492010-05-02 Pedro Alves <pedro@codesourcery.com>
1950
1951 * README: Use consistent `GDB' and `GDBserver' spellings.
1952
f9e39928
PA
19532010-05-02 Pedro Alves <pedro@codesourcery.com>
1954
1955 * linux-low.c (linux_kill_one_lwp): Assume the lwp is stopped.
1956 (linux_kill): Stop all lwps here. Don't delete the main lwp here.
1957 (linux_detach_one_lwp): Assume the lwp is stopped.
1958 (any_thread_of): Delete.
1959 (linux_detach): Stop all lwps here. Don't blindly delete all
1960 breakpoints.
1961 (delete_lwp_callback): New.
1962 (linux_mourn): Delete all lwps of the process that is gone.
1963 (linux_wait_1): Don't delete the last lwp of the process here.
1964 * mem-break.h (mark_breakpoints_out): Declare.
1965 * mem-break.c (mark_breakpoints_out): New.
1966 (free_all_breakpoints): Use it.
1967 * server.c (handle_target_event): If the process is gone, mark
1968 breakpoints out.
1969 * thread-db.c (struct thread_db) <create_bp>: New field.
1970 (thread_db_enable_reporting): Fix prototype. Store a thread event
1971 breakpoint reference in the thread_db struct.
1972 (thread_db_load_search): Clear the thread_db object.
1973 (try_thread_db_load_1): Ditto.
1974 (switch_to_process): New.
1975 (disable_thread_event_reporting): Use it.
1976 (remove_thread_event_breakpoints): New.
1977 (thread_db_detach, thread_db_mourn): Use it.
1978
1e7fc18c
PA
19792010-05-01 Pedro Alves <pedro@codesourcery.com>
1980
1981 * linux-low.c (linux_enable_event_reporting): New.
1982 (linux_wait_for_event_1, handle_extended_wait): Use it.
1983
02fc4de7
PA
19842010-04-30 Pedro Alves <pedro@codesourcery.com>
1985
1986 * linux-low.c (linux_kill_one_lwp, linux_kill)
1987 (linux_detach_one_lwp): Adjust to send_sigstop interface change.
1988 (send_sigstop): Take an lwp_info as parameter instead. Queue a
1989 SIGSTOP even if the LWP is stopped.
1990 (send_sigstop_callback): New.
1991 (stop_all_lwps): Use send_sigstop_callback instead.
1992 (linux_resume_one_thread): Adjust.
1993 (proceed_one_lwp): Still proceed an LWP that the client has
1994 requested to stop, if we haven't reported it as stopped yet. Make
1995 sure that LWPs the client want stopped, have a pending SIGSTOP.
1996
bc3b5632
DE
19972010-04-26 Doug Evans <dje@google.com>
1998
ae1ada35
DE
1999 * server.c (handle_general_set): Make static.
2000
bc3b5632
DE
2001 * remote-utils.c (putpkt_binary_1): Call readchar instead of read.
2002 Print received char after testing for error/eof instead of before.
2003 (input_interrupt): Tweak comment.
2004
65730243
DE
20052010-04-23 Doug Evans <dje@google.com>
2006
2007 * server.c (start_inferior): Print inferior argv if --debug.
2008
a8ae7dc0
AR
20092010-04-21 Aleksandar Ristovski <aristovski@qnx.com>
2010
2011 * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
2012 * nto-x86-low.c: Include server.h
2013
1c07cc19
PM
20142010-04-20 Pierre Muller <muller@ics.u-strasbg.fr>
2015
2016 * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
2017 be consistent with other sources of this directory.
2018 (init_registers_amd64): Correct name of source file of this function
2019 in the comment.
2020
e0a61e09
PM
20212010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2022
2023 * configure.srv (x86_64-*-mingw*): New configuration for Windows
2024 64-bit executables.
2025
54709339
PM
20262010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2027
2028 * win32-i386-low.c: Add 64-bit support.
2029 (CONTEXT_EXTENDED_REGISTERS): Set macro to zero if not exisiting.
2030 (init_registers_amd64): Declare.
2031 (mappings): Add 64-bit version of array.
2032 (init_windows_x86): New function.
2033 (the_low_target): Change init_arch field to init_windows_x86.
2034
e8f0053d
PM
20352010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2036
2037 * win32-low.c: Adapt to support also 64-bit architecture.
2038 (child_xfer_memory): Use uintptr_t type for local variable `addr'.
2039 (get_image_name): Use SIZE_T type for local variable `done'.
2040 (psapi_get_dll_name): Use LPVOID type for parameter `BaseAddress'.
2041 (toolhelp_get_dll_name): Idem.
2042 (handle_load_dll): Use CORE_ADDR type for local variable `load_addr'.
2043 Use uintptr_t typecast to avoid warning.
2044 (handle_unload_dll): Use uintptr_t typecast to avoid warning.
2045 (handle_exception): Use phex_nz to avoid warning.
2046 (win32_wait): Remove unused local variable `process'.
2047
c481e77e
PM
20482010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
2049
2050 * configure.srv (srv_amd64_regobj): Replace `x86-64-avx.o' by
2051 `amd64-avx.o'.
2052
12ea4b69
PM
20532010-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
2054
2055 * configure.ac: Use `ws2_32' library for srv_mingw.
2056 * configure: Regenerate.
2057 * gdbreplay.c: Include winsock2.h instead of winsock.h.
2058 * remote-utils.c: Likewise.
2059
f6d1620c
L
20602010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2061
2062 * linux-x86-low.c (xmltarget_amd64_linux_no_xml): Define only
2063 if __x86_64__ is defined.
2064
8e642873
PM
20652010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2066
2067 * configure: Regenerate.
2068
711e434b
PM
20692010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
2070
2071 * server.c (handle_query): Handle 'qGetTIBAddr' query.
2072 * target.h (target_ops): New get_tib_address field.
2073 * win32-low.h (win32_thread_info): Add thread_local_base field.
2074 * win32-low.c (child_add_thread): Add tlb argument.
2075 Set thread_local_base field to TLB.
2076 (get_child_debug_event): Adapt to child_add_thread change.
2077 (win32_get_tib_address): New function.
2078 (win32_target_ops): Set get_tib_address field to
2079 win32_get_tib_address.
2080 * linux-low.c (linux_target_ops): Set get_tib_address field to NULL.
2081
505106cd
PA
20822010-04-12 Pedro Alves <pedro@codesourcery.com>
2083
505106cd
PA
2084 * linux-low.c (linux_mourn): Also remove the process.
2085 * server.c (handle_target_event): Don't remove the process here.
2086 * nto-low.c (nto_mourn): New.
2087 (nto_target_ops): Install it.
2088 * spu-low.c (spu_mourn): New.
2089 (spu_target_ops): Install it.
2090 * win32-low.c (win32_mourn): New.
2091 (win32_target_ops): Install it.
2092
e8470a06
PA
20932010-04-12 Pedro Alves <pedro@codesourcery.com>
2094
2095 * server.h (buffer_xml_printf): Remove redundant `;'.
2096
45ba0d02
PA
20972010-04-12 Pedro Alves <pedro@codesourcery.com>
2098
2099 * regcache.c (set_register_cache): Invalidate regcaches before
2100 changing the register cache layout.
2101 (regcache_invalidate_one): Allow a NULL regcache.
2102 * linux-x86-low.c (x86_linux_update_xmltarget): Invalidate
2103 regcaches before changing the register cache layout or the target
2104 regsets.
2105
59e04013
L
21062010-04-12 H.J. Lu <hongjiu.lu@intel.com>
2107
2108 * linux-x86-low.c (x86_linux_update_xmltarget): Avoid unused
2109 variable warning on Linux/x86-64.
2110
8336d594
PA
21112010-04-11 Pedro Alves <pedro@codesourcery.com>
2112
2113 GDBserver disconnected tracing support.
2114
2115 * linux-low.c (linux_remove_process): Delete.
2116 (add_lwp): Don't set last_resume_kind here.
2117 (linux_kill): Use `mourn'.
2118 (linux_detach): Use `thread_db_detach', and `mourn'.
2119 (linux_mourn): New.
2120 (linux_attach_lwp_1): Adjust comment.
2121 (linux_attach): last_resume_kind moved the thread_info; adjust.
2122 (status_pending_p_callback): Adjust.
2123 (linux_wait_for_event_1): Adjust.
2124 (count_events_callback, select_singlestep_lwp_callback)
2125 (select_event_lwp_callback, cancel_breakpoints_callback)
2126 (db_wants_lwp_stopped, linux_wait_1, need_step_over_p)
2127 (proceed_one_lwp): Adjust.
2128 (linux_async): Add debug output.
2129 (linux_thread_stopped): New.
2130 (linux_pause_all): New.
2131 (linux_target_ops): Install linux_mourn, linux_thread_stopped and
2132 linux_pause_all.
2133 * linux-low.h (struct lwp_info): Delete last_resume_kind field.
2134 (thread_db_free): Delete declaration.
2135 (thread_db_detach, thread_db_mourn): Declare.
2136 * thread-db.c (thread_db_init): Use thread_db_mourn.
2137 (thread_db_free): Delete, split in two.
2138 (disable_thread_event_reporting): New.
2139 (thread_db_detach): New.
2140 (thread_db_mourn): New.
2141
2142 * server.h (struct thread_info) <last_resume_kind>: New field.
2143 <attached>: Add comment.
2144 <gdb_detached>: New field.
2145 (handler_func): Change return type to int.
2146 (handle_serial_event, handle_target_event): Ditto.
2147 (gdb_connected): Declare.
2148 (tracing): Delete.
2149 (disconnected_tracing): Declare.
2150 (stop_tracing): Declare.
2151
2152 * server.c (handle_query) <qSupported>: Report support for
2153 disconnected tracing.
2154 (queue_stop_reply_callback): Account for running threads.
2155 (gdb_wants_thread_stopped): New.
2156 (gdb_wants_all_threads_stopped): New.
2157 (gdb_reattached_process): New.
2158 (handle_status): Clear the `gdb_detached' flag of all processes.
2159 In all-stop, stop all threads.
2160 (main): Be sure to leave tfind mode. Handle disconnected tracing.
2161 (process_serial_event): If the remote connection breaks, or if an
2162 exit was forced with "monitor exit", force an event loop exit.
2163 Handle disconnected tracing on detach.
2164 (handle_serial_event): Adjust.
2165 (handle_target_event): If GDB isn't connected, forward events back
2166 to the inferior, unless the last process exited, in which case,
2167 exit gdbserver. Adjust interface.
2168
2169 * remote-utils.c (remote_open): Don't block in accept. Instead
2170 register an event loop source on the listen socket file
2171 descriptor. Refactor bits into ...
2172 (listen_desc): ... this new global.
2173 (gdb_connected): ... this new function.
2174 (enable_async_notification): ... this new function.
2175 (handle_accept_event): ... this new function.
2176 (remote_close): Clear remote_desc.
2177
2178 * inferiors.c (add_thread): Set the new thread's last_resume_kind.
2179
2180 * target.h (struct target_ops) <mourn, thread_stopped, pause_all>:
2181 New fields.
2182 (mourn_inferior): Define.
2183 (target_process_qsupported): Avoid the dangling else problem.
2184 (thread_stopped): Define.
2185 (pause_all): Define.
2186 (target_waitstatus_to_string): Declare.
2187 * target.c (target_waitstatus_to_string): New.
2188
2189 * tracepoint.c (tracing): Make extern.
2190 (disconnected_tracing): New.
2191 (stop_tracing): Make extern. Handle tracing stops due to GDB
2192 disconnecting.
2193 (cmd_qtdisconnected): New.
2194 (cmd_qtstatus): Report disconnected tracing status in trace reply.
2195 (handle_tracepoint_general_set): Handle QTDisconnected.
2196
2197 * event-loop.c (event_handler_func): Change return type to int.
2198 (process_event): Bail out if the event handler wants the event
2199 loop to stop.
2200 (handle_file_event): Ditto.
2201 (start_event_loop): Bail out if the event handler wants the event
2202 loop to stop.
2203
2204 * nto-low.c (nto_target_ops): Adjust.
2205 * spu-low.c (spu_wait): Don't remove the process here.
2206 (spu_target_ops): Adjust.
2207 * win32-low.c (win32_wait): Don't remove the process here.
2208 (win32_target_ops): Adjust.
2209
5d267c4c
PA
22102010-04-11 Pedro Alves <pedro@codesourcery.com>
2211
2212 * regcache.c (realloc_register_cache): Invalidate inferior's
2213 regcache before recreating it.
2214
623ccd72
PA
22152010-04-09 Pedro Alves <pedro@codesourcery.com>
2216
2217 * tracepoint.c (cmd_qtstatus): Report trace buffer circularity.
2218
219f2f23
PA
22192010-04-09 Stan Shebs <stan@codesourcery.com>
2220 Pedro Alves <pedro@codesourcery.com>
2221
2222 * server.h (LONGEST): New.
2223 (struct thread_info) <while_stepping>: New field.
2224 (unpack_varlen_hex, xrealloc, pulongest, plongest, phex_nz):
2225 Declare.
2226 (initialize_tracepoint, handle_tracepoint_general_set)
2227 (handle_tracepoint_query, tracepoint_finished_step)
2228 (tracepoint_was_hit, release_while_stepping_state_list):
2229 (current_traceframe): Declare.
2230 * server.c (handle_general_set): Handle tracepoint packets.
2231 (read_memory): New.
2232 (write_memory): New.
2233 (handle_search_memory_1): Use read_memory.
2234 (handle_query): Report support for conditional tracepoints, trace
2235 state variables, and tracepoint sources. Handle tracepoint
2236 queries.
2237 (main): Initialize the tracepoints module.
2238 (process_serial_event): Handle traceframe reads/writes.
2239
2240 * linux-low.c (handle_tracepoints): New.
2241 (linux_wait_1): Call it.
2242 (linux_resume_one_lwp): Handle while-stepping.
2243 (linux_supports_tracepoints, linux_read_pc, linux_write_pc): New.
2244 (linux_target_ops): Install them.
2245 * linux-low.h (struct linux_target_ops) <supports_tracepoints>:
2246 New field.
2247 * linux-x86-low.c (x86_supports_tracepoints): New.
2248 (the_low_target). Install it.
2249
2250 * mem-break.h (delete_breakpoint): Declare.
2251 * mem-break.c (delete_breakpoint): Make external.
2252
2253 * target.h (struct target_ops): Add `supports_tracepoints',
2254 `read_pc', and `write_pc' fields.
2255 (target_supports_tracepoints): Define.
2256 * utils.c (xrealloc, decimal2str, pulongest, plongest, thirty_two)
2257 (phex_nz): New.
2258
2259 * regcache.h (struct regcache) <registers_owned>: New field.
2260 (init_register_cache, regcache_cpy): Declare.
2261 (regcache_read_pc, regcache_write_pc): Declare.
2262 (register_cache_size): Declare.
2263 (supply_regblock): Declare.
2264 * regcache.c (init_register_cache): New.
2265 (new_register_cache): Use it.
2266 (regcache_cpy): New.
2267 (register_cache_size): New.
2268 (supply_regblock): New.
2269 (regcache_read_pc, regcache_write_pc): New.
889bf7c5 2270
219f2f23
PA
2271 * tracepoint.c: New.
2272
2273 * Makefile.in (OBS): Add tracepoint.o.
2274 (tracepoint.o): New rule.
2275
3a13a53b
L
22762010-04-08 H.J. Lu <hongjiu.lu@intel.com>
2277
2278 * Makefile.in (clean): Also remove i386-mmx.c i386-mmx-linux.c.
2279 (i386-mmx.o): New.
2280 (i386-mmx.c): Likewise.
2281 (i386-mmx-linux.o): Likewise.
2282 (i386-mmx-linux.c): Likewise.
2283
2284 * configure.srv (srv_i386_regobj): Add i386-mmx.o.
2285 (srv_i386_linux_regobj): Add i386-mmx-linux.o.
2286 (srv_i386_xmlfiles): Add i386/i386-mmx.xml.
2287 (srv_i386_linux_xmlfiles): Add i386/i386-mmx-linux.xml.
2288
2289 * linux-x86-low.c (init_registers_i386_mmx_linux): New.
2290 (x86_linux_update_xmltarget): Call init_registers_i386_mmx_linux
2291 and return if ptrace PTRACE_GETFPXREGS failed in 32bit.
2292
1570b33e
L
22932010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2294
2295 * Makefile.in (clean): Updated.
2296 (i386-avx.o): New.
2297 (i386-avx.c): Likewise.
2298 (i386-avx-linux.o): Likewise.
2299 (i386-avx-linux.c): Likewise.
2300 (amd64-avx.o): Likewise.
2301 (amd64-avx.c): Likewise.
2302 (amd64-avx-linux.o): Likewise.
2303 (amd64-avx-linux.c): Likewise.
2304
2305 * configure.srv (srv_i386_regobj): Add i386-avx.o.
2306 (srv_i386_linux_regobj): Add i386-avx-linux.o.
2307 (srv_amd64_regobj): Add amd64-avx.o.
2308 (srv_amd64_linux_regobj): Add amd64-avx-linux.o.
2309 (srv_i386_32bit_xmlfiles): Add i386/32bit-avx.xml.
2310 (srv_i386_64bit_xmlfiles): Add i386/64bit-avx.xml.
2311 (srv_i386_xmlfiles): Add i386/i386-avx.xml.
2312 (srv_amd64_xmlfiles): Add i386/amd64-avx.xml.
2313 (srv_i386_linux_xmlfiles): Add i386/i386-avx-linux.xml.
2314 (srv_amd64_linux_xmlfiles): Add i386/amd64-avx-linux.xml.
2315
2316 * i387-fp.c: Include "i386-xstate.h".
2317 (i387_xsave): New.
2318 (i387_cache_to_xsave): Likewise.
2319 (i387_xsave_to_cache): Likewise.
2320 (x86_xcr0): Likewise.
2321
2322 * i387-fp.h (i387_cache_to_xsave): Likewise.
2323 (i387_xsave_to_cache): Likewise.
2324 (x86_xcr0): Likewise.
2325
2326 * linux-arm-low.c (target_regsets): Initialize nt_type to 0.
2327 * linux-crisv32-low.c (target_regsets): Likewise.
2328 * linux-m68k-low.c (target_regsets): Likewise.
2329 * linux-mips-low.c (target_regsets): Likewise.
2330 * linux-ppc-low.c (target_regsets): Likewise.
2331 * linux-s390-low.c (target_regsets): Likewise.
2332 * linux-sh-low.c (target_regsets): Likewise.
2333 * linux-sparc-low.c (target_regsets): Likewise.
2334 * linux-xtensa-low.c (target_regsets): Likewise.
2335
2336 * linux-low.c: Include <sys/uio.h>.
2337 (regsets_fetch_inferior_registers): Support nt_type.
2338 (regsets_store_inferior_registers): Likewise.
2339 (linux_process_qsupported): New.
2340 (linux_target_ops): Add linux_process_qsupported.
2341
2342 * linux-low.h (regset_info): Add nt_type.
2343 (linux_target_ops): Add process_qsupported.
2344
2345 * linux-x86-low.c: Include "i386-xstate.h", "elf/common.h"
2346 and <sys/uio.h>.
2347 (init_registers_i386_avx_linux): New.
2348 (init_registers_amd64_avx_linux): Likewise.
2349 (xmltarget_i386_linux_no_xml): Likewise.
2350 (xmltarget_amd64_linux_no_xml): Likewise.
2351 (PTRACE_GETREGSET): Likewise.
2352 (PTRACE_SETREGSET): Likewise.
2353 (x86_fill_xstateregset): Likewise.
2354 (x86_store_xstateregset): Likewise.
2355 (use_xml): Likewise.
2356 (x86_linux_update_xmltarget): Likewise.
2357 (x86_linux_process_qsupported): Likewise.
2358 (target_regsets): Add NT_X86_XSTATE entry and Initialize nt_type.
2359 (x86_arch_setup): Don't call init_registers_amd64_linux nor
2360 init_registers_i386_linux here. Call
2361 x86_linux_update_xmltarget.
2362 (the_low_target): Add x86_linux_process_qsupported.
2363
2364 * server.c (handle_query): Call target_process_qsupported.
2365
2366 * target.h (target_ops): Add process_qsupported.
2367 (target_process_qsupported): New.
2368
fc7238bb
PA
23692010-04-03 Pedro Alves <pedro@codesourcery.com>
2370
2371 * inferiors.c (add_thread): Set last_status kind to
2372 TARGET_WAITKIND_IGNORE.
2373 * linux-low.c (cancel_breakpoint): Remove unnecessary regcache
2374 fetch. Use ptid_of. Avoid unnecessary get_lwp_thread calls.
2375 (linux_wait_1): Move `thread' local definition to block that uses
2376 it. Don't NULL initialize `event_child'.
2377 (linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
2378 Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
2379 * linux-x86-low.c (x86_breakpoint_at): Read raw memory.
2380
bdabb078
PA
23812010-04-01 Pedro Alves <pedro@codesourcery.com>
2382
2383 * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
2384 an extended waitstatus, or by a watchpoint.
2385 (cancel_breakpoints_callback): Don't cancel a breakpoint if the
2386 thread was stepping or has been stopped by a watchpoint.
2387
d3bbe7a0
PA
23882010-04-01 Pedro Alves <pedro@codesourcery.com>
2389
2390 * mem-break.c (struct raw_breakpoint): New field shlib_disabled.
2391 (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top
2392 of another, then delete the previous, and validate all
2393 breakpoints.
2394 (validate_inserted_breakpoint): New.
2395 (delete_disabled_breakpoints): New.
2396 (validate_breakpoints): New.
2397 (check_mem_read): Validate breakpoints before trusting their
2398 shadow. Delete disabled breakpoints.
2399 (check_mem_write): Validate breakpoints before trusting they
2400 should be inserted. Delete disabled breakpoints.
2401 * mem-break.h (validate_breakpoints):
2402 * server.c (handle_query): Validate breakpoints when we see a
2403 qSymbol query.
2404
8b07ae33
PA
24052010-04-01 Pedro Alves <pedro@codesourcery.com>
2406
2407 * linux-low.c (linux_wait_1): Avoid setting need_step_over is
2408 there's a GDB breakpoint at stop_pc. Always report a trap to GDB
2409 if we could tell there's a GDB breakpoint at stop_pc.
2410 (need_step_over_p): Don't do a step over if we find a GDB
2411 breakpoint at the resume PC.
2412
2413 * mem-break.c (struct raw_breakpoint): New.
2414 (enum bkpt_type): New type `gdb_breakpoint'.
2415 (struct breakpoint): Delete the `PC', `old_data' and `inserted'
2416 fields. New field `raw'.
2417 (find_raw_breakpoint_at): New.
2418 (set_raw_breakpoint_at): Handle refcounting. Create a raw
2419 breakpoint instead.
2420 (set_breakpoint_at): Adjust.
2421 (delete_raw_breakpoint): New.
2422 (release_breakpoint): New.
2423 (delete_breakpoint): Rename to...
2424 (delete_breakpoint_1): ... this. Add proc parameter. Use
2425 release_breakpoint. Return ENOENT.
2426 (delete_breakpoint): Reimplement.
2427 (find_breakpoint_at): Delete.
2428 (find_gdb_breakpoint_at): New.
2429 (delete_breakpoint_at): Delete.
2430 (set_gdb_breakpoint_at): New.
2431 (delete_gdb_breakpoint_at): New.
2432 (gdb_breakpoint_here): New.
2433 (set_reinsert_breakpoint): Use release_breakpoint.
2434 (uninsert_breakpoint): Rename to ...
2435 (uninsert_raw_breakpoint): ... this.
2436 (uninsert_breakpoints_at): Adjust to handle raw breakpoints.
2437 (reinsert_raw_breakpoint): Change parameter type to
2438 raw_breakpoint.
2439 (reinsert_breakpoints_at): Adjust to handle raw breakpoints
2440 instead.
2441 (check_breakpoints): Adjust. Use release_breakpoint.
2442 (breakpoint_here): Rewrite using find_raw_breakpoint_at.
2443 (breakpoint_inserted_here): Ditto.
2444 (check_mem_read): Adjust to iterate over raw breakpoints instead.
2445 Don't trust the breakpoint's shadow if it is not inserted.
2446 (check_mem_write): Adjust to iterate over raw breakpoints instead.
2447 (delete_all_breakpoints): Adjust.
2448 (free_all_breakpoints): Mark all breakpoints as uninserted, and
2449 use delete_breakpoint_1.
2450
2451 * mem-break.h (breakpoints_supported): Delete declaration.
2452 (set_gdb_breakpoint_at): Declare.
2453 (gdb_breakpoint_here): Declare.
2454 (delete_breakpoint_at): Delete.
2455 (delete_gdb_breakpoint_at): Declare.
2456
2457 * server.h (struct raw_breakpoint): Forward declare.
2458 (struct process_info): New field `raw_breakpoints'.
2459
2460 * linux-x86-low.c (x86_insert_point, x86_remote_point): Handle Z0
2461 breakpoints.
2462
6bf5e0ba
PA
24632010-03-24 Pedro Alves <pedro@codesourcery.com>
2464
2465 * linux-low.c (status_pending_p_callback): Fix comment.
2466 (linux_wait_for_event_1): Move most of the internal breakpoint
2467 handling from here...
2468 (linux_wait_1): ... to here.
2469 (count_events_callback): New.
2470 (select_singlestep_lwp_callback): New.
2471 (select_event_lwp_callback): New.
2472 (cancel_breakpoints_callback): New.
2473 (select_event_lwp): New.
2474 (linux_wait_1): Simplify internal breakpoint handling. Give equal
2475 priority to all LWPs that have had events that should be reported
2476 to the client. Cancel breakpoints when about to reporting the
2477 event to the client, not while stopping lwps. No longer cancel
2478 finished single-steps here.
2479 (cancel_finished_single_step): Delete.
2480 (cancel_finished_single_steps): Delete.
2481
414a389f
PA
24822010-03-24 Pedro Alves <pedro@codesourcery.com>
2483
2484 * mem-break.c (enum bkpt_type): New.
2485 (struct breakpoint): New field `type'.
2486 (set_breakpoint_at): Change return type to struct breakpoint
2487 pointer. Set type to `other_breakpoint' by default.
2488 (delete_breakpoint): Rewrite, supporting more than one breakpoint
2489 in the breakpoint list.
2490 (delete_reinsert_breakpoints): Only delete reinsert breakpoints.
2491 (reinsert_breakpoint): Rename to ...
2492 (reinsert_raw_breakpoint): ... this.
2493 (reinsert_breakpoints_at): Adjust.
2494 * mem-break.h (struct breakpoint): Declare.
2495 (set_breakpoint_at): Change return type to struct breakpoint
2496 pointer.
2497
2280c721
PA
24982010-03-24 Pedro Alves <pedro@codesourcery.com>
2499
2500 * server.c (handle_query): Assign, not compare.
2501
d50171e4
PA
25022010-03-24 Pedro Alves <pedro@codesourcery.com>
2503
2504 Teach linux gdbserver to step-over-breakpoints.
2505
2506 * linux-low.c (can_hardware_single_step): New.
2507 (supports_breakpoints): New.
2508 (handle_extended_wait): If stopping threads, read the stop pc of
2509 the new cloned LWP.
2510 (get_pc): New.
2511 (get_stop_pc): Add `lwp' parameter. Handle it. Bail out if the
2512 low target doesn't support retrieving the PC.
2513 (add_lwp): Set last_resume_kind to resume_continue.
2514 (linux_attach_lwp_1): Adjust comments. Always set stop_expected.
2515 (linux_attach): Don't clear stop_expected. Set the lwp's
2516 last_resume_kind to resume_stop.
2517 (linux_detach_one_lwp): Don't check for removed breakpoints.
2518 (check_removed_breakpoint): Delete.
2519 (status_pending_p): Rename to ...
2520 (status_pending_p_callback): ... this. Don't check for removed
2521 breakpoints. Don't consider threads that are stopped from GDB's
2522 perspective.
2523 (linux_wait_for_lwp): Always read the stop_pc here.
2524 (cancel_breakpoint): New.
2525 (step_over_bkpt): New global.
2526 (linux_wait_for_event_1): Implement stepping over breakpoints.
2527 (gdb_wants_lwp_stopped): New.
2528 (gdb_wants_all_stopped): New.
2529 (linux_wait_1): Tag threads as gdb-wants-stopped. Cancel finished
2530 single-step traps here. Store the thread's last reported target
2531 wait status.
2532 (send_sigstop): Don't clear stop_expected. Always set it,
2533 instead.
2534 (mark_lwp_dead): Remove reference to pending_is_breakpoint.
2535 (cancel_finished_single_step): New.
2536 (cancel_finished_single_steps): New.
2537 (wait_for_sigstop): Don't cancel finished single-step traps here.
2538 (linux_resume_one_lwp): Don't check for removed breakpoints.
2539 Don't set `step' on non-hardware step archs.
2540 (linux_set_resume_request): Ignore resume_stop requests if already
2541 stopping or stopped. Set the lwp's last_resume_kind.
2542 (resume_status_pending_p): Don't check for removed breakpoints.
2543 (need_step_over_p): New.
2544 (start_step_over): New.
2545 (finish_step_over): New.
2546 (linux_resume_one_thread): Always queue a sigstop for resume_stop
2547 requests. Clear the thread's last reported target waitstatus.
2548 Don't use the `suspended' flag. Don't consider pending breakpoints.
2549 (linux_resume): Start a step-over if necessary.
2550 (proceed_one_lwp): New.
2551 (proceed_all_lwps): New.
2552 (unstop_all_lwps): New.
2553 * linux-low.h (struct lwp_info): Rewrite comment for the
2554 `suspended' flag. Add the `stop_pc' field. Delete the
2555 `pending_stop_pc' field. Tweak the `stepping' flag's comment.
2556 Add `'last_resume_kind' and `need_step_over' fields.
2557 * inferiors.c (struct thread_info): Delete, moved elsewhere.
2558 * mem-break.c (struct breakpoint): Delete `reinserting' flag.
2559 Delete `breakpoint_to_reinsert' field. New flag `inserted'.
2560 (set_raw_breakpoint_at): New.
2561 (set_breakpoint_at): Rewrite to use it.
2562 (reinsert_breakpoint_handler): Delete.
2563 (set_reinsert_breakpoint): New.
2564 (reinsert_breakpoint_by_bp): Delete.
2565 (delete_reinsert_breakpoints): New.
2566 (uninsert_breakpoint): Rewrite.
2567 (uninsert_breakpoints_at): New.
2568 (reinsert_breakpoint): Rewrite.
2569 (reinsert_breakpoints_at): New.
2570 (check_breakpoints): Rewrite.
2571 (breakpoint_here): New.
2572 (breakpoint_inserted_here): New.
2573 (check_mem_read): Adjust.
2574 * mem-break.h (breakpoints_supported, breakpoint_here)
2575 (breakpoint_inserted_here, set_reinsert_breakpoint): Declare.
2576 (reinsert_breakpoint_by_bp): Delete declaration.
2577 (delete_reinsert_breakpoints): Declare.
2578 (reinsert_breakpoint): Delete declaration.
2579 (reinsert_breakpoints_at): Declare.
2580 (uninsert_breakpoint): Delete declaration.
2581 (uninsert_breakpoints_at): Declare.
2582 (check_breakpoints): Adjust prototype.
2583 * server.h: Adjust include order.
2584 (struct thread_info): Declare here. Add a `last_status' field.
2585
30ba68cb
MS
25862010-03-23 Michael Snyder <msnyder@vmware.com>
2587
2588 * server.c (crc32): New function.
2589 (handle_query): Add handling for 'qCRC:' request.
2590
b9a881c2
PA
25912010-03-23 Pedro Alves <pedro@codesourcery.com>
2592
2593 * linux-x86-low.c (x86_linux_prepare_to_resume): Clear DR6 if the
2594 lwp had been stopped by a watchpoint.
2595
e92d13d5
PA
25962010-03-16 Pedro Alves <pedro@codesourcery.com>
2597
2598 * server.h (internal_error): Declare.
2599 (gdb_assert, ASSERT_FUNCTION, gdb_assert_fail): Define.
2600 * utils.c (internal_error): New function.
2601
64daa791
AS
26022010-03-15 Andreas Schwab <schwab@redhat.com>
2603
2604 * configure.srv: Fix typo setting srv_regobj.
2605
f52cd8cd
PA
26062010-03-15 Pedro Alves <pedro@codesourcery.com>
2607
2608 * linux-low.c (fetch_register): Avoid passing a non string literal
2609 format to `error'.
2610 (usr_store_inferior_registers): Ditto.
2611
93ae6fdc
PA
26122010-03-14 Pedro Alves <pedro@codesourcery.com>
2613
2614 * linux-low.c (linux_write_memory): Bail out early if peeking
2615 memory failed.
2616
c3adc08c
PA
26172010-03-14 Pedro Alves <pedro@codesourcery.com>
2618
2619 * linux-low.h (struct lwp_info): New fields
2620 `stopped_by_watchpoint' and `stopped_data_address'.
2621 * linux-low.c (linux_wait_for_lwp): Check for watchpoint triggers
2622 here, and cache them in the lwp object.
2623 (wait_for_sigstop): Check stopped_by_watchpoint lwp field
2624 directly.
2625 (linux_resume_one_lwp): Clear the lwp's stopped_by_watchpoint
2626 field.
2627 (linux_stopped_by_watchpoint): Rewrite.
2628 (linux_stopped_data_address): Rewrite.
2629
bce522a2
PA
26302010-03-06 Simo Melenius <simo.melenius@iki.fi>
2631
2632 * linux-low.c (linux_wait_for_lwp): Fetch the regcache after
2633 switching the current inferior, not before.
2634
90884b2b
L
26352010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2636
2637 * Makefile.in (clean): Replace reg-i386.c, reg-x86-64.c,
2638 reg-i386-linux.c and reg-x86-64-linux.c with i386.c, amd64.c,
2639 i386-linux.c and amd64-linux.c.
2640 (reg-i386.o): Removed.
2641 (reg-i386.c): Likewise.
2642 (reg-i386-linux.o): Likewise.
2643 (reg-i386-linux.c): Likewise.
2644 (reg-x86-64.o): Likewise.
2645 (reg-x86-64.c): Likewise.
2646 (reg-x86-64-linux.o): Likewise.
2647 (reg-x86-64-linux.c): Likewise.
2648 (i386.o): New.
2649 (i386.c): Likewise.
2650 (i386-linux.o): Likewise.
2651 (i386-linux.c): Likewise.
2652 (amd64.o): Likewise.
2653 (amd64.c): Likewise.
2654 (amd64-linux.o): Likewise.
2655 (amd64-linux.c): Likewise.
2656
2657 * configure.srv (srv_i386_regobj): New.
2658 (srv_i386_linux_regobj): Likewise.
2659 (srv_amd64_regobj): Likewise.
2660 (srv_amd64_linux_regobj): Likewise.
2661 (srv_i386_32bit_xmlfiles): Likewise.
2662 (srv_i386_64bit_xmlfiles): Likewise.
2663 (srv_i386_xmlfiles): Likewise.
2664 (srv_amd64_xmlfiles): Likewise.
2665 (srv_i386_linux_xmlfiles): Likewise.
2666 (srv_amd64_linux_xmlfiles): Likewise.
2667 (i[34567]86-*-cygwin*): Set srv_regobj to $srv_i386_regobj. Set
2668 srv_xmlfiles to $srv_i386_xmlfiles.
2669 (i[34567]86-*-mingw32ce*): Likewise.
2670 (i[34567]86-*-mingw*): Likewise.
2671 (i[34567]86-*-nto*): Likewise.
2672 (i[34567]86-*-linux*): Set srv_regobj to $srv_i386_linux_regobj
2673 and $srv_amd64_linux_regobj. Set srv_xmlfiles to
2674 $srv_i386_linux_xmlfiles and $srv_amd64_linux_xmlfiles.
2675 (x86_64-*-linux*): Likewise.
2676
2677 * linux-x86-low.c (init_registers_x86_64_linux): Removed.
2678 (init_registers_amd64_linux): New.
2679 (x86_arch_setup): Replace init_registers_x86_64_linux with
2680 init_registers_amd64_linux.
2681
193f13e6
MK
26822010-02-23 Maxim Kuvyrkov <maxim@codesourcery.com>
2683
2684 * configure.ac: Check for libdl. If it is not available link against
2685 static libthread_db.
2686 * configure: Regenerate.
2687
85d721b8
PA
26882010-02-22 Pedro Alves <pedro@codesourcery.com>
2689
2690 PR9605
2691
2692 * i386-low.c (i386_length_and_rw_bits): Throw a fatal error if
2693 handing a read watchpoint.
2694 (i386_low_insert_watchpoint): Read watchpoints aren't supported.
2695
6076632b
DE
26962010-02-12 Doug Evans <dje@google.com>
2697
2698 * linux-low.c (linux_supports_tracefork_flag): Document.
2699 (linux_look_up_symbols): Add comment.
2700
3327ccf7
L
27012010-02-03 H.J. Lu <hongjiu.lu@intel.com>
2702
2703 * regcache.c (supply_register): Clear regcache if buf is NULL.
2704
0718675c 27052010-02-02 Nicolas Roche <roche@sourceware.org>
3327ccf7 2706 Joel Brobecker <brobecker@adacore.com>
0718675c
JB
2707
2708 * inferiors.c (find_inferior): Add function documentation.
2709 (unloaded_dll): Handle the case where the unloaded dll has not
2710 been previously registered in the dll list.
2711
177321bd
DJ
27122010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
2713
2714 * linux-arm-low.c (thumb_breakpoint_len): Delete.
2715 (thumb2_breakpoint): New.
2716 (arm_breakpoint_at): Check for Thumb-2 breakpoints.
2717
2b009048
DJ
27182010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2719
2720 * linux-low.c (get_stop_pc): Check for SIGTRAP.
2721 (linux_wait_for_event_1): Handle SIGILL and SIGSEGV as possible
2722 breakpoints.
2723
3be029c7
PA
27242010-01-21 Pedro Alves <pedro@codesourcery.com>
2725
2726 * linux-ppc-low.c (ppc_arch_setup): Adjust to regcache changes.
2727
18f5de3b
JK
27282010-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2729
2730 * linux-s390-low.c (s390_collect_ptrace_register)
2731 (s390_supply_ptrace_register): Adjust it for the new regcache parameter.
2732
3743bb4f
DE
27332010-01-21 Doug Evans <dje@google.com>
2734
14ce3065
DE
2735 * linux-low.c (PTRACE_ARG3_TYPE): Change from long to void*.
2736 (PTRACE_ARG4_TYPE): New macro.
2737 (handle_extended_wait): Cast ptrace arg4 to PTRACE_ARG4_TYPE.
2738 (linux_wait_for_event_1, linux_resume_one_lwp): Ditto.
2739 (fetch_register): Cast to uintptr_t before casting to PTRACE_ARG3_TYPE.
2740 (usr_store_inferior_registers): Ditto.
2741 (linux_read_memory, linux_write_memory): Ditto.
2742 (linux_test_for_tracefork): Ditto.
2743
3743bb4f
DE
2744 * linux-arm-low.c: Remove redundant include of gdb_proc_service.h.
2745 Only include elf.h if gdb_proc_service.h didn't include linux/elf.h.
2746
8b315be5
PA
27472010-01-21 Pedro Alves <pedro@codesourcery.com>
2748
2749 * proc-service.c (ps_lgetregs): Don't refetch registers from the
2750 target.
2751
85492558
PA
27522010-01-21 Pedro Alves <pedro@codesourcery.com>
2753
2754 * spu-low.c (spu_fetch_registers, spu_store_registers): Change
2755 prototype to take a regcache. Adjust.
2756
442ea881
PA
27572010-01-20 Pedro Alves <pedro@codesourcery.com>
2758
2759 * regcache.h (struct thread_info): Forward declare.
2760 (struct regcache): New.
2761 (new_register_cache): Adjust prototype.
2762 (get_thread_regcache): Declare.
2763 (free_register_cache): Adjust prototype.
2764 (registers_to_string, registers_from_string): Ditto.
2765 (supply_register, supply_register_by_name, collect_register)
2766 (collect_register_as_string, collect_register_by_name): Ditto.
2767 * regcache.c (struct inferior_regcache_data): Delete.
2768 (get_regcache): Rename to ...
2769 (get_thread_regcache): ... this. Adjust. Switch inferior before
2770 fetching registers.
2771 (regcache_invalidate_one): Adjust.
2772 (regcache_invalidate): Fix prototype.
2773 (new_register_cache): Return the new register cache.
2774 (free_register_cache): Change prototype.
2775 (realloc_register_cache): Adjust.
2776 (registers_to_string): Change prototype to take a regcache. Adjust.
2777 (registers_from_string): Ditto.
2778 (register_data): Ditto.
2779 (supply_register): Ditto.
2780 (supply_register_by_name): Ditto.
2781 (collect_register): Ditto.
2782 (collect_register_as_string): Ditto.
2783 (collect_register_by_name): Ditto.
2784 * server.c (process_serial_event): Adjust.
2785 * linux-low.h (regset_fill_func, regset_store_func): Change
2786 prototype.
2787 (get_pc, set_pc, collect_ptrace_register, supply_ptrace_register):
2788 Change prototype.
2789 * linux-low.c (get_stop_pc): Adjust.
2790 (check_removed_breakpoint): Adjust.
2791 (linux_wait_for_event): Adjust.
2792 (linux_resume_one_lwp): Adjust.
2793 (fetch_register): Add regcache parameter. Adjust.
2794 (usr_store_inferior_registers): Ditto.
2795 (regsets_fetch_inferior_registers): Ditto.
2796 (regsets_store_inferior_registers): Ditto.
2797 (linux_fetch_registers, linux_store_registers): Ditto.
2798 * i387-fp.c (i387_cache_to_fsave): Change prototype to take a
2799 regcache. Adjust.
2800 (i387_fsave_to_cache, i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
2801 * i387-fp.h (i387_cache_to_fsave, i387_fsave_to_cache): Change
2802 prototype to take a regcache.
2803 (i387_cache_to_fxsave, i387_fxsave_to_cache): Ditto.
2804 * remote-utils.c (convert_ascii_to_int, outreg)
2805 (prepare_resume_reply): Change prototype to take a regcache.
2806 Adjust.
2807 * target.h (struct target_ops) <fetch_registers, store_registers>:
2808 Change prototype to take a regcache.
2809 (fetch_inferior_registers, store_inferior_registers): Change
2810 prototype to take a regcache. Adjust.
2811 * proc-service.c (ps_lgetregs): Adjust.
2812 * linux-x86-low.c (x86_fill_gregset, x86_store_gregset)
2813 (x86_fill_fpregset, x86_store_fpregset, x86_fill_fpxregset)
2814 (x86_store_fpxregset, x86_get_pc, x86_set_pc): Change prototype to
2815 take a regcache. Adjust.
2816 * linux-arm-low.c (arm_fill_gregset, arm_store_gregset)
2817 (arm_fill_wmmxregset, arm_store_wmmxregset, arm_fill_vfpregset)
2818 (arm_store_vfpregset, arm_get_pc, arm_set_pc):
2819 (arm_breakpoint_at): Change prototype to take a regcache. Adjust.
2820 * linux-cris-low.c (cris_get_pc, cris_set_pc)
2821 (cris_cannot_fetch_register):
2822 (cris_breakpoint_at): Change prototype to take a regcache.
2823 Adjust.
2824 * linux-crisv32-low.c (cris_get_pc, cris_set_pc,
2825 cris_reinsert_addr, cris_write_data_breakpoint): Change prototype
2826 to take a regcache. Adjust.
2827 (cris_breakpoint_at, cris_insert_point, cris_remove_point):
2828 Adjust.
2829 * linux-m32r-low.c (m32r_get_pc, m32r_set_pc): Change prototype to
2830 take a regcache. Adjust.
2831 * linux-m68k-low.c (m68k_fill_gregset, m68k_store_gregset)
2832 (m68k_fill_fpregset, m68k_store_fpregset, m68k_get_pc,
2833 (m68k_set_pc): Change prototype to take a regcache. Adjust.
2834 * linux-mips-low.c (mips_get_pc):
2835 (mips_set_pc): Change prototype to take a regcache. Adjust.
2836 (mips_reinsert_addr): Adjust.
2837 (mips_collect_register): Change prototype to take a regcache.
2838 Adjust.
2839 (mips_supply_register):
2840 (mips_collect_register_32bit, mips_supply_register_32bit)
2841 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
2842 (mips_store_fpregset): Ditto.
2843 * linux-ppc-low.c (ppc_supply_ptrace_register, ppc_supply_ptrace_register):
2844 Ditto.
2845 (parse_spufs_run): Adjust.
2846 (ppc_get_pc, ppc_set_pc, ppc_fill_gregset, ppc_fill_vsxregset)
2847 (ppc_store_vsxregset, ppc_fill_vrregset, ppc_store_vrregset)
2848 (ppc_fill_evrregset, ppc_store_evrregset): Change prototype to
2849 take a regcache. Adjust.
2850 * linux-s390-low.c (s390_collect_ptrace_register)
2851 (s390_supply_ptrace_register, s390_fill_gregset, s390_get_pc)
2852 (s390_set_pc): Change prototype to take a regcache. Adjust.
2853 (s390_arch_setup): Adjust.
2854 * linux-sh-low.c (sh_get_pc, sh_breakpoint_at)
2855 (sh_fill_gregset): Change prototype to take a regcache. Adjust.
2856 * linux-sparc-low.c (sparc_fill_gregset_to_stack)
2857 (sparc_fill_gregset, sparc_store_gregset_from_stack)
2858 (sparc_store_gregset, sparc_get_pc): Change prototype to take a
2859 regcache. Adjust.
2860 (sparc_breakpoint_at): Adjust.
2861 * linux-xtensa-low.c (xtensa_fill_gregset):
2862 (xtensa_store_gregset):
2863 (xtensa_fill_xtregset, xtensa_store_xtregset, xtensa_get_pc)
2864 (xtensa_set_pc): Change prototype to take a regcache. Adjust.
2865 * nto-low.c (nto_fetch_registers, nto_store_registers): Change
2866 prototype to take a regcache. Adjust.
2867 * win32-arm-low.c (arm_fetch_inferior_register)
2868 (arm_store_inferior_register): Change prototype to take a
2869 regcache. Adjust.
2870 * win32-i386-low.c (i386_fetch_inferior_register)
2871 (i386_store_inferior_register): Change prototype to take a
2872 regcache. Adjust.
2873 * win32-low.c (child_fetch_inferior_registers)
2874 (child_store_inferior_registers): Change prototype to take a
2875 regcache. Adjust.
2876 (win32_wait): Adjust.
2877 (win32_fetch_inferior_registers): Change prototype to take a
2878 regcache. Adjust.
2879 (win32_store_inferior_registers): Adjust.
2880 * win32-low.h (struct win32_target_ops) <fetch_inferior_register,
2881 store_inferior_register>: Change prototype to take a regcache.
2882
60c3d7b0
DE
28832010-01-20 Doug Evans <dje@google.com>
2884
2885 * linux-low.c (linux_create_inferior): Wrap use of __SIGRTMIN in
2886 #ifdef.
2887 (linux_wait_for_event1, linux_init_signals): Ditto.
ec8ebe72 2888 (W_STOPCODE): Provide definition if missing.
60c3d7b0 2889
dc146f7c
VP
28902010-01-13 Vladimir Prus <vladimir@codesourcery.com>
2891
2892 * linux-low.c (linux_core_of_thread): New.
2893 (compare_ints, show_process, list_threads): New.
2894 (linux_qxfer_osdata): Report threads and cores.
2895 (linux_target_op): Register linux_core_of_thread.
2896 * remote-utils.c (prepare_resume_reply): Report the core.
2897 (buffer_xml_printf): Support %d specifier.
2898 * server.c (handle_threads_qxfer_proper, handle_threads_qxfer):
2899 New.
2900 (handle_query): Handle qXfer:threads. Announce availability
2901 thereof.
2902 * target.h (struct target_ops): New field core_of_thread.
2903
7803799a
UW
29042010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2905
2906 * Makefile.in (clean): Remove new generated files.
2907 (reg-s390.o, reg-s390.c): Remove rules.
2908 (reg-s390x.o, reg-s390x.c): Likewise.
2909 (s390-linux32.o, s390-linux32.c): Add rules.
2910 (s390-linux64.o, s390-linux64.c): Likewise.
2911 (s390x-linux64.o, s390x-linux64.c): Likewise.
2912 * configure.srv (s390*-*-linux*): Update srv_regobj and srv_xmlfiles.
2913 * linux-s390-low.c: Include <elf.h>.
2914 (HWCAP_S390_HIGH_GPRS): Define if undefined.
2915 (init_registers_s390): Remove prototype.
2916 (init_registers_s390x): Likewise.
2917 (init_registers_s390_linux32): Add prototype.
2918 (init_registers_s390_linux64): Likewise.
2919 (init_registers_s390x_linux64): Likewise.
2920 (s390_num_regs_3264): New define.
2921 (s390_regmap_3264): New global variable.
2922 (s390_cannot_fetch_register): Remove obsolete check.
2923 (s390_cannot_store_register): Likewise.
2924 (s390_collect_ptrace_register): Handle upper/lower register halves.
2925 (s390_supply_ptrace_register): Likewise.
2926 (s390_fill_gregset): Update to register number changes.
2927 (s390_get_hwcap): New routine.
2928 (s390_arch_setup): Detect 32-bit process running on 64-bit system.
2929 Install appropriate regmap and register set.
2930
6e7ffa39
JB
29312010-01-01 Joel Brobecker <brobecker@adacore.com>
2932
2933 * server.c (gdbserver_version): Update copyright year to 2010.
2934 * gdbreplay.c (gdbreplay_version): Likewise.
2935
957f3f49
DE
29362009-12-28 Doug Evans <dje@google.com>
2937
2938 * linux-low.c: Delete inclusion of ansidecl.h, elf/common.h,
2939 elf/external.h. Include <elf.h> instead but only if necessary.
2940
ca5c370d
PA
29412009-12-28 Pedro Alves <pedro@codesourcery.com>
2942
2943 * linux-low.c (linux_remove_process): Remove `detaching'
2944 parameter. Don't release/detach from thread_db here.
2945 (linux_kill): Release/detach from thread_db here, ...
2946 (linux_detach): ... and here, before actually detaching.
2947 (linux_wait_1): ... and here, when a process exits.
2948 * thread-db.c (any_thread_of): New.
2949 (thread_db_free): Switch the current inferior to a thread of the
2950 passed in process.
2951
4ee62156
DE
29522009-12-21 Doug Evans <dje@google.com>
2953
d90e6a88
DE
2954 * linux-x86-low.c: Delete outdated comment about Elf32_Phdr.
2955
c5f62d5f
DE
2956 * linux-low.c (kill_lwp): Use __NR_tkill instead of SYS_tkill.
2957 Move definition of tkill_failed to ifdef __NR_tkill to avoid gcc
2958 warning ifndef __NR_tkill. Move setting of errno there too.
2959 Delete unnecessary resetting of errno after syscall.
2960 Minor comment changes to match gdb/linux-nat.c:kill_lwp.
2961
10e86dd7
DE
2962 * configure.ac: Check for dladdr.
2963 * config.in: Regenerate.
2964 * configure: Regenerate.
2965 * thread-db.c (dladdr_to_soname): Only define ifdef HAVE_DLADDR.
2966 (try_thread_db_load): Update.
2967
4ee62156
DE
2968 * linux-low.c (my_waitpid): Delete unnecessary prototype.
2969
00f515da
DE
29702009-12-18 Doug Evans <dje@google.com>
2971
e9464885
DE
2972 * event-loop.c: Include unistd.h if it exists.
2973
07d4f67e
DE
2974 * linux-low.c (my_waitpid): Move definition away from being in
2975 between linux_tracefork_child/linux_test_for_tracefork.
2976
00f515da
DE
2977 * gdb_proc_service.h (psaddr_t): Fix type.
2978 * thread-db.c (thread_db_info.td_thr_tls_get_addr_p): Fix
2979 signature to match glibc.
2980
1de1badb
DE
29812009-12-16 Doug Evans <dje@google.com>
2982
2983 * linux-low.c (linux_read_memory): Fix argument to read.
2984
aeeb81d1
PA
29852009-11-26 Pedro Alves <pedro@codesourcery.com>
2986
2987 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENT
2988 events, don't leave current_inferior pointing at null.
2989
10357975
PA
29902009-11-26 Pedro Alves <pedro@codesourcery.com>
2991
2992 * win32-low.c (LOG): Delete.
2993 (OUTMSG): Output to stderr.
2994 (OUTMSG2): Conditionalize on `debug_threads' variable, instead of
2995 on compile time LOG macro.
2996 (win32_wait): Fix debug output.
2997
cf6e3471
PA
29982009-11-26 Pedro Alves <pedro@codesourcery.com>
2999
3000 * win32-low.c (win32_add_one_solib): If the dll name is
3001 "ntdll.dll", prepend the system directory to the dll path.
3002
0c85e18e
MK
30032009-11-17 Daniel Jacobowitz <dan@codesourcery.com>
3004
3005 * m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
3006
9ac544ce 30072009-11-17 Nathan Sidwell <nathan@codesourcery.com>
889bf7c5 3008 Vladimir Prus <vladimir@codesourcery.com>
9ac544ce
MK
3009
3010 * Makefile.in (reg-cf.o, reg-cf.c): New targets.
3011 * configure.ac: Check for __mcoldfire__ and set
3012 gdb_cv_m68k_is_coldfire.
3013 * configure.srv: Use gdb_cv_m68k_is_coldfire to select between
3014 reg-cf.o and reg-m68k.o.
3015 * configure: Regenerated.
3016
fd7dd3e6
PA
30172009-11-16 Pedro Alves <pedro@codesourcery.com>
3018
3019 * linux-low.c (linux_remove_process): Add `detaching' parameter.
3020 Pass it to thread_db_free.
3021 (linux_kill, linux_detach, linux_wait_1): Adjust to pass the
3022 proper `detaching' argument to linux_remove_process.
3023 * linux-low.h (thread_db_free): Add `detaching' parameter.
3024 * thread-db.c (thread_db_init): Pass false as `detaching' argument
3025 to thread_db_free.
3026 (thread_db_free): Add `detaching' parameter. Only
3027 call td_ta_clear_event if detaching from process.
3028
75aa492e
MK
30292009-11-12 Maxim Kuvyrkov <maxim@codesourcery.com>
3030
3031 * thread-db.c (thread_db_free): Fix typo.
3032
21e1bee4
PP
30332009-11-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3034
3035 PR gdb/10838
3036 * thread-db.c (thread_db_free): Call td_ta_clear_event.
3037
8838b45e
NS
30382009-11-03 Nathan Sidwell <nathan@codesourcery.com>
3039
3040 * configure.ac (i[34567]86-*): Check if we're targetting x86-64
3041 with an i686 compiler.
3042 * configure.srv (i[34567]86-*-linux*): Pull in x86-64 handling if
3043 needed.
3044 * configure: Rebuilt.
3045
8a35fb51
SL
30462009-10-29 Sandra Loosemore <sandra@codesourcery.com>
3047
3048 PR gdb/10783
3049
3050 * server.c (handle_search_memory_1): Correct read_addr initialization
3051 in loop for searching subsequent chunks.
3052
96f15937
PP
30532009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
3054
3055 * configure.ac: New --with-libthread-db option.
3056 * thread-db.c: Allow direct dependence on libthread_db.
3057 (thread_db_free): Adjust.
3058 * config.in: Regenerate.
3059 * configure: Likewise.
889bf7c5 3060
5f7d1694
PP
30612009-10-28 Paul Pluzhnikov <ppluzhnikov@google.com>
3062
3063 PR gdb/10757
3064 * thread-db.c (attach_thread): New function.
3065 (maybe_attach_thread): Return success/failure.
3066 (find_new_threads_callback): Adjust.
889bf7c5
PA
3067 (thread_db_find_new_threads): Loop until no new threads.
3068
88e3b899
PA
30692009-10-13 Pedro Alves <pedro@codesourcery.com>
3070
3071 * proc-service.c (ps_lgetregs): Formatting.
3072
cdbfd419
PP
30732009-10-08 Paul Pluzhnikov <ppluzhnikov@google.com>
3074
3075 * acinclude.m4: (SRV_CHECK_THREAD_DB, SRV_CHECK_TLS_GET_ADDR): Remove.
3076 * configure.ac: Adjust.
3077 * linux-low.h (struct process_info_private): Move members to struct
3078 thread_db.
3079 (thread_db_free, thread_db_handle_monitor_command): New prototype.
3080 * linux-low.c (linux_remove_process): Adjust.
3081 (linux_wait_for_event_1, linux_look_up_symbols): Likewise.
3082 * server.c (handle_query): Move code ...
3083 (handle_monitor_command): ... here. New function.
3084 * target.h (struct target_ops): New member.
3085 * thread-db.c (struct thread_db): New.
3086 (libthread_db_search_path): New variable.
3087 (thread_db_create_event, thread_db_enable_reporting)
3088 (find_one_thread, maybe_attach_thread, find_new_threads_callback)
3089 (thread_db_find_new_threads, (thread_db_get_tls_address): Adjust.
3090 (try_thread_db_load_1, dladdr_to_soname): New functions.
3091 (try_thread_db_load, thread_db_load_search): New functions.
3092 (thread_db_init): Search for libthread_db.
3093 (thread_db_free): New function.
3094 (thread_db_handle_monitor_command): Likewise.
3095 * config.in: Regenerate.
3096 * configure: Regenerate.
889bf7c5 3097
4168d2d6
UW
30982009-09-27 Ulrich Weigand <uweigand@de.ibm.com>
3099
3100 * spu-low.c (spu_kill): Wait for inferior to terminate.
3101 Call clear_inferiors.
3102 (spu_detach): Call clear_inferiors.
3103
81ecdfbb
RW
31042009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3105
3106 * aclocal.m4: Regenerate.
3107 * config.in: Likewise.
3108 * configure: Likewise.
3109
0b9ff2c0
UW
31102009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3111
3112 * linux-ppc-low.c (INSTR_SC, NR_spu_run): Define.
3113 (parse_spufs_run): New function.
3114 (ppc_get_pc, ppc_set_pc): Detect and handle SPU PC.
3115 (ppc_breakpoint_at): Handle SPU breakpoints.
3116
efcbbd14
UW
31172009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3118
3119 * linux-low.c: Include <sys/stat.h> and <sys/vfs.h>.
3120 (SPUFS_MAGIC): Define.
3121 (spu_enumerate_spu_ids): New function.
3122 (linux_qxfer_spu): New function.
3123 (linux_target_ops): Install linux_qxfer_spu.
3124
f4d9bade
UW
31252009-07-31 Ulrich Weigand <uweigand@de.ibm.com>
3126
3127 * configure.srv (powerpc*-*-linux*): Add powerpc-cell32l.o
3128 and powerpc-cell64l.o to srv_regobj. Add rs6000/powerpc-cell32l.xml
3129 and rs6000/powerpc-cell64l.xml to srv_xmlfiles.
3130 * Makefile.in (powerpc-cell32l.o, powerpc-cell32l.c): New rules.
3131 (powerpc-cell64l.o, powerpc-cell64l.c): Likewise.
3132 (clean): Handle powerpc-cell32l.c and powerpc-cell64l.c.
3133 * linux-ppc-low.c (PPC_FEATURE_CELL): Define.
3134 (init_registers_powerpc_cell32l): Add prototype.
3135 (init_registers_powerpc_cell64l): Likewise.
3136 (ppc_arch_setup): Detect Cell/B.E. architecture.
3137
96e946ca
RW
31382009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3139
3140 * Makefile.in (datarootdir): New variable.
3141
58d6951d
DJ
31422009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3143
3144 * linux-low.c (linux_write_memory): Update debugging output.
3145 * Makefile.in (clean): Add new descriptions.
3146 (arm-with-vfpv2.o, arm-with-vfpv2.c, arm-with-vfpv3.o)
3147 (arm-with-vfpv3.c, arm-with-neon.o, arm-with-neon.c): New rules.
3148 * configure.srv: Add new files for arm*-*-linux*.
3149 * linux-arm-low.c: Add new declarations.
3150 (PTRACE_GETVFPREGS, PTRACE_SETVFPREGS): Define if undefined.
3151 (arm_hwcap, HWCAP_VFP, HWCAP_IWMMXT, HWCAP_NEON, HWCAP_VFPv3)
3152 (HWCAP_VFPv3D16): New.
3153 (arm_fill_wmmxregset, arm_store_wmmxregset): Check HWCAP_IWMMXT
3154 instead of __IWMMXT__.
3155 (arm_fill_vfpregset, arm_store_vfpregset, arm_get_hwcap)
3156 (arm_arch_setup): New.
3157 (target_regsets): Remove #ifdef. Add VFP regset.
3158 (the_low_target): Use arm_arch_setup.
3159
12b42a12
DJ
31602009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
3161
3162 * linux-low.c (linux_kill_one_lwp): Adjust kernel workaround to skip
3163 the main thread again.
3164
ac8c974e
AR
31652009-07-06 Aleksandar Ristovski <aristovski@qnx.com>
3166
3167 Adding Neutrino gdbserver.
3168 * configure: Regenerated.
3169 * configure.ac: Add case for srv_qnx and set LIBS accordingly.
3170 * configure.srv (i[34567]86-*-nto*): New target.
3171 * nto-low.c, nto-low.h, nto-x86-low.c: New files.
3172 * remote-utils.c [__QNX__]: Include sys/iomgr.h
3173 (nto_comctrl) [__QNX__]: New function.
3174 (enable_async_io, disable_async_io) [__QNX__]: Call nto_comctrl.
3175
4424e0c3 31762009-07-05 Danny Backx <dannybackx@users.sourceforge.net>
7437790a
PA
3177
3178 * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
3179 srv_tgtobj.
3180
912cf4ba
PA
31812009-07-04 Danny Backx <dannybackx@users.sourceforge.net>
3182 Pedro Alves <pedro@codesourcery.com>
3183
3184 * win32-i386-low.c (i386_get_thread_context): Handle systems that
3185 don't support CONTEXT_EXTENDED_REGISTERS.
3186 (i386_win32_breakpoint, i386_win32_breakpoint_len): New.
3187 (the_low_target): Install them.
3188 * win32-low.c (get_child_debug_event): Handle WaitForDebugEvent
3189 failing with ERROR_PIPE_NOT_CONNECTED.
3190
aa5ca48f
DE
31912009-06-30 Doug Evans <dje@google.com>
3192 Pierre Muller <muller@ics.u-strasbg.fr>
3193
3194 Add h/w watchpoint support to x86-linux, win32-i386.
3195 * Makefile.in (SFILES): Add i386-low.c
3196 (i386_low_h): Define.
3197 (i386-low.o): Add dependencies.
3198 (linux-x86-low.o): Add i386-low.h dependency.
3199 (win32-i386-low.o): Ditto.
3200 * i386-low.c: New file.
3201 * i386-low.h: New file.
3202 * configure.srv (i[34567]86-*-cygwin*): Add i386-low.o to srv_tgtobj.
3203 (i[34567]86-*-linux*, i[34567]86-*-mingw*, x86_64-*-linux*): Ditto.
3204 * linux-low.c (linux_add_process): Initialize arch_private.
3205 (linux_remove_process): Free arch_private.
3206 (add_lwp): Initialize arch_private.
3207 (delete_lwp): Free arch_private.
3208 (linux_resume_one_lwp): Call the_low_target.prepare_to_resume if
3209 provided.
3210 * linux-low.h (process_info_private): New member arch_private.
3211 (lwp_info): New member arch_private.
3212 (linux_target_ops): New members new_process, new_thread,
3213 prepare_to_resume.
3214 (ptid_of): New macro.
3215 * linux-x86-low.c: Include stddef.h, i386-low.h.
3216 (arch_process_info): New struct.
3217 (arch_lwp_info): New struct.
3218 (x86_linux_dr_get, x86_linux_dr_set): New functions.
3219 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
3220 (i386_dr_low_get_status): New function.
3221 (x86_insert_point, x86_remove_point): New functions.
3222 (x86_stopped_by_watchpoint): New function.
3223 (x86_stopped_data_address): New function.
3224 (x86_linux_new_process, x86_linux_new_thread): New functions.
3225 (x86_linux_prepare_to_resume): New function.
3226 (the_low_target): Add entries for insert_point, remove_point,
3227 stopped_by_watchpoint, stopped_data_address, new_process, new_thread,
3228 prepare_to_resume.
3229 * server.c (debug_hw_points): New global.
3230 (monitor_show_help): Document set debug-hw-points.
3231 (handle_query): Process "set debug-hw-points".
3232 * server.h (debug_hw_points): Declare.
3233 (paddress): Declare.
3234 * utils.c (NUMCELLS, CELLSIZE): New macros.
3235 (get_sell, xsnprintf, paddress): New functions.
3236 * win32-arm-low.c (the_low_target): Add entries for insert_point,
3237 remove_point, stopped_by_watchpoint, stopped_data_address.
3238 * win32-i386-low.c: Include i386-low.h.
3239 (debug_reg_state): Replaces dr.
3240 (i386_dr_low_set_addr, i386_dr_low_set_control): New functions.
3241 (i386_dr_low_get_status): New function.
3242 (i386_insert_point, i386_remove_point): New functions.
3243 (i386_stopped_by_watchpoint): New function.
3244 (i386_stopped_data_address): New function.
3245 (i386_initial_stuff): Update.
3246 (get_thread_context,set_thread_context,i386_thread_added): Update.
3247 (the_low_target): Add entries for insert_point,
3248 remove_point, stopped_by_watchpoint, stopped_data_address.
3249 * win32-low.c (win32_insert_watchpoint): New function.
3250 (win32_remove_watchpoint): New function.
3251 (win32_stopped_by_watchpoint): New function.
3252 (win32_stopped_data_address): New function.
3253 (win32_target_ops): Add entries for insert_watchpoint,
3254 remove_watchpoint, stopped_by_watchpoint, stopped_data_address.
3255 * win32-low.h (win32_target_ops): New members insert_point,
3256 remove_point, stopped_by_watchpoint, stopped_data_address.
3257
d993e290
PA
32582009-06-25 Pedro Alves <pedro@codesourcery.com>
3259
3260 * server.c (process_serial_event): Re-return unsupported, not
3261 error, if the type isn't recognized. Re-allow supporting only
3262 insert or remove packets. Also call require_running for
3263 breakpoints. Add missing break statement to default case. Tidy.
3264 * target.h (struct target_ops): Rename insert_watchpoint to
3265 insert_point, and remove_watchpoint to remove_point.
3266
3267 * linux-low.h (struct linux_target_ops): Likewise.
3268 * linux-low.c (linux_insert_watchpoint): Rename to ...
3269 (linux_insert_point): ... this. Adjust.
3270 (linux_remove_watchpoint): Rename to ...
3271 (linux_remove_point): ... this. Adjust.
3272 (linux_target_ops): Adjust.
3273 * linux-crisv32-low.c (cris_insert_watchpoint): Rename to ...
3274 (cris_insert_point): ... this.
3275 (cris_remove_watchpoint): Rename to ...
3276 (cris_remove_point): ... this.
3277 (the_low_target): Adjust.
3278
0f54c268
PM
32792009-06-24 Pierre Muller <muller@ics.u-strasbg.fr>
3280
3281 * server.c (handle_v_kill): Pass signal_pid to
3282 kill_inferior if multi_process is zero.
3283
c6314022
AR
32842009-06-23 Aleksandar Ristovski <aristovski@qnx.com>
3285
3286 * server.c (process_serial_event): Add support for Z0 and Z1 packet.
3287 * target.h (target_ops): Comment for *_watchpoint to make it clear
3288 the functions can get types '0' and '1'.
3289
4463ce24
AR
32902009-06-22 Aleksandar Ristovski <aristovski@qnx.com>
3291
3292 * linux-low.c (usr_fetch_inferior_registers): Remove check for regno 0.
3293 * proc-service.c (ps_lgetregs): Pass -1 to fetch all registers.
3294 * regcache.c (get_regcache): Likewise.
3295 * spu-low.c (spu_fetch_registers): Remove 0 to -1 conversion.
3296 * win32-low.c (child_fetch_inferior_registers): Remove check for
3297 regno 0.
3298
cf8fd78b
PA
32992009-06-19 Aleksandar Ristovski <aristovski@qnx.com>
3300 Pedro Alves <pedro@codesourcery.com>
3301
3302 * target.h (struct target_ops) <supports_multi_process>: New
3303 callback.
3304 (target_supports_multi_process): New.
3305 * server.c (handle_query): Even if GDB reports support, only
3306 enable multi-process if the target also supports it. Report
3307 multi-process support only if the target backend supports it.
3308 * linux-low.c (linux_supports_multi_process): New function.
3309 (linux_target_ops): Install it as target_supports_multi_process
3310 callback.
3311
47c0c975
DE
33122009-05-24 Doug Evans <dje@google.com>
3313
e09875d4
DE
3314 Global renaming of find_thread_pid to find_thread_ptid.
3315 * server.h (find_thread_ptid): Renamed from find_thread_pid.
3316 * inferiors.c (find_thread_ptid): Renamed from find_thread_pid.
3317 All callers updated.
3318
e27d73f6
DE
3319 * linux-low.c (handle_extended_wait): Use linux_resume_one_lwp
3320 to resume the newly created thread, don't call ptrace (PTRACE_CONT)
3321 directly.
3322
47c0c975
DE
3323 * linux-low.c (get_stop_pc): Print pc if debug_threads.
3324 (check_removed_breakpoint, linux_wait_for_lwp): Ditto.
3325 (linux_resume_one_lwp): Ditto.
3326
2acc282a
DE
33272009-05-23 Doug Evans <dje@google.com>
3328
3329 * linux-low.c (linux_resume_one_lwp): Change type of first arg
3330 from struct inferior_list_entry * to struct lwp_info *.
3331 All callers updated.
3332
9f1036c1
DE
33332009-05-13 Doug Evans <dje@google.com>
3334
3335 * linux-x86-low.c: Don't include assert.h.
3336 (x86_siginfo_fixup): Use fatal, not assert.
3337 (x86_arch_setup): Fix comment.
3338
d0722149
DE
33392009-05-12 Doug Evans <dje@google.com>
3340
3341 Biarch support for i386/amd64 gdbserver.
3342 * Makefile.in (SFILES): Remove linux-i386-low.c, linux-x86-64-low.c.
3343 Add linux-x86-low.c.
3344 (linux-i386-low.o, linux-x86-64-low.o): Delete.
3345 (linux-x86-low.o): Add.
3346 * linux-x86-64-low.c: Delete.
3347 * linux-i386-low.c: Delete.
3348 * linux-x86-low.c: New file.
3349 * configure.srv (i?86-linux srv_tgtobj): Replace linux-i386-low.o with
3350 linux-x86-low.o.
3351 (x86_64-linux srv_tgtobj): Replace linux-x86-64-low.o with
3352 linux-x86-low.o.
3353 (x86_64-linux srv_regobj): Add reg-i386-linux.o.
3354 * linux-low.c: Include ansidecl.h, elf/common.h, elf/external.h.
3355 (linux_child_pid_to_exec_file): New function.
3356 (elf_64_header_p, elf_64_file_p): New functions.
3357 (siginfo_fixup): New function.
3358 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
3359 give target a chance to convert layout.
3360 * linux-low.h (linux_target_ops): New member siginfo_fixup.
3361 (linux_child_pid_to_exec_file, elf_64_file_p): Declare.
3362
fdeb2a12
DE
33632009-05-07 Doug Evans <dje@google.com>
3364
3365 * linux-low.c (regsets_fetch_inferior_registers): Fix memory leak.
3366 (regsets_store_inferior_registers): Ditto.
3367
a6dbe5df
PA
33682009-05-06 Pedro Alves <pedro@codesourcery.com>
3369
3370 PR server/10048
3371
3372 * linux-low.c (must_set_ptrace_flags): Delete.
3373 (linux_create_inferior): Set `lwp->must_set_ptrace_flags' instead
3374 of the global.
3375 (linux_attach_lwp_1): Don't set PTRACE_SETOPTIONS here. Set
3376 `lwp->must_set_ptrace_flags' instead.
ba42693b 3377 (linux_wait_for_event_1): Set ptrace options here.
a6dbe5df
PA
3378 (linux_wait_1): ... not here.
3379
5091eb23
DE
33802009-04-30 Doug Evans <dje@google.com>
3381
9f767825
DE
3382 * inferiors.c (started_inferior_callback): New function.
3383 (attached_inferior_callback): New function.
3384 (have_started_inferiors_p, have_attached_inferiors_p): New functions.
3385 * server.c (print_started_pid, print_attached_pid): New functions.
3386 (detach_or_kill_for_exit): New function.
3387 (main): Call it instead of for_each_inferior (kill_inferior_callback).
3388 * server.h (have_started_inferiors_p): Declare.
3389 (have_attached_inferiors_p): Declare.
3390
5091eb23
DE
3391 * inferiors.c (remove_process): Fix memory leak, free process.
3392 * linux-low.c (linux_remove_process): New function.
3393 (linux_kill): Call it instead of remove_process.
3394 (linux_detach, linux_wait_1): Ditto.
3395
155c8968
PA
33962009-04-19 Danny Backx <dannybackx@users.sourceforge.net>
3397
3398 * configure.srv: Add x86 Windows CE target.
3399
7fe519cb
UW
34002009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3401
3402 * inferiors.c (get_thread_process): Make global.
3403 * server.h (get_thread_process): Add prototype.
3404 * thread-db.c (find_one_thread): Use get_thread_process
3405 instead of current_process.
3406 (thread_db_get_tls_address): Do not crash if called when
3407 thread layer is not yet initialized.
3408
5472f405
UW
34092009-04-03 Ulrich Weigand <uweigand@de.ibm.com>
3410
3411 * remote-utils.c (prepare_resume_reply): Null-terminate packet.
3412 * spu-low.c (current_tid): Rename to ...
3413 (current_ptid): ... this.
3414 (fetch_ppc_register, fetch_ppc_memory, store_ppc_memory,
3415 spu_proc_xfer_spu, spu_resume, spu_request_interrupt): Use
3416 ptid_get_lwp (current_ptid) instead of current_tid.
3417 (spu_kill, spu_detach, spu_join, spu_wait): Use pid argument
3418 instead of current_tid. Use find_process_pid to verify pid
3419 argument is valid. Pass proper argument to remove_process.
3420 (spu_thread_alive): Compare current_ptid instead of current_tid.
3421 (spu_resume): Likewise.
3422
55ac2b99
PA
34232009-04-02 Pedro Alves <pedro@codesourcery.com>
3424
3425 * linux-low.c (usr_store_inferior_registers): Declare local `pid'
3426 variable.
3427
95954743
PA
34282009-04-01 Pedro Alves <pedro@codesourcery.com>
3429
3430 Implement the multiprocess extensions, and add linux multiprocess
3431 support.
3432
3433 * server.h (ULONGEST): Declare.
3434 (struct ptid, ptid_t): New.
3435 (minus_one_ptid, null_ptid): Declare.
3436 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
3437 (ptid_get_tid, ptid_equal, ptid_is_pid): Declare.
3438 (struct inferior_list_entry): Change `id' type from unsigned from
3439 to ptid_t.
3440 (struct sym_cache, struct breakpoint, struct
3441 process_info_private): Forward declare.
3442 (struct process_info): Declare.
3443 (current_process): Declare.
3444 (all_processes): Declare.
3445 (initialize_inferiors): Declare.
3446 (add_thread): Adjust to use ptid_t.
3447 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): Ditto.
3448 (add_process, remove_process, find_thread_pid): Declare.
3449 (find_inferior_id): Adjust to use ptid_t.
3450 (cont_thread, general_thread, step_thread): Change type to ptid_t.
3451 (multi_process): Declare.
3452 (push_event): Adjust to use ptid_t.
3453 (read_ptid, write_ptid): Declare.
3454 (prepare_resume_reply): Adjust to use ptid_t.
3455 (clear_symbol_cache): Declare.
3456 * inferiors.c (all_processes): New.
3457 (null_ptid, minus_one_ptid): New.
3458 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
3459 (ptid_get_tid, ptid_equal, ptid_is_pid): New.
3460 (add_thread): Change unsigned long to ptid. Remove gdb_id
3461 parameter. Adjust.
3462 (thread_id_to_gdb_id, thread_to_gdb_id): Change unsigned long to ptid.
3463 (gdb_id_to_thread): Rename to ...
3464 (find_thread_pid): ... this. Change unsigned long to ptid.
3465 (gdb_id_to_thread_id, find_inferior_id): Change unsigned long to ptid.
3466 (loaded_dll, pull_pid_from_list): Adjust.
3467 (add_process, remove_process, find_process_pid)
3468 (get_thread_process, current_process, initialize_inferiors): New.
3469 * target.h (struct thread_resume) <thread>: Change type to ptid_t.
3470 (struct target_waitstatus) <related_pid>: Ditto.
3471 (struct target_ops) <kill, detach>: Add `pid' argument. Change
3472 return type to int.
3473 (struct target_ops) <join>: Add `pid' argument.
3474 (struct target_ops) <thread_alive>: Change pid's type to ptid_t.
3475 (struct target_ops) <wait>: Add `ptid' field. Change return type
3476 to ptid.
3477 (kill_inferior, detach_inferior, join_inferior): Add `pid' argument.
3478 (mywait): Add `ptid' argument. Change return type to ptid_t.
3479 (target_pid_to_str): Declare.
3480 * target.c (set_desired_inferior): Adjust to use ptids.
3481 (mywait): Add new `ptid' argument. Adjust.
3482 (target_pid_to_str): New.
3483 * mem-break.h (free_all_breakpoints): Declare.
3484 * mem-break.c (breakpoints): Delelete.
3485 (set_breakpoint_at, delete_breakpoint, find_breakpoint_at)
3486 (check_mem_read, check_mem_write, delete_all_breakpoints): Adjust
3487 to use per-process breakpoint list.
3488 (free_all_breakpoints): New.
3489 * remote-utils.c (struct sym_cache) <name>: Drop `const'.
3490 (symbol_cache, all_symbols_looked_up): Delete.
3491 (hexchars): New.
3492 (ishex, unpack_varlen_hex, write_ptid, hex_or_minus_one,
3493 read_ptid): New.
3494 (prepare_resume_reply): Change ptid argument's type from unsigned
3495 long to ptid_t. Adjust. Implement W;process and X;process.
3496 (free_sym_cache, clear_symbol_cache): New.
3497 (look_up_one_symbol): Adjust to per-process symbol cache. *
3498 * server.c (cont_thread, general_thread, step_thread): Change type
3499 to ptid_t.
3500 (attached): Delete.
3501 (multi_process): New.
3502 (last_ptid): Change type to ptid_t.
3503 (struct vstop_notif) <ptid>: Change type to ptid_t.
3504 (queue_stop_reply, push_event): Change `ptid' argument's type to
3505 ptid_t.
3506 (discard_queued_stop_replies): Add `pid' argument.
3507 (start_inferior): Adjust to use ptids. Adjust to mywait interface
3508 changes. Don't reference the `attached' global.
3509 (attach_inferior): Adjust to mywait interface changes.
3510 (handle_query): Adjust to use ptids. Parse GDB's qSupported
3511 features. Handle and report "multiprocess+". Handle
3512 "qAttached:PID".
3513 (handle_v_cont): Adjust to use ptids. Adjust to mywait interface
3514 changes.
3515 (handle_v_kill): New.
3516 (handle_v_stopped): Adjust to use target_pid_to_str.
3517 (handle_v_requests): Allow multiple attaches and runs when
3518 multiprocess extensions are in effect. Handle "vKill".
3519 (myresume): Adjust to use ptids.
3520 (queue_stop_reply_callback): Add `arg' parameter. Handle it.
3521 (handle_status): Adjust to discard_queued_stop_replies interface
3522 change.
3523 (first_thread_of, kill_inferior_callback)
3524 (detach_or_kill_inferior_callback, join_inferiors_callback): New.
3525 (main): Call initialize_inferiors. Adjust to use ptids, killing
3526 and detaching from all inferiors. Handle multiprocess packet
3527 variants.
3528 * linux-low.h: Include gdb_proc_service.h.
3529 (struct process_info_private): New.
3530 (struct linux_target_ops) <pid_of>: Use ptid_get_pid.
3531 <lwpid_of>: Use ptid_get_lwp.
3532 (get_lwp_thread): Adjust.
3533 (struct lwp_info): Add `dead' member.
3534 (find_lwp_pid): Declare.
3535 * linux-low.c (thread_db_active): Delete.
3536 (new_inferior): Adjust comment.
3537 (inferior_pid): Delete.
3538 (linux_add_process): New.
3539 (handle_extended_wait): Adjust.
3540 (add_lwp): Change unsigned long to ptid.
3541 (linux_create_inferior): Add process to processes table. Adjust
3542 to use ptids. Don't set new_inferior here.
3543 (linux_attach_lwp): Rename to ...
3544 (linux_attach_lwp_1): ... this. Add `initial' argument. Handle
3545 it. Adjust to use ptids.
3546 (linux_attach_lwp): New.
3547 (linux_attach): Add process to processes table. Don't set
3548 new_inferior here.
3549 (struct counter): New.
3550 (second_thread_of_pid_p, last_thread_of_process_p): New.
3551 (linux_kill_one_lwp): Add `args' parameter. Handle it. Adjust to
3552 multiple processes.
3553 (linux_kill): Add `pid' argument. Handle it. Adjust to multiple
3554 processes. Remove process from process table.
3555 (linux_detach_one_lwp): Add `args' parameter. Handle it. Adjust
3556 to multiple processes.
3557 (any_thread_of): New.
3558 (linux_detach): Add `pid' argument, and handle it. Remove process
3559 from processes table.
3560 (linux_join): Add `pid' argument. Handle it.
3561 (linux_thread_alive): Change unsighed long argument to ptid_t.
3562 Consider dead lwps as not being alive.
3563 (status_pending_p): Rename `dummy' argument to `arg'. Filter out
3564 threads we're not interested in.
3565 (same_lwp, find_lwp_pid): New.
3566 (linux_wait_for_lwp): Change `pid' argument's type from int to
3567 ptid_t. Adjust.
3568 (linux_wait_for_event): Rename to ...
3569 (linux_wait_for_event_1): ... this. Change `pid' argument's type
3570 from int to ptid_t. Adjust.
3571 (linux_wait_for_event): New.
3572 (linux_wait_1): Add `ptid' argument. Change return type to
3573 ptid_t. Adjust. Use last_thread_of_process_p. Remove processes
3574 that exit from the process table.
3575 (linux_wait): Add `ptid' argument. Change return type to ptid_t.
3576 Adjust.
3577 (mark_lwp_dead): New.
3578 (wait_for_sigstop): Adjust to use ptids. If a process exits while
3579 stopping all threads, mark its main lwp as dead.
3580 (linux_set_resume_request, linux_resume_one_thread): Adjust to use
3581 ptids.
3582 (fetch_register, usr_store_inferior_registers)
3583 (regsets_fetch_inferior_registers)
3584 (regsets_store_inferior_registers, linux_read_memory)
3585 (linux_write_memory): Inline `inferior_pid'.
3586 (linux_look_up_symbols): Adjust to use per-process
3587 `thread_db_active'.
3588 (linux_request_interrupt): Adjust to use ptids.
3589 (linux_read_auxv): Inline `inferior_pid'.
3590 (initialize_low): Don't reference thread_db_active.
3591 * gdb_proc_service.h (struct ps_prochandle) <pid>: Remove.
3592 * proc-service.c (ps_lgetregs): Use find_lwp_pid.
3593 (ps_getpid): Return the pid of the current inferior.
3594 * thread-db.c (proc_handle, thread_agent): Delete.
3595 (thread_db_create_event, thread_db_enable_reporting): Adjust to
3596 per-process data.
3597 (find_one_thread): Change argument type to ptid_t. Adjust to
3598 per-process data.
3599 (maybe_attach_thread): Adjust to per-process data and ptids.
3600 (thread_db_find_new_threads): Ditto.
3601 (thread_db_init): Ditto.
3602 * spu-low.c (spu_create_inferior, spu_attach): Add process to
3603 processes table. Adjust to use ptids.
3604 (spu_kill, spu_detach): Adjust interface. Remove process from
3605 processes table.
3606 (spu_join, spu_thread_alive): Adjust interface.
3607 (spu_wait): Adjust interface. Remove process from processes
3608 table. Adjust to use ptids.
3609 * win32-low.c (current_inferior_tid): Delete.
3610 (current_inferior_ptid): New.
3611 (debug_event_ptid): New.
3612 (thread_rec): Take a ptid. Adjust.
3613 (child_add_thread): Add `pid' argument. Adjust to use ptids.
3614 (child_delete_thread): Ditto.
3615 (do_initial_child_stuff): Add `attached' argument. Add process to
3616 processes table.
3617 (child_fetch_inferior_registers, child_store_inferior_registers):
3618 Adjust.
3619 (win32_create_inferior): Pass 0 to do_initial_child_stuff.
3620 (win32_attach): Pass 1 to do_initial_child_stuff.
3621 (win32_kill): Adjust interface. Remove process from processes
3622 table.
3623 (win32_detach): Ditto.
3624 (win32_join): Adjust interface.
3625 (win32_thread_alive): Take a ptid.
3626 (win32_resume): Adjust to use ptids.
3627 (get_child_debug_event): Ditto.
3628 (win32_wait): Adjust interface. Remove exiting process from
3629 processes table.
3630
bd99dc85
PA
36312009-04-01 Pedro Alves <pedro@codesourcery.com>
3632
3633 Non-stop mode support.
3634
3635 * server.h (non_stop): Declare.
3636 (gdb_client_data, handler_func): Declare.
3637 (delete_file_handler, add_file_handler, start_event_loop):
3638 Declare.
3639 (handle_serial_event, handle_target_event, push_event)
3640 (putpkt_notif): Declare.
3641 * target.h (enum resume_kind): New.
3642 (struct thread_resume): Replace `step' field by `kind' field.
3643 (TARGET_WNOHANG): Define.
3644 (struct target_ops) <wait>: Add `options' argument.
3645 <supports_non_stop, async, start_non_stop>: New fields.
3646 (target_supports_non_stop, target_async): New.
3647 (start_non_stop): Declare.
3648 (mywait): Add `options' argument.
3649 * target.c (mywait): Add `options' argument. Print child exit
3650 notifications here.
3651 (start_non_stop): New.
3652 * server.c (non_stop, own_buf, mem_buf): New globals.
3653 (struct vstop_notif): New.
3654 (notif_queue): New global.
3655 (queue_stop_reply, push_event, discard_queued_stop_replies)
3656 (send_next_stop_reply): New.
3657 (start_inferior): Adjust to use resume_kind. Adjust to mywait
3658 interface changes.
3659 (attach_inferior): In non-stop mode, don't wait for the target
3660 here.
3661 (handle_general_set): Handle QNonStop.
3662 (handle_query): When handling qC, return the current general
3663 thread, instead of the first thread of the list.
3664 (handle_query): If the backend supports non-stop mode, include
3665 QNonStop+ in the qSupported query response.
3666 (handle_v_cont): Adjust to use resume_kind. Handle resume_stop
3667 and non-stop mode.
3668 (handle_v_attach, handle_v_run): Handle non-stop mode.
3669 (handle_v_stopped): New.
3670 (handle_v_requests): Report support for vCont;t. Handle vStopped.
3671 (myresume): Adjust to use resume_kind. Handle non-stop.
3672 (queue_stop_reply_callback): New.
3673 (handle_status): Handle non-stop mode.
3674 (main): Clear non_stop flag on reconnection. Use the event-loop.
3675 Refactor serial protocol handling from here ...
3676 (process_serial_event): ... to this new function. When GDB
3677 selects any thread, select one here. In non-stop mode, wait until
3678 GDB acks all pending events before exiting.
3679 (handle_serial_event, handle_target_event): New.
3680 * remote-utils.c (remote_open): Install remote_desc in the event
3681 loop.
3682 (remote_close): Remove remote_desc from the event loop.
3683 (putpkt_binary): Rename to...
3684 (putpkt_binary_1): ... this. Add `is_notic' argument. Handle it.
3685 (putpkt_binary): New as wrapper around putpkt_binary_1.
3686 (putpkt_notif): New.
3687 (prepare_resume_reply): In non-stop mode, don't change the
3688 general_thread.
3689 * event-loop.c: New.
3690 * Makefile.in (OBJ): Add event-loop.o.
3691 (event-loop.o): New rule.
3692
3693 * linux-low.h (pid_of): Moved here.
3694 (lwpid_of): New.
3695 (get_lwp_thread): Use lwpid_of.
3696 (struct lwp_info): Delete `lwpid' field. Add `suspended' field.
3697 * linux-low.c (pid_of): Delete.
3698 (inferior_pid): Use lwpid_of.
3699 (linux_event_pipe): New.
3700 (target_is_async_p): New.
3701 (delete_lwp): New.
3702 (handle_extended_wait): Use lwpid_of.
3703 (add_lwp): Don't set lwpid field.
3704 (linux_attach_lwp): Adjust debug output. Use lwpid_of.
3705 (linux_kill_one_lwp): If killing a running lwp, stop it first.
3706 Use lwpid_of. Adjust to linux_wait_for_event interface changes.
3707 (linux_detach_one_lwp): If detaching from a running lwp, stop it
3708 first. Adjust to linux_wait_for_event interface changes. Use
3709 lwpid_of.
3710 (linux_detach): Don't delete the main lwp here.
3711 (linux_join): Use my_waitpid. Avoid signal_pid. Use lwpid_of.
3712 (status_pending_p): Don't consider explicitly suspended lwps.
3713 (linux_wait_for_lwp): Take an integer pid instead of a lwp_info
3714 pointer. Add OPTIONS argument. Change return type to int. Use
3715 my_waitpid instead of sleeping. Handle WNOHANG. Use lwpid_of.
3716 (linux_wait_for_event): Take an integer pid instead of a lwp_info
3717 pointer. Add status pointer argument. Return a pid instead of a
3718 status. Use lwpid_of. Adjust to linux_wait_for_lwp interface
3719 changes. In non-stop mode, don't switch to a random thread.
3720 (linux_wait): Rename to...
3721 (linux_wait_1): ... this. Add target_options argument, and handle
3722 it. Adjust to use resume_kind. Use lwpid_of. In non-stop mode,
3723 don't handle the continue thread. Handle TARGET_WNOHANG. Merge
3724 clean exit and signal exit code. Don't stop all threads in
3725 non-stop mode. In all-stop mode, only stop all threads when
3726 reporting a stop to GDB. Handle explicit thread stop requests.
3727 (async_file_flush, async_file_mark): New.
3728 (linux_wait): New.
3729 (send_sigstop): Use lwpid_of.
3730 (wait_for_sigstop): Use lwpid_of. Adjust to linux_wait_for_event
3731 interface changes. In non-stop mode, don't switch to a random
3732 thread.
3733 (linux_resume_one_lwp): Use lwpid_of.
3734 (linux_continue_one_thread, linux_queue_one_thread): Merge into ...
3735 (linux_resume_one_thread): ... this. Handle resume_stop. In
3736 non-stop mode, don't look for pending flag in all threads.
3737 (resume_status_pending_p): Don't consider explicitly suspended
3738 threads.
3739 (my_waitpid): Reimplement. Emulate __WALL.
3740 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
3741 Use lwpid_of.
3742 (sigchld_handler, linux_supports_non_stop, linux_async)
3743 (linux_start_non_stop): New.
3744 (linux_target_ops): Register linux_supports_non_stop, linux_async
3745 and linux_start_non_stop.
3746 (initialize_low): Install SIGCHLD handler.
3747 * thread-db.c (thread_db_create_event, find_one_thread)
3748 (thread_db_get_tls_address): Use lwpid_of.
3749 * win32-low.c (win32_detach): Adjust to use resume_kind.
3750 (win32_wait): Add `options' argument.
3751 * spu-low.c (spu_resume): Adjust to use resume_kind.
3752 (spu_wait): Add `options' argument.
3753
5b1c542e
PA
37542009-04-01 Pedro Alves <pedro@codesourcery.com>
3755
3756 Decouple target code from remote protocol.
3757
3758 * target.h (enum target_waitkind): New.
3759 (struct target_waitstatus): New.
3760 (struct target_ops) <wait>: Return an unsigned long. Take a
3761 target_waitstatus pointer instead of a char pointer.
3762 (mywait): Likewise.
3763 * target.c (mywait): Change prototype to return an unsigned long.
3764 Take a target_waitstatus pointer instead of a char pointer. Adjust.
3765 * server.h (thread_from_wait, old_thread_from_wait): Delete
3766 declarations.
3767 (prepare_resume_reply): Change prototype to take a
3768 target_waitstatus.
3769 * server.c (thread_from_wait, old_thread_from_wait): Delete.
3770 (last_status, last_ptid): New.
3771 (start_inferior): Remove "statusptr" argument. Adjust. Return a
3772 pid instead of a signal.
3773 (attach_inferior): Remove "status" and "signal" parameters.
3774 Adjust.
3775 (handle_query): For qGetTLSAddr, parse the thread id with strtol,
3776 not as an address.
3777 (handle_v_cont, handle_v_attach, handle_v_run, handle_v_kill)
3778 (handle_v_requests, myresume): Remove "status" and "signal"
3779 parameters. Adjust.
3780 (handle_status): New.
3781 (main): Delete local `status'. Adjust.
3782 * remote-utils.c: Include target.h.
3783 (prepare_resume_reply): Change prototype to take a
3784 target_waitstatus. Adjust.
3785
3786 * linux-low.c (linux_wait): Adjust to new target_ops->wait
3787 interface.
3788 * spu-low.c (spu_wait): Adjust.
3789 * win32-low.c (enum target_waitkind, struct target_waitstatus):
3790 Delete.
3791 (win32_wait): Adjust.
3792
2bd7c093
PA
37932009-04-01 Pedro Alves <pedro@codesourcery.com>
3794
3795 * target.h (struct thread_resume): Delete leave_stopped member.
3796 (struct target_ops): Add a `n' argument to the `resume' callback.
3797 * server.c (start_inferior): Adjust.
3798 (handle_v_cont, myresume): Adjust.
3799 * linux-low.c (check_removed_breakpoint): Adjust to resume
3800 interface change, and to removed leave_stopped field.
3801 (resume_ptr): Delete.
3802 (struct thread_resume_array): New.
3803 (linux_set_resume_request): Add new `arg' parameter. Adjust to
3804 resume interface change.
3805 (linux_continue_one_thread, linux_queue_one_thread)
3806 (resume_status_pending_p): Check if the resume field is NULL
3807 instead of checking the leave_stopped member.
3808 (linux_resume): Adjust to the target resume interface change.
3809 * spu-low.c (spu_resume): Adjust to the target resume interface
3810 change.
3811 * win32-low.c (win32_detach, win32_resume): Ditto.
3812
c35fafde
PA
38132009-04-01 Pedro Alves <pedro@codesourcery.com>
3814
3815 * linux-low.c (linux_wait_for_event): Don't clear the `stepping'
3816 flag.
3817 (wait_for_sigstop): Don't leave a finished single-step SIGTRAP
3818 pending.
3819 (linux_continue_one_thread): Only preserve the stepping flag if
3820 there's a pending breakpoint.
3821
0a59d50b
PA
38222009-03-31 Pedro Alves <pedro@codesourcery.com>
3823
3824 * server.c (main): After the inferior having exited, call
3825 remote_close before exiting gdbserver.
3826
f04c6d38
TJB
38272009-03-25 Thiago Jung Bauermann <bauerman@br.ibm.com>
3828
3829 Fix size of FPSCR in Power 7 processors.
3830 * linux-ppc-low.c (PPC_FEATURE_ARCH_2_05): Remove #define.
3831 (PPC_FEATURE_HAS_DFP): New #define.
3832 (ppc_arch_setup): Check for DFP feature instead of ISA 2.05 to decide on
3833 size of the FPSCR.
3834
78e5cee6
PA
38352009-03-23 Pedro Alves <pedro@codesourcery.com>
3836
3837 * server.c (handle_query) Whitespace and formatting.
3838
1b3f6016
PA
38392009-03-22 Pedro Alves <pedro@codesourcery.com>
3840
3841 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,
3842 linux-crisv32-low.c, linux-i386-low.c, linux-low.c,
3843 linux-mips-low.c, linux-s390-low.c, linux-sparc-low.c,
3844 linux-x86-64-low.c, linux-xtensa-low.c, proc-service.c,
3845 regcache.c, remote-utils.c, server.c, spu-low.c, target.h,
3846 thread-db.c, win32-low.c, xtensa-xtregs.c, gdbreplay.c,
3847 Makefile.in, configure.ac: Fix whitespace throughout.
3848 * configure: Regenerate.
3849
a07b2135
PA
38502009-03-22 Pedro Alves <pedro@codesourcery.com>
3851
3852 * inferiors.c (find_inferior): Make it safe for the callback
3853 function to delete the currently iterated inferior.
3854
67cc2626
PA
38552009-03-22 Pedro Alves <pedro@codesourcery.com>
3856
3857 * Makefile.in (linuw_low_h): Move higher.
3858 (thread-db.o): Depend on $(linux_low_h).
3859
54a0b537
PA
38602009-03-17 Pedro Alves <pedro@codesourcery.com>
3861
3862 Rename "process" to "lwp" throughout.
3863
3864 * linux-low.c (all_processes): Rename to...
3865 (all_lwps): ... this.
3866 (inferior_pid, handle_extended_wait, get_stop_pc): Adjust.
3867 (add_process): Rename to ...
3868 (add_lwp): ... this. Adjust.
3869 (linux_create_inferior): Adjust.
3870 (linux_attach_lwp): Adjust.
3871 (linux_attach): Adjust.
3872 (linux_kill_one_process): Rename to ...
3873 (linux_kill_one_lwp): ... this. Adjust.
3874 (linux_kill): Adjust.
3875 (linux_detach_one_process): Rename to ...
3876 (linux_detach_one_lwp): ... this. Adjust.
3877 (linux_detach): Adjust.
3878 (check_removed_breakpoint): Adjust.
3879 (status_pending_p): Adjust.
3880 (linux_wait_for_process): Rename to ...
3881 (linux_wait_for_lwp): ... this. Adjust.
3882 (linux_wait_for_event): Adjust.
3883 (send_sigstop): Adjust.
3884 (wait_for_sigstop): Adjust.
3885 (stop_all_processes): Rename to ...
3886 (stop_all_lwps): ... this.
3887 (linux_resume_one_process): Rename to ...
3888 (linux_resume_one_lwp): ... this. Adjust.
3889 (linux_set_resume_request, linux_continue_one_thread)
3890 (linux_queue_one_thread, resume_status_pending_p)
3891 (usr_store_inferior_registers, regsets_store_inferior_registers)
3892 (linux_request_interrupt, linux_read_offsets, linux_xfer_siginfo):
3893 Adjust.
3894 * linux-low.h (get_process): Rename to ...
3895 (get_lwp): ... this. Adjust.
3896 (get_thread_process): Rename to ...
3897 (get_thread_lwp): ... this. Adjust.
3898 (get_process_thread): Rename to ...
3899 (get_lwp_thread): ... this. Adjust.
3900 (struct process_info): Rename to ...
3901 (struct lwp_info): ... this.
3902 (all_processes): Rename to ...
3903 (all_lwps): ... this.
3904 * proc-service.c (ps_lgetregs): Adjust.
3905 * thread-db.c (thread_db_create_event, find_one_thread)
3906 (maybe_attach_thread, thread_db_get_tls_address): Adjust.
3907
0b16c5cf
PA
39082009-03-14 Pedro Alves <pedro@codesourcery.com>
3909
3910 * server.c (handle_query): Handle "qAttached".
3911
32de4b9d
NS
39122009-03-13 Nathan Sidwell <nathan@codesourcery.com>
3913
3914 * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs.c: Change to
3915 GPLv3, update license URL.
3916
2aecd87f
DE
39172009-03-01 Doug Evans <dje@google.com>
3918
93efd302 3919 * Makefile.in (INCLUDE_CFLAGS): Add -I$(srcdir)/../common.
2aecd87f
DE
3920 (server_h): Add gdb_signals.h.
3921 (signals.o): Update.
3922 * server.h (target_signal_from_host,target_signal_to_host_p)
3923 (target_signal_to_host,target_signal_to_name): Moved to gdb_signals.h.
3924
86b1f9c5
PM
39252009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
3926
3927 * remote-utils.c (getpkt): Also generate remote-debug
3928 information if noack_mode is set.
3929
4aa995e1
PA
39302009-02-06 Pedro Alves <pedro@codesourcery.com>
3931
3932 * server.c (handle_query): Report qXfer:siginfo:read and
3933 qXfer:siginfo:write as supported and handle them.
3934 * target.h (struct target_ops) <qxfer_siginfo>: New field.
3935 * linux-low.c (linux_xfer_siginfo): New.
3936 (linux_target_ops): Set it.
3937
62709adf
PA
39382009-01-26 Pedro Alves <pedro@codesourcery.com>
3939
3940 * server.c (gdbserver_usage): Mention --remote-debug.
3941 (main): Accept '--remote-debug' switch.
3942
aef93bd7
DE
39432009-01-18 Doug Evans <dje@google.com>
3944
3945 * regcache.c (new_register_cache): No need to check result of xcalloc.
3946 * server.c (handle_search_memory): Back out calls to xmalloc,
3947 result is checked and error is returned to user upon failure.
3948 (handle_query): Ditto. Add more checks for result of malloc.
3949 (handle_v_cont): Check result of malloc, report error back to
3950 user upon failure.
3951 (handle_v_run): Ditto. Call freeargv.
3952 * server.h (freeargv): Declare.
3953 * utils.c (freeargv): New fn.
3954
54363045
DE
39552009-01-15 Doug Evans <dje@google.com>
3956
f626972c
DE
3957 * gdbreplay.c (perror_with_name): Make arg const char *.
3958 * server.h (target_signal_to_name): Make return type const char *.
0842e787 3959 * thread-db.c (thread_db_err_str): Make return type const char *.
f626972c 3960 * utils.c (perror_with_name): Make arg const char *.
54363045 3961
18aae699
PA
39622009-01-14 Pedro Alves <pedro@codesourcery.com>
3963
3964 * win32-low.c (get_child_debug_event): Issue a final DBG_CONTINUE
3965 when handling a EXIT_PROCESS_DEBUG_EVENT.
3966
ff703abe
JB
39672009-01-06 Joel Brobecker <brobecker@adacore.com>
3968
3969 * gdbreplay.c (gdbreplay_version): Update copyright year.
3970 * server.c (gdbserver_version): Likewise.
3971
f21cc1a2 39722009-01-05 Doug Evans <dje@google.com>
0e21c1ec
DE
3973
3974 * linux-low.c (linux_attach_lwp): Add some comments/fixmes.
f21cc1a2 3975 (handle_extended_wait): Improve comment.
0e21c1ec 3976
bca929d3
DE
39772008-12-13 Doug Evans <dje@google.com>
3978
3979 * utils.c (xmalloc,xcalloc,xstrdup): New fns.
3980 * server.h (ATTR_MALLOC): New macro.
3981 (xmalloc,xcalloc,xstrdup): Declare.
3982 * hostio.c: Replace malloc,calloc,strdup with xmalloc,xcalloc,xstrdup.
3983 * inferiors.c: Ditto.
3984 * linux-low.c: Ditto.
3985 * mem-break.c: Ditto.
3986 * regcache.c: Ditto.
3987 * remote-utils.c: Ditto.
3988 * server.c: Ditto.
3989 * target.c: Ditto.
3990 * win32-low.c: Ditto.
3991
97438e3f
DE
39922008-12-12 Doug Evans <dje@google.com>
3993
896c7fbb
DE
3994 * linux-low.c (linux_wait_for_process): Don't clobber current_inferior
3995 in debugging printf.
3996
97438e3f
DE
3997 * linux-low.c (handle_extended_wait): Simplify, use my_waitpid.
3998
e3b886f8
DE
39992008-12-09 Doug Evans <dje@google.com>
4000
4001 * linux-low.h (struct process_info): Delete member tid, unused.
4002 * thread-db.c (find_one_thread): Update.
4003 (maybe_attach_thread): Update.
4004
07e059b5
VP
40052008-12-02 Pedro Alves <pedro@codesourcery.com>
4006
889bf7c5
PA
4007 * target.h (struct target_ops): Add qxfer_osdata member.
4008 * linux-low.c: Include ctype.h and pwd.h and sys/types.h
4009 and dirent.h.
4010 (linux_qxfer_osdata): New functions.
4011 (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
4012 callback.
4013 * server.c (handle_query): Handle "qXfer:osdata:read:".
4014 * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
4015 (buffer_xml_printf): New functions.
4016 * server.h (struct buffer): New.
4017 (buffer_grow_str, buffer_grow_str0): New macros.
4018 (buffer_grow, buffer_free, buffer_init, buffer_finish)
4019 (buffer_xml_printf): Declare.
07e059b5 4020
4cab47ab
DE
40212008-11-24 Doug Evans <dje@google.com>
4022
4023 * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
4024
f142445f
DJ
40252008-11-24 Daniel Jacobowitz <dan@codesourcery.com>
4026
4027 * server.c (handle_v_run): Always use the supplied argument list.
4028
d0107bb6 40292008-11-19 Bob Wilson <bob.wilson@acm.org>
889bf7c5 4030
d0107bb6
BW
4031 * xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
4032 (xtensa_regmap_table): Add entry for scompare1.
889bf7c5 4033
2c4ad781
TJB
40342008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
4035
4036 * Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
4037 powerpc-isa205-altivec32l.o, powerpc-isa205-altivec32l.c,
4038 powerpc-isa205-vsx32l.o, powerpc-isa205-vsx32l.c,
4039 powerpc-isa205-64l.o, powerpc-isa205-64l.c,
4040 powerpc-isa205-altivec64l.o, powerpc-isa205-altivec64l.c,
4041 powerpc-isa205-vsx64l.o, powerpc-isa205-vsx64l.c): New targets.
4042 * configure.srv (powerpc*-*-linux*): Add ISA 2.05 object files and
4043 XML target descriptions.
4044 * linux-ppc-low.c (ppc_arch_setup): Init registers with 64-bit FPSCR
4045 when inferior is running on an ISA 2.05 or later processor. Add
4046 special case to return offset for full 64-bit slot of FPSCR when
4047 in 32-bits.
4048
dfb64f85
DJ
40492008-11-14 Daniel Gutson <dgutson@codesourcery.com>
4050
4051 * Makefile.in (SFILES, clean): Added sparc64 files.
4052 (reg-sparc64.o, reg-sparc64.c): New.
4053 * configure.srv (sparc*-*-linux*): New configuration.
4054 * linux-low.c (regsets_fetch_inferior_registers): Swap ptrace
4055 syscall arguments for SPARC.
4056 (regsets_store_inferior_registers): Likewise.
4057 * linux-sparc-low.c: New file.
4058
66b6e1dd
DE
40592008-10-21 Doug Evans <dje@google.com>
4060
4061 * Makefile.in (BFD_DIR,BFD,BFD_SRC,BFD_CFLAGS): Delete.
4062 (READLINE_DIR,READLINE_DEP): Delete.
4063 (INTERNAL_CFLAGS): Update.
4064 (LINTFLAGS): Update.
4065
9b710a42
PA
40662008-10-10 Pedro Alves <pedro@codesourcery.com>
4067
4068 * server.c (handle_v_run): If GDB didn't specify an argv, use the
4069 whole argv from the last run, not just argv[0].
4070
5822d809
PA
40712008-09-08 Pedro Alves <pedro@codesourcery.com>
4072
4073 * regcache.c (new_register_cache): Return NULL if the register
4074 cache size isn't known yet.
4075 (free_register_cache): Avoid dereferencing a NULL regcache.
4076
74aac56f
DJ
40772008-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4078
4079 * configure.srv: Merge MIPS and MIPS64.
4080
400b20f5
MR
40812008-08-24 Maciej W. Rozycki <macro@linux-mips.org>
4082
4083 * Makefile.in (uninstall): Apply $(EXEEXT) too.
4084
677c5bb1
LM
40852008-08-18 Luis Machado <luisgpm@br.ibm.com>
4086
4087 * Makefile.in: Add required vsx dependencies.
4088
4089 * linux-ppc-low: Define PPC_FEATURE_HAS_VSX.
4090 Declare init_registers_powerpc_vsx32l.
4091 Declare init_registers_powerpc_vsx64l.
4092 Define PTRACE_GETVSXREGS and PTRACE_SETVSXREGS.
4093 (ppc_arch_setup): Check for VSX in hwcap.
4094 (ppc_fill_vsxregset): New function.
4095 (ppc_store_vsxregset): New function.
4096 Add new VSX entry in regset_info target_regsets.
4097
4098 * configure.srv: Add new VSX dependencies.
4099
a6f3e723
SL
41002008-08-12 Pedro Alves <pedro@codesourcery.com>
4101
4102 * remote-utils.c (noack_mode, transport_is_reliable): New globals.
4103 (remote_open): Set or clear transport_is_reliable.
4104 (putpkt_binary): Don't expect acks in noack mode.
4105 (getpkt): Don't send ack/nac in noack mode.
4106 * server.c (handle_general_set): Handle QStartNoAckMode.
4107 (handle_query): If connected by tcp pass QStartNoAckMode+ in
4108 qSupported.
4109 (main): Reset noack_mode on every connection.
4110 * server.h (noack_mode): Declare.
4111
a417dc56
RW
41122008-08-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4113
4114 * Makefile.in (GDBREPLAY_OBS): New variable.
4115 (gdbreplay$(EXEEXT)): Use it to avoid unportable $^.
4116
3221518c
UW
41172008-08-05 Ulrich Weigand <uweigand@de.ibm.com>
4118 Daniel Jacobowitz <dan@codesourcery.com>
4119
4120 * linux-low.c (linux_resume_one_process): Ignore ESRCH.
4121 (usr_store_inferior_registers): Likewise.
4122 (regsets_store_inferior_registers): Likewise.
4123
ec56be1b
PA
41242008-07-31 Rolf Jansen <rj@surtec.com>
4125 Pedro Alves <pedro@codesourcery.com>
4126
4127 * configure.ac: Check for memmem declaration.
4128 * server.c [HAVE_MALLOC_H]: Include malloc.h.
4129 (disable_packet_vCont, disable_packet_Tthread, disable_packet_qC)
4130 (disable_packet_qfThreadInfo): Unconditionally compile.
4131 * server.h [!HAVE_DECL_MEMMEM]: Declare memmem.
4132 * configure, config.in: Regenerate.
4133
2fe5e3ff
DE
41342008-07-28 Doug Kwan <dougkwan@google.com>
4135
4136 * linux-low.c (sys/dir.h, sys/user.h): Remove includes.
4137 (linux_write_memory): Remove declaration of errno.
4138
836acd6d
UW
41392008-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4140
4141 * linux-low.c (handle_extended_wait): Do not use "status"
4142 variable uninitialized.
4143
aeba519e
PA
41442008-07-07 Pedro Alves <pedro@codesourcery.com>
4145
4146 * server.c (handle_v_attach): Inhibit reporting dll changes.
4147
db42f210
PA
41482008-06-27 Pedro Alves <pedro@codesourcery.com>
4149
4150 * remote-utils.c (prepare_resume_reply): If requested, don't
4151 output "thread:TID" in the T stop reply.
4152
4153 * server.c (disable_packet_vCont, disable_packet_Tthread)
4154 (disable_packet_qC, disable_packet_qfThreadInfo): New globals.
4155 (handle_query): If requested, disable support for qC, qfThreadInfo
4156 and qsThreadInfo.
4157 (handle_v_requests): If requested, disable support for vCont.
4158 (gdbserver_show_disableable): New.
4159 (main): Handle --disable-packet and --disable-packet=LIST.
4160
4161 * server.h (disable_packet_vCont, disable_packet_Tthread)
4162 (disable_packet_qC, disable_packet_qfThreadInfo): Declare.
4163
8e4c5421
CD
41642008-06-20 Carlos O'Donell <carlos@codesourcery.com>
4165
4166 * server.c (gdbserver_usage): Mention --version.
4167
6e23a804
DJ
41682008-06-06 Daniel Jacobowitz <dan@codesourcery.com>
4169
4170 * Makefile.in (gdbreplay.o): New rule.
4171
90aa6a40
JM
41722008-06-06 Joseph Myers <joseph@codesourcery.com>
4173
4174 * gdbreplay.c (gdbreplay_version): Say gdbreplay in version
4175 message, not gdbserver.
4176
c16158bc 41772008-06-05 Vladimir Prus <vladimir@codesourcery.com>
889bf7c5
PA
4178 Nathan Sidwell <nathan@codesourcery.com>
4179 Joseph Myers <joseph@codesourcery.com>
c16158bc
JM
4180
4181 * acinclude.m4: Include ../../config/acx.m4.
4182 * configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
4183 * configure, config.in: Regenerate.
4184 * Makefile.in (gdbreplay$(EXEEXT)): Add version.o.
4185 * server.c (gdbserver_version): Print PKGVERSION.
4186 (gdbsrever_usage): Add stream parameter. Print REPORT_BUGS_TO.
4187 (main): Adjust gdbserver_usage calls.
4188 * gdbreplay.c (version, host_name): Add declarations.
4189 (gdbreplay_version, gdbreplay_usage): New.
4190 (main): Accept --version and --help options.
4191
aeb75bf5
DJ
41922008-06-04 Daniel Jacobowitz <dan@codesourcery.com>
4193
4194 * linux-arm-low.c (thumb_breakpoint, thumb_breakpoint_len): New.
4195 (arm_breakpoint_at): Handle Thumb.
4196 (the_low_target): Add comment.
4197
76b233dd
UW
41982008-05-29 Ulrich Weigand <uweigand@de.ibm.com>
4199
4200 * linux-ppc-low.c (ppc_collect_ptrace_register): Clear buffer.
4201
08388c79
DE
42022008-05-09 Doug Evans <dje@google.com>
4203
a3c83fae
DE
4204 * server.h (decode_search_memory_packet): Declare.
4205 * remote-utils.c (decode_search_memory_packet): New fn.
4206 * server.c (handle_search_memory_1): New fn.
08388c79
DE
4207 (handle_search_memory): New fn.
4208 (handle_query): Process qSearch:memory packets.
4209
bb9c3d36
UW
42102008-05-08 Ulrich Weigand <uweigand@de.ibm.com>
4211
4212 * regcache.c (registers_length): Remove.
4213 (set_register_cache): Verify that PBUFSIZ is large enough to hold a
4214 full register packet.
4215 * regcache.h (registers_length): Remove prototype.
4216 * server.h (PBUFSIZ): Define to 16384.
4217
7284e1be
UW
42182008-05-03 Ulrich Weigand <uweigand@de.ibm.com>
4219
4220 * configure.srv (powerpc*-*-linux*): Set srv_regobj to
4221 powerpc-32l.o, powerpc-altivec32l.o, powerpc-e500l.o,
4222 powerpc-64l.o, and powerpc-altivec64l.o.
4223 Remove rs6000/powerpc-32.xml, rs6000/powerpc-64.xml, and
4224 rs6000/powerpc-e500.xml; add rs6000/powerpc-32l.xml,
4225 rs6000/powerpc-altivec32l.xml, rs6000/powerpc-e500l.xml,
4226 rs6000/powerpc-64l.xml, rs6000/powerpc-altivec64l.xml,
4227 rs6000/power-linux.xml, and rs6000/power64-linux.xml
4228 to srv_xmlfiles.
4229
4230 * Makefile.in (reg-ppc.o, reg-ppc.c): Remove, replace by ...
4231 (powerpc-32l.o, powerpc-32l.c): ... these new rules.
4232 (powerpc-32.o, powerpc-32.c): Remove, replace by ...
4233 (powerpc-altivec32l.o, powerpc-altivec32l.c): ... these new rules.
4234 (powerpc-e500.o, powerpc-e500.c): Remove, replace by ...
4235 (powerpc-e500l.o, powerpc-e500l.c): ... these new rules.
4236 (reg-ppc64.o, reg-ppc64.c): Remove, replace by ...
4237 (powerpc-64l.o, powerpc-64l.c): ... these new rules.
4238 (powerpc-64.o, powerpc-64.c): Remove, replace by ...
4239 (powerpc-altivec64l.o, powerpc-altivec64l.c): ... these new rules.
4240 (clean): Update.
4241
4242 * linux-ppc-low.c (init_registers_ppc): Remove, replace by ...
4243 (init_registers_powerpc_32l): ... this new prototype.
4244 (init_registers_powerpc_32): Remove, replace by ...
4245 (init_registers_powerpc_altivec32l): ... this new prototype.
4246 (init_registers_powerpc_e500): Remove, replace by ...
4247 (init_registers_powerpc_e500l): ... this new prototype.
4248 (init_registers_ppc64): Remove, replace by ...
4249 (init_registers_powerpc_64l): ... this new prototype.
4250 (init_registers_powerpc_64): Remove, replace by ...
4251 (init_registers_powerpc_altivec64l): ... this new prototype.
4252 (ppc_num_regs): Set to 73.
4253 (PT_ORIG_R3, PT_TRAP): Define if necessary.
4254 (ppc_regmap, ppc_regmap_e500): Add values for orig_r3 and trap.
4255 (ppc_cannot_store_register): Handle orig_r3 and trap.
4256 (ppc_arch_setup): Update init_registers_... calls.
4257 (ppc_fill_gregset): Handle orig_r3 and trap.
4258
4259 * inferiors.c (clear_inferiors): Reset current_inferior.
4260
fdc59709
PB
42612008-04-23 Paolo Bonzini <bonzini@gnu.org>
4262
889bf7c5
PA
4263 * acinclude.m4: Add override.m4.
4264 * configure: Regenerate.
fdc59709 4265
c9b2f845
UW
42662008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
4267
4268 * linux-ppc-low.c (ppc_arch_setup): Reset ppc_hwcap after the
4269 initial call to init_register_ppc64.
4270
550512b8
UW
42712008-04-21 Ulrich Weigand <uweigand@de.ibm.com>
4272
4273 * configure.srv (powerpc64-*-linux*, powerpc-*-linux*): Merge into single
4274 powerpc*-*-linux* case.
4275 (s390-*-linux*, s390x-*-linux*): Merge into single s390*-*-linux* case.
4276
b6430ec3
UW
42772008-04-17 Ulrich Weigand <uweigand@de.ibm.com>
4278
4279 * configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
889bf7c5 4280 srv_regobj. Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
b6430ec3
UW
4281 from reg_xmlfiles.
4282 * linux-ppc-low.c: Include <elf.h>.
4283 (PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
4284 (ppc_hwcap): New global variable.
4285 (ppc_regmap): Remove __SPE__ #ifdef sections.
4286 (ppc_regmap_e500): New global variable.
4287 (ppc_cannot_store_register): Update __SPE__ special case.
4288 (ppc_get_hwcap): New function.
4289 (ppc_arch_setup): Use it to determine whether inferior supports
4290 AltiVec or SPE registers. Set the_low_target.regmap if appropriate.
4291 (ppc_fill_vrregset, ppc_store_vrregset): Define unconditionally.
4292 Do not access registers if target does not support AltiVec.
4293 (ppc_fill_evrregset, ppc_store_evrregset): Define unconditionally.
4294 Do not access registers if target does not support SPE.
4295 (target_regsets): Unconditionally include AltiVec and SPE regsets.
4296
52fa2412
UW
42972008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
4298
4299 * linux-low.c (disabled_regsets, num_regsets): New.
4300 (use_regsets_p): Delete.
4301 (linux_wait_for_process): Clear disabled_regsets.
4302 (regsets_fetch_inferior_registers): Check and set it.
4303 (regsets_store_inferior_registers): Likewise.
4304 (linux_fetch_registers, linux_store_registers): Do not use
4305 use_regsets_p.
4306 (initialize_low): Allocate disabled_regsets.
4307
e28b3332
DJ
43082008-04-14 Daniel Jacobowitz <dan@codesourcery.com>
4309
4310 * Makefile.in (LIBOBJS): New.
4311 (OBS): Use LIBOBJS.
4312 (memmem.o): New rule.
4313 * configure.ac: Use AC_CONFIG_LIBOBJ_DIR and check for memmem.
4314 * configure: Regenerated.
4315
4536995d
UW
43162008-04-04 Ulrich Weigand <uweigand@de.ibm.com>
4317
4318 * server.c (handle_query): Never return "unsupported" for
4319 qXfer:features:read queries.
4320
221c031f
UW
43212008-03-27 Ulrich Weigand <uweigand@de.ibm.com>
4322
4323 * server.c (get_features_xml): Fix inverted condition.
4324 (handle_query): Always support qXfer:feature:read.
4325
ccd213ac
DJ
43262008-03-10 Daniel Jacobowitz <dan@codesourcery.com>
4327
4328 * server.c (wrapper_argv): New.
4329 (start_inferior): Handle wrapper_argv. If set, expect an extra
4330 trap.
4331 (gdbserver_usage): Document --wrapper.
4332 (main): Parse --wrapper.
4333
6fe305f7
UW
43342008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4335
4336 * configure.srv [powerpc64-*-linux*]: Add all files mentioned for
4337 powerpc-*-linux* to srv_regobj and reg_xmlfiles.
4338 * linux-ppc-low.c (ppc_get_pc): Support bi-arch operation.
4339 (ppc_set_pc): Likewise.
4340 (ppc_arch_setup): New function.
4341 (ppc_fill_gregset): Call ppc_collect_ptrace_register instead
4342 of collect_register.
889bf7c5 4343 (the_low_target): Use ppc_arch_setup as arch_setup initializer.
6fe305f7 4344
5b0a002e
UW
43452008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4346
4347 * configure.srv [powerpc64-*-linux*]: Use linux-ppc-low.o
4348 instead of linux-ppc64-low.o.
4349 * linux-ppc64-low.c: Remove file.
4350 * Makefile.in (SFILES): Remove linux-ppc64-low.c.
4351 (linux-ppc64-low.o): Remove rule.
4352
4353 * linux-ppc-low.c (init_registers_ppc64): Add prototype.
4354 (init_registers_powerpc_64): Likewise.
4355 (ppc_regmap): Conditionally define depending on __powerpc64__.
4356 (ppc_cannot_store_register): Do not special-case "fpscr" when
4357 compiled on __powerpc64__.
4358 (ppc_collect_ptrace_register): New function.
4359 (ppc_supply_ptrace_register): New function.
4360 (ppc_breakpoint): Change type to "unsigned int".
4361 (ppc_breakpoint_at): Change type of "insn" to "unsigned int".
4362 (the_low_target): Conditionally provide initializers for the
889bf7c5 4363 arch_setup member depending on __powerpc64__. Install
5b0a002e
UW
4364 collect_ptrace_register and supply_ptrace_register members.
4365
9b4b61c8
UW
43662008-02-28 Ulrich Weigand <uweigand@de.ibm.com>
4367
4368 * regcache.h (gdbserver_xmltarget): Add extern declaration.
4369 * server.c (gdbserver_xmltarget): Define.
4370 (get_features_xml): Use it to replace "target.xml" and arch_string.
4371
4372 * configure.srv: Remove srv_xmltarget. Add XML files that were
4373 mentioned there to srv_xmlfiles instead. Remove conditional tests
4374 on gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe; set
4375 srv_xmlfiles and srv_regobj to include all possible choices.
4376 * configure.ac (srv_xmltarget): Remove.
4377 (srv_xmlfiles): Do not add "target.xml".
4378 (gdb_cv_arm_iwmmxt, gdb_cv_ppc_altivec, gdb_cv_ppc_spe): Remove
4379 checks for supplementary target information.
4380 * configure: Regenerate.
4381 * Makefile.in (XML_TARGET): Remove.
4382 (target.xml): Remove rule.
4383 (clean): Do not clean up target.xml.
4384 (.PRECIOUS): Do not mention target.xml.
4385
4386 * target.h (struct target_ops): Remove arch_string member.
4387 * linux-low.c (linux_arch_string): Remove.
4388 (linux_target_ops): Remove arch_string initializer.
4389 * linux-low.h (struct linux_target_ops): Remove arch_string member.
4390 * linux-i386-low.c (the_low_target): Remove arch_string initializer.
4391 * linux-x86-64-low.c (the_low_target): Remove arch_string initializer.
4392 * spu-low.c (spu_arch_string): Remove.
4393 (spu_target_ops): Remove arch_string initializer.
4394 * win32-low.c (win32_arch_string): Remove.
4395 (win32_target_ops): Remove arch_string initializer.
4396 * win32-low.h (struct win32_target_ops): Remove arch_string member.
4397 * win32-arm-low.c (the_low_target): Remove arch_string initializer.
4398 * win32-i368-low.c (the_low_target): Remove arch_string initializer.
4399
ee1a7ae4
UW
44002008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4401
4402 * linux-low.h (struct linux_target_ops): Replace left_pad_xfer field
4403 by collect_ptrace_register and supply_ptrace_register hooks.
4404 * linux-low.c (fetch_register): Use supply_ptrace_register callback
4405 instead of checking for the_low_target.left_pad_xfer.
4406 (usr_store_inferior_registers): Use collect_ptrace_register callback
4407 instead of checking for the_low_target.left_pad_xfer.
4408
4409 * linux-s390-low.c (s390_collect_ptrace_register): New function.
4410 (s390_supply_ptrace_register): Likewise.
4411 (s390_fill_gregset): Call s390_collect_ptrace_register.
4412 (the_low_target): Update.
4413
4414 * linux-ppc64-low.c (ppc_collect_ptrace_register): New function.
4415 (ppc_supply_ptrace_register): Likewise.
4416 (the_low_target): Update.
4417
4418 * linux-i386-low.c (the_low_target): Update.
4419 * linux-x86-64-low.c (the_low_target): Update.
4420
d61ddec4
UW
44212008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4422
4423 * configure.srv [s390x-*-linux*]: Set srv_regobj to include both
4424 reg-s390.o and reg-s390x.o.
4425
4426 * linux-low.c (new_inferior): New global variable.
4427 (linux_create_inferior, linux_attach): Set it.
4428 (linux_wait_for_process): Call the_low_target.arch_setup after the
4429 target has stopped for the first time.
4430 (initialize_low): Do not call the_low_target.arch_setup.
4431
4432 * linux-s390-low.c (s390_get_pc): Support bi-arch operation.
4433 (s390_set_pc): Likewise.
4434 (s390_arch_setup): New function.
4435 (the_low_target): Use s390_arch_setup as arch_setup routine.
4436
4437 * regcache.c (realloc_register_cache): New function.
4438 (set_register_cache): Call it for each existing regcache.
4439
d05b4ac3
UW
44402008-02-27 Ulrich Weigand <uweigand@de.ibm.com>
4441
4442 * server.h (init_registers): Remove prototype.
4443
4444 * linux-low.h (struct linux_target_ops): Add arch_setup field.
4445 * linux-low.c (initialize_low): Call the_low_target.arch_setup ()
4446 instead of init_registers ().
4447 * linux-arm-low.c (init_registers_arm): Add prototype.
4448 (init_registers_arm_with_iwmmxt): Likewise.
4449 (the_low_target): Add initializer for arch_setup field.
4450 * linux-cris-low.c (init_registers_cris): Add prototype.
4451 (the_low_target): Add initializer for arch_setup field.
4452 * linux-crisv32-low.c (init_registers_crisv32): Add prototype.
4453 (the_low_target): Add initializer for arch_setup field.
4454 * linux-i386-low.c (init_registers_i386_linux): Add prototype.
4455 (the_low_target): Add initializer for arch_setup field.
4456 * linux-ia64-low.c (init_registers_ia64): Add prototype.
4457 (the_low_target): Add initializer for arch_setup field.
4458 * linux-m32r-low.c (init_registers_m32r): Add prototype.
4459 (the_low_target): Add initializer for arch_setup field.
4460 * linux-m68k-low.c (init_registers_m68k): Add prototype.
4461 (the_low_target): Add initializer for arch_setup field.
4462 * linux-mips-low.c (init_registers_mips_linux): Add prototype.
4463 (init_registers_mips64_linux): Likewise.
4464 (the_low_target): Add initializer for arch_setup field.
4465 * linux-ppc-low.c (init_registers_ppc): Add prototype.
4466 (init_registers_powerpc_32, init_registers_powerpc_e500): Likewise.
4467 (the_low_target): Add initializer for arch_setup field.
4468 * linux-ppc64-low.c (init_registers_ppc64): Add prototype.
4469 (init_registers_powerpc_64): Likewise.
4470 (the_low_target): Add initializer for arch_setup field.
4471 * linux-s390-low.c (init_registers_s390): Add prototype.
4472 (init_registers_s390x): Likewise.
4473 (the_low_target): Add initializer for arch_setup field.
4474 * linux-sh-low.c (init_registers_sh): Add prototype.
4475 (the_low_target): Add initializer for arch_setup field.
4476 * linux-x86-64-low.c (init_registers_x86_64_linux): Add prototype.
4477 (the_low_target): Add initializer for arch_setup field.
4478 * linux-xtensa-low.c (init_registers_xtensa): Add prototype.
4479 (the_low_target): Add initializer for arch_setup field.
4480
4481 * win32-low.h (struct win32_target_ops): Add arch_setup field.
4482 * win32-low.c (initialize_low): Call the_low_target.arch_setup ()
4483 instead of init_registers ().
4484 * win32-arm-low.c (init_registers_arm): Add prototype.
4485 (the_low_target): Add initializer for arch_setup field.
4486 * win32-i386-low.c (init_registers_i386): Add prototype.
4487 (the_low_target): Add initializer for arch_setup field.
4488
4489 * spu-low.c (init_registers_spu): Add prototype.
4490 (initialize_low): Call initialie_registers_spu () instead of
4491 initialize_registers ().
4492
fd96d250
PA
44932008-02-19 Pedro Alves <pedro@codesourcery.com>
4494
4495 * server.c (handle_v_requests): When handling the vRun and vAttach
4496 packets, if already debugging a process, don't kill it. Return an
4497 error instead.
4498
d41b6bb4
DJ
44992008-02-17 Daniel Jacobowitz <dan@codesourcery.com>
4500
4501 * server.c (handle_query): Correct length check.
4502
5ac588cf
PA
45032008-02-14 Pedro Alves <pedro_alves@portugalmail.pt>
4504
4505 * win32-low.c (do_initial_child_stuff): Add process handle
4506 parameter. Set current_process_handle and current_process_id from the
4507 parameters. Clear globals.
4508 (win32_create_inferior): Don't set current_process_handle and
4509 current_process_id here. Instead pass them on the call to
4510 do_initial_child_stuff.
4511 (win32_attach): Likewise.
4512 (win32_clear_inferiors): New.
4513 (win32_kill): Don't close the current process handle or the
4514 current thread handle here. Instead call win32_clear_inferiors.
4515 (win32_detach): Don't open a new handle to the process. Call
4516 win32_clear_inferiors.
4517 (win32_join): Don't rely on current_process_handle; open a new
4518 handle using the process id.
4519 (win32_wait): Call win32_clear_inferiors when the inferior process
4520 has exited.
4521
ecd7ecbc
DJ
45222008-02-14 Daniel Jacobowitz <dan@codesourcery.com>
4523
4524 * server.c (monitor_show_help): Add "exit".
4525
1525d545
MG
45262008-02-11 Maxim Grigoriev <maxim2405@gmail.com>
4527
ecd7ecbc 4528 * Makefile.in (SFILES): Add linux-xtensa-low.c.
1525d545
MG
4529 (clean): Add reg-xtensa.c.
4530 (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
ecd7ecbc
DJ
4531 * configure.srv (xtensa*-*-linux*) New target.
4532 * linux-xtensa-low.c: New.
4533 * xtensa-xtregs.c: New.
1525d545 4534
59a016f0
PA
45352008-02-01 Pedro Alves <pedro_alves@portugalmail.pt>
4536
4537 * hostio.c: Don't include errno.h.
4538 (errno_to_fileio_errno): Move to hostio-errno.
4539 * hostio.c: (hostio_error): Remove the error parameter. Defer the
4540 error number outputting to the target->hostio_last_error callback.
4541 (hostio_packet_error): Use FILEIO_EINVAL directly.
4542 (handle_open, handle_pread, hostio_error, handle_unlink): Update
4543 calls to hostio_error.
4544 * hostio-errno.c: New.
4545 * server.h (hostio_last_error_from_errno): Declare.
4546 * target.h (target_ops): Add hostio_last_error member.
4547 * linux-low.c (linux_target_op): Register hostio_last_error_from_errno
4548 as hostio_last_error handler.
889bf7c5 4549 * spu-low.c (spu_target_ops): Likewise.
59a016f0
PA
4550 * win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
4551 (wince_hostio_last_error): New functions.
4552 (win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
4553 as hostio_last_error handler.
4554 (win32_target_ops) [!_WIN32_WCE]: Register
4555 hostio_last_error_from_errno as hostio_last_error handler.
4556 * Makefile.in (SFILES): Add hostio.c and hostio-errno.c.
4557 (hostio-errno.o): New rule.
4558 * configure.ac (GDBSERVER_DEPFILES): Add $srv_hostio_err_objs.
4559 * configure.srv (srv_hostio_err_objs): New variable. Default to
4560 hostio-errno.o.
4561 (arm*-*-mingw32ce*): Set srv_hostio_err_objs to "".
4562 * configure: Regenerate.
4563
2d717e4f
DJ
45642008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4565
4566 * linux-low.c (linux_attach_lwp): Do not _exit after errors.
4567 (linux_kill, linux_detach): Clean up the process list.
4568 * remote-utils.c (remote_open): Improve port number parsing.
4569 (putpkt_binary, input_interrupt): Only send interrupts if the target
4570 is running.
4571 * server.c (extended_protocol): Make static.
4572 (attached): Define earlier.
4573 (exit_requested, response_needed, program_argv): New variables.
4574 (target_running): New.
4575 (start_inferior): Clear attached here.
4576 (attach_inferior): Set attached here.
4577 (require_running): Define.
4578 (handle_query): Use require_running and target_running. Implement
4579 "monitor exit".
4580 (handle_v_attach, handle_v_run): New.
4581 (handle_v_requests): Use require_running. Handle vAttach and vRun.
4582 (gdbserver_usage): Update.
4583 (main): Redo argument parsing. Handle --debug and --multi. Handle
4584 --attach along with other options or after the port. Save
4585 program_argv. Support no initial program. Resynchronize
4586 communication with GDB after an error. Handle "monitor exit".
4587 Use require_running and target_running. Always allow the extended
4588 protocol. Do not error out for Hc0 or Hc-1. Do not automatically
4589 restart in extended mode.
4590 * README: Refer to the GDB manual. Update --attach usage.
4591
7407e2de
AS
45922007-12-20 Andreas Schwab <schwab@suse.de>
4593
4594 * linux-low.c (STACK_SIZE): Define.
4595 (linux_tracefork_child): Use it. Use __clone2 on ia64.
4596 (linux_test_for_tracefork): Likewise.
4597
b65d95c5
DJ
45982007-12-18 Daniel Jacobowitz <dan@codesourcery.com>
4599
4600 * linux-low.c (linux_wait_for_event): Update messages. Do not
4601 reinsert auto-delete breakpoints.
4602 * mem-break.c (struct breakpoint): Change return type of handler to
4603 int.
4604 (set_breakpoint_at): Update handler type.
4605 (reinsert_breakpoint_handler): Return 1 instead of calling
4606 delete_breakpoint.
4607 (reinsert_breakpoint_by_bp): Check for the original breakpoint before
4608 setting a new one.
4609 (check_breakpoints): Delete auto-delete breakpoints and return 2.
4610 * mem-break.h (set_breakpoint_at): Update handler type.
4611 * thread-db.c (thread_db_create_event, thread_db_create_event): Update.
4612 * win32-low.c (auto_delete_breakpoint): New.
4613 (get_child_debug_event): Use it.
4614
4e799345
DJ
46152007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
4616
4617 * configure.ac: Check for pread and pwrite.
4618 * hostio.c (handle_pread): Fall back to lseek and read.
4619 (handle_pwrite): Fall back to lseek and write.
4620 * config.in, configure: Regenerated.
4621
27524b67
DJ
46222007-12-07 Daniel Jacobowitz <dan@codesourcery.com>
4623
4624 * server.c (myresume): Add own_buf argument.
4625 (main): Update calls.
4626
a20d5e98
DJ
46272007-12-06 Daniel Jacobowitz <dan@codesourcery.com>
4628
4629 * linux-low.c (linux_wait, linux_resume): Do not handle async I/O.
4630 * remote-utils.c (remote_open): Do not call disable_async_io.
4631 (block_async_io): Delete.
4632 (unblock_async_io): Make static.
4633 (initialize_async_io): New.
4634 * server.c (handle_v_cont): Handle async I/O here.
4635 (myresume): Likewise. Move other common resume tasks here...
4636 (main): ... from here. Call initialize_async_io. Disable async
4637 I/O before the main loop.
4638 * server.h (initialize_async_io): Declare.
4639 (block_async_io, unblock_async_io): Delete prototypes.
4640 * spu-low.c (spu_resume, spu_wait): Do not handle async I/O here.
4641
b79d787e
DJ
46422007-12-06 Mick Davis <mickd@goanna.iinet.net.au>
4643
4644 * remote-utils.c (readchar): Allow binary data in received messages.
4645
d97903b2
PA
46462007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4647
4648 * win32-low.c (attaching): New global.
4649 (win32_create_inferior): Clear the `attaching' global.
4650 (win32_attach): Set the `attaching' global.
4651 (get_child_debug_event) [_WIN32_WCE]: Stop the inferior when
4652 attaching. Only set a breakpoint at the entry point if not
4653 attaching.
4654
311de423
PA
46552007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4656
4657 * server.c (main): Don't report dll events on the initial
4658 connection on attaches.
4659
6c2d16d2
PA
46602007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4661
4662 * server.c (main): Relax numerical bases supported for the pid of
4663 the --attach command line argument.
4664
5ca906e6
PA
46652007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4666
4667 * win32-low.c (win32_attach): Call OpenProcess before
4668 DebugActiveProcess, not after. Add last error output to error
4669 call.
4670
9c6c8194
PA
46712007-12-03 Pedro Alves <pedro_alves@portugalmail.pt>
4672
4673 * win32-low.c (win32_get_thread_context)
4674 (win32_set_thread_context): New functions.
4675 (thread_rec): Use win32_get_thread_context.
4676 (continue_one_thread, win32_resume): Use win32_set_thread_context.
4677 * win32-low.h (win32_thread_info) [_WIN32_WCE]: Add `base_context'
4678 field.
4679
4d5d1aaa
PA
46802007-12-03 Leo Zayas
4681 Pedro Alves <pedro_alves@portugalmail.pt>
4682
4683 * win32-low.c (soft_interrupt_requested, faked_breakpoint): New
4684 global variables.
4685 (child_add_thread): Minor cleanup.
4686 (child_continue): Resume artificially suspended threads before
4687 calling ContinueDebugEvent.
4688 (suspend_one_thread): New.
4689 (fake_breakpoint_event): New.
4690 (get_child_debug_event): Change return type to int. Check here if
4691 gdb sent an interrupt request. If a soft interrupt was requested,
4692 fake a breakpoint event. Return 0 if there is no event to handle,
4693 and 1 otherwise.
4694 (win32_wait): Don't check here if gdb sent an interrupt request.
4695 Ensure there is a valid event to handle.
4696 (win32_request_interrupt): Add soft interruption method as last
4697 resort.
4698
c436e841
PA
46992007-12-03 Leo Zayas
4700 Pedro Alves <pedro_alves@portugalmail.pt>
4701
4702 * win32-low.h (win32_thread_info): Add descriptions to the
4703 structure members. Replace `suspend_count' counter by a
4704 `suspended' flag.
4705 * win32-low.c (thread_rec): Update condition of when to get the
4706 context from the inferior. Rely on ContextFlags being set if it
4707 has already been retrieved. Only suspend the inferior thread if
4708 we haven't already. Warn if that fails.
4709 (continue_one_thread): s/suspend_count/suspended/. Only call
4710 ResumeThread once. Warn if that fails.
4711
e7b5fa67
PA
47122007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
4713
4714 * win32-low.c (win32_wait): Don't read from the inferior when it
4715 has already exited.
4716
a385171d
PA
47172007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
4718
4719 * Makefile.in (win32_low_h): New variable.
4720 (win32-low.o): Add dependency on $(win32_low_h).
4721 (win32-arm-low.o, win32-i386-low.o): New rules.
4722
f80c84b3
DJ
47232007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4724
4725 * hostio.c: Correct copyright year.
4726
a6b151f1
DJ
47272007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
4728
4729 * Makefile.in (OBS): Add hostio.o.
4730 (hostio.o): New rule.
4731 * server.h (handle_vFile): Declare.
4732 * hostio.c: New file.
4733 * server.c (handle_v_requests): Take packet_len and new_packet_len
4734 for binary packets. Call handle_vFile.
4735 (main): Update call to handle_v_requests.
4736
f9387fc3
DJ
47372007-11-05 Daniel Jacobowitz <dan@codesourcery.com>
4738
4739 * linux-low.c: Include <sched.h>.
4740
51c2684e
DJ
47412007-11-01 Daniel Jacobowitz <dan@codesourcery.com>
4742
4743 * linux-low.c (linux_tracefork_grandchild): New.
4744 (linux_tracefork_child): Use clone.
4745 (linux_test_for_tracefork): Use clone; allocate and free a stack.
4746
75f83163
JB
47472007-10-31 Joel Brobecker <brobecker@adacore.com>
4748
4749 * Makefile.in: Use $(SHELL) instead of "sh" to call regdat.sh.
4750
da5898ce
DJ
47512007-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4752
4753 * linux-low.c (handle_extended_wait): Handle unexpected signals.
4754
24a09b5f
DJ
47552007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4756
4757 * inferiors.c (change_inferior_id): Delete.
4758 (add_pid_to_list, pull_pid_from_list): New.
4759 * linux-low.c (PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG)
4760 (PTRACE_O_TRACESYSGOOD, PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK)
4761 (PTRACE_O_TRACECLONE, PTRACE_O_TRACEEXEC, PTRACE_O_TRACEVFORKDONE)
4762 (PTRACE_O_TRACEEXIT, PTRACE_EVENT_FORK, PTRACE_EVENT_VFORK)
4763 (PTRACE_EVENT_CLONE, PTRACE_EVENT_EXEC, PTRACE_EVENT_VFORK_DONE)
4764 (PTRACE_EVENT_EXIT, __WALL): Provide default definitions.
4765 (stopped_pids, thread_db_active, must_set_ptrace_flags): New variables.
4766 (using_threads): Always set to 1.
4767 (handle_extended_wait): New.
4768 (add_process): Do not set TID.
4769 (linux_create_inferior): Set must_set_ptrace_flags.
4770 (linux_attach_lwp): Remove TID argument. Do not check using_threads.
4771 Use PTRACE_SETOPTIONS. Call new_thread_notify. Update all callers.
4772 (linux_thread_alive): Rename TID argument to LWPID.
4773 (linux_wait_for_process): Handle unknown processes. Do not use TID.
4774 (linux_wait_for_event): Do not use TID or check using_threads. Update
4775 call to dead_thread_notify. Call handle_extended_wait.
4776 (linux_create_inferior): Use PTRACE_SETOPTIONS.
4777 (send_sigstop): Delete sigstop_sent.
4778 (wait_for_sigstop): Avoid TID.
4779 (linux_supports_tracefork_flag, linux_tracefork_child, my_waitpid)
4780 (linux_test_for_tracefork): New.
4781 (linux_lookup_signals): Use thread_db_active and
4782 linux_supports_tracefork_flag.
4783 (initialize_low): Use thread_db_active and linux_test_for_tracefork.
4784 * linux-low.h (get_process_thread): Avoid TID.
4785 (struct process_ifo): Move thread_known and tid to the end. Remove
4786 sigstop_sent.
4787 (linux_attach_lwp, thread_db_init): Update prototypes.
4788 * server.h (change_inferior_id): Delete prototype.
4789 (add_pid_to_list, pull_pid_from_list): New prototypes.
4790 * thread-db.c (thread_db_use_events): New.
4791 (find_first_thread): Rename to...
4792 (find_one_thread): ...this. Update callers and messages. Do not
4793 call fatal. Check thread_db_use_events. Do not call
4794 change_inferior_id or new_thread_notify.
4795 (maybe_attach_thread): Update. Do not call new_thread_notify.
4796 (thread_db_init): Set thread_db_use_events. Check use_events.
4797 * utils.c (fatal, warning): Correct message prefix.
4798
30ed0a8f
DJ
47992007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
4800
4801 * Makefile.in (clean): Remove new files.
4802 (powerpc-32.o, powerpc-32.c, powerpc-e500.o, powerpc-e500.c)
4803 (powerpc-64.o, powerpc-64.c): New rules.
4804 * configure.srv: Use alternate register sets for powerpc64-*-linux*
4805 with AltiVec, powerpc-*-linux* with AltiVec, and powerpc-*-linux*
4806 with SPE.
4807 * linux-ppc-low.c (ppc_regmap): Do not fetch the FP registers for
4808 SPE targets.
4809 (ppc_cannot_store_register): Do not check for FPSCR for SPE targets.
4810 (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS, ppc_fill_vrregset)
4811 (ppc_store_vrregset, PTRACE_GETEVRREGS, PTRACE_SETEVRREGS)
4812 (struct gdb_evrregset_t, ppc_fill_evrregset, ppc_store_evrregset): New.
4813 (target_regsets): Add AltiVec and SPE register sets.
4814 * configure.ac: Check for AltiVec and SPE.
4815 * linux-ppc64-low.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS, SIZEOF_VRREGS)
4816 (ppc_fill_vrregset, ppc_store_vrregset): New.
4817 (target_regsets): Add AltiVec register set.
4818 * configure: Regenerated.
4819
fd462a61
DJ
48202007-09-19 Daniel Jacobowitz <dan@codesourcery.com>
4821
4822 * linux-low.c (O_LARGEFILE): Define.
4823 (linux_read_memory): Use /proc/PID/mem.
4824 * configure.ac: Use AC_GNU_SOURCE. Check for pread64.
4825 * configure, config.in: Regenerated.
4826
69f223ed
DJ
48272007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4828
4829 * linux-low.c (linux_wait_for_event): Do not pass signals while
4830 single-stepping.
4831
aec18585
PA
48322007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4833
4834 * win32-low.c (create_process): New.
4835 (win32_create_inferior): Use create_process instead of
4836 CreateProcess. If create_process failed retry appending an ".exe"
4837 suffix. Store the GetLastError result immediatelly after
4838 create_process calls and use it on the call to error.
4839
34d86ddd
PA
48402007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
4841
4842 * win32-low.c (handle_load_dll): Don't use toolhelp when waiting.
4843
5a0e3bd0
JB
48442007-08-23 Joel Brobecker <brobecker@adacore.com>
4845
4846 * configure.ac: Switch license to GPLv3.
4847
f88c79e6
MS
48482007-08-01 Michael Snyder <msnyder@access-company.com>
4849
4850 * remote-utils.c (putpkt_binary): Memory leak, free buf2.
4851
6b3d9b83
PA
48522007-07-31 Pedro Alves <pedro_alves@portugalmail.pt>
4853
4854 * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New
4855 typedef.
4856 (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var.
4857 (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get
4858 CloseToolhelp32Snapshot.
4859 (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with
4860 CloseToolhelp32Snapshot.
4861
c588c53c
MS
48622007-07-27 Michael Snyder <michael.snyder@access-company.com>
4863
4864 * server.c (main): Check for inferior exit before main loop.
4865
aa0403d9
PA
48662007-07-18 Pedro Alves <pedro_alves@portugalmail.pt>
4867
4868 * remote-utils.c (remote_open): Set SO_KEEPALIVE on remote_desc
4869 instead of on tmp_desc.
4870
255e7678
DJ
48712007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
4872 Daniel Jacobowitz <dan@codesourcery.com>
4873
4874 * inferiors.c (all_dlls, dlls_changed, get_dll): New.
4875 (add_thread): Minor cleanups.
4876 (clear_inferiors): Move lower in the file. Clear the DLL
4877 list.
4878 (free_one_dll, match_dll, loaded_dll, unloaded_dll, clear_list): New.
4879 * remote-utils.c (prepare_resume_reply): Check dlls_changed.
4880 (xml_escape_text): New.
4881 * server.c (handle_query): Handle qXfer:libraries:read. Report it
4882 for qSupported.
4883 (handle_v_cont): Report errors.
4884 (gdbserver_version): Update.
4885 (main): Correct size of own_buf. Do not report initial DLL events.
4886 * server.h (struct dll_info, all_dlls, dlls_changed, loaded_dll)
4887 (unloaded_dll, xml_escape_text): New.
4888 * win32-low.c (enum target_waitkind): Update comments.
4889 (win32_add_one_solib, get_image_name, winapi_EnumProcessModules)
4890 (winapi_GetModuleInformation, winapi_GetModuleFileNameExA)
4891 (win32_EnumProcessModules, win32_GetModuleInformation)
4892 (win32_GetModuleFileNameExA, load_psapi, psapi_get_dll_name)
4893 (winapi_CreateToolhelp32Snapshot, winapi_Module32First)
4894 (winapi_Module32Next, win32_CreateToolhelp32Snapshot)
4895 (win32_Module32First, win32_Module32Next, load_toolhelp)
4896 (toolhelp_get_dll_name, handle_load_dll, handle_unload_dll): New.
4897 (get_child_debug_event): Handle DLL events.
4898 (win32_wait): Likewise.
4899
0d37add9
DJ
49002007-07-12 Daniel Jacobowitz <dan@codesourcery.com>
4901
4902 * configure.srv: Set srv_linux_regsets for sh*-*-linux*.
4903 * linux-sh-low.c (sh_fill_gregset, target_regsets): New.
4904
45e2715e
PA
49052007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4906
4907 * win32-low.c (handle_output_debug_string): Ignore event if not
4908 waiting.
4909
c5674cf1
PA
49102007-07-08 Pedro Alves <pedro_alves@portugalmail.pt>
4911
4912 * win32-arm-low.c (arm_wince_breakpoint): Fix typo.
4913
2bbe3cc1
DJ
49142007-07-03 Daniel Jacobowitz <dan@codesourcery.com>
4915
4916 * remote-utils.c (look_up_one_symbol): Handle 'm' packets.
4917
ae13219e
DJ
49182007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
4919
4920 * inferiors.c (change_inferior_id): Add comment.
4921 * linux-low.c (check_removed_breakpoint): Add an early
4922 prototype. Improve debug output.
4923 (linux_attach): Doc update.
4924 (linux_detach_one_process, linux_detach): Clean up before releasing
4925 each process.
4926 (send_sigstop, wait_for_sigstop): Improve comments and debug output.
4927 * linux-low.h (struct process_info): Doc improvement.
4928 * mem-break.c (delete_all_breakpoints): New.
4929 * mem-break.h (delete_all_breakpoints): New prototype.
4930 * thread-db.c (find_first_thread): New.
4931 (thread_db_create_event): Call it instead of
4932 thread_db_find_new_threads. Clean up unused variables.
4933 (maybe_attach_thread): Remove first thread handling.
4934 (thread_db_find_new_threads): Use find_first_thread.
4935 (thread_db_get_tls_address): Likewise.
4936
4105de34
DJ
49372007-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4938
4939 * thread-db.c (thread_db_find_new_threads): Add prototype.
4940 (thread_db_create_event): Check for the main thread before adding
4941 a new thread.
4942 (maybe_attach_thread): Only enable event reporting if TID == 0.
4943 (thread_db_get_tls_address): Check for new threads.
4944
2b876972
DJ
49452007-06-20 Daniel Jacobowitz <dan@codesourcery.com>
4946
4947 * linux-low.c (linux_create_inferior): Try execv before execvp.
4948 * spu-low.c (spu_create_inferior): Likewise.
4949
7a245884
DJ
49502007-06-13 Mike Frysinger <vapier@gentoo.org>
4951
4952 * linux-low.c (linux_create_inferior): Change execv to execvp.
4953 * spu-low.c (spu_create_inferior): Likewies.
4954
117ce543
DJ
49552007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4956
4957 * Makefile.in (clean): Clean new files instead of deleted ones.
4958 (reg-mips.o, reg-mips.c, reg-mips64.o, reg-mips64.c): Delete.
4959 (mips-linux.o, mips-linux.c, mips64-linux.o, mips64-linux.c): New
4960 rules.
4961 * configure.srv: Specify XML files and new regformats for MIPS and
4962 MIPS64 GNU/Linux.
4963 * linux-mips-low.c (mips_num_regs): Set to only used registers.
4964 (mips_regmap): Do not fetch $0. Remove unused registers. Add
4965 an entry for the restart register.
4966 (mips_cannot_fetch_register, mips_cannot_store_register)
4967 (mips_reinsert_addr, mips_fill_fpregset, mips_store_fpregset): Update
4968 register names to match the XML descriptions.
4969 (mips_fill_gregset, mips_store_gregset): Likewise. Handle the
4970 restart register instead of $0.
4971
0e7f50da
UW
49722007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4973 Markus Deuling <deuling@de.ibm.com>
4974
4975 * remote-utils.c (decode_xfer_write): New function.
4976 * server.h (decode_xfer_write): Add prototype.
4977 * server.c (handle_query): Add PACKET_LEN argument. Support
4978 qXfer:spu:read and qXfer:spu:write packets.
4979 (main): Pass packet_len to handle_query.
4980 * spu-low.c (spu_target_ops): Add spu_proc_xfer_spu.
4981 * target.h (target_ops): Add qxfer_spu.
4982
374c1d38
UW
49832007-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4984
4985 * spu-low.c (spu_proc_xfer_spu): Do not return failure when
4986 accessing non-seekable spufs files.
4987
bb63802a
UW
49882007-05-16 Markus Deuling <deuling@de.ibm.com>
4989
889bf7c5 4990 * server.c (handle_query): Add reply for qC packet.
bb63802a 4991
7390519e
PA
49922007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
4993 Leo Zayas <lerele@champenstudios@com>
4994
4995 * server.h (check_remote_input_interrupt_request): New function.
4996 * remote_utils.c (INVALID_DESCRIPTOR): New define.
4997 (remote_desc): Initialize with INVALID_DESCRIPTOR.
4998 (input_interrupt): Expose on USE_WIN32API too. Fix whitespace.
4999 (check_remote_input_interrupt_request): New function.
5000 * server.h (check_remote_input_interrupt_request): Declare.
3ecf0694 5001 * win32-low.c (winapi_DebugBreakProcess,
7390519e
PA
5002 winapi_GenerateConsoleCtrlEvent): New typedefs.
5003 (get_child_debug_event): Lower Win32 debug event polling from 1 sec
5004 to 250 ms.
5005 (win32_wait): Check for remote interrupt request
5006 with check_remote_input_interrupt_request.
5007 (win32_request_interrupt): New function.
5008 (win32_target_op): Set request_interrupt to win32_request_interrupt.
5009
34b34921
PA
50102007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5011
5012 * win32-low.c (debug_registers_changed,
5013 debug_registers_used, CONTEXT_EXTENDED_REGISTERS,
5014 CONTEXT_FLOATING_POINT, CONTEXT_DEBUG_REGISTERS,
5015 CONTEXT_DEBUGGER, CONTEXT_DEBUGGER_DR): Delete.
5016 (thread_rec): Get context using the low target.
5017 (child_add_thread): Call thread_added on the low target,
5018 which does the same thing.
5019 (regptr): Delete.
5020 (do_initial_child_stuff): Remove debug registers references.
5021 Set context using the low target. Resume threads after
5022 setting the contexts.
5023 (child_continue): Remove dead variable. Remove debug
5024 registers references.
5025 (child_fetch_inferior_registers): Go through the low target.
5026 (do_child_store_inferior_registers): Remove.
5027 (child_store_inferior_registers): Go through the low target.
5028 (win32_resume): Remove debug registers references.
5029 Set context using the low target.
5030 (handle_exception): Change return type to void. Don't record
5031 context here. Set status to TARGET_WAITKIND_SPURIOUS on a
5032 first chance exception.
889bf7c5 5033 (get_child_debug_event): Change return type to void. Remove
34b34921
PA
5034 goto loop. Always return after waiting for debug event.
5035 (win32_wait): Convert to switch statement. Handle spurious
5036 events.
5037
5038 * win32-i386-low.c (debug_registers_changed,
5039 debug_registers_used): New.
5040 (initial_stuff): Rename to ...
5041 (i386_initial_stuff): ... this. Clear debug registers
5042 state variables.
5043 (store_debug_registers): Delete.
5044 (i386_get_thread_context): New.
5045 (load_debug_registers): Delete.
5046 (i386_set_thread_context): New.
5047 (i386_thread_added): New.
5048 (single_step): Rename to ...
5049 (i386_single_step): ... this.
5050 (do_fetch_inferior_registers): Rename to ...
5051 (i386_fetch_inferior_register): ... this.
5052 (i386_store_inferior_register): New.
5053 (the_low_target): Adapt to new interface.
5054
5055 * win32-arm-low.c (CONTEXT_FLOATING_POINT): Define.
5056 (arm_get_thread_context): New.
5057 (arm_set_thread_context): New.
5058 (regptr): New.
5059 (do_fetch_inferior_registers): Rename to ...
5060 (arm_fetch_inferior_register): ... this.
5061 (arm_store_inferior_register): New.
5062 (arm_wince_breakpoint): Reimplement as unsigned long.
5063 (arm_wince_breakpoint_len): Define.
5064 (the_low_target): Adapt to new interface.
5065
5066 * win32-low.h (target_ops): Remove regmap, store_debug_registers and
5067 load_debug_registers. Add get_thread_context, set_thread_context,
5068 thread_added and store_inferior_register. Rename
5069 fetch_inferior_registers to fetch_inferior_register.
5070 (regptr): Remove declaration.
5071
dd6953e1
PA
50722007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5073
5074 * linux-low.c (linux_detach): Change return type to int. Return 0.
5075 * spu-low.c (spu_detach): Likewise.
5076
444d6139
PA
50772007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5078
5079 * target.h (target_ops): Change return type of detach to int.
5080 Add join.
5081 (join_inferior): New.
5082 * server.c (main): Don't skip detach support on mingw32.
5083 If the inferior doesn't support detaching return error.
5084 Call join_inferior instead of using waitpid.
5085 * linux-low.c (linux_join): New.
5086 (linux_target_op): Add linux_join.
5087 * spu-low.c (spu_join): New.
5088 (spu_target_ops): Add spu_join.
5089 * win32-low.c (win32_detach): Adapt to new interface.
5090 Reopen current_process_handle before detaching. Issue a child
5091 resume before detaching.
5092 (win32_join): New.
5093 (win32_target_op): Add win32_join.
5094
1d5315fe
PA
50952007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5096
5097 * win32-low.c (win32-attach): Fix return value.
5098 * target.h (target_ops): Describe ATTACH return values.
5099
bf914831
PA
51002007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5101
5102 * win32-low.c (GETPROCADDRESS): Define.
5103 (winapi_DebugActiveProcessStop): Add WINAPI. typedef as pointer.
5104 (winapi_DebugSetProcessKillOnExit): Likewise.
5105 (win32_create_inferior): Force usage of ansi CreateProcessA.
5106 (win32_attach): Use GETPROCADDRESS.
5107 (win32_detach): Likewise.
5108
f72f3e60
PA
51092007-05-10 Pedro Alves <pedro_alves@portugalmail.pt>
5110
5111 * win32-low.c (win32_wait): Don't use WSTOPSIG.
5112
ed50f18f
PA
51132007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
5114
5115 * win32-low.c: Commit leftover changes from 2007-03-29.
5116
0c2ead7e
DJ
51172007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5118
5119 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Make 16-bit
5120 fields short instead of int. Add explicit padding.
5121 (i387_cache_to_fsave): Remove unnecessary casts.
5122 (i387_fsave_to_cache): Doc fix.
5123 (i387_cache_to_fxsave): Remove unnecessary casts and masking.
5124
73725ff3
DJ
51252007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
5126
5127 * i387-fp.c (i387_cache_to_fxsave): Reinitialize val2 before use.
5128 (i387_fxsave_to_cache): Check fp->ftag while building ftag value.
5129
d99f33d8
PA
51302007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5131
5132 * configure.srv (arm*-*-mingw32ce*): Move near the other
5133 arm targets.
5134
68070c10
PA
51352007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
5136
2482afc6 5137 * configure.ac: Add errno checking.
68070c10
PA
5138 (AC_CHECK_HEADERS): Add errno.h, fcntl.h, signal.h,
5139 sys/file.h and malloc.h.
5140 (AC_CHECK_DECLS): Add perror.
5141 (srv_mingwce): Handle.
2482afc6 5142 * configure.srv (i[34567]86-*-cygwin*): Add
68070c10
PA
5143 win32-i386-low.o to srv_tgtobj.
5144 (i[34567]86-*-mingw*): Likewise.
5145 (arm*-*-mingw32ce*): Add case.
5146 * gdbreplay.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
5147 HAVE_FCNTL_H, HAVE_ERRNO_H, HAVE_MALLOC_H]: Check.
5148 [__MINGW32CE__] (strerror): New function.
5149 [__MINGW32CE__] (errno): Define to GetLastError.
5150 [__MINGW32CE__] (COUNTOF): New macro.
5151 (remote_open): Remove extra close call.
5152 * mem-break.c (delete_breakpoint_at): New function.
5153 * mem-break.h (delete_breakpoint_at): Declare.
5154 * remote-utils.c [HAVE_SYS_FILE_H, HAVE_SIGNAL_H,
5155 HAVE_FCNTL_H, HAVE_UNISTD_H, HAVE_ERRNO_H]: Check.
5156 [USE_WIN32API] (read, write): Add char* casts.
5157 * server.c [HAVE_UNISTD_H, HAVE_SIGNAL_H]: Check.
5158 * server.h: Include wincecompat.h on Windows CE.
5159 [HAVE_ERRNO_H]: Check.
5160 (perror): Declare if not declared.
5161 * utils.c: Add stdlib.h, errno.h and malloc.h includes.
5162 (perror_with_name): Remove errno declaration.
5163 * wincecompat.h: New.
5164 * wincecompat.c: New.
5165 * win32-low.h: New.
5166 * win32-arm-low.c: New.
5167 * win32-i386-low.c: New.
5168 (win32-low.c): Include mem-break.h and win32-low.h, and winnt.h.
5169 (OUTMSG2): Make it safe.
5170 (_T): New macro.
5171 (COUNTOF): New macro.
5172 (NUM_REGS): Get it from the low target.
5173 (CONTEXT_EXTENDED_REGISTERS, CONTEXT_FLOATING_POINT,
5174 CONTEXT_DEBUG_REGISTERS): Add fallbacks to 0.
5175 (thread_rec): Let low target handle debug registers.
5176 (child_add_thread): Likewise.
5177 (child_init_thread_list): Likewise.
5178 (continue_one_thread): Likewise.
5179 (regptr): New.
5180 (do_child_fetch_inferior_registers): Move to ...
5181 * win32-i386-low.c: ... here, and rename to ...
5182 (do_fetch_inferior_registers): ... this.
889bf7c5 5183 * win32-low.c (child_fetch_inferior_registers):
68070c10
PA
5184 Go through the low target.
5185 (do_child_store_inferior_registers): Use regptr.
5186 (strwinerror): New function.
5187 (win32_create_inferior): Handle Windows CE.
5188 Use strwinerror instead of strerror on Windows error
5189 codes. Add program to the error output.
5190 Don't close the main thread handle on Windows CE.
5191 (win32_attach): Use coredll.dll on Windows CE.
5192 (win32_kill): Close current process and current
5193 thread handles.
5194 (win32_detach): Use coredll.dll on Windows CE.
5195 (win32_resume): Let low target handle debug registers, and
5196 step request.
5197 (handle_exception): Add/Remove initial breakpoint. Avoid
5198 non-existant WSTOPSIG on Windows CE.
5199 (win32_read_inferior_memory): Cast to remove warning.
5200 (win32_arch_string): Go through the low target.
5201 (initialize_low): Call set_breakpoint_data with the low
5202 target's breakpoint.
5203 * win32-low.c (dr, FLAG_TRACE_BIT, FCS_REGNUM,
5204 FOP_REGNUM, mappings): Move to ...
5205 * win32-i386-low.c: ... here.
5206 * win32-low.c (win32_thread_info): Move to ...
5207 * win32-low.h: ... here.
5208 * Makefile.in (SFILES): Add win32-low.c, win32-i386-low.c,
5209 win32-arm-low.c and wincecompat.c.
5210 (all:): Add $EXEEXT.
5211 (install-only:): Likewise.
5212 (gdbserver:): Likewise.
5213 (gdbreplay:): Likewise.
5214 * config.in: Regenerate.
5215 * configure: Regenerate.
5216
41093d81
PA
52172007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
5218
5219 * win32-low.c: Rename typedef thread_info to
5220 win32_thread_info throughout.
5221
544afa54
PA
52222007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
5223
5224 * win32-i386-low.c: Rename to ...
5225 * win32-low.c: ... this.
5226 * configure.srv: Replace win32-i386-low.o with win32-low.o.
5227 * Makefile.in: Likewise.
5228
bce7165d
PA
52292007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
5230
5231 * remote-utils.c (monitor_output): Constify msg parameter.
5232 * server.h (monitor_output): Likewise.
5233 * win32-i386-low.c (handle_output_debug_string): New.
5234 (win32_kill): Handle OUTPUT_DEBUG_STRING_EVENT events using
5235 handle_output_debug_string.
5236 (get_child_debug_event): Likewise.
5237
506c7aa0
DJ
52382007-03-27 Mat Hostetter <mat@lcs.mit.edu>
5239
5240 * server.c (main): Correct strtoul check.
5241
42c81e2a
DJ
52422007-03-27 Jon Ringle <jon@ringle.org>
5243
5244 * linux-low.c: Check __ARCH_HAS_MMU__ also.
5245
9453113a
DJ
52462007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
5247
5248 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
5249
64a69107
DJ
52502007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
5251
5252 * terminal.h: Check HAVE_SGTTY_H.
5253
52542007-02-27 Mat Hostetter <mat@lcs.mit.edu>
6f8486da
DJ
5255
5256 * remote-utils.c (remote_open): Print out the assigned port number.
5257
c74d0ad8
DJ
52582007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
5259
5260 * remote-utils.c (monitor_output): New function.
5261 * server.c (debug_threads): Define here.
5262 (monitor_show_help): New function.
5263 (handle_query): Handle qRcmd.
5264 (main): Do not handle 'd' packet.
5265 * server.h (debug_threads, remote_debug, monitor_output): Declare.
5266 * linux-low.c, spu-low.c, win32-i386-low.c: Remove definitions
5267 of debug_threads.
5268
de7c3b4a
PA
52692007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5270
5271 * Makefile.in (EXEEXT): New.
5272 (clean): Use $(EXEEXT).
5273
ef57601b
PA
52742007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5275
5276 * target.h (target_ops): Rename send_signal to request_interrupt,
5277 and remove enum target_signal parameter.
5278 * linux-low.c (linux_request_interrupt): Rename from
5279 linux_send_signal, and always send SIGINT.
5280 * spu-low.c (spu_request_interrupt): Rename from spu_send_signal,
5281 and always send SIGINT.
5282 * remote-utils.c (putpkt_binary): Call request_interrupt, instead
5283 of send_signal.
5284 (input_interrupt): Likewise.
5285
820f2bda
PA
52862007-02-25 Pedro Alves <pedro_alves@portugalmail.pt>
5287
5288 * server.c (get_features_xml): Check if target implemented
5289 arch_string.
5290 * win32-i386-low.c (win32_arch_string): New.
5291 (win32_target_ops): Add win32_arch_string as arch_string member.
5292
ab39bf24
UW
52932007-02-22 Markus Deuling <deuling@de.ibm.com>
5294
5295 * spu-low.c (spu_arch_string): New.
5296 (spu_target_ops): Add spu_arch_string.
5297
61ff6e04
DJ
52982007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
5299
5300 * remote-utils.c: Remove HAVE_TERMINAL_H check.
5301 * configure.ac: Do not check for terminal.h.
5302 * configure, config.in: Regenerated.
5303
fb1e4ffc
DJ
53042007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5305
5306 * Makefile.in (OBS): Add $(XML_BUILTIN).
5307 (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New.
5308 (clean): Update.
5309 (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o)
5310 (arm-with-iwmmxt.c): New.
5311 * config.in, configure: Regenerate.
5312 * configure.ac: Check for iWMMXt. Handle srv_xmltarget,
5313 srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML.
5314 * configure.srv: Mention srv_xmltarget and srv_xmlfiles.
5315 (arm*-*-linux*): Add iWMMXt and regset support.
5316 * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
5317 (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset)
5318 (arm_store_wmmxregset, target_regsets): New.
5319 * server.c (get_features_xml): Take annex argument. Check builtin
5320 XML documents.
5321 (handle_query): Handle multiple annexes.
5322
0f48aa01
DJ
53232007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
5324
5325 * remote-utils.c [USE_WIN32API] (read, write): Define.
5326 (putpkt_binary, input_interrupt, readchar, getpkt): Use read and
5327 write.
5328
23181151
DJ
53292007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
5330
5331 * linux-i386-low.c (the_low_target): Set arch_string.
5332 * linux-x86-64-low.c (the_low_target): Likewise.
5333 * linux-low.c (linux_arch_string): New.
5334 (linux_target_ops): Add it.
5335 * linux-low.h (struct linux_target_ops): Add arch_string.
5336 * server.c (write_qxfer_response): Use const void * for DATA.
5337 (get_features_xml): New.
5338 (handle_query): Handle qXfer:features:read. Report it for qSupported.
5339 * target.h (struct target_ops): Add arch_string method.
5340
9d606399
DJ
53412007-01-03 Denis Pilat <denis.pilat@st.com>
5342 Daniel Jacobowitz <dan@codesourcery.com>
5343
5344 * linux-low.c (linux_kill): Handle being called with no threads.
5345 * win32-i386-low.c (win32_kill): Likewise.
5346 (get_child_debug_event): Clear current_process_handle.
5347
53482006-12-30 Denis PILAT <denis.pilat@st.com>
8264bb58
DJ
5349 Daniel Jacobowitz <dan@codesourcery.com>
5350
5351 * remote-utils.c (remote_open): Check the type of specified
5352 serial port devices before opening them.
5353 * server.c (main): Kill the inferior if an error occurs during
5354 the first remote_open.
5355
a5e13d24
DJ
53562006-12-05 Markus Deuling <deuling@de.ibm.com>
5357
5358 * README: Update supported targets.
5359
186947f7
DJ
53602006-11-28 Daniel Jacobowitz <dan@codesourcery.com>
5361
5362 * Makefile.in (clean): Remove reg-mips64.c.
5363 (reg-mips64.c, reg-mips64.o): New rules.
5364 * configure.srv: Handle mips64. Include regset support for mips.
5365 * linux-mips-low.c (union mips_register): New.
5366 (mips_get_pc, mips_set_pc, mips_reinsert_addr): Use it.
5367 (mips_breakpoint, mips_breakpoint_at): Use int.
5368 (mips_collect_register, mips_supply_register)
5369 (mips_collect_register_32bit, mips_supply_register_32bit)
5370 (mips_fill_gregset, mips_store_gregset, mips_fill_fpregset)
5371 (mips_store_fpregset, target_regsets): New.
5372 * thread-db.c (thread_db_get_tls_address): Use uintptr_t.
5373
a13e2c95
UW
53742006-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5375
5376 * configure.srv: Add target "spu*-*-*".
5377 * Makefile.in (clean): Remove reg-spu.c.
5378 (reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
5379 * spu-low.c: New file.
5380
cb7283db
DJ
53812006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5382
5383 * configure.ac: Correct td_thr_tls_get_addr test.
5384 * configure: Regenerated.
5385
89be2091
DJ
53862006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
5387
5388 * linux-low.c (linux_wait_for_event): Reformat. Use the
5389 pass_signals array.
5390 * remote-utils.c (decode_address_to_semicolon): New.
5391 * server.c (pass_signals, handle_general_set): New.
5392 (handle_query): Mention QPassSignals for qSupported.
5393 (main): Call handle_general_set.
5394 * server.h (pass_signals, decode_address_to_semicolon): New.
5395
000ef4f0
DJ
53962006-11-06 Daniel Jacobowitz <dan@codesourcery.com>
5397
5398 * server.c (handle_query): Correct error handling for read_auxv.
5399
b7149293
UW
54002005-10-19 Ulrich Weigand <uweigand@de.ibm.com>
5401
5402 * configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets
5403 and srv_linux_thread_db to yes.
5404 * linux-s390-low.c (s390_fill_gregset): New function.
5405 (target_regsets): Define data structure.
5406
dae5f5cf
DJ
54072006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
5408
5409 * acinclude.m4 (SRV_CHECK_TLS_GET_ADDR): New.
5410 * configure.ac: Use it. Define HAVE_TD_THR_TLS_GET_ADDR.
5411 * config.in, configure: Regenerated.
5412 * inferiors.c (gdb_id_to_thread): New function.
5413 (gdb_id_to_thread_id): Use it.
5414 * linux-low.c (linux_target_ops): Use thread_db_get_tls_address.
5415 * linux-low.h (struct process_info): Add th member.
5416 (thread_db_get_tls_address): New prototype.
5417 * remote-utils.c (decode_address): Make non-static.
5418 * server.c (handle_query): Handle qGetTLSAddr.
5419 * server.h (gdb_id_to_thread, decode_address): New prototypes.
5420 * target.h (struct target_ops): Add get_tls_address.
5421 * thread-db.c (maybe_attach_thread): Save the thread handle.
5422 (thread_db_get_tls_address): New.
5423
32ca6d61
DJ
54242006-09-28 Daniel Jacobowitz <dan@codesourcery.com>
5425
5426 * linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
5427 (linux_resume_one_process): Take a siginfo_t *. Update all
5428 callers. Queue it if necessary. Use PTRACE_SETSIGINFO.
5429 (struct pending_signals): Add a siginfo_t.
5430 (linux_wait_for_process): Always set last_status.
5431 (linux_wait_for_event): Use PTRACE_GETSIGINFO.
5432 (linux_queue_one_thread): Use PTRACE_GETSIGINFO.
5433 * linux-low.h (struct process_info): Add last_status.
5434
5ffff7c1
DJ
54352006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
5436
5437 * remote-utils.c (try_rle): New function.
5438 (putpkt_binary): Use it.
5439
8695c747
DJ
54402006-08-19 Daniel Jacobowitz <dan@codesourcery.com>
5441
5442 * Makefile.in (clean): Clean reg-x86-64-linux.c.
5443 (reg-x86-64-linux.o, reg-x86-64-linux.c): New.
5444 * configure.srv (x86_64-*-linux*): Use reg-x86-64-linux.o.
5445 * linux-x86-64-low.c (x86_64_regmap): Include ORIG_RAX.
5446 (x86_64_fill_gregset, x86_64_store_gregset): Skip floating
5447 point registers.
5448
290fadea
RS
54492006-08-08 Richard Sandiford <richard@codesourcery.com>
5450
5451 * server.c (terminal_fd): New variable.
5452 (old_foreground_pgrp): Likewise.
5453 (restore_old_foreground_pgrp): New function.
5454 (start_inferior): Record the terminal file descriptor in terminal_fd
5455 and its original foreground group in old_foreground_pgrp. Register
5456 restore_old_foreground_pgrp with atexit().
5457
9f2e1e63
DJ
54582006-07-26 Daniel Jacobowitz <dan@codesourcery.com>
5459
5460 * server.c (handle_query): Correct qPart to qXfer.
5461
b80864fb
DJ
54622006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5463
5464 * configure.ac: Check for more headers which are missing on
5465 Windows. Automatically supply -lwsock32 and USE_WIN32API.
5466 * configure.srv: Add Cygwin and mingw32.
5467 * remote-utils.c: Don't include headers unconditionally which
5468 are missing on mingw32. Include <winsock.h> for mingw32.
5469 (remote_open): Adjust for mingw32 support. Flush
5470 standard error after writing to it.
5471 (remote_close, putpkt_binary, input_interrupt, block_async_io)
5472 (unblock_async_io, enable_async_io, disable_async_io)
5473 (readchar, getpkt): Update for Winsock support.
5474 (prepare_resume_reply): Expect a protocol signal number.
5475 * server.c: Disable <sys/wait.h> on mingw32.
5476 (start_inferior): Adjust for mingw32 support. Flush
5477 standard error after writing to it.
5478 (attach_inferior): Likewise. Use protocol signal
5479 numbers.
5480 (main): Skip 'D' packet on mingw32. Use protocol signal numbers
5481 and names.
5482 * win32-i386-low.c: New file.
5483 * Makefile.in (XM_CLIBS): Set.
5484 (gdbserver, gdbreplay): Use $(INTERNAL_CFLAGS).
5485 (win32-i386-low.o): New dependency rule.
5486 * linux-low.c (linux_wait): Use target signal numbers.
5487 * target.h (struct target_ops): Doc fix.
5488 * server.h (target_signal_to_name): New prototype.
5489 * gdbreplay.c: Don't include headers unconditionally which
5490 are missing on mingw32. Include <winsock.h> for mingw32.
5491 (remote_close, remote_open): Adjust for Winsock support.
5492 * configure, config.in: Regenerated.
5493
0876f84a
DJ
54942006-07-12 Daniel Jacobowitz <dan@codesourcery.com>
5495
5496 * server.c (decode_xfer_read, write_qxfer_response): New.
5497 (handle_query): Take a packet length argument. Handle
5498 qXfer:auxv:read instead of qPart:auxv:read. Mention it in
5499 the qSupported response.
5500 (main): Update call to handle_query.
5501
01f9e8fa
DJ
55022006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
5503
5504 * remote-utils.c (remote_escape_output, remote_unescape_input): New.
5505 (putpkt_binary): Renamed from putpkt and adjusted for binary
5506 data.
5507 (putpkt): New wrapper for putpkt_binary.
5508 (readchar): Don't mask off the high bit.
5509 (decode_X_packet): New function.
5510 * server.c (main): Call putpkt_binary if a handler sets the packet
5511 length. Save the length of the incoming packet. Handle 'X'.
5512 * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
5513
be2a5f71
DJ
55142006-06-21 Daniel Jacobowitz <dan@codesourcery.com>
5515
5516 * server.c (handle_query): Handle qSupported.
5517
ea025f5f
DJ
55182006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
5519
5520 * remote-utils.c (all_symbols_looked_up): New variable.
5521 (look_up_one_symbol): Check it.
5522 * server.h (look_up_one_symbol): New declaration.
5523 * thread-db.c (thread_db_init): Set all_symbols_looked_up.
5524
9308fc88
DJ
55252006-05-30 Daniel Jacobowitz <dan@codesourcery.com>
5526
5527 * Makefile.in (linux-arm-low.o): Update dependencies.
66f338c7 5528 * linux-arm-low.c: Include "gdb_proc_service.h".
9308fc88
DJ
5529 (PTRACE_GET_THREAD_AREA): Define.
5530 (ps_get_thread_area): New function.
5531
52fb6437
NS
55322006-05-09 Nathan Sidwell <nathan@codesourcery.com>
5533
5534 * configure.srv (m68k*-*-uclinux*): New target.
5535 * linux-low.c (linux_create_inferior): Use vfork on mmuless systems.
5536 (linux_resume_one_process): Remove extraneous cast.
5537 (linux_read_offsets): New.
5538 (linux_target_op): Add linux_read_offsets on mmuless systems.
5539 * server.c (handle_query): Add qOffsets logic.
5540 * target.h (struct target_ops): Add read_offsets.
5541
21b0f40c
DJ
55422006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
5543
5544 * linux-mips-low.c: Include <sys/ptrace.h> and "gdb_proc_service.h".
5545 (PTRACE_GET_THREAD_AREA): Define.
5546 (ps_get_thread_area): New function.
5547 * Makefile.in (linux-i386-low.o, linux-mips-low.o)
5548 (linux-x86-64-low.o): Update.
5549
0050a760
DJ
55502006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
5551
5552 * configure.ac: Remove checks for prfpregset_t.
5553 * gdb_proc_service.h: New file.
5554 * linux-i386-low.c, linux-x86-64-low.c, thread-db.c: Use the
5555 new "gdb_proc_service.h".
5556 * proc-service.c: Likewise.
5557 (ps_pglobal_lookup, ps_pdread, ps_pdwrite): Use psaddr_t.
5558 (ps_lgetfpregs, ps_lsetfpregs): Use a void* argument.
5559 * Makefile.in (gdb_proc_service_h): Updated.
5560 * configure, config.in: Regenerated.
5561
b92a518e
DJ
55622006-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5563
5564 * remote-utils.c (prepare_resume_reply): Move declaration
5565 of gdb_id_from_wait to the top of the block.
5566
545587ee
DJ
55672006-02-15 Daniel Jacobowitz <dan@codesourcery.com>
5568
5569 * linux-low.c (regsets_store_inferior_registers): Read the regset
5570 from the target before filling it.
5571
9db87ebd
DJ
55722006-02-08 Daniel Jacobowitz <dan@codesourcery.com>
5573
5574 * server.c (attach_inferior): Return SIGTRAP for a successful
5575 attach.
5576
dd24457d
DJ
55772006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
5578
5579 * Makefile.in (OBS): Add version.o.
5580 (STAGESTUFF): Delete.
5581 (version.o): Add dependencies.
5582 (version.c): Replace rule.
5583 (clean): Remove version.c.
5584 * server.c (gdbserver_version): New.
5585 (gdbserver_usage): Use printf.
5586 (main): Handle --version and --help.
5587 * server.h (version, host_name): Add declarations.
5588
6f0f660e
EZ
55892005-12-23 Eli Zaretskii <eliz@gnu.org>
5590
889bf7c5
PA
5591 * linux-arm-low.c:
5592 * linux-arm-low.c:
5593 * inferiors.c:
5594 * i387-fp.h:
5595 * i387-fp.c:
5596 * gdbreplay.c:
5597 * regcache.c:
5598 * proc-service.c:
5599 * mem-break.h:
5600 * mem-break.c:
5601 * linux-x86-64-low.c:
5602 * linux-sh-low.c:
5603 * linux-s390-low.c:
5604 * linux-ppc64-low.c:
5605 * linux-ppc-low.c:
5606 * linux-mips-low.c:
5607 * linux-m68k-low.c:
5608 * linux-m32r-low.c:
5609 * linux-low.h:
5610 * linux-low.c:
5611 * linux-ia64-low.c:
5612 * linux-i386-low.c:
5613 * linux-crisv32-low.c:
5614 * thread-db.c:
5615 * terminal.h:
5616 * target.h:
5617 * target.c:
5618 * server.h:
5619 * server.c:
5620 * remote-utils.c:
5621 * regcache.h:
5622 * utils.c:
5623 * Makefile.in:
5624 * configure.ac:
6f0f660e
EZ
5625 * gdbserver.1: Add (C) after Copyright. Update the FSF
5626 address.
5627
9d1fb177
DJ
56282005-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5629
5630 * linux-arm-low.c (arm_eabi_breakpoint): New variable.
5631 (arm_breakpoint_at): Recognize both breakpoints.
5632 (the_low_target): Use the correct breakpoint instruction.
5633
011a70c2
DJ
56342005-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5635
5636 * configure.srv (x86_64-*-linux*): Turn on thread_db support.
5637 * linux-x86-64-low.c (x86_64_breakpoint, x86_64_breakpoint_len)
5638 (x86_64_get_pc, x86_64_set_pc, x86_64_breakpoint_at): New.
5639 (the_low_target): Update.
5640
7fb85e41
AS
56412005-10-25 Andreas Schwab <schwab@suse.de>
5642
5643 * server.c (main): Allocate mem_buf with PBUFSIZ bytes.
5644
5645 * linux-ia64-low.c (ia64_regmap): Remove NAT registers.
5646 (ia64_num_regs): Reduce to 462.
5647
3db0444b
DJ
56482005-09-17 Daniel Jacobowitz <dan@codesourcery.com>
5649
5650 * acinclude.m4: Correct quoting.
5651 * aclocal.m4: Regenerated.
5652
5653 Suggested by SZOKOVACS Robert <szo@ies.hu>:
5654 * thread-db.c (thread_db_err_str): Handle TD_VERSION.
5655 (thread_db_init): Call thread_db_err_str.
5656 * configure.ac: Check for TD_VERSION.
5657 * config.in, configure: Regenerated.
5658
bee0189a
DJ
56592005-07-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5660
5661 * server.h (error, fatal, warning): Add ATTR_FORMAT.
5662
e9d25b98
DJ
56632005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5664
5665 * configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
5666 is not available. Define HAVE_PTRACE_GETREGS if it is.
5667 * config.in, configure: Regenerated.
5668 * configure.srv: Set srv_linux_regsets for PowerPC and PowerPC64.
5669 * linux-i386-low.c, linux-m68k-low.c: Update to use
5670 HAVE_PTRACE_GETREGS.
5671 * linux-low.c (regsets_fetch_inferior_registers)
5672 (regsets_store_inferior_registers): Only return 0 if we processed
5673 GENERAL_REGS.
5674 * linux-ppc-low.c (ppc_fill_gregset, target_regsets): New.
5675 * linux-ppc64-low.c (ppc_fill_gregset, target_regsets): New.
5676
a06660f7
DJ
56772005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5678
5679 * inferiors.c (struct thread_info): Add gdb_id.
5680 (add_thread): Add gdb_id argument.
5681 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
5682 * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
5683 calls to add_thread.
5684 * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
5685 * server.c (handle_query): Use thread_to_gdb_id.
5686 (handle_v_cont, main): Use gdb_id_to_thread_id.
5687 * server.h (add_thread): Update prototype.
5688 (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
5689 prototypes.
5690
5a1f5858
DJ
56912005-07-13 Daniel Jacobowitz <dan@codesourcery.com>
5692
5693 * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
5694 left-padded registers.
5695 * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
5696 * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
5697
e122f1f5
SE
56982005-07-01 Steve Ellcey <sje@cup.hp.com>
5699
5700 * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
5701 * configure: Regenerate.
5702 * config.in: Regenerate.
5703 * server.h (NEED_DECLARATION_STRERROR):
5704 Replace with !HAVE_DECL_STRERROR.
5705
d592fa2f
DJ
57062005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
5707
5708 * linux-low.c (linux_wait, linux_send_signal): Don't test
5709 an unsigned long variable for > 0 if it could be MAX_ULONG.
5710 * server.c (myresume): Likewise.
5711 * target.c (set_desired_inferior): Likewise.
5712
ccbd4912
MK
57132005-06-13 Mark Kettenis <kettenis@gnu.org>
5714
5715 * configure.ac: Simplify and improve check for socklen_t.
5716 * configure, config.in: Regenerate.
5717
f450004a
DJ
57182005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
5719
5720 * acconfig.h: Remove.
5721 * configure.ac: Add a test for socklen_t. Use three-argument
5722 AC_DEFINE throughout.
5723 * config.in: Regenerated using autoheader 2.59.
5724 * configure: Regenerated.
5725
5726 * gdbreplay.c (socklen_t): Provide a default.
5727 (remote_open): Use socklen_t.
5728 * remote-utils.c (socklen_t): Provide a default.
5729 (remote_open): Use socklen_t.
5730 (convert_int_to_ascii, convert_ascii_to_int, decode_M_packet): Use
5731 unsigned char.
5732
5733 * i387-fp.c (struct i387_fsave, struct i387_fxsave): Use unsigned
5734 char for buffers.
5735 * linux-low.c (linux_read_memory, linux_write_memory)
5736 (linux_read_auxv): Likewise.
5737 * mem-break.c (breakpoint_data, set_breakpoint_data, check_mem_read)
5738 (check_mem_write): Likewise.
5739 * mem-break.h (set_breakpoint_data, check_mem_read, check_mem_write):
5740 Likewise.
5741 * regcache.c (struct inferior_rgcache_data, registers_to_string)
5742 (registers_from_string, register_data): Likewise.
5743 * server.c (handle_query, main): Likewise.
5744 * server.h (convert_ascii_to_int, convert_int_to_ascii)
5745 (decode_M_packet): Likewise.
5746 * target.c (read_inferior_memory, write_inferior_memory): Likewise.
5747 * target.h (struct target_ops): Update read_memory, write_memory,
5748 and read_auxv.
5749 (read_inferior_memory, write_inferior_memory): Update.
5750 * linux-low.h (struct linux_target_ops): Change type of breakpoint
5751 to unsigned char *.
5752 * linux-arm-low.c, linux-cris-low.c, linux-crisv32-low.c,
5753 linux-i386-low.c, linux-m32r-low.c, linux-m68k-low.c,
5754 linux-mips-low.c, linux-ppc-low.c, linux-ppc64-low.c,
5755 linux-s390-low.c, linux-sh-low.c: Update for changes in
5756 read_inferior_memory and the_low_target->breakpoint.
5757
eee84df1
DJ
57582005-05-28 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * Makefile.in (SFILES): Add linux-ppc64-low.c.
5761 (linux-ppc64-low.o, reg-ppc64.c, reg-ppc64.o): New targets.
5762 * configure.srv: Add powerpc64-*-linux*.
5763 * linux-ppc64-low.c: New file.
5764
45b134e5
OF
57652005-05-23 Orjan Friberg <orjanf@axis.com>
5766
5767 * linux-cris-low.c: New file with support for CRIS.
5768 * linux-crisv32-low.c: Ditto for CRISv32.
5769 * Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
5770 (clean): Add reg-cris.c and reg-crisv32.c.
889bf7c5 5771 Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
45b134e5
OF
5772 reg-crisv32.o, and reg-crisv32.c to make rules.
5773 * configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
5774 recognized targets.
5775
48d93c75
UW
57762005-05-16 Ulrich Weigand <uweigand@de.ibm.com>
5777
5778 * linux-low.c (fetch_register): Ensure buffer size is a multiple
5779 of sizeof (PTRACE_XFER_TYPE).
5780 (usr_store_inferior_registers): Likewise. Zero out excess bytes.
5781
e013ee27
OF
57822005-05-12 Orjan Friberg <orjanf@axis.com>
5783
889bf7c5 5784 * target.h (struct target_ops): Add insert_watchpoint,
e013ee27
OF
5785 remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
5786 pointers for hardware watchpoint support.
5787 * linux-low.h (struct linux_target_ops): Ditto.
5788 * linux-low.c (linux_insert_watchpoint, linux_remove_watchpoint)
5789 (linux_stopped_by_watchpoint, linux_stopped_data_address): New. Add
5790 to linux_target_ops.
5791 * remote-utils.c (prepare_resume_reply): Add watchpoint information to
5792 reply packet.
5793 * server.c (main): Recognize 'Z' and 'z' packets.
5794
b0ded00b
UW
57952005-05-10 Ulrich Weigand <uweigand@de.ibm.com>
5796
5797 * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
5798 (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
5799 (the_low_target): Add new members.
5800
8643e2ad
DJ
58012005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5802
5803 * proc-service.c (ps_lgetregs): Search all_processes instead of
5804 all_threads.
5805
fc620387
DJ
58062005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
5807
5808 * server.c (start_inferior): Change return type to int.
5809 (attach_inferior): Change sigptr to int *.
5810 (handle_v_cont, handle_v_requests): Change signal to int *.
5811 (main): Change signal to int.
5812
58132005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
7cfbc4a0
KI
5814
5815 * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
5816 * configure.srv: Add m32r*-*-linux*.
5817 * linux-m32r-low.c: New file.
5818
e0e76420
DJ
58192005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
5820
5821 * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
5822
a1928bad
DJ
58232005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
5824
5825 * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
5826 Take unsigned long arguments for PIDs.
5827 * linux-low.c (add_process, linux_attach_lwp, linux_attach)
5828 (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
5829 (wait_for_sigstop, linux_resume_one_process)
5830 (regsets_fetch_inferior_registers, linux_send_signal)
5831 (linux_read_auxv): Likewise. Update the types of variables holding
5832 PIDs. Update format string specifiers.
5833 * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
5834 * remote-utils.c (prepare_resume_reply): Likewise.
5835 * server.c (cont_thread, general_thread, step_thread)
5836 (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
5837 unsigned long.
5838 (handle_query): Update format specifiers.
5839 (handle_v_cont, main): Use strtoul for thread IDs.
5840 * server.h (struct inferior_list_entry): Use unsigned long for ID.
5841 (add_thread, find_inferior_id, change_inferior_id, cont_thread)
5842 (general_thread, step_thread, thread_from_wait)
5843 (old_thread_from_wait): Update.
5844 * target.h (struct thread_resume): Use unsigned long for THREAD.
5845 (struct target_ops): Use unsigned long for arguments to attach and
5846 thread_alive.
5847
dcdb98d2
DJ
58482005-02-24 Daniel Jacobowitz <dan@codesourcery.com>
5849
5850 * acinclude.m4: Include bfd/bfd.m4 directly.
5851 * configure.ac: Use AC_ARG_PROGRAM. Suggested by Aron Griffis
5852 <agriffis@toolchain.org>.
5853 * aclocal.m4, configure: Regenerated.
5854
bec39cab
AC
58552005-01-07 Andrew Cagney <cagney@gnu.org>
5856
5857 * configure.ac: Rename configure.in, require autoconf 2.59.
5858 * configure: Re-generate.
5859
434c4c77
DJ
58602004-12-08 Daniel Jacobowitz <dan@debian.org>
5861
5862 * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area. Reset
5863 LIBS when finished.
5864 * aclocal.m4: Regenerated.
5865 * configure: Regenerated.
5866
db1d3e1b
AS
58672004-11-21 Andreas Schwab <schwab@suse.de>
5868
5869 * linux-m68k-low.c (m68k_num_gregs): Define.
5870 (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
5871 (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
5872 (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
5873 (m68k_breakpoint_at): New. Add to the_low_target.
5874
5875 * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
5876 srv_linux_thread_db to yes.
5877
43360365
JB
58782004-10-20 Joel Brobecker <brobecker@gnat.com>
5879
5880 * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
5881 (ARCH_SET_FS): Likewise.
5882 (ARCH_GET_FS): Likewise.
5883 (ARCH_GET_GS): Likewise.
5884
fd500816
DJ
58852004-10-16 Daniel Jacobowitz <dan@debian.org>
5886
5887 * linux-i386-low.c (ps_get_thread_area): New.
5888 * linux-x86-64-low.c (ps_get_thread_area): New.
5889 * linux-low.c: Include <sys/syscall.h>.
5890 (linux_kill_one_process): Don't kill the first thread here.
5891 (linux_kill): Kill the first thread here.
5892 (kill_lwp): New function.
5893 (send_sigstop, linux_send_signal): Use it.
5894 * proc-service.c: Clean up #ifdefs.
5895 (fpregset_info): Delete.
5896 (ps_lgetregs): Update and enable implementation.
5897 (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
5898 implementations.
5899 * remote-utils.c (struct sym_cache, symbol_cache): New.
5900 (input_interrupt): Print a clearer message.
5901 (async_io_enabled): New variable.
5902 (enable_async_io, disable_async_io): Use it. Update comments.
5903 (look_up_one_symbol): Use the symbol cache.
5904 * thread-db.c (thread_db_look_up_symbols): New function.
5905 (thread_db_init): Update comments. Call thread_db_look_up_symbols.
5906
f6de3c42
DJ
59072004-10-16 Daniel Jacobowitz <dan@debian.org>
5908
5909 * configure.in: Test for -rdynamic.
5910 * configure: Regenerated.
5911 * Makefile (INTERNAL_LDFLAGS): New.
5912 (gdbserver, gdbreplay): Use it.
5913
2c0fc042
AC
59142004-09-02 Andrew Cagney <cagney@gnu.org>
5915
5916 * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
5917
075b3282
DJ
59182004-03-23 Daniel Jacobowitz <drow@mvista.com>
5919
5920 * linux-low.c (linux_wait): Clear all_processes list also.
5921
fa6a77dc
DJ
59222004-03-12 Daniel Jacobowitz <drow@mvista.com>
5923
5924 * linux-low.c: Include <errno.h>. Remove extern declaration of
5925 errno.
5926
6d782a97
DJ
59272004-03-12 Daniel Jacobowitz <drow@mvista.com>
5928
5929 * gdbreplay.c, server.h, utils.c: Update copyright years.
5930
3a7fb99b
DJ
59312004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
5932
5933 * server.c (main): Print child status or termination signal from
5934 variable 'signal', not 'sig'.
5935
c3e735a6
DJ
59362004-03-04 Nathan J. Williams <nathanw@wasabisystems.com>
5937
5938 * linux-low.c (linux_read_memory): Change return type to
5939 int. Check for and return error from ptrace().
5940 * target.c (read_inferior_memory): Change return type to int. Pass
5941 back return status from the_target->read_memory().
5942 * target.h (struct target_ops): Adapt *read_memory() prototype.
5943 Update comment.
5944 (read_inferior_memory): Adapt prototype.
5945 * server.c (main): Return an error packet if
5946 read_inferior_memory() returns an error.
5947
a59d1c82
DJ
59482004-03-04 Daniel Jacobowitz <drow@mvista.com>
5949
5950 * Makefile.in (distclean): Remove config.h, stamp-h, and config.log.
5951 Unify with other clean targets.
5952
dc3f8883
DJ
59532004-02-29 Daniel Jacobowitz <drow@mvista.com>
5954
5955 * server.c (handle_v_cont): Call set_desired_inferior.
5956
89a208da
DJ
59572004-02-29 Daniel Jacobowitz <drow@mvista.com>
5958
5959 * remote-utils.c (prepare_resume_reply): Always supply "thread:".
5960
62ea82f5
DJ
59612004-02-29 Daniel Jacobowitz <drow@mvista.com>
5962
5963 * linux-low.c (linux_wait): Unblock async I/O.
5964 (linux_resume): Block and enable async I/O.
5965 * remote-utils.c (block_async_io, unblock_async_io): New functions.
5966 * server.h (block_async_io, unblock_async_io): Add prototypes.
5967
6910d122
DJ
59682004-02-29 Daniel Jacobowitz <drow@mvista.com>
5969
5970 * remote-utils.c (remote_open): Print a status notice after
5971 opening a TCP port.
5972 * server.c (attach_inferior): Print a status notice after
5973 attaching.
5974
59752004-02-29 Daniel Jacobowitz <drow@mvista.com>
d677d77d
DJ
5976
5977 * linux-arm-low.c (arm_get_pc): Print out stop PC in debug mode.
5978
c89dc5d4
DJ
59792004-02-26 Daniel Jacobowitz <drow@mvista.com>
5980
5981 * remote-utils.c (write_enn): Use "E01" instead of "ENN" for the
5982 error packet.
5983 * server.c, target.h: Update copyright years.
5984
4b8dad4a
RM
59852004-02-25 Roland McGrath <roland@redhat.com>
5986
5987 * target.h (struct target_ops): New member `read_auxv'.
5988 * server.c (handle_query): Handle qPart:auxv:read: query using that.
5989 * linux-low.c (linux_read_auxv): New function.
5990 (linux_target_ops): Initialize `read_auxv' member to that.
5991
d7446758
JB
59922004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5993
5994 Committed by Jim Blandy <jimb@redhat.com>.
5995
5996 * linux-s390-low.c (s390_num_regs): Update.
4b8dad4a 5997 (s390_regmap): Remove control registers. Use __s390x__ predefine
d7446758
JB
5998 instead of GPR_SIZE to distiguish s390 and s390x targets.
5999
5544ad89
DJ
60002004-01-31 Daniel Jacobowitz <drow@mvista.com>
6001
6002 * linux-low.c: Update copyright year.
6003 (check_removed_breakpoint): Clear pending_is_breakpoint.
6004 (linux_set_resume_request, linux_queue_one_thread)
6005 (resume_status_pending_p): New functions.
6006 (linux_continue_one_thread): Use process->resume.
6007 (linux_resume): Only resume threads if there are no pending events.
6008 * linux-low.h (struct process_info): Add resume request
6009 pointer.
6010
2a68b70e
DJ
60112004-01-30 Daniel Jacobowitz <drow@mvista.com>
6012
6013 * regcache.c (new_register_cache): Clear the allocated register
6014 buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
6015
64386c31
DJ
60162003-10-13 Daniel Jacobowitz <drow@mvista.com>
6017
6018 * linux-low.c (linux_resume): Take a struct thread_resume *
6019 argument.
6020 (linux_wait): Update call.
6021 (resume_ptr): New static variable.
6022 (linux_continue_one_thread): Renamed from
6023 linux_continue_one_process. Use resume_ptr.
6024 (linux_resume): Use linux_continue_one_thread.
6025 * server.c (handle_v_cont, handle_v_requests): New functions.
6026 (myresume): New function.
6027 (main): Handle 'v' case.
6028 * target.h (struct thread_resume): New type.
6029 (struct target_ops): Change argument of "resume" to struct
6030 thread_resume *.
6031 (myresume): Delete macro.
6032
c938e9b0
L
60332003-08-08 H.J. Lu <hongjiu.lu@intel.com>
6034
6035 * Makefile.in (install-only): Create dest dir. Support DESTDIR.
6036 (uninstall): Support DESTDIR.
6037
7f313d07
BC
6038Mon Jul 21 20:09:34 UTC 2003 Brendan Conoboy <blc@redhat.com>
6039
6040 * configure.srv: Add xscale*linux copy of arm*linux entry.
6041
3b2fc2ea
DJ
60422003-07-24 Daniel Jacobowitz <drow@mvista.com>
6043
6044 * linux-arm-low.c (arm_reinsert_addr): New function.
6045 (the_low_target): Add arm_reinsert_addr.
6046
1c0a559e
MK
60472003-07-08 Mark Kettenis <kettenis@gnu.org>
6048
6049 * mem-break.c: Remove whitespace at end of file.
6050
43d5792c
DJ
60512003-06-28 Daniel Jacobowitz <drow@mvista.com>
6052
6053 * configure.in: Check whether we need to prototype strerror.
6054 * server.h: Optionally prototype strerror.
6055 * gdbreplay.c (perror_with_name): Use strerror.
6056 * linux-low.c (linux_attach_lwp): Use strerror.
6057 * utils.c (perror_with_name): Use strerror.
6058 * config.in, configure: Regenerated.
6059
c8a86edf
DJ
60602003-06-28 Daniel Jacobowitz <drow@mvista.com>
6061
6062 * linux-sh-low.c (sh_regmap): Fix FP register offsets, reported by
6063 SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
6064
73d37363
DJ
60652003-06-20 Daniel Jacobowitz <drow@mvista.com>
6066
6067 * Makefile.in (SFILES): Update.
6068 * low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c,
6069 low-sun3.c: Remove files.
6070
6ad8ae5c
DJ
60712003-06-17 Daniel Jacobowitz <drow@mvista.com>
6072
6073 * linux-low.c: Move comment to linux_thread_alive where it belonged.
6074 (linux_detach_one_process, linux_detach): New functions.
6075 (linux_target_ops): Add linux_detach.
6076 * server.c (main): Handle 'D' packet.
6077 * target.h (struct target_ops): Add "detach" member.
6078 (detach_inferior): Define.
6079
1581182a
MK
60802003-06-13 Mark Kettenis <kettenis@gnu.org>
6081
6082 From Kelley Cook <kelleycook@wideopenwest.com>:
6083 * configure.srv: Accept i[34567]86 variants.
6084
e5379b03
DJ
60852003-06-05 Daniel Jacobowitz <drow@mvista.com>
6086
6087 * linux-low.c (linux_wait_for_event): Correct comment typos.
6088 (linux_resume_one_process): Call check_removed_breakpoint.
6089 (linux_send_signal): New function.
6090 (linux_target_ops): Add linux_send_signal.
6091 * remote-utils.c (putpkt, input_interrupt): Use send_signal instead
6092 of kill.
6093 * target.h (struct target_ops): Add send_signal.
6094
2ff29de4
JB
60952003-05-29 Jim Blandy <jimb@redhat.com>
6096
6097 * linux-low.c (usr_store_inferior_registers): Transfer buf in
6098 PTRACE_XFER_TYPE-sized chunks, not int-sized chunks. Otherwise,
6099 if 'int' is smaller than PTRACE_XFER_TYPE, you end up throwing
6100 away part of the register's value.
6101
254787d4
DJ
61022003-03-26 Daniel Jacobowitz <drow@mvista.com>
6103
6104 * linux-low.c (linux_create_inferior): Use __SIGRTMIN.
6105 (linux_wait_for_event, linux_init_signals): Likewise.
6106
94e10508
DJ
61072003-03-17 Daniel Jacobowitz <drow@mvista.com>
6108
6109 * configure.in: Check for stdlib.h.
6110 * configure: Regenerated.
6111 * config.in: Regenerated.
6112
4c0711e0
DJ
61132003-01-04 Andreas Schwab <schwab@suse.de>
6114
6115 * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
6116
ef66e766
AC
61172003-01-02 Andrew Cagney <ac131313@redhat.com>
6118
6119 * Makefile.in: Remove obsolete code.
6120
a1358604
DJ
61212002-11-20 Daniel Jacobowitz <drow@mvista.com>
6122
6123 * linux-s390-low.c (s390_regmap): Check GPR_SIZE instead of
6124 defined(PT_FPR0_HI).
6125
23ce3b1c
DJ
61262002-11-17 Stuart Hughes <seh@zee2.com>
6127
6128 * linux-arm-low.c (arm_num_regs): Increase.
6129 (arm_regmap): Include status register.
6130
61312002-11-17 Daniel Jacobowitz <drow@mvista.com>
6132
6133 * linux-low.c (register_addr): Remove incorrect -1 check.
6134
a9fa9f7d
DJ
61352002-08-29 Daniel Jacobowitz <drow@mvista.com>
6136
6137 * linux-low.c (linux_create_inferior): Call setpgid. Return
6138 the new PID.
6139 (unstopped_p, linux_signal_pid): Remove.
6140 (linux_target_ops): Remove linux_signal_pid.
6141 * remote-utils.c (putpkt, input_interrupt): Use signal_pid
6142 global instead of target method.
6143 * target.h (struct target_ops): Remove signal_pid. Update comment
6144 for create_inferior.
6145 * server.c (signal_pid): New variable.
6146 (create_inferior): Set signal_pid. Block SIGTTOU and SIGTTIN in
4b8dad4a 6147 gdbserver. Set the child to be the foreground process group.
a9fa9f7d
DJ
6148 (attach_inferior): Set signal_pid.
6149
17574093
DJ
61502002-08-23 Daniel Jacobowitz <drow@mvista.com>
6151
6152 * ChangeLog: New file, with entries from gdb/ChangeLog after GDB 5.2.
6153
61542002-08-20 Jim Blandy <jimb@redhat.com>
6155
6156 * Makefile.in (LDFLAGS): Allow the configure script to establish a
6157 default for this.
6158
61592002-08-01 Andrew Cagney <cagney@redhat.com>
6160
6161 * Makefile.in: Make chill references obsolete.
6162
61632002-07-24 Kevin Buettner <kevinb@redhat.com>
6164
6165 * configure.in (unistd.h): Add to AC_CHECK_HEADERS list.
6166 * configure: Regenerate.
6167 * config.in: Regenerate.
6168
61692002-07-09 David O'Brien <obrien@FreeBSD.org>
6170
6171 * gdbreplay.c (stdlib.h, unistd.h): Conditionaly include.
6172 (perror_with_name, remote_close, remote_open, expect, play): Static.
6173
61742002-07-04 Michal Ludvig <mludvig@suse.cz>
6175
4b8dad4a 6176 * linux-x86-64-low.c (x86_64_regmap): Make it an array of
17574093
DJ
6177 byte offsets instead of an array of indexes.
6178 (x86_64_store_gregset, x86_64_store_fpregset): Parameter made const.
6179
61802002-06-13 Daniel Jacobowitz <drow@mvista.com>
6181
6182 * regcache.c: Add comment.
6183
61842002-06-11 Daniel Jacobowitz <drow@mvista.com>
6185
6186 * thread-db.c: New file.
6187 * proc-service.c: New file.
6188 * acinclude.m4: New file.
6189 * Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
6190 proc-service.o, and thread-db.o.
6191 (linux-low.o): Add USE_THREAD_DB.
6192 * acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
6193 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
6194 * aclocal.m4: Regenerated.
6195 * config.in: Regenerated.
6196 * configure: Regenerated.
6197 * configure.in: Check for proc_service.h, sys/procfs.h,
6198 thread_db.h, and linux/elf.h headrs.
6199 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
6200 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
6201 Check for -lthread_db and thread support.
6202 * configure.srv: Enable thread_db support for ARM, i386, MIPS,
6203 PowerPC, and SuperH.
6204 * i387-fp.c: Constify arguments.
6205 * i387-fp.h: Likewise.
6206 * inferiors.c: (struct thread_info): Renamed from
6207 `struct inferior_info'. Remove PID member. Use generic inferior
6208 list header. All uses updated.
6209 (inferiors, signal_pid): Removed.
6210 (all_threads): New variable.
6211 (get_thread): Define.
6212 (add_inferior_to_list): New function.
6213 (for_each_inferior): New function.
6214 (change_inferior_id): New function.
6215 (add_inferior): Removed.
6216 (remove_inferior): New function.
6217 (add_thread): New function.
6218 (free_one_thread): New function.
6219 (remove_thread): New function.
6220 (clear_inferiors): Use for_each_inferior and free_one_thread.
6221 (find_inferior): New function.
6222 (find_inferior_id): New function.
6223 (inferior_target_data): Update argument type.
6224 (set_inferior_target_data): Likewise.
6225 (inferior_regcache_data): Likewise.
6226 (set_inferior_regcache_data): Likewise.
6227 * linux-low.c (linux_bp_reinsert): Remove.
6228 (all_processes, stopping_threads, using_thrads)
6229 (struct pending_signals, debug_threads, pid_of): New.
6230 (inferior_pid): Replace with macro.
6231 (struct inferior_linux_data): Remove.
6232 (get_stop_pc, add_process): New functions.
6233 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
6234 Use add_process and add_thread.
6235 (linux_attach_lwp): New function, based on old linux_attach. Use
6236 add_process and add_thread. Set stop_expected for new threads.
6237 (linux_attach): New function.
6238 (linux_kill_one_process): New function.
6239 (linux_kill): Kill all LWPs.
6240 (linux_thread_alive): Use find_inferior_id.
6241 (check_removed_breakpoints, status_pending_p): New functions.
6242 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
6243 Update. Use WNOHANG. Wait for cloned processes also. Update process
6244 struct for the found process.
6245 (linux_wait_for_event): New function.
6246 (linux_wait): Use it. Support LWPs.
6247 (send_sigstop, wait_for_sigstop, stop_all_processes)
6248 (linux_resume_one_process, linux_continue_one_process): New functions.
6249 (linux_resume): Support LWPs.
6250 (REGISTER_RAW_SIZE): Remove.
6251 (fetch_register): Use register_size instead. Call supply_register.
6252 (usr_store_inferior_registers): Likewise. Call collect_register.
6253 Fix recursive case.
6254 (regsets_fetch_inferior_registers): Improve error message.
6255 (regsets_store_inferior_registers): Add debugging.
6256 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
6257 (unstopped_p, linux_signal_pid): New functions.
6258 (linux_target_ops): Add linux_signal_pid.
6259 (linux_init_signals): New function.
6260 (initialize_low): Call it. Initialize using_threads.
6261 * regcache.c (inferior_regcache_data): Add valid
6262 flag.
6263 (get_regcache): Fetch registers lazily. Add fetch argument
6264 and update all callers.
6265 (regcache_invalidate_one, regcache_invalidate): New
6266 functions.
6267 (new_register_cache): Renamed from create_register_cache.
6268 Return the new regcache.
6269 (free_register_cache): Change argument to a void *.
6270 (registers_to_string, registers_from_string): Call get_regcache
6271 with fetch flag set.
6272 (register_data): Make static. Pass fetch flag to get_regcache.
6273 (supply_register): Call get_regcache with fetch flag clear.
6274 (collect_register): Call get_regcache with fetch flag set.
6275 (collect_register_as_string): New function.
6276 * regcache.h: Update.
6277 * remote-utils.c (putpkt): Flush after debug output and use
6278 stderr.
6279 Handle input interrupts while waiting for an ACK.
6280 (input_interrupt): Use signal_pid method.
6281 (getpkt): Flush after debug output and use stderr.
6282 (outreg): Use collect_register_as_string.
6283 (new_thread_notify, dead_thread_notify): New functions.
6284 (prepare_resume_reply): Check using_threads. Set thread_from_wait
6285 and general_thread.
6286 (look_up_one_symbol): Flush after debug output.
6287 * server.c (step_thread, server_waiting): New variables.
6288 (start_inferior): Don't use signal_pid. Update call to mywait.
6289 (attach_inferior): Update call to mywait.
6290 (handle_query): Handle qfThreadInfo and qsThreadInfo.
6291 (main): Don't fetch/store registers explicitly. Use
6292 set_desired_inferior. Support proposed ``Hs'' packet. Update
6293 calls to mywait.
6294 * server.h: Update.
6295 (struct inferior_list, struct_inferior_list_entry): New.
6296 * target.c (set_desired_inferior): New.
6297 (write_inferior_memory): Constify.
6298 (mywait): New function.
6299 * target.h: Update.
6300 (struct target_ops): New signal_pid method.
6301 (mywait): Removed macro, added prototype.
6302
6303 * linux-low.h (regset_func): Removed.
6304 (regset_fill_func, regset_store_func): New.
6305 (enum regset_type): New.
6306 (struct regset_info): Add type field. Use new operation types.
6307 (struct linux_target_ops): stop_pc renamed to get_pc.
6308 Add decr_pc_after_break and breakpoint_at.
6309 (get_process, get_thread_proess, get_process_thread)
6310 (strut process_info, all_processes, linux_attach_lwp)
6311 (thread_db_init): New.
6312
6313 * linux-arm-low.c (arm_get_pc, arm_set_pc,
6314 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
6315 (the_low_target): Add new members.
6316 * linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
6317 (i386_store_fpxregset): Constify.
6318 (target_regsets): Add new kind identifier.
6319 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
6320 (i386_set_pc): Add debugging.
6321 (i386_breakpoint_at): New function.
6322 (the_low_target): Add new members.
6323 * linux-mips-low.c (mips_get_pc, mips_set_pc)
6324 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
6325 (mips_breakpoint_at): New.
6326 (the_low_target): Add new members.
6327 * linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
6328 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
6329 (the_low_target): Add new members.
6330 * linux-sh-low.c (sh_get_pc, sh_set_pc)
6331 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
6332 (the_low_target): Add new members.
6333 * linux-x86-64-low.c (target_regsets): Add new kind
6334 identifier.
6335
63362002-05-15 Daniel Jacobowitz <drow@mvista.com>
6337
6338 From Martin Pool <mbp@samba.org>:
6339 * server.c (gdbserver_usage): New function.
6340 (main): Call it.
6341
63422002-05-14 Daniel Jacobowitz <drow@mvista.com>
6343
6344 * mem-break.c (reinsert_breakpoint_by_bp): Correct typo
6345 stop_at -> stop_pc.
6346
63472002-05-04 Andrew Cagney <ac131313@redhat.com>
6348
6349 * Makefile.in: Remove obsolete code.
6350
63512002-04-24 Michal Ludvig <mludvig@suse.cz>
6352
6353 * linux-low.c (regsets_fetch_inferior_registers),
6354 (regsets_store_inferior_registers): Removed cast to int from
6355 ptrace() calls.
6356 * regcache.h: Added declaration of struct inferior_info.
6357
63582002-04-20 Daniel Jacobowitz <drow@mvista.com>
6359
6360 * inferiors.c (struct inferior_info): Add regcache_data.
6361 (add_inferior): Call create_register_cache.
6362 (clear_inferiors): Call free_register_cache.
6363 (inferior_regcache_data, set_inferior_regcache_data): New functions.
6364 * regcache.c (struct inferior_regcache_data): New.
6365 (registers): Remove.
6366 (get_regcache): New function.
6367 (create_register_cache, free_register_cache): New functions.
6368 (set_register_cache): Don't initialize the register cache here.
6369 (registers_to_string, registers_from_string, register_data): Call
6370 get_regcache.
6371 * regcache.h: Add prototypes.
6372 * server.h: Likewise.
6373
63742002-04-20 Daniel Jacobowitz <drow@mvista.com>
6375
6376 * mem-break.c: New file.
6377 * mem-break.h: New file.
6378 * Makefile.in: Add mem-break.o rule; update server.h
6379 dependencies.
6380 * inferiors.c (struct inferior_info): Add target_data
6381 member.
6382 (clear_inferiors): Free target_data member if set.
6383 (inferior_target_data, set_inferior_target_data): New functions.
6384 * linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
6385 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
6386 * linux-low.c (linux_bp_reinsert): New variable.
6387 (struct inferior_linux_data): New.
6388 (linux_create_inferior): Use set_inferior_target_data.
6389 (linux_attach): Likewise. Call add_inferior.
6390 (linux_wait_for_one_inferior): New function.
6391 (linux_wait): Call it.
6392 (linux_write_memory): Add const.
6393 (initialize_low): Call set_breakpoint_data.
6394 * linux-low.h (struct linux_target_ops): Add breakpoint
6395 handling members.
6396 * server.c (attach_inferior): Remove extra add_inferior
6397 call.
6398 * server.h: Include mem-break.h. Update inferior.c
6399 prototypes.
6400 * target.c (read_inferior_memory)
6401 (write_inferior_memory): New functions.
6402 * target.h (read_inferior_memory)
6403 (write_inferior_memory): Change macros to prototypes.
6404 (struct target_ops): Update comments. Add const to write_memory
6405 definition.
6406
64072002-04-11 Daniel Jacobowitz <drow@mvista.com>
6408
6409 * linux-low.c (usr_store_inferior_registers): Support
6410 registers which are allowed to fail to store.
6411 * linux-low.h (linux_target_ops): Likewise.
6412 * linux-ppc-low.c (ppc_regmap): Support FPSCR.
6413 (ppc_cannot_store_register): FPSCR may not be storable.
6414
64152002-04-09 Daniel Jacobowitz <drow@mvista.com>
6416
6417 * server.h: Include <string.h> if HAVE_STRING_H.
6418 * ChangeLog: Correct paths in last ChangeLog entry.
6419
64202002-04-09 Daniel Jacobowitz <drow@mvista.com>
6421
6422 * linux-low.h: Remove obsolete prototypes.
6423 (struct linux_target_ops): New.
6424 (extern the_low_target): New.
6425 * linux-low.c (num_regs, regmap): Remove declarations.
6426 (register_addr): Use the_low_target explicitly.
6427 (fetch_register): Likewise.
6428 (usr_fetch_inferior_registers): Likewise.
6429 (usr_store_inferior_registers): Likewise.
6430 * linux-arm-low.c (num_regs): Remove.
6431 (arm_num_regs): Define.
6432 (arm_regmap): Renamed from regmap, made static.
6433 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
6434 made static.
6435 (arm_cannot_store_register): Renamed from cannot_store_register,
6436 made static.
6437 (the_low_target): New.
6438 * linux-i386-low.c (num_regs): Remove.
6439 (i386_num_regs): Define.
6440 (i386_regmap): Renamed from regmap, made static.
6441 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
6442 made static.
6443 (i386_cannot_store_register): Renamed from cannot_store_register,
6444 made static.
6445 (the_low_target): New.
6446 * linux-ia64-low.c (num_regs): Remove.
6447 (ia64_num_regs): Define.
6448 (ia64_regmap): Renamed from regmap, made static.
6449 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
6450 made static.
6451 (ia64_cannot_store_register): Renamed from cannot_store_register,
6452 made static.
6453 (the_low_target): New.
6454 * linux-m68k-low.c (num_regs): Remove.
6455 (m68k_num_regs): Define.
6456 (m68k_regmap): Renamed from regmap, made static.
6457 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
6458 made static.
6459 (m68k_cannot_store_register): Renamed from cannot_store_register,
6460 made static.
6461 (the_low_target): New.
6462 * linux-mips-low.c (num_regs): Remove.
6463 (mips_num_regs): Define.
6464 (mips_regmap): Renamed from regmap, made static.
6465 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
6466 made static.
6467 (mips_cannot_store_register): Renamed from cannot_store_register,
6468 made static.
6469 (the_low_target): New.
6470 * linux-ppc-low.c (num_regs): Remove.
6471 (ppc_num_regs): Define.
6472 (ppc_regmap): Renamed from regmap, made static.
6473 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
6474 made static.
6475 (ppc_cannot_store_register): Renamed from cannot_store_register,
6476 made static.
6477 (the_low_target): New.
6478 * linux-s390-low.c (num_regs): Remove.
6479 (s390_num_regs): Define.
6480 (s390_regmap): Renamed from regmap, made static.
6481 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
6482 made static.
6483 (s390_cannot_store_register): Renamed from cannot_store_register,
6484 made static.
6485 (the_low_target): New.
6486 * linux-sh-low.c (num_regs): Remove.
6487 (sh_num_regs): Define.
6488 (sh_regmap): Renamed from regmap, made static.
6489 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
6490 made static.
6491 (sh_cannot_store_register): Renamed from cannot_store_register,
6492 made static.
6493 (the_low_target): New.
6494 * linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
6495 (the_low_target): New.
6496
64972002-04-09 Daniel Jacobowitz <drow@mvista.com>
6498
6499 * Makefile.in: Add stamp-h target.
6500 * configure.in: Create stamp-h.
6501 * configure: Regenerated.
6502
65032002-04-09 Daniel Jacobowitz <drow@mvista.com>
6504
6505 * inferiors.c: New file.
6506 * target.c: New file.
6507 * target.h: New file.
6508 * Makefile.in: Add target.o and inferiors.o. Update
6509 dependencies.
6510 * linux-low.c (inferior_pid): New static variable,
6511 moved from server.c.
6512 (linux_create_inferior): Renamed from create_inferior.
6513 Call add_inferior. Return 0 on success instead of a PID.
6514 (linux_attach): Renamed from myattach.
6515 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
6516 (linux_thread_alive): Renamed from mythread_alive.
6517 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
6518 child dies.
6519 (linux_resume): Renamed from myresume. Add missing ``return 0''.
6520 (regsets_store_inferior_registers): Correct error message.
6521 Add missing ``return 0''.
6522 (linux_fetch_registers): Renamed from fetch_inferior_registers.
6523 (linux_store_registers): Renamed from store_inferior_registers.
6524 (linux_read_memory): Renamed from read_inferior_memory.
6525 (linux_write_memory): Renamed from write_inferior_memory.
6526 (linux_target_ops): New structure.
6527 (initialize_low): Call set_target_ops ().
6528 * remote-utils.c (unhexify): New function.
6529 (hexify): New function.
6530 (input_interrupt): Send signals to ``signal_pid''.
6531 * server.c (inferior_pid): Remove.
6532 (start_inferior): Update create_inferior call.
6533 (attach_inferior): Call add_inferior.
6534 (handle_query): New function.
6535 (main): Call handle_query for `q' packets.
6536 * server.h: Include "target.h". Remove obsolete prototypes.
6537 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
6538
65392002-04-09 Daniel Jacobowitz <drow@mvista.com>
6540
6541 * Makefile.in: Add WARN_CFLAGS. Update configury
6542 dependencies.
6543 * configure.in: Check for <string.h>
6544 * configure: Regenerate.
6545 * config.in: Regenerate.
6546 * gdbreplay.c: Include needed system headers.
6547 (remote_open): Remove strchr prototype.
6548 * linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
6549 * regcache.c (supply_register): Change buf argument to const void *.
6550 (supply_register_by_name): Likewise.
6551 (collect_register): Change buf argument to void *.
6552 (collect_register_by_name): Likewise.
6553 * regcache.h: Add missing prototypes.
6554 * remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
6555 * server.c (handle_query): New function.
6556 (attached): New static variable, moved out of main.
6557 (main): Quiet longjmp clobber warnings.
6558 * server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
6559 * utils.c (error): Remove NORETURN.
6560 (fatal): Likewise.
This page took 1.725358 seconds and 4 git commands to generate.